body {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  background: #333; }

a {
  text-decoration: none; }

.header {
  position: relative;
  width: 100%; }
.header-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #000;
  border-top: 7px solid #1aaa4a;
  z-index: 99991;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.header-wrap.scroll {
  background: #000;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.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: -10px;*/
  left: calc(-100% - 1px) !important; }
.menu li ul li ul > li a {
  color: #333 !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 {
  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 {
  min-height: 200px;
  background: #333;
  padding-top: 120px;
  color: #fff; }

.box-wrap {
  padding: 30px;
  background: #282828; }
.box-wrap--title {
  color: #ed1c24;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px; }
.box-wrap--des {
  color: #c0c0c0;
  margin-bottom: 20px; }

.box-text {
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px; }

.box-text a{
  color: #fff;
}
.box-text a:hover{
  color: #ed1c24;
}

.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) {
  .box-wrap{
    padding: 0px;
  }
  .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: 18px;
  font-weight: bold;
  line-height: 1.3; }

.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: 200px;
  -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;
    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 {
  position: relative; }
.camnhan: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: space-between;
  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-rate {
  color: #fc0; }
.camnhan-comment {
  position: relative;
  margin-bottom: 15pc;
  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;
  letter-spacing: 1px; }

.footer {
  padding-top: 30px;
  background: #000;
  border-top: 1px solid #c0c0c0;
  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 {
  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-bg {
  background: #f5f5f5; }

.block-shortdes {
  text-align: center; }

.blog {
  margin-bottom: 24px; }
.blog-img img {
  width: 100%;
  max-height: 200px;
  -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 {
  color: #333; }
.blog-info h3 a:hover {
  color: #1aaa4a; }
.blog-info .blog-date {
  margin-bottom: 0px; }

.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-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  padding-top: 3px;
  padding-bottom: 5px;
  border-bottom: 3px solid #1aaa4a; }
.widget-title.color {
  background: #1aaa4a;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase; }
.widget-title.news {
  padding-left: 35px;
  background: url("../images/t.png") no-repeat top left; }
.widget-title.logicstic {
  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-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;
  font-weight: bold;
  line-height: 1.5; }
.tour-title a {
  color: #444; }
.tour-title a:hover {
  color: #b2d235; }

.tourf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.tourf-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 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: #333; }
.tourf-info .tourf-price {
  font-weight: bold;
  font-size: 24px; }
.tourf-info .tourf-time {
  color: #b8b8b8; }
.tourf-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 265px;
          flex: 0 0 265px; }

@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-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; }

@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;
  gap: 20px; }
.search-input input[type="text"], .search-input select {
  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 {
  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; }

.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;
}

.logo-text{
  max-width: unset !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  font-size: 24px;
  font-weight: bold;
  color: #ed1c24;
}
.header-wrap.scroll .header-logo a.logo-text{
  max-width: unset !important;
}
video{
  border-radius: 5px;
}

@media screen and (max-width: 768px){
  .box-wrap{
    background: transparent;
  }
  .box-live{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .logo-text{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 30px;
  }
  .chatboxwp{
    height: 300px;
    padding: 0px;
  }
}