@font-face {
  font-family: "SVN-Ginger";
  src: url("../fonts/fonts/SVN-Ginger-Regular.html");
  src: url("../fonts/SVN-Ginger-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-Ginger-Regular.woff2") format("woff2"), url("../fonts/SVN-Ginger-Regular.woff") format("woff"), url("../fonts/SVN-Ginger-Regular.ttf") format("truetype"), url("../fonts/SVN-Ginger-Regular.svg#SVN-Ginger-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --width-container: 1240px;
  --font-body: "Open Sans", sans-serif;
  --color-brown: #7F6F4C;
  --font-title: "SVN-Ginger";
  --color-grey: #F6F4F1 ;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  font-family: var(--font-body) !important;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease;
}
@media (max-width: 1919px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 1439px) {
  body {
    font-size: 14px;
  }
}

.segTitle {
  font-size: 46px;
  font-family: var(--font-title);
}
@media (max-width: 767px) {
  .segTitle {
    font-size: 36px;
  }
}

.container_frame {
  max-width: var(--width-container);
  width: var(--width-container);
  display: block;
  margin: auto;
}
@media (max-width: 1439px) {
  .container_frame {
    max-width: calc(100% - 200px);
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .container_frame {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  left: 0;
  padding-top: 30px;
  transition: all 0.5s ease-in-out;
}
.header .menu_mobile {
  display: none;
}
.header .info_contact {
  position: relative;
}
.header .info_contact .search {
  cursor: pointer;
}
.header.change {
  background: #fff;
  padding-top: 15px;
}
.header.change .animated-icon1 span {
  background: #000;
}
.header.change .open-menu {
  color: #000;
}
.header.change .logo img {
  width: 100px;
  filter: brightness(0.2);
}
.header.change .bulkhead {
  background: #000;
}
.header.change .main_menu {
  background: #fff;
}
.header.change .main_menu li {
  transition: all 0.75s ease;
  padding: 0 24px;
}
.header.change .main_menu li a {
  padding: 12px 0;
  color: #000;
}
.header.change .main_menu .sub-menu {
  background: #fff;
}
.header.change .location, .header.change .info_contact {
  color: #000 !important;
}
.header.change .location a, .header.change .info_contact a {
  color: #000 !important;
}
.header.change .location svg path, .header.change .info_contact svg path {
  stroke: #000;
}
.header .logo img {
  transition: width 0.5s ease;
}
@media (max-width: 1439px) {
  .header .logo img {
    width: 246px;
  }
}
@media (max-width: 767px) {
  .header .logo img {
    width: 100px;
  }
}
.header .container_frame {
  padding: 5px 0;
  z-index: 2;
  position: relative;
}
.header .info_header {
  justify-content: space-between;
  align-items: center;
}
.header .info_header .location a {
  font-size: 13px;
}
.header .info_header .bulkhead {
  width: 1px;
  background: #fff;
  opacity: 0.4;
  height: 15px;
  margin: auto 16px;
}
.header.when_scroll {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3490196078);
}
.header.when_scroll .main_menu {
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.header.when_scroll .animated-icon1 span {
  background: #000;
}
.header .main_menu {
  justify-content: center;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  opacity: 1;
  pointer-events: all;
  transition: all 0.5s ease-in-out;
}
.header .main_menu li {
  transition: all 0.75s ease;
  padding: 0 24px;
}
.header .main_menu li:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.header .main_menu li a {
  padding: 15px 0px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.header .main_menu li a:not([href]) {
  pointer-events: none;
}
.header .main_menu li.menu-item-has-children {
  cursor: pointer;
}
.header .main_menu li.menu-item-has-children .sub-menu li::after {
  display: none;
}
.header .main_menu li.current-menu-item a {
  border-bottom: 2px solid #fff;
}
.header .sub-menu {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  width: 100%;
  background: #fff;
  top: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
  display: flex;
  padding: 50px;
  justify-content: space-around;
}
.header .sub-menu .item_menu {
  padding-right: 50px;
  flex: 0 0 auto;
}
.header .sub-menu a {
  text-align: left;
  border-bottom: none !important;
  color: #000 !important;
  text-align: left !important;
  text-transform: capitalize !important;
}
.header .sub-menu .cate {
  text-transform: uppercase;
  color: var(--color-brown);
  font-size: 16px;
  font-weight: 600;
}
.header .list_child img {
  width: 255px;
  height: auto;
}
.header a {
  transition: color 0.5s ease;
}
.header a:hover {
  color: var(--color-brown) !important;
}
@media (max-width: 767px) {
  .header .menu_mobile {
    display: block;
  }
  .header.change {
    padding-bottom: 15px;
  }
  .header .location span {
    display: none;
  }
  .header .info_contact {
    display: none !important;
  }
  .header .main_menu {
    flex-flow: column;
    position: fixed;
    top: 0;
    right: 0;
    left: unset;
    background: #fff;
    height: 100vh;
    width: 80%;
    transform: translate(120%, 0);
    transition: all 0.5s ease;
  }
  .header .main_menu.desktop {
    display: none;
  }
  .header .main_menu .current-menu-item a {
    border-bottom: none !important;
  }
  .header .main_menu li {
    width: -moz-max-content;
    width: max-content;
    padding: 15px 30px;
  }
  .header .main_menu li.menu-item-has-children::after {
    transform: none;
    top: 16px;
  }
  .header .main_menu li.menu-item-has-children:hover .sub-menu {
    position: relative;
    top: unset;
    margin-top: 10px;
  }
  .header .main_menu li a {
    padding: 0;
    text-align: left;
  }
  .header .main_menu li .sub-menu {
    background: var(--color-brown);
    z-index: 1;
  }
  .header .main_menu li .sub-menu li {
    width: auto;
    padding: 10px 15px;
  }
  .header .main_menu.open {
    transform: none;
  }
  .header .container_frame {
    padding: 0 15px;
  }
  .header.when_scroll .main_menu {
    opacity: 1;
    pointer-events: all;
  }
}

.open-menu {
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  transform: translate(0, -50%);
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  transition: transform 250ms ease;
}

.nav.menu_mobile {
  display: none;
  padding-top: 100px;
}
.nav.menu_mobile .nav__link {
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.nav.menu_mobile .nav__item .cate {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.nav.menu_mobile .nav__item img {
  width: auto;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav.menu_mobile .nav__sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  transform: translateX(100%);
  background: #fff;
  list-style: none;
  padding: 100px 0 0 0;
  margin: 0;
}
.nav.menu_mobile .nav__sub.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  z-index: 9;
}
@media (max-width: 767px) {
  .nav.menu_mobile {
    display: block;
  }
  .nav.menu_mobile .nav__item .cate {
    margin-bottom: 0;
  }
}

.slick-dots {
  z-index: 1;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
}
.slick-dots li::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.slick-dots li.slick-active {
  border: 1px solid #fff;
}

.homeBanner {
  position: relative;
}
.homeBanner .slick-dots {
  bottom: 30px;
  transform: translate(-50%, 0);
  left: 50%;
  position: absolute;
}
.homeBanner .list_banner .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(152, 152, 152, 0), rgba(109, 109, 109, 0), rgba(0, 0, 0, 0.3));
}
.homeBanner .list_banner img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	object-position: top center;
}
.homeBanner .list_banner span {
  z-index: 1;
  color: #fff;
  position: absolute;
  bottom: 96px;
  transform: translate(-50%, 0);
  left: 50%;
  border-bottom: 1px solid #fff;
}
.homeBanner .list_banner.mobile {
  display: none;
}
@media (max-width: 767px) {
  .homeBanner .list_banner.desktop {
    display: none !important;
  }
  .homeBanner .list_banner.mobile {
    display: block !important;
  }
  .homeBanner .list_banner img {
    height: 100vh;
  }
}

.btn_trans {
  border: 1px solid var(--color-brown);
  color: var(--color-brown);
  padding: 8px 32px;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.btn_trans:hover {
  background: var(--color-brown);
  color: #fff;
}

.btn_primary {
  text-decoration: none;
  background: var(--color-brown);
  color: #fff;
  padding: 8px 32px;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid var(--color-brown);
}
.btn_primary:hover {
  background: #fff;
  color: var(--color-brown) !important;
}

.homeInfo {
  padding: 52px 0 100px 0;
}
.homeInfo .content_info {
  width: 80%;
  margin: auto;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 40px;
}
.homeInfo .content_info::after, .homeInfo .content_info::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 0);
  left: 50%;
  width: 70px;
  background: var(--color-brown);
  height: 1px;
}
.homeInfo .content_info::before {
  background: rgba(127, 111, 76, 0.36);
  width: 300px;
}
.homeInfo .btn_trans {
  margin: auto;
  display: block;
}
.homeInfo .quote_info {
  margin-bottom: 40px;
  width: 60%;
  text-align: center;
  margin: 0 auto 40px auto;
  font-weight: bold;
}
.homeInfo .item_info {
  text-align: center;
  margin: 0 27px;
}
.homeInfo .item_info .segTitle {
  line-height: 1;
}
@media (max-width: 767px) {
  .homeInfo .content_info {
    flex-flow: column;
    width: 100%;
  }
  .homeInfo .content_info .item_info {
    margin: 1rem auto;
    display: flex;
    flex-flow: column-reverse;
    width: 80%;
  }
  .homeInfo .quote_info {
    width: 100%;
  }
}

.text_stroke {
  font-size: 250px;
  font-family: var(--font-title);
  letter-spacing: 0.4rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .text_stroke {
    font-size: 60px;
  }
}

.btn_link {
  color: var(--color-brown);
  padding: 8px 32px;
  text-decoration: none;
  border-bottom: 1px solid var(--color-brown);
}
.btn_link:hover {
  color: var(--color-brown);
}

.homeCollection {
  background: var(--color-grey);
  padding: 100px 0;
  position: relative;
  padding-left: calc((100% - var(--width-container)) / 2);
}
.homeCollection .btn2 {
  display: none;
}
.homeCollection .text_stroke {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 30px;
  left: 50%;
  width: 100%;
  text-align: center;
  color: rgba(127, 111, 76, 0.0705882353);
}
.homeCollection .btn_primary {
  margin: auto;
}
.homeCollection .btn_link {
  display: block;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
}
.homeCollection .content_collection .description {
  padding-top: 80px;
  padding-right: 60px;
  text-align: center;
  flex: 0 0 35%;
}
.homeCollection .content_collection .description .segTitle {
  line-height: 1.3;
}
.homeCollection .content_collection .description article {
  margin-bottom: 30px;
}
.homeCollection .content_collection .right_collect {
  overflow: hidden;
  flex: 1;
}
.homeCollection .content_collection .right_collect .list_collect {
  width: 100%;
}
.homeCollection.colect_imghome .list_collect .item::after {
  display: none;
}
.homeCollection .slick_arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  z-index: 1;
  right: 24px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
}
.homeCollection .slick_arrow.prevArrow {
  left: calc(35% + 24px);
  right: unset;
  background: rgba(255, 255, 255, 0.3803921569);
}
.homeCollection .slick_arrow:hover {
  background: var(--color-brown);
}
.homeCollection .slick_arrow:hover path {
  stroke: #fff;
}
.homeCollection .list_humor .prevArrow {
  left: 24px;
}
.homeCollection .list_collect .item {
  width: 297px;
  margin-right: 4px;
  position: relative;
}
.homeCollection .list_collect .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4392156863), transparent);
}
.homeCollection .list_collect .name {
  color: #fff;
  position: absolute;
  transform: translate(-50%, 0);
  bottom: 15px;
  left: 50%;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.homeCollection .list_collect img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1439px) {
  .homeCollection {
    padding-left: calc((100% - (100% - 200px)) / 2);
  }
}
@media (max-width: 767px) {
  .homeCollection {
    padding: 40px 15px;
  }
  .homeCollection .text_stroke {
    top: 0;
  }
  .homeCollection .btn1 {
    display: none;
  }
  .homeCollection .btn2 {
    display: block;
  }
  .homeCollection .slick_arrow {
    top: 50% !important;
  }
  .homeCollection.colect_imghome .content_collection {
    margin-top: 2rem;
  }
  .homeCollection .content_collection {
    flex-flow: column;
  }
  .homeCollection .content_collection .description {
    flex: 0 0 100%;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
  .homeCollection .slick_arrow {
    right: 0;
    top: 24%;
  }
  .homeCollection .slick_arrow.prevArrow {
    left: 0;
  }
  .homeCollection .list_collect img {
    height: 533px;
  }
  .homeCollection .list_collect .item {
    width: 100vw;
    display: none;
  }
  .homeCollection .list_collect .item:first-child {
    display: block;
  }
}
@media (min-width: 1800px) {
  .homeCollection {
    padding-right: calc((100% - var(--width-container)) / 2);
  }
}

.homeTrends {
  position: relative;
  padding: 150px 0 80px 0;
}
.homeTrends .background_trends {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.homeTrends .background_trends .slick-list {
  height: 100%;
}
.homeTrends .background_trends img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.homeTrends .segTitle {
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
}
.homeTrends .segTitle p {
  line-height: 1.2;
  margin-left: 6rem;
  text-align: right;
}
.homeTrends .segTitle p.txt2 {
  font-size: 46px;
}
.homeTrends .segTitle p.txt2 {
  font-size: 32px;
}
.homeTrends .segTitle span {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 100;
  font-size: 66px;
  line-height: 1;
}
.homeTrends .content_trends {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-left: 50%;
}
.homeTrends .content_trends article {
  margin-top: 28px;
}
.homeTrends .content_trends .btn_view {
  display: block;
  border: 1px solid #fff;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  transition: background 0.5s ease;
  margin-bottom: 100px;
  width: -moz-max-content;
  width: max-content;
}
.homeTrends .content_trends .btn_view:hover {
  background: var(--color-brown);
}
.homeTrends::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(58, 58, 58, 0.7);
}
.homeTrends .list_trends {
  z-index: 1;
  padding-left: 20px;
}
.homeTrends .list_trends .item_box_img {
  margin-right: 8px;
  width: 340px;
}
.homeTrends .list_trends .item_box_img img {
  width: 100%;
  height: 504px;
}
.homeTrends .slick-track {
  height: 100%;
}
@media (max-width: 767px) {
  .homeTrends::after{
    background: var(--color-brown);
  }
  .homeTrends {
    padding: 80px 0;
  }
  .homeTrends .content_trends {
    margin-left: 0;
    text-align: center;
  }
  .homeTrends .content_trends .btn_view {
    margin: 0 auto 2rem auto;
  }
  .homeTrends .content_trends .segTitle {
    width: 100%;
    margin: auto;
  }
  .homeTrends .content_trends .segTitle p {
    margin-left: 0;
    text-align: center;
  }
  .homeTrends .content_trends article {
    margin-bottom: 2rem;
  }
  .homeTrends .list_trends {
    padding-left: 8px;
    position: relative;
    z-index: q;
  }
  .homeTrends .list_trends .item_box_img{
    margin-right: 0;
    width: calc(100% - 8px);
    margin-bottom: 10px;
  }
  .homeTrends .item_box_img img {
    height: 290px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .homeTrends .item_box_img img {
    height: 320px;
  }
}

.item_box_img {
  position: relative;
  display: block;
}
.item_box_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
}
.item_box_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}
.item_box_img .name {
  position: absolute;
  z-index: 1;
  color: #fff;
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  bottom: 16px;
  transition: all 0.5s ease;
  border-bottom: 1px solid #fff;
}
.item_box_img .name:hover {
  padding: 5px;
  background: var(--color-brown);
  border: 1px solid var(--color-brown);
}
@media (min-width: 1800px) {
  .item_box_img img {
    height: 600px;
    -o-object-fit: top center;
       object-fit: top center;
  }
}
@media (max-width: 767px) {

  .item_box_img .name {
    border-bottom: none;
    width: 100%;
  }
  .item_box_img .name::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100px;
    background: #fff;
    bottom: -5px;
    transform: translate(-50%, 0);
    left: 50%;
  }
}

.homeAlbum {
  padding: 100px 0 280px 0;
  background: var(--color-grey);
}
.homeAlbum .content_album {
  text-align: center;
  width: 452px;
  display: block;
  margin: auto;
}
.homeAlbum .content_album .btn_primary {
  margin: 30px auto 0 auto;
}
.homeAlbum .text_stroke {
  position: absolute;
  color: rgba(127, 111, 76, 0.0705882353);
}
.homeAlbum .list_albums {
  position: relative;
  width: 446px;
  margin: auto;
  padding-top: 130px;
}
.homeAlbum .list_albums .item_album {
  position: absolute;
}
.homeAlbum .list_albums .item_album .box_name {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  width: 130px;
  height: 100px;
  padding:0 13px;
  background: rgba(255, 255, 255, 0.8);
}
.homeAlbum .list_albums .item_album .box_name::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border: 1px solid var(--color-brown);
}
.homeAlbum .list_albums .item_album .box_name span {
  font-size: 14px;
  color: #737372;
}
.homeAlbum .list_albums .item_album .box_name .logo {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 70%;
  height: auto;
}
.homeAlbum .list_albums .item_album img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeAlbum .list_albums .item_album:nth-child(1) {
  position: relative;
  width: 446px;
  height: 707px;
  margin: auto;
}
.homeAlbum .list_albums .item_album:nth-child(1) .box_name {
  top: -75px;
  left: calc(100% - 75px);
}
.homeAlbum .list_albums .item_album:nth-child(2) {
  width: 291px;
  height: 439px;
  left: calc(100% + 106px);
  bottom: 495px;
}
.homeAlbum .list_albums .item_album:nth-child(2) .box_name {
  top: -75px;
  right: calc(100% - 75px);
}
.homeAlbum .list_albums .item_album:nth-child(3) {
  width: 251px;
  height: 356px;
  right: calc(100% + 146px);
  top: 0;
}
.homeAlbum .list_albums .item_album:nth-child(3) .box_name {
  top: -75px;
  left: calc(100% - 75px);
}
.homeAlbum .list_albums .item_album:nth-child(4) {
  left: calc(100% + 46px);
  width: 319px;
  height: 479px;
  top: 500px;
}
.homeAlbum .list_albums .item_album:nth-child(4) .box_name {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -20px;
}
.homeAlbum .list_albums .item_album:nth-child(5) {
  right: calc(100% + 46px);
  width: 254px;
  height: 388px;
  top: 600px;
}
.homeAlbum .list_albums .item_album:nth-child(5) .box_name {
  top: -75px;
  right: calc(100% - 75px);
}
@media (max-width: 767px) {
  .homeAlbum {
    padding: 50px 0;
  }
  .homeAlbum .list_albums {
    width: 100%;
    padding-top: 2rem;
  }
  .homeAlbum .content_album {
    width: 100%;
  }
  .homeAlbum .item_album {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    margin-bottom: 1rem !important;
  }
  .homeAlbum .item_album .box_name {
    transform: translate(-50%, 0) !important;
    left: 50% !important;
    bottom: 20px !important;
    top: unset !important;
  }
}

@media (max-width: 767px) {
  .hide_item {
    display: none;
  }
}
.homeVideo {
  padding: 100px 0;
}
.homeVideo .content_video {
  margin: 0 auto 60px auto;
  width: 50%;
  text-align: center;
}
.homeVideo .btn_primary {
  display: none;
}
.homeVideo .item_box_img {
  margin-right: 12px;
  width: 278px;
}
.homeVideo .item_box_img img {
  width: 100%;
  height: 437px;
}
.homeVideo .item_box_img video{
  position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 99;
    transition: opacity 0.5s ease;
}
.homeVideo .item_box_img:hover video{
  opacity: 1;
}
@media (max-width: 767px) {
  .homeVideo {
    padding: 50px 0;
  }
  .homeVideo .btn_primary {
    display: block;
  }
  .homeVideo .list_video {
    padding: 0 15px;
    margin-bottom: 1rem;
  }
  .homeVideo .list_video .item_box_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .homeVideo .list_video .item_box_img img {
    height: auto;
  }
  .homeVideo .content_video {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 2rem auto;
  }
}

.homeCustommer {
  position: relative;
  padding: 80px 0 120px 0;
}
.homeCustommer.page_custommer {
  padding-top: 250px;
}
.homeCustommer .background_cus {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  filter: grayscale(1);
}
.homeCustommer .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
}
.homeCustommer .container_frame {
  position: relative;
  z-index: 1;
}
.homeCustommer .description {
  text-align: right;
  color: #fff;
}
.homeCustommer .description .segTitle {
  position: relative;
  z-index: 1;
}
.homeCustommer .description .text_stroke {
  color: var(--color-brown);
  line-height: 0.5;
}
.homeCustommer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .homeCustommer.page_custommer {
    padding-top: 150px;
  }
}

.item_custom .image {
  display: flex;
  align-items: flex-end;
}
.item_custom .img1 {
  width: 300px;
  height: 446px;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.item_custom .img2 {
  width: 515px;
  height: 347px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -40px;
  margin-bottom: -40px;
}
.item_custom .content {
  margin-top: 46px;
  color: #fff;
  width: 40%;
}
.item_custom .content article {
  font-weight: 400;
}
.item_custom .content span {
  font-weight: 600;
}
.item_custom .content .name {
  font-family: var(--font-title);
  font-size: 46px;
}
.item_custom .content .btn_primary {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .item_custom .image {
    position: relative;
    padding-bottom: 100px;
  }
  .item_custom .image .img1 {
    width: calc(50% + 40px);
    height: 310px;
  }
  .item_custom .image .img2 {
    width: 100%;
    height: 207px;
    margin-left: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
  }
  .item_custom .content {
    width: 100%;
  }
  .item_custom .content article {
    text-align: justify;
  }
}

.homePartner {
  padding: 40px 0;
}
.homePartner .list_logo .slick-list {
  padding: 20px 0;
}
.homePartner .list_logo .logo {
  max-height: 180px;
  padding: 20px;
  box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.0392156863);
  margin: 0 6px;
}
.homePartner .list_logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.homeNews {
  padding-bottom: 100px;
}
.homeNews .list_news {
  margin-top: 40px;
}
.homeNews .item_news {
  display: flex;
  flex-flow: column;
}
.homeNews .item_news .image {
  margin-top: 32px;
}
.homeNews .item_news .image img {
  width: 100%;
  height: 435px;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeNews .item_news:nth-child(2n) {
  flex-flow: column-reverse;
}
.homeNews .item_news:nth-child(2n) .image {
  margin-bottom: 32px;
  margin-top: 0;
}
.homeNews .item_news .name a {
  color: var(--color-brown);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.homeNews .item_news article {
  margin: 12px 0 32px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.homeNews .item_news .btn_trans {
  display: flex;
}
@media (max-width: 1439px) {
  .homeNews .item_news .image img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .homeNews {
    padding-bottom: 40px;
  }
  .homeNews .segTitle {
    text-align: center;
  }
  .homeNews .item_news {
    margin-bottom: 32px;
  }
  .homeNews .item_news:nth-child(2n) {
    flex-flow: column;
  }
  .homeNews .item_news:nth-child(2n) .image {
    margin-bottom: 0;
    margin-top: 32px;
  }
  .homeNews .item_news .content {
    text-align: center;
  }
  .homeNews .item_news .content a {
    margin: auto;
  }
}

.footer {
  background: #F1EEE9;
  padding-top: 50px;
}
.footer .contact_ft {
  width: 30%;
  margin-bottom: 52px;
}
.footer .contact_ft form {
  display: flex;
  position: relative;
}
.footer .contact_ft form p {
  margin-bottom: 0;
}
.footer .contact_ft form .wpcf7-response-output {
  display: none !important;
  position: absolute;
  left: calc(100% + 50px);
  width: -moz-max-content;
  width: max-content;
  top: 0;
  margin: 0;
}
.footer .contact_ft form.sent .wpcf7-response-output {
  display: block !important;
}
.footer .contact_ft .contact_ft-inputPhone {
  border-bottom: 1px solid #292929;
}
.footer .contact_ft .contact_ft-inputPhone input {
  background: none;
  outline: none;
  border: none;
  padding: 10px 0;
  width: 100%;
}
.footer .info_detail_ft .title_ft {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.footer .info_detail_ft .info_hotline .item a {
  text-decoration: none;
  color: #292929;
  font-weight: bold;
}
.footer .info_detail_ft .list_agency .item_agency .name {
  font-size: 16px;
}
.footer .info_detail_ft .list_agency .item_agency ul li {
  font-size: 14px;
}
.footer .info_detail_ft .list_policy .item a {
  color: #292929;
}
.footer .info_detail_ft .list_web .item a {
  color: var(--color-brown);
}
.footer .bottom_ft {
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 50px 0;
  border-top: 1px solid rgba(127, 111, 76, 0.5);
  margin-top: 56px;
}
.footer .bottom_ft .list_socail .item {
  text-decoration: none;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 8px;
  border-radius: 50%;
  background: #292929;
}
.footer .item_agency .name {
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
  .footer .contact_ft {
    width: 100%;
    margin-bottom: 2rem;
  }
  .footer form .wpcf7-response-output {
    left: 0;
    top: -50px;
    background: #398f14;
    color: #fff;
  }
  .footer .bottom_ft {
    flex-flow: column;
    justify-content: center;
    margin-top: 1rem;
  }
  .footer .bottom_ft .coppyright {
    margin-bottom: 1rem;
  }
}

.aboutBanner {
  position: relative;
  padding-top: 250px;
}
.aboutBanner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(58, 58, 58, 0.7);
}
.aboutBanner .content_banner {
  position: relative;
  z-index: 1;
  color: #fff;
}
.aboutBanner .content_banner .segTitle {
  flex: 0 0 40%;
  text-align: right;
}
.aboutBanner .content_banner .title {
  font-size: 116px;
  text-transform: uppercase;
  font-weight: 100;
  font-style: italic;
  line-height: 1;
}
.aboutBanner .content_banner article {
  width: 80%;
  margin-left: 10px;
}
.aboutBanner .about_brand {
  position: relative;
  z-index: 1;
  color: #fff;
  justify-content: flex-end;
  margin-top: 200px;
  padding-right: 100px;
}
.aboutBanner .about_brand .txt {
  position: relative;
  z-index: 1;
}
.aboutBanner .about_brand .subTitle {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 13px;
}
.aboutBanner .about_brand .segTitle {
  margin-left: 25%;
  line-height: 1.3;
}
.aboutBanner .about_brand .image {
  position: relative;
  margin-left: -200px;
  width: 500px;
}
.aboutBanner .about_brand .image img {
  width: 100%;
  height: 730px;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutBanner .about_brand .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(58, 58, 58, 0.7);
}
.aboutBanner .backg_banner {
  filter: grayscale(1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .aboutBanner {
    padding-bottom: 50px;
  }
  .aboutBanner .content_banner {
    flex-flow: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .aboutBanner .content_banner article {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
  .aboutBanner .content_banner .description .title {
    font-size: 60px;
  }
  .aboutBanner .about_brand {
    margin-top: 5rem;
    flex-flow: column-reverse;
    padding-right: 0;
  }
  .aboutBanner .about_brand .txt .subTitle {
    font-size: 35px;
  }
  .aboutBanner .about_brand .txt .subTitle br {
    display: none;
  }
  .aboutBanner .about_brand .txt .segTitle {
    margin-left: 0;
    font-size: 30px;
  }
  .aboutBanner .about_brand .image {
    width: 100%;
    flex: 1;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .aboutBanner .about_brand .image::after {
    display: none;
  }
  .aboutBanner .about_brand .image img {
    height: auto;
  }
}

.aboutDream {
  background: var(--color-grey);
  padding-top: 84px;
}
.aboutDream .text_stroke {
  color: var(--color-brown);
  opacity: 0.1 !important;
  margin-left: 30px;
}
.aboutDream .image1 {
  padding-right: 85px;
}
.aboutDream .image1 img {
  width: 100%;
  margin-top: 70%;
}
.aboutDream .segTitle {
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.aboutDream article {
  text-align: justify;
}
.aboutDream .image2 {
  padding-left: 90px;
}
.aboutDream .image2 img {
  width: 100%;
}
@media (max-width: 767px) {
  .aboutDream {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .aboutDream .content_dream {
    padding: 0 15px;
  }
  .aboutDream .content_dream .content {
    text-align: center;
    margin: 2rem auto;
  }
  .aboutDream .image1 {
    padding-right: 0;
  }
  .aboutDream .image1 img {
    margin-top: 0;
  }
  .aboutDream .image2 {
    padding-left: 0;
  }
}

.aboutBlock {
  position: relative;
  padding: 200px 0 150px 0;
}
.aboutBlock .backblock {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.aboutBlock::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(58, 58, 58, 0.7);
}
.aboutBlock .title {
  font-style: italic;
  width: 50%;
  position: relative;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 100;
}
.aboutBlock .text_stroke {
  color: var(--color-brown);
  position: relative;
  z-index: 1;
  line-height: 1;
}
@media (max-width: 767px) {
  .aboutBlock .title {
    font-size: 35px;
    width: 100%;
    text-align: center;
  }
  .aboutBlock .text_stroke {
    text-align: center;
    margin-top: 1rem;
  }
}

.aboutQuote {
  background: #F1EEE9;
  padding: 100px 0 130px 0;
}
.aboutQuote article {
  text-transform: uppercase;
  margin-left: 42px;
  color: var(--color-brown);
}
.aboutQuote .content_quote {
  display: flex;
  align-items: flex-end;
  padding-left: 100px;
}
.aboutQuote .content_quote svg {
  width: 193px;
  flex: 0 0 193px;
}
@media (max-width: 767px) {
  .aboutQuote {
    padding: 50px 0;
  }
  .aboutQuote .content_quote {
    padding-left: 0;
    align-items: flex-start;
  }
  .aboutQuote .content_quote svg {
    width: 30px;
    flex: 0 0 30px;
    height: 30px;
  }
  .aboutQuote .content_quote article {
    margin-left: 1.5rem;
  }
}

.aboutTeam {
  padding: 100px 0;
}
.aboutTeam .item_team .image {
  padding-right: 100px;
  margin-top: -160px;
}
.aboutTeam .item_team .image img {
  width: 100%;
  height: auto;
}
.aboutTeam .item_team .description {
  font-size: 14px;
  font-style: italic;
  color: var(--color-brown);
  margin-bottom: 100px;
}
.aboutTeam .item_team .subTitle {
  font-size: 14px;
  text-transform: uppercase;
}
.aboutTeam .item_team .segTitle {
  margin-bottom: 10px;
}
.aboutTeam .item_team article {
  text-align: justify;
}
@media (max-width: 767px) {
  .aboutTeam {
    padding: 50px 0 !important;
  }
  .aboutTeam .item_team .image {
    padding-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 1rem;
  }
  .aboutTeam .item_team .description {
    margin-bottom: 2rem;
    text-align: justify;
  }
}

.animated-icon1 {
  display: none;
  margin-top: 0;
  width: 30px;
  height: 20px;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 99;
}
.animated-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 8px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  background: #fff;
}
.animated-icon1 span:nth-child(1) {
  top: 0px;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
}
.animated-icon1 span:nth-child(3) {
  top: 20px;
}
.animated-icon1.open span {
  background: #000;
}
.animated-icon1.open span:nth-child(1) {
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -50px;
}
.animated-icon1.open span:nth-child(3) {
  top: 0;
  transform: rotate(-135deg);
}
@media (max-width: 640px) {
  .animated-icon1 {
    display: inline-block;
  }
}

.contact_page {
  padding: 150px 0 0 0;
  position: relative;
}
.contact_page .text_stroke {
  position: absolute;
  top: -184px;
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
  background: linear-gradient(0deg, var(--color-brown) 51%, #FFFFFF 48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
  text-align: center;
}
.contact_page .info_contact .item {
  margin-bottom: 14px;
}
.contact_page .info_contact .item .icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-brown);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: var(--color-brown);
  margin-top: 5px;
}
.contact_page .info_contact .item .name {
  font-size: 16px;
  font-weight: 600;
}
.contact_page .info_contact .item .label {
  opacity: 0.8;
}
.contact_page .content_contact {
  padding-bottom: 120px;
}
.contact_page .left_contact {
  padding: 0 40px 0 0;
}
.contact_page .right_contact {
  padding: 0 0 0 40px;
}
.contact_page .ggmaps {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.contact_page .ggmaps iframe {
  width: 100%;
  height: 100%;
}
.contact_page .segTitle {
  margin-bottom: 2rem;
}
.contact_page .segTitle p {
  margin-bottom: 0;
}
.contact_page .segTitle img {
  width: 300px;
  margin-left: 10px;
  margin-bottom: 25px;
}
.contact_page .form_contact .form_group {
  justify-content: space-between;
}
.contact_page .form_contact input, .contact_page .form_contact textarea {
  border: 1px solid #D2D2D2;
  background: #FFF;
  width: 100%;
  margin: 12px 0 0px 0;
  padding: 10px 15px;
}
.contact_page .form_contact input:focus, .contact_page .form_contact textarea:focus {
  outline: 1px solid var(--color-red);
}
.contact_page .form_contact textarea {
  height: 133px;
}
.contact_page .form_contact .form_control {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 1rem;
}
.contact_page .form_contact .wpcf7-not-valid-tip {
  font-size: 14px !important;
}
.contact_page .form_contact form.sent .wpcf7-response-output {
  display: block;
}
.contact_page .form_contact form .wpcf7-response-output {
  display: none;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
.contact_page .form_contact button {
  border: 1px solid var(--color-brown);
  padding: 13px 30px;
}
.contact_page .form_contact button::after {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .contact_page {
    padding: 30px 0 0px 0;
  }
  .contact_page .text_stroke {
    top: -44px;
  }
  .contact_page .content_contact {
    padding-bottom: 0;
  }
  .contact_page .breadcrumb {
    margin-bottom: 24px;
  }
  .contact_page .left_contact, .contact_page .right_contact {
    padding: 15px;
  }
  .contact_page .form_control {
    flex: 0 0 calc(50% - 5px) !important;
  }
  .contact_page .form_group {
    flex-flow: column;
  }
  .contact_page button {
    margin: auto;
  }
  .contact_page .wpcf7-response-output {
    width: 100%;
  }
  .contact_page .segTitle {
    text-align: center;
  }
  .contact_page .description {
    text-align: justify;
  }
}

.bannerContact img {
  width: 100%;
  height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
}
@media (max-width: 767px) {
  .bannerContact img {
    height: 50vh;
  }
}

.bannerCate {
  position: relative;
}
.bannerCate img {
  height: 65vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(0.5);
}
.bannerCate .titleBanner {
  position: absolute;
  /* top: -184px; */
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
  background: linear-gradient(0deg, var(--color-brown) 51%, #FFFFFF 48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
  text-align: center;
  bottom: -180px;
  z-index: 1;
}
@media (max-width: 767px) {
  .bannerCate .titleBanner {
    bottom: -40px;
  }
}

.listNewsCate {
  padding-top: 150px;
}
.listNewsCate .item_news {
  flex-flow: column-reverse;
  margin-bottom: 2rem;
}
.listNewsCate .item_news .image {
  margin-bottom: 1rem;
  margin-top: 0;
}
.listNewsCate .item_news:nth-child(2n) .image {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .listNewsCate {
    padding-top: 50px;
  }
  .listNewsCate .segTitle {
    font-size: 32px;
  }
  .listNewsCate .item_news:nth-child(2n) {
    flex-flow: column-reverse;
  }
  .listNewsCate .item_news:nth-child(2n) .image {
    margin-top: 0;
  }
}

.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background: var(--color-brown);
}
.page-loader .logo {
  animation: loading 2s infinite ease-in-out;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.page-loader .logo img {
  width: 200px;
  margin: 0 8px;
  filter: brightness(20);
}
.page-loader .logo img:first-child {
  width: 100px;
  margin-bottom: 1rem;
}

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) scale(1.3);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
  }
}
.section_error {
  text-align: center;
  padding: 150px 0 100px 0;
}
.section_error::after {
  content: "";
}
.section_error .error {
  font-size: 150px;
  color: var(--color-brown);
  font-family: var(--font-title);
  font-weight: 600;
}
.section_error .page {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}
.section_error .btn_primary {
  margin: auto;
}

@media (max-width: 767px) {
  .collection_about .slick_arrow {
    top: 50%;
  }
  .collection_about .hide_collect {
    display: none;
  }
  .collection_about .description {
    margin-bottom: 1rem;
  }
  .collection_about .right_collect {
    margin-top: 1rem;
  }
  .collection_about .list_collect .item {
    display: block;
    margin-bottom: 12px;
  }
  .collection_about .list_collect .item.hide_collect {
    display: none !important;
  }
}

.form_search {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: calc(100% + 10px);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.form_search.active {
  opacity: 1;
  pointer-events: all;
}
.form_search .search-submit {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form_search input {
  border: 1px solid #4a4a4a;
  border-radius: 100px;
  padding: 5px 20px 5px 10px;
  width: 220px;
}
.form_search input:focus-visible {
  outline: none;
}

.bannerOption {
  width: 100%;
  position: relative;
  height: 75vh;
}
.bannerOption img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.7) grayscale(1);
}
.bannerOption .text_stroke {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -130px;
  text-align: center;
  line-height: 1;
  width: 100%;
  color: rgba(127, 111, 76, 0.1882352941);
}
@media (max-width: 767px) {
  .bannerOption .text_stroke {
    bottom: -30px;
  }
}

.page_search .homeNews {
  padding-top: 200px;
}
.page_search .homeNews .item_news {
  margin-bottom: 2rem;
}
.page_search .homeNews .item_news article {
  margin: 7px 0 12px 0;
}
.page_search .homeNews .item_news .image {
  margin-top: 20px;
}
.page_search .homeNews .item_news:nth-child(2n) .image {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page_search .homeNews {
    padding-top: 50px;
  }
}

.cta_page {
  position: fixed;
  bottom: 15px;
  left: 30px;
  z-index: 9999;
}
.cta_page .item {
  width: 40px;
  height: 40px;
  background: var(--color-brown);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 0 0px 0px 5px rgba(225, 161, 70, 0.5411764706);
}
.cta_page .item:hover i {
  transform: rotateY(180deg);
  transition: all 0.75s ease;
}
.list_news_page .coltrol_button a, .list_news_page .coltrol_button .page-numbers {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--color-brown);
  text-decoration: none;
  border-radius: 50%;
  margin: 0 4px;
  line-height: 1;
  border: 1px solid var(--color-brown);
}
.list_news_page .coltrol_button .page-numbers.current {
  color: #fff;
  background: var(--color-brown);
}

.list_news_single .item_news {
  margin: 0 12px;
}/*# sourceMappingURL=style.css.map */
.content_submenu{
  display: flex;
  width: 80%;
  justify-content: space-between;
}