body {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  overflow-x: hidden; }

a {
  text-decoration: none; }

.header {
  position: relative;
  width: 100%; }
.header-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  border-top: 7px solid #1aaa4a;
  z-index: 99991;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.header-wrap.scroll {
  background: #fff;
  border-top: 3px solid #1aaa4a;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.header-wrap.scroll .header-logo a {
  max-width: 50px !important; }
.header-wrap.scroll .top-tel {
  display: none; }
.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%; }

.header-logo a {
  display: block;
  max-width: 80px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.header-logo img {
  max-width: 100%; }

.header-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 80px;
  padding-top: 30px; }
.header-top-list ul {
  margin-bottom: 0px; }
.header-top-list ul li.list-inline-item {
  border-right: 1px solid #828282;
  margin-right: 0px; }
.header-top-list ul li.list-inline-item:not(:last-child) {
  margin-right: 0px; }
.header-top-list ul li a {
  color: #828282;
  padding-left: 15px;
  padding-right: 15px; }
.header-top-list ul li a:hover {
  color: #333; }

.header-content-bottom {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.list-header-icons {
  padding-left: 60px; }
.list-header-icons .list-header-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #828282;
  padding-left: 15px;
  padding-right: 15px; }
.list-header-icons .list-header-icon .icon-top {
  margin-right: 8px; }
.list-header-icons .list-header-icon .icon-top img {
  max-width: 34px;
  max-height: 34px; }
.list-header-icons .list-header-icon .icon-text {
  max-width: 165px; }
.list-header-icons .list-header-icon .icon-text h4 {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 15px; }
.list-header-icons .list-header-icon .icon-text p {
  margin-bottom: 0px; }

.header-menu {
  background: #1aaa4a;
  min-height: 41px; }

@media screen and (max-width: 768px) {
  .header-logo {
    text-align: center; }

  .header-top-list {
    padding-top: 10px;
    padding-right: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }

  ul.list-header-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
.mobile-menu-button {
  display: none; }
.mobile-menu-button i {
  font-size: 20px; }
.mobile-menu-button:hover {
  cursor: pointer; }

@media screen and (max-width: 992px) {
  .mobile-menu-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 41px;
    height: 41px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
.search-button {
  width: 40px;
  height: 40px;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #fff;
  border-radius: 2px;
  padding-top: 2px;
  margin-top: 2px; }
.search-button:hover {
  cursor: pointer;
  background: #1aaa4a; }

.search-form-wp {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 9999; }
.search-form-wp.open {
  pointer-events: auto; }

.search-form {
  position: relative;
  opacity: 0;
  visibility: hidden;
  width: 600px;
  margin: 50px auto;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%); }

.ssearch-frm-close {
  text-align: right;
  font-size: 20px;
  color: #fff; }

.ssearch-frm-close i:hover {
  color: red;
  cursor: pointer; }

.search-form-wp.open .search-form {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

#frm-search {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
#frm-search button[type='submit'] {
  border: 0px;
  padding: 10px 20px;
  background: #333;
  color: #1aaa4a;
  font-weight: bold; }
#frm-search input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
  outline: none; }

.top-tel {
  padding-right: 15px; }
.top-tel a {
  display: block;
  padding-left: 25px;
  background: url("../images/hotline.png") no-repeat center left;
  font-size: 18px;
  font-weight: bold;
  color: #e2201f; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  background: transparent; }
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent; }
.menu ul li {
  position: relative;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding: 0px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  color: #333;
  text-decoration: none;
  padding: 10px 0px; }
.menu ul li a:hover {
  color: #000; }
.menu ul li:first-child a:before {
  content: unset; }
.menu ul li.active a {
  border-bottom: 5px solid #0a78be; }
.menu ul li:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  color: #fff !important; }
.menu ul li:hover a {
  color: #fff; }
.menu ul li:hover > .menu_sub {
  display: block;
  opacity: 1;
  visibility: visible !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }
.menu ul li.has-child {
  padding-right: 30px; }
.menu ul li.has-child i {
  position: absolute;
  right: 10px;
  top: 10px; }
.menu ul li.has-child i:hover {
  cursor: pointer; }
.menu .menu_sub {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 220px;
  background: rgba(0, 0, 0, 0.5);
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-top: 0px;
  z-index: 999;
  -moz-border-radius: 0px;
  /*-webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  transform: translateY(15px);
  box-shadow: 0 2px 5px rgba(0,0,0,.2);*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.menu .menu_sub > li {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
  max-height: auto !important; }
.menu .menu_sub > li:last-child {
  border-bottom: 0px; }
.menu .menu_sub > li a {
  color: #333;
  display: block;
  padding: 0px 0px;
  line-height: 1.5 !important; }
.menu .menu_sub > li a:before, .menu .menu_sub > li a:after {
  content: unset; }
.menu .menu_sub > li:hover {
  cursor: pointer;
  background: #000; }
.menu .menu_sub > li:hover a {
  color: #fff; }
.menu li ul li ul {
  top: 0px;
  left: calc(100% - 1px) !important; }
.menu li ul li ul > li a {
  color: #fff !important;
  display: block;
  opacity: 1; }
.menu li ul li ul > li:hover {
  cursor: pointer !important; }

.open-menu-icon {
  display: none;
  float: right;
  font-size: 20px;
  padding: 0px 10px;
  color: #111; }
.open-menu-icon:hover {
  cursor: pointer; }

@media screen and (max-width: 992px) {
  .menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0 !important;
    bottom: 0;
    left: 0;
    padding: 0px;
    padding-top: 40px;
    max-width: 95%;
    z-index: 10200;
    background-color: #fff;
    width: 250px;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
  .menu ul {
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    list-style: none;
    padding-left: 0px;
    height: 100%;
    scrollbar-width: thin; }
  .menu ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5; }
  .menu ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5; }
  .menu ul::-webkit-scrollbar-thumb {
    background-color: #fff; }
  .menu ul > li:first-child {
    border-top: 1px solid rgba(51, 51, 51, 0.08); }
  .menu ul li {
    font-size: 0.9375rem; }
  .menu ul li ul.menu_sub {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #f7f7f7;
    height: 0;
    width: 100%;
    color: #111;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .menu ul li ul.menu_sub > li {
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
    font-weight: 300; }
  .menu ul li ul.menu_sub > li a {
    color: #111; }
  .menu ul li.has-child i {
    right: 20px; }
  .menu ul li a {
    padding: 10px 10px; }
  .menu ul li:hover > ul.menu_sub {
    height: auto; }
  .menu.open {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  .open-menu-icon {
    display: block; } }
.nt-mobile-menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  background: transparent;
  z-index: 1030;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.nt-mobile-menu-wrap.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

.nt-mobile-menu ul {
  position: relative;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  padding-left: 0px;
  -ms-overflow-style: none;
  scrollbar-width: thin;
  z-index: 9999;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); }
.nt-mobile-menu li {
  position: relative;
  list-style: none; }
.nt-mobile-menu li a {
  color: #ccc;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
.nt-mobile-menu li a:hover {
  background: #404040;
  color: #fff; }
.nt-mobile-menu li i.fas {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0px;
  right: 2px;
  z-index: 999999;
  border-left: 1px solid #242424; }
.nt-mobile-menu li i.fas:hover {
  cursor: pointer; }
.nt-mobile-menu .menu_sub {
  display: none;
  padding-left: 0px; }
.nt-mobile-menu .menu_sub li {
  border-bottom: 0px; }

.nt-mobile-menu::-webkit-scrollbar {
  width: 6px;
  background: transparent; }

.nt-mobile-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px; }

.nt-close {
  width: 40px;
  height: 40px;
  background: #fff;
  float: right;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.nt-close:hover {
  cursor: pointer; }

.nt-mobile-menu-foot {
  background: #fff;
  padding: 10px 0px;
  font-size: 14px; }
.nt-mobile-menu-foot strong {
  color: #000; }

.nt-dropmenu {
  display: block;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0; }
.nt-dropmenu li {
  padding: 0;
  position: relative; }
.nt-dropmenu li a {
  display: block;
  padding: 10px;
  padding-left: 20px;
  padding-right: 35px;
  font-size: 13px;
  color: black;
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
  margin-bottom: -1px;
  text-decoration: none; }
.nt-dropmenu li a i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  position: absolute;
  right: 20px;
  top: 9px;
  font-size: 16px;
  width: 20px;
  height: 20px;
  text-align: center; }
.nt-dropmenu li a.open i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease; }

.nt-dropmenu li ul.nt-dropmenu--sub {
  display: none;
  padding-left: 0;
  list-style: none;
  background: #fafafa; }
.nt-dropmenu li ul.nt-dropmenu--sub li a {
  font-weight: 500;
  padding-left: 40px; }
.nt-dropmenu li ul.nt-dropmenu--sub li a i {
  position: absolute;
  left: 20px;
  right: auto;
  top: 10px;
  width: auto;
  height: auto; }

.mobile-menu-button-wrap {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  width: 40px;
  height: 40px;
  display: none !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 999px;
  color: #1aaa4a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.mobile-menu-button-wrap i.far {
  font-size: 24px; }
.mobile-menu-button-wrap:hover {
  cursor: pointer;
  color: #fff; }

.mobile-menu-button {
  text-decoration: none;
  color: #1aaa4a; }

.mobile-menu-search {
  padding: 20px 15px; }

@media screen and (max-width: 992px) {
  .mobile-menu-button-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
.mobile-menu {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99992;
  width: 260px;
  background: #333;
  height: 100%;
  color: #ccc;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.mobile-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.mobile-menu-head {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: right; }
.mobile-menu-head i.far {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  line-height: 1;
  margin-top: 3px; }
.mobile-menu-head i.far:hover {
  cursor: pointer; }

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

#overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.no-scroll {
  overflow: hidden; }

.main {
  width: 100%;
  min-height: 200px; }

.about-home {
  padding: 30px 15px; }
.about-home--title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px; }
.about-home img {
  max-width: 100%; }

.category-item {
  margin-bottom: 24px; }
.category-item .category-thumb img {
  width: 100%; }
.category-item .category-des {
  margin-bottom: 0px; }
.category-item .category-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px; }
.category-item .category-title a {
  display: block;
  color: #333; }
.category-item .category-title a:hover {
  color: #1aaa4a; }

#whyme {
  background: #ececec;
  padding-left: 12px;
  padding-right: 12px; }

.whyme-left {
  padding: 28px; }
.whyme-left h2 {
  font-size: 22px;
  color: #7e6a48;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 20px; }

.whyme-right {
  padding: 28px; }

.icons {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 40px;
  padding-bottom: 40px; }
.icons-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
.icons-item .icon {
  margin-right: 8px; }
.icons-item .txt {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold; }
.icons-item .txt a {
  color: #333; }
.icons-item .txt a:hover {
  color: #1aaa4a; }

@media screen and (max-width: 768px) {
  .icons {
    padding-top: 20px;
    padding-bottom: 20px; }
  .icons-item {
    margin-bottom: 10px; }
  .icons-item .txt {
    font-size: 13px; } }
#home-support {
  margin-top: 50px; }

.support-img a {
  display: block; }
.support-img img {
  width: 100%; }
.support-info--title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
  text-align: center; }
.support-info--title a {
  color: #333; }
.support-info--title a:hover {
  color: #1aaa4a; }
.support-info--des {
  font-size: 14px;
  line-height: 20px;
  text-align: center; }
.support-info .support-content {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  text-align: center; }
.support-info .support-content:before {
  content: '';
  position: absolute;
  width: 80%;
  height: 1px;
  background: #767676;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0; }

.support-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
.support-line .support-icon {
  margin-right: 10px; }
.support-line .support-icon i.fa {
  font-size: 20px; }

#home-contact {
  background: #1aaa4a;
  padding-top: 30px;
  padding-bottom: 30px; }

.home-form-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.home-form-ct--txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-weight: bold;
  padding-right: 20px; }
.home-form-ct--frm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

@media screen and (max-width: 768px) {
  .home-form-ct--txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    font-weight: bold;
    padding-right: 0px;
    margin-bottom: 10px; }
  .home-form-ct--frm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .home-form-ct--frm form.frm-inline {
    max-width: 280px; } }
.frm-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #fff; }
.frm-inline .frm-input {
  border: 0px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  outline: none; }
.frm-inline button[type=submit] {
  border: 0px;
  background: #e2201f;
  color: #fff;
  font-weight: bold;
  padding: 8px; }

.home-socials--txt {
  text-align: right;
  padding-right: 10px;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .home-socials {
    margin-top: 15px; }

  .home-socials--txt {
    text-align: left; } }
.page-title {
  font-size: 20px;
  font-weight: bold;
  color: #1aaa4a;
  text-transform: uppercase;
  line-height: 1.3; }
.page-meta--date{
  font-size: 14px;
  color: #777;
}

.product-detail-info .product-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4; }
.product-detail-info .meta {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
.product-detail-info .product-price {
  font-weight: bold;
  color: red;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px; }

.btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background: #1aaa4a;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 180px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.btn-submit:hover {
  background: #e2201f;
  color: #fff; }

.slide-wp {
  position: relative; }

.search-wp {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 870px;
  bottom: 72px;
  margin: 0 auto; }

@media screen and (max-width: 992px) {
  .search-wp {
    position: relative;
    max-width: 100%;
    bottom: auto; }

  .search-radio input[type="radio"] + label {
    background: #1aaa4a !important;
    padding: 5px 10px 5px 25px !important;
    color: #fff;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

  .search-radio input[type="radio"] + label:before {
    left: 5px !important; }

  .search-item {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

  .search-input input[type="text"], .search-input select {
    border: 1px solid #ddd !important;
    border-radius: 5px; } }
.search-inner {
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.carousel-cell-image {
  max-width: 100%; }

.slider .flickity-page-dots {
  bottom: 5px; }

.slider .flickity-page-dots .dot {
  background: #fff; }

.camnhan-wrap {
  position: relative; }
.camnhan-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25); }
.camnhan-wp {
  position: relative; }
.camnhan-title {
  font-size: 28px;
  font-weight: bold;
  color: #1aaa4a; }
.camnhan-des {
  max-width: 685px;
  margin: 0 auto;
  color: #888;
  margin-bottom: 25px; }
.camnhan-des:after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  margin: 20px auto 0;
  background-color: #1aaa4a; }
.camnhan-item {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 15px; }
.camnhan-date {
  position: relative;
  font-size: 13px;
  color: #777;
  display: inline-block;
  margin-bottom: 15px; }
.camnhan-date:after {
  content: '';
  position: absolute;
  top: 9px;
  left: calc(100% + 5px);
  width: 50px;
  height: 1px;
  background-color: #999; }
.camnhan-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  gap: 20px; }
.camnhan-info img {
  width: 70px;
  max-width: 70px;
  border-radius: 100%; }
.camnhan-info a {
  font-size: 18px;
  font-weight: bold;
  color: #333; }
.camnhan-info h1{
	font-size: 18px;
	font-weight: bold;
}
.camnhan-info p{
	margin-bottom: 5px;
	font-size: 14px;
}
.camnhan-rate {
  color: #fc0; }
.camnhan-comment {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
  text-align: justify;
  margin-top: 20px; }
.camnhan-comment i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25); }

.whylist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px; }

@media screen and (max-width: 992px) {
  .whylist {
    grid-template-columns: 1fr 1fr 1fr; } }
.whyimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #b2d235;
  border-radius: 100%;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  aspect-ratio: 1 / 1;
  transition: all 0.3s ease; }
.whyimg img {
  -webkit-filter: invert(66.5%);
          filter: invert(66.5%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.whyimg:hover {
  cursor: pointer;
  background: #1aaa4a;
  border: 3px solid #1aaa4a; }
.whyimg:hover img {
  -webkit-filter: invert(0%);
          filter: invert(0%); }

.partner {
  position: relative;
  height: 120px; }
.partner-wrap {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 20px; }
.partner img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 20px);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.partner:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%); }

.page-banner {
  position: relative;
  height: 360px;
  background: url("../images/banner.jpg") no-repeat center; }
.page-banner-text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.page-banner-title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0px;
  letter-spacing: 1px; }

.footer {
  padding-top: 30px;
  background: url("../images/footer.jpg") no-repeat center top/cover;
  color: #fff; }
.footer a {
  color: #fff; }

.footer-menu {
  color: #bbbbbb; }
.footer-menu--head {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px; }
.footer-menu-list ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px; }
.footer-menu-list li {
  margin-bottom: 5px;
  padding-left: 20px;
  background: url("../images/li.png") no-repeat center left;
  font-size: 14px; }
.footer-menu-list li a {
  display: block;
  color: #fff; }
.footer-menu-list li a:hover {
  color: #1aaa4a; }

.copyright {
  margin-top: 10px;
  border-top: 1px solid #1aaa4a;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #bbbbbb; }

#totop {
  width: 45px;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1aaa4a;
  color: #fff;
  position: fixed;
  right: 0.5rem;
  bottom: 0rem;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#totop.show {
  bottom: 0.5rem;
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

@media screen and (max-width: 768px) {
  .footer-info img.footer-logo {
    max-width: 100px;
    margin-bottom: 15px; }

  .footer-menu {
    margin-bottom: 15px; } }
.block{
  background: #fff;
}
.block-bg {
  background: #f5f5f5; }

.block-shortdes {
  text-align: center; }

.blog {
  margin-bottom: 24px; }
.blog-img{
  height: 220px;
  overflow: hidden;
}
.blog-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
.blog-info {
  border: 1px solid #ddd;
  border-top: 0px;
  padding: 10px; }

.blog-info h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5; }
.blog-info h3 a {
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333; }
.blog-info h3 a:hover {
  color: #1aaa4a; }
.blog-info .blog-des{
  color: #777;
  font-size: 14px;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.blog-info .blog-date {
  display: flex;
  align-items: center;
  padding-top: 10px;
  margin-top: 3px;
  padding-bottom: 4px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  margin-bottom: 0px; }
.blog-info .blog-date i{
  color: #1aaa4a;
  margin-right: 5px;
}
.btn-view{
  display: inline-block;
  margin-left: auto;
  padding: 3px 6px;
  background: #1aaa4a;
  color: #fff;
  transition: all 0.3s ease;
}
.btn-view:hover{
  background: #e2201f;
  color: #fff;
}
.blog-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
.blog-sm-img img {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px; }
.blog-sm-title h3 {
  font-size: 13px;
  line-height: 1.4; }
.blog-sm-title a {
  color: #333; }
.blog-sm-title a:hover {
  color: #1aaa4a; }

.widget{
  background: #fff;
}
.widget-title {
  padding: 10px 15px 5px 15px;
  border-top: 7px solid #1aaa4a;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
 }
 .widget-title a{
  color: #333;
  cursor: pointer;
 }
 .widget-title a:hover{
  color: #333;
 }
.widget-title.color {
  background: #1aaa4a;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase; }
.widget-title.news {
  border-top: 0;
  border-bottom: 3px solid #1aaa4a;
  padding: 3px 0px 5px 30px;
  padding-left: 35px;
  background: url("../images/t.png") no-repeat top left; }
.widget-title.logicstic {
  border-top: 0;
  border-bottom: 3px solid #1aaa4a;
  padding: 3px 0px 5px 30px;
  padding-left: 45px;
  background: url("../images/t5.png") no-repeat top left; }
.widget-body {
  padding: 0.75rem;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); }
.widget-body.has-border {
  border: 1px solid #ddd;
  border-top: 0px;
  padding: 10px;
  padding-top: 0px; }

.product {
  margin-bottom: 24px; }
.product-code {
  padding: 10px 0px;
  border-bottom: 1px solid #ddd; }
.product-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 10px; }
.product-title a {
  color: #333; }
.product-title a:hover {
  color: #1aaa4a; }
.product-des {
  margin-bottom: 0px; }
.product-price {
  font-weight: bold;
  color: red;
  margin-bottom: 0px; }

.block-title {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px; }
.block-title span {
  color: #f7670d; }
.block-title--bottomline {
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 25px; }
.block-title--bottomline:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 120px;
  height: 3px;
  background: #1aaa4a; }
.tour-thumb{
  aspect-ratio: 1;
  overflow: hidden;
}
.tour-thumb img{
  object-fit: cover;
  height: 100%;
}
.tour-img {
  position: relative; }
.tour-price {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0 5px 0 10px;
  background: #b2d235;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.tour-price:after {
  content: '';
  position: absolute;
  top: 0;
  right: -13px;
  bottom: 0;
  width: 13px;
  height: 30px;
  background: url("../images/price.png") no-repeat; }
.tour-title {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #333;
  
  line-height: 1.5; }
.tour-title a {
  color: #444; }
.tour-title a:hover {
  color: #b2d235; }

.tourf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  background: #fff;
}
.tourf-info {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px; }
.tourf-info .tourf-title {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.3; }
.tourf-info .tourf-title a {
  color: #333; }
.tourf-info .tourf-title a:hover {
  color: #1aaa4a; }
.tourf-info .tourf-price del{
  color: #777;
  font-size: 16px;
  font-weight: normal;
  padding-right: 10px;
}
.tourf-info .tourf-price span {
  font-weight: bold;
  font-size: 20px; }
.tourf-info .tourf-time {
  font-size: 13px;
  color: #999; }
.tourf-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px; 
  height: 220px;
  overflow: hidden;
}
.tourf-img img{
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}
.tourf-btn{
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #1aaa4a;
  color: #fff;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
}
.tourf-btn:hover{
  color: #fff;
  background: #e2201f;
}

@media screen and (max-width: 992px) {
  .tourf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .tourf-info {
    background: #fff;
    padding: 10px; }

  .tourf-info .tourf-title {
    font-size: 14px; }

  .tourf-info .tourf-price {
    font-size: 16px; }

  .tourf-btn{
    position: relative;
    right: 0;
    bottom: 0;
  }

  .tourf-order{
    text-align: right;
    padding-top: 5px;
  }

  .tourf-info .tourf-price del{
    font-size: 14px;
  }
  .tourf-info .tourf-price span{
    font-size: 16px;
  }

  .tourf-img {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .tourf-img img {
    width: 100%; } }
.tour-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
.tour-grid-itf p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
.tour-grid-item {
  position: relative; }
.tour-grid-item--title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  padding: 10px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.tour-grid-item--title:hover {
  opacity: 1;
  color: #fff; }

.tour-grid-item--title span{
	display: block;
    padding: 0 15px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5), 1px 1px 2px rgba(0,0,0,0.5);
}


@media screen and (max-width: 992px) {
  .tour-grid {
    grid-template-columns: 1fr 1fr; }

  .tour-grid-itf {
    grid-column: 1/2 span; } }
.news-img {
  margin-bottom: 10px; }
.news-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px; }
.news-title a {
  color: #333; }
.news-title a:hover {
  color: #1aaa4a; }
.news-date {
  color: #999;
  font-size: 13px; }

.news-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.75rem;
  margin-bottom: 10px; }
.news-sm--img {
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  margin-right: 10px; }
.news-sm--if {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.news-sm--title {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
.news-sm--title a {
  color: #333; }
.news-sm--date {
  font-size: 12px;
  color: #999; }

.search-radio {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.search-radio input[type="radio"] {
  display: none; }
.search-radio input[type="radio"] + label {
  width: auto;
  margin-bottom: 0;
  padding: 0 0 0 25px;
  background: none;
  position: relative;
  float: left;
  cursor: pointer;
  line-height: 25px;
  color: #fff;
  margin-left: 20px; }
.search-radio input[type="radio"] + label:nth-of-type(1) {
  margin-left: 0px; }
.search-radio input[type="radio"] + label:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  background: url("../images/radio1.png") no-repeat center; }
.search-radio input[type="radio"]:checked + label:before {
  background: url("../images/radio2.png") no-repeat center; }

.search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
.search-input input[type="text"], .search-input select {
  min-width: 180px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px; }

.sidebar-list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px; }
.sidebar-list li a {
  display: block;
  padding: 10px 0px;
  border-bottom: 1px dotted #ddd;
  font-weight: bold;
  color: #333;
  text-transform: capitalize; }
.sidebar-list li a:hover {
  color: #1aaa4a; }
.sidebar-list li:last-child a {
  border-bottom: 0px; }

.breadcrumb-wp {
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px; }

.breadcrumb {
  margin-bottom: 0px; }
.breadcrumb li {
  font-size: 14px;
  padding-left: 8px; }
.breadcrumb li:before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/"; }
.breadcrumb li:first-child {
  padding-left: 0px; }
.breadcrumb li:first-child:before {
  content: ""; }
.breadcrumb li.active {
  color: #6c757d; }
.breadcrumb li a {
  color: #333; }

.page-banner:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0,0,0,.25);
}
.page-banner-text-g{
  position: relative;
  z-index: 10;
}


.pagination-wp{
  display: flex;
  justify-content: center;
  margin: 10px 0px;
}
.pagination{
  padding-left: 0px;
  display: flex;
}
.pagination li{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-right: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.pagination li:first-child{
  border-left: 1px solid #eaeaea;
}
.pagination li.active{
  /*background: #00599e;
  border-top: 1px solid #00599e;
  border-bottom: 1px solid #00599e;*/
}
.pagination li.active span{
  color: #fff;
}
.pagination li span{
  padding: 8px 12px;
  color: #333;
  border-left: 1px solid #eaeaea;
}
.pagination li span.inactive{
  color: #9c9c9c;
}
.pagination li a{
  font-size: 13px;
  padding: 8px 12px;
  background: #fff;
  display: inline-block;
  text-decoration: none;
  color: #333;
}
.pagination li.active a{
  background: #1aaa4a;
  color: #fff;
}
.pagination li a:hover{
  background: #1aaa4a;
  color: #fff;
}

.page-content{
  padding-top: 13px;
  border-top: 7px solid #1aaa4a;
  box-shadow: 0 0 2px rgba(0,0,0,0.25);
  background: #fff;
  border-radius: 5px;
}
.product-content img{
  max-width: 100%;
}
.product-gallery .owl-item{
  max-height: 480px;
  overflow: hidden;
}
.product-gallery .owl-item img{
  width: 100%;
  object-fit: cover;
}

.tour-box{
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;
  border-left: 4px solid #1aaa4a;
  box-shadow: 0 0 15px rgba(0,0,0,.05);
  border-radius: 5px;
}
.tour-box img{
  max-width: 100%;
}

.tour-box-title{
  font-size: 18px;
  font-weight: bold;
  color: #777;
  cursor: pointer;
}
.tour-box-content{
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #d7d7d7;
  display: none;
}

.tourw{
  margin-bottom: 30px;
}
.tourw-head{
  position: relative;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 5px 5px 0px 0px;
}
.tourw-head:before, .tourw-head:after{
  content: '';
  position: absolute;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background-color: #f5f5f5;
  border-radius: 50%;
}
.tourw-head:before{
  left: -10px;
}
.tourw-head:after{
  right: -10px;
}
.tourw-head--txt{
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #d7d7d7;
}
.tourw-rate{
  margin-bottom: 5px;
}
.tourw-rate del{
  color: #999;
  padding-right: 10px;
  font-size: 14px;
}
.tourw-rate span{
  font-weight: bold;
  font-size: 20px;
  color: #e2201f;
}
.tourw-code{
  font-size: 12px;
  color: #777;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.tourw-code .badge{
  background: #f7670d;
  color: #fff;
  margin-left: 5px;
}
.tourw-body{
  padding: 15px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
.tourw-attr{
  list-style: none;
  padding-left: 0px;
}
.tourw-attr li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-left: 2px solid #1aaa4a;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  margin-bottom: 15px;
}

.booking-form label{
  font-size: 12px;
  color: #777;
  font-weight: bold;
}
.booking-form input[type="text"], .booking-form input[type="number"]{
  box-shadow: none;
  outline: none;
}
.my-btn{
  width: 100%;
  background: #1aaa4a;
  color: #fff;
  font-weight: bold;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease;
}
.my-btn:hover{
  background: #e2201f;
  color: #fff;
}

.related-head{
  margin-top: 20px;
  margin-bottom: 20px;
  background: #1aaa4a;
  padding: 8px 10px;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  border-radius: 5px;
}
.related-head i{
  margin-right: 10px;
}

.page-content-inner img{
  max-width: 100%;
}

.product-categories {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.product-categories li{
  position: relative;
}
.product-categories li i.fas{
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  font-size: 10px;
  text-align: center;
  line-height: 40px;
  color: #d7d7d7;
  cursor: pointer;
}
.product-categories li a{
    color: #666;
    font-size: 15px;
    line-height: 35px;
    display: block;
    border-bottom:  1px solid #d7d7d7;
    padding-top: 5px;
}
.product-categories li ul{
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}

.product-categories li ul li a{
  border-bottom: 0px;
  font-size: 14px;
}

.datepicker{
  min-width: 240px;
}
.datepicker table{
  width: 100%;
}

.dtwp{
  background: #fff;
  padding: 10px;
  padding-bottom: 0px;
  border: 1px solid #1aaa4a;
}
.dt-title{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dt-info{
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
  font-size: 14px;
}
.dt-info p{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.dtform{
  background: #fff;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #1aaa4a;
}
.dtform-title{
  font-size: 16px;
  font-weight: bold;
  color: #1aaa4a;
}

.socials-icon-fixed{
  position: fixed;
  right: 0.5rem;
  bottom: 65px;
  z-index: 1010;
}

.socials-icon-btn{
  position: relative;
  display: flex;
  margin-top: 15px;
}

.socials-icon-btn--img{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #1aaa4a;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.socials-btn-circle{
  width: 55px;
  height: 55px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1aaa4a;
  opacity: 0.5;
}

.socials-btn-circle--fill{
  width: 55px;
  height: 55px;
  top: -5px;
  right: -5px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}

.socials-icon-btn .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.socials-icon-btn .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.socials-icon-btn .zoomIn{
  animation-name: zoomIn;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.input-wp{
  position: relative;
  margin-bottom: 10px;
}
.input-wp i{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 40px;
  margin: auto;
  align-items: center;
  justify-content: center;
  color: #1aaa4a;
}

.input-wp input[type="text"], .input-wp input[type="email"]{
  text-indent: 40px;
  padding: 0px;
  height: 35px;
  box-shadow: none;
  outline: none;
  font-size: 14px;
}

.input-wp textarea{
  box-shadow: none !important;
  outline: none;
  font-size: 14px;
}

@media screen and (max-width: 768px){
  .search-wp{
    max-width: 100% !important;
  }
  .search-inner{
  	padding: 0.75rem;
  }
  .search-inner form{
    display: flex;
  }
  .search-item{
  	flex-grow: 0;
  	max-width: 100%;
  }
  .search-radio{
    margin-bottom: 0px;
    flex-direction: column;
    flex: 0 0 50%;
    width: 50%;
    flex-wrap: wrap;
    gap: 10px;
    padding-right: 5px;
  }
  .search-input{
    flex-direction: column;
    flex: 0 0 50%;
    flex-wrap: wrap;
    width: 50%;
    gap: 10px;
    padding-left: 5px;
  }
  .search-input .btn-submit{
    width: 100%;
    min-width: auto;
    border-radius: 0px;
  }
  .search-radio input[type="radio"] + label{
    margin-left: 0px;
    flex-grow: 0;
  }

  .search-input input[type="text"], .search-input select{
    min-width: auto;
    width: 100%;
    padding: 5px 10px;
    border-radius: 0px;
  }

  .camnhan-des{
    max-width: 80%;
  }

  .tourf{
  	margin-left: -0.375rem;
  	margin-right: -0.375rem;
  }

  .tourf-img{
    aspect-ratio: 1.3 / 1;
  }

  .page-banner{
  	height: 280px;
  }
  .page-banner-title{
  	font-size: 30px;

  }
  .blog{
  	margin-left: -0.375rem;
  	margin-right: -0.375rem;
  	margin-bottom: 0.75rem;
  }
  .blog-img{
  	height: auto;
  }
  .tour-grid-item{
  	aspect-ratio: 1;
  }
  .tour-grid-itf{
  	aspect-ratio: auto;
  }

  .tour-grid-item--title{
  	opacity: 1;
  }
  .tour-grid-item--title span{
  	font-size: 16px;
  }

}

.gallery-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.gallery-item{
  position: relative;
  overflow: hidden;
}
.gallery-item a{
  display: block;
  width: 100%;
  height: 100%;

}
.gallery-item a img{
  height: 100%;
  max-width: auto;
  min-width: 100%;
}
.gallery-item span, .gallery-item i {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    text-align: center;
    color: #fff;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.gallery-item span {
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    transform: translateY(15px);
}
.gallery-item i {
    top: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    font-size: 16px;
    line-height: 40px;
    transform: translateY(-5px);
}
.gallery-item:hover span, .gallery-item:hover i {
    transform: translateY(0);
    opacity: 1;
}

@media screen and (max-width: 768px){
	.gallery-list {
	    grid-template-columns: 1fr 1fr;
	}
}

.camnhan{
	padding: 30px;
	background: #fff;
	border-radius: 5px;
}
.camnhan-rm{
	text-align: right;
}
.camnhan-rm a{
	font-size: 14px;
	color: #1aaa4a;
}
.camnhan-rm a:hover{
	color: red;
}
.camnhan-content{
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.05);
}

.car-metastr{
  margin-top: 20px;
}
.car-metastr p{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 5px;
}
.car-metastr p b{
  flex: 0 0 95px;
  width: 95px;
}
.car-metastr p span.car-price{
  font-size: 18px;
  color: #e2201f;
  font-weight: bold;
}

.datxe-title{
  font-weight: bold;
  color: #1aaa4a;
  margin-bottom: 20px;
  margin-top: 20px;
}
.datxe-label{
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.datxe-form .form-group{
  margin-bottom: 10px;
  
}
.datxe-form .form-control{
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
}