	@import url("https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Quicksand:wght@300..700&display=swap");

body {
  font-family: "Quicksand", sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}
a {
  color: rgb(139, 114, 50);
}
.dropdown-item.active{
    background-color: #b08d54;
}
.dropdown_admin .dropdown-menu a {
    color: #000000!important;
}
.header {
  padding: 10px 0;
  /*background: #7e4103;*/
  /*background: rgb(196, 162, 90);*/
  box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
}
.header.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  background: #fff;
}
.header-logo img {
  max-width: 145px;
}

.header #submit_seach {
  height: 100%;
  background-color: rgb(139, 114, 50);
  border: 1px solid rgb(139, 114, 50);
  border-radius: 0;
}
.header #navbar-ul-menu {
  justify-content: center;
}
.header .navbar ul.navbar-nav > li {
  padding: 15px;
}
.header .navbar ul.navbar-nav > li:first-child a {
  padding-left: 0;
}
.header .navbar ul.navbar-nav > li a {
  padding: 0;
  padding-bottom: 10px !important;
  color: rgb(139, 114, 50);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 0 10px;
}
/*.header .navbar-nav > li:not(:last-child) > a:before {*/
/*  border-left: 1px solid rgba(0, 0, 0, 0.1);*/
/*  content: "";*/
/*  height: 15px;*/
/*  right: 0;*/
/*  margin-top: -7px;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  width: 1px;*/
/*}*/
.header .header-social .list-social {
  display: flex;
  gap: 10px;
  margin: 0;
  justify-content: end;
}
.header .header-social .list-social li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header .header-social .list-social li a {
  color: #fff;
}
.header .header-social .list-social li:first-child {
  background: #0866ff;
}
.header .header-social .list-social li:nth-child(2) {
  background: black;
}
.header .header-social .list-social li:nth-child(3) {
  background: red;
}

.navbar .dropdown-toggle,
.navbar .bp_menu_icon {
  color: rgb(139, 114, 50);
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.overlay .search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.fcta-zalo-ben-trong-nut {
    bottom: 10px;
}
div.fcta-zalo-mess {
    display: none;
}
.overlay.block {
  opacity: 1;
  visibility: visible;
}
.overlay.block .search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.overlay.block .search-layer {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.overlay.block .search-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.overlay.block .search-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.9s ease-in-out 0.6s;
  transition: all 0.9s ease-in-out 0.6s;
}
.header .search-header {
  position: fixed;
  top: -50%;
  left: 50%;

  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 1001;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.header #dv_search {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 30px;
  color: #252525;
  padding: 5px 5px 5px 20px;
  background: #fff;
}

.header #dv_search .input-group-btn:nth-child(3) {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translate(0, -50%);
}
.header #submit_seach {
  border: none;
  font-size: 20px;
  width: 50px;
  color: #fff;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(196, 162, 90);
}
.header #dv_search input:nth-child(2) {
  font-size: 20px;
  border: none;
  margin-right: 10px;
}
.header #dv_search input:nth-child(2)::placeholder {
  font-size: 20px;
  transition: 0.7s;
  letter-spacing: 0.5px;
  color: #252525;
}
.header #dv_search input:nth-child(2):focus {
  box-shadow: none;
}
.header .search-button {
  cursor: pointer;
}
.right-header {
  display: flex;
  gap: 10px;
  align-items: center;
}
.right-header .text {
  position: relative;
}
.consultation-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: linear-gradient(45deg, #be9a5a, #8b6b43);
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(190, 154, 90, 0.2);
}

.consultation-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.5s ease;
}

.consultation-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(190, 154, 90, 0.3);
  color: #fff;
  background: linear-gradient(45deg, #8b6b43, #be9a5a);
}

.consultation-btn:hover:before {
  left: 100%;
}

.consultation-btn .icon {
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  animation: headsetWave 1.5s infinite;
}
.navbar-toggler {
  background-color: #1a1a1a;
  border: none;
  padding: 14px 20px;
  border-radius: 10px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.navbar-toggler:hover:before {
  transform: translateX(0);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}

.navbar-toggler:hover .navbar-toggler-icon {
  transform: rotate(180deg);
}
@keyframes headsetWave {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(15deg);
  }
  30% {
    transform: rotate(-15deg);
  }
  45% {
    transform: rotate(7deg);
  }
  60% {
    transform: rotate(-7deg);
  }
  75% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* Responsive styles */

.phan_trang {
  margin-top: 30px;
  text-align: center;
}
.item_page_active {
  background: linear-gradient(45deg, #be9a5a, #8b6b43);
  padding: 10px 15px;
  color: #fff;
  border-radius: 8px;
}
.item_page {
  background: black;
  padding: 10px 15px;
  color: #fff;
  border-radius: 8px;
}
.bp_cls_next,
.bp_cls_prev {
  background: black;
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  margin: 0 5px;
}
.bp_cls_next:hover,
.bp_cls_prev:hover,
.item_page:hover {
  color: #fff;
}

.category-title {
  text-align: center;
}
.category-title h2 {
  font-weight: 700;
}
.title-divider,
.title-divider-center {
  position: relative;
  height: 5px;
}

.title-divider:before {
  content: "";
  left: 0;
  width: 9px;
  opacity: 0.9;
  position: absolute;
  border-radius: 20px;
  top: 0;
  height: 5px;
  background-color: #0226bc;
}

.title-divider::after {
  content: "";
  left: 15px;
  width: 48px;
  position: absolute;
  border-radius: 20px;
  top: 0;
  height: 5px;
  background-color: #0226bc;
}

.title-divider-center:before {
  content: "";
  left: 47%;
  transform: translateX(-47%);
  width: 9px;
  opacity: 0.9;
  position: absolute;
  border-radius: 20px;
  top: 0;
  height: 5px;
  background-color: #fff;
}

.title-divider-center::after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  position: absolute;
  border-radius: 20px;
  top: 0;
  height: 5px;
  background-color: #fff;
}

.textwidget {
  background-color:#c19b4f;
  color: #fff;
  padding: 25px 25px 5px;
  margin-bottom: 24px;
}
.textwidget h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.textwidget a {
  color: #fff;
  display: block;
  padding: 10px 0;
}
.bp-category-title {
  display: none;
}
.blog-sidebar .widget-title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.blog-sidebar .cls_content_hot_news {
  padding-left: 0;
}
.blog-sidebar .bp_block_item {
  border-bottom: 1px solid #ececec;
}
.blog-list .bp_img_news img {
  height: 150px;
  object-fit: cover;
}
.blog-list .bp_block_item {
  margin-bottom: 20px;
}
.blog-list .bp_block_item .row {
  align-items: center;
}
.blog-list .news_title {
  font-weight: 700;
  font-size: 20px;
}
.blog-list p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.category-title h2 {
  text-align: center;
}

.footer {
  padding: 40px 0;
  color: #fff;
  /*background-image: url("https://vnpma.com/wp-content/uploads/2023/03/background-idmea-2-1.jpg");*/
  background: linear-gradient(to bottom, #c5a56b, #9c815a);
}
.footer-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 40px;
}
.footer-social {
    display: flex !important;
    flex-direction: row !important;
    gap: 40px;
}
.footer-social a {
    font-size: 28px;
}
.footer-info h2 {
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
  min-height: 50px;
}
.footer-info a {
  color: #fff;
}
.footer-info span {
  font-weight: 700;
}
.footer-info p {
  margin-bottom: 10px;
}
.footer-info > ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer iframe {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .header .navbar-nav > .nav-item > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    border-radius: 50px;
    background-color: rgb(139, 114, 50);
    transition: width 0.8s ease-in-out;
  }
  .header .bp_toggle_arrow {
    padding-bottom: 10px;
    padding-left: 0;
    color: black;
    font-size: 13px;
  }
  .header .navbar-nav > .nav-item.active > a::after {
    transition: unset;
  }
  .header .navbar-nav li:hover > a,
  .header .navbar-nav .nav-item.active > a {
    color: rgb(139, 114, 50);
  }

  .header .navbar-nav > .nav-item:hover a::after,
  .header .navbar-nav > .nav-item.active a::after {
    width: 50%;
  }
  .header .navbar ul.navbar-nav > li:hover > a {
    color: rgb(139, 114, 50);
  }

  .header .bp_sub_menu li a {
    padding: 0 !important;
  }
  .header .bp_sub_menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    padding: 0;
    border: none;
    border-radius: 0;
    transition: all 0.3s linear;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
      rgba(0, 0, 0, 0.07) 0px 16px 16px;
  }
  .header .dropdown:hover > .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  .navbar ul.dropdown-menu li {
    padding: 10px 20px;
  }
  .dropdown-menu > li:hover > .submenu {
    margin-left: 5px !important;
    opacity: 1 !important;
    visibility: visible;
  }
  .submenu {
    visibility: hidden;
    display: block !important;
    opacity: 0 !important;
    padding: 0 !important;
    margin-left: 20px !important;
    transition: all 0.3s linear;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
      rgba(0, 0, 0, 0.07) 0px 16px 16px;
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media (max-width: 1200px) {
  .header-logo {
    text-align: center;
  }
  .menu-header {
    order: -1;
  }
  .right-header {
    justify-content: end;
  }
  .navbar ul.navbar-nav li.dropdown ul {
    position: unset;
    width: 100%;
  }
  .navbar ul.navbar-nav li.dropdown {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .footer-list {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 768px) {
  .consultation-btn {
    display: none;
  }
  .footer-list {
    grid-template-columns: repeat(1, auto);
  }
  .footer-info h2 {
    min-height: auto;
  }
  .footer iframe {
    max-width: 340px;
  }
}
