/* Nunito */
@font-face {
  font-family: "Nunito";
  src: url("../fonts/NunitoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NunitoSans-Bold.woff") format("woff"), url("../fonts/NunitoSans-Bold.ttf") format("truetype"), url("../fonts/NunitoSans-Bold.svg#SFUFutura") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/NunitoSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NunitoSans-SemiBold.woff") format("woff"), url("../fonts/NunitoSans-SemiBold.ttf") format("truetype"), url("../fonts/NunitoSans-SemiBold.svg#SFUFutura") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/NunitoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NunitoSans-Regular.woff") format("woff"), url("../fonts/NunitoSans-Regular.ttf") format("truetype"), url("../fonts/NunitoSans-Regular.svg#SFUFutura") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "UTM Aurora";
  src: url("../fonts/UTM-Aurora.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UTMAvoBold";
  src: url("../fonts/UTMAvoBold.woff") format("woff");
  font-weight: bold;
}
body {
  font-family: "Nunito", Arial;
  font-size: 16px;
  line-height: 1.3333;
  color: #1E2F41;
  height: 100%;
}
body.client:not(.is_home) .container-menu .category-dropdown-menu {
  display: none !important;
}
body.client.is_home .container-menu .category-dropdown-menu {
  display: block !important;
}
body.client.is_home .header_section.sticky .container-menu .category-dropdown-menu {
  display: none !important;
}
body.client.is-general .header-area {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
body.client.is-general .header-area .main_menu > .navbar > .container-menu {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

a {
  color: #333;
}
a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .box-1270 {
    max-width: 1270px;
    margin: 0 auto;
  }
}

.header_section.sticky {
  position: fixed;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
          animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  margin-top: 0 !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background-color: #FFF;
}
.header_section.sticky .container-menu .category-dropdown-menu {
  display: none !important;
}

.header-area {
  position: relative;
}
.header-area .topbar {
  background-color: #2E3191;
  color: #FFF;
  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;
  padding: 30.25px 10px;
  padding-bottom: 40px;
}
.header-area .topbar > .container {
  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;
}
.header-area .topbar .topbar-left img {
  max-width: 50px;
}
.header-area .topbar .topbar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-area .topbar .topbar-right ul li {
  position: relative;
  padding-left: 14px;
}
.header-area .topbar .topbar-right ul li:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
  left: 0;
  line-height: 1;
  margin-top: -2px;
}
.header-area .topbar .topbar-right ul li:not(:last-of-type) {
  margin-right: 20px;
}
.header-area .topbar .topbar-right ul li.guide:before {
  content: "\f29c";
}
.header-area .topbar .topbar-right ul li.cart:before {
  content: "\f217";
}
.header-area .topbar .topbar-right ul li.registration:before {
  content: "\f090";
}
.header-area .topbar .topbar-right ul li.login:before {
  content: "\f08b";
}
.header-area .topbar .topbar-right ul a {
  color: #FFF;
  text-decoration: none !important;
}
.header-area .main_menu {
  margin-top: -10px;
}
.header-area .main_menu > .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.header-area .main_menu > .navbar > .container-menu {
  background-color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 99;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .header-area .main_menu > .navbar > .container-menu {
    max-width: 1240px;
  }
}
.header-area .main_menu > .navbar > .container-menu .category-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
}
.header-area .main_menu > .navbar > .container-menu .category-dropdown-menu .category-wrapper {
  width: 280px;
  background-color: #05A59D;
  padding: 15px;
  color: #FFF;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
}
.header-area .main_menu > .navbar > .container-menu .category-dropdown-menu .category-wrapper .menu-item:not(:last-of-type) {
  margin-bottom: 5px;
}
.header-area .main_menu > .navbar > .container-menu .category-dropdown-menu .category-wrapper .menu-item > a.label,
.header-area .main_menu > .navbar > .container-menu .category-dropdown-menu .category-wrapper .menu-item span.label {
  color: #026DAF;
  background-color: #FFF;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  padding: 8px 10px 7px;
  border-radius: 6px;
}
.header-area .main_menu > .navbar > .container-menu .category-dropdown-menu .category-wrapper .menu-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-area .main_menu > .navbar > .container-menu .category-dropdown-menu .category-wrapper .menu-item ul li {
  position: relative;
  padding-left: 15px;
}
.header-area .main_menu > .navbar > .container-menu .category-dropdown-menu .category-wrapper .menu-item ul li:not(:last-of-type) {
  margin-bottom: 2px;
}
.header-area .main_menu > .navbar > .container-menu .category-dropdown-menu .category-wrapper .menu-item ul li:before {
  content: "\f055";
  font-family: "FontAwesome";
  position: absolute;
  top: 2px;
  font-size: 11px;
  left: 0;
}
.header-area .main_menu > .navbar > .container-menu .category-dropdown-menu .category-wrapper .menu-item ul li a {
  color: #FFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
}
.header-area .main_menu > .navbar > .container-menu .category-dropdown-menu .category-wrapper .menu-item ul li a span.total {
  color: yellow;
  font-size: 10px;
  font-weight: 400;
}
.header-area .main_menu .navbar-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-area .main_menu .navbar-brand span {
  font-family: "UTM Aurora";
}
.header-area .main_menu .navbar-brand span:first-child img {
  width: 50px;
}
.header-area .main_menu .navbar-brand span:last-child {
  margin-left: 10px;
}
.header-area .main_menu .navbar-brand span:last-child h3 {
  font-size: 18px;
  color: #2E3191;
  line-height: 1.4;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.header-area .main_menu .navbar-brand span:last-child h2 {
  font-family: "UTMAvoBold";
  font-size: 17px;
  text-transform: uppercase;
  color: #2E3191;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 3px;
}
.header-area .main_menu #navbarSupportedContent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-area .main_menu .navbar-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.header-area .main_menu .navbar-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 14px;
  margin-right: 10px;
}
.header-area .main_menu .navbar-info ul li {
  margin: 0 5px;
}
.header-area .main_menu .navbar-info ul li a {
  color: grey;
}
.header-area .main_menu .navbar-info #serching {
  width: 300px;
}
.header-area .main_menu .navbar-info #serching .search-button input[type=submit] {
  background-color: transparent;
  border: 0;
  color: #0288D1;
  padding: 0;
  cursor: pointer;
}
.header-area .main_menu .navbar-info #serching span {
  font-size: 12px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  z-index: 1;
  color: #0288D1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
  line-height: 1;
  margin-top: 1px;
  cursor: pointer;
  height: 100%;
  z-index: 9999;
}
.header-area .main_menu .navbar-info #serching span i {
  font-weight: 300;
  font-size: 11px;
  position: relative;
  top: 0px;
  margin-right: 3px;
}
.header-area .main_menu .navbar-info #serching > input {
  font-size: 13px;
  border-radius: 50px;
  line-height: 1.4;
  font-weight: 400;
  height: 30px;
  padding: 2px 12px;
  border-color: #636363;
}
.header-area .main_menu .navbar-info #serching > input:focus {
  border-color: #636363;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-area .main_menu ul.menu_nav {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 500;
  line-height: 1.4;
}
.header-area .main_menu ul.menu_nav li {
  margin: 0;
  padding: 0 15px;
  position: relative;
}
.header-area .main_menu ul.menu_nav li:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 65%;
  width: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.header-area .main_menu ul.menu_nav li:first-of-type:before {
  width: 0;
}
.header-area .main_menu ul.menu_nav li:first-of-type .icon-homepage i {
  line-height: 1;
  font-size: 20px;
}
.header-area .main_menu ul.menu_nav li:last-of-type {
  padding-right: 0;
}
.header-area .main_menu ul.menu_nav li a {
  padding: 0;
}

.section-slider {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section-slider {
    margin-top: -56px;
  }
}
.section-slider .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.section-slider .bg-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  background-color: #000;
}
.section-slider .form-search-tracking {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) {
  .section-slider .form-search-tracking {
    margin-left: 55px;
  }
}
.section-slider .form-search-tracking .form-searching .element-1 {
  display: none !important;
}
.section-slider .form-search-tracking .form-searching .element-2 {
  display: block !important;
}
.section-slider .form-search-tracking.clear-init .form-searching .element-1 {
  display: block !important;
}
.section-slider .form-search-tracking.clear-init .form-searching .element-2 {
  display: none !important;
}
.section-slider .form-search-tracking #searchResultError {
  line-height: 1.1;
  position: absolute;
  bottom: -30px;
  left: 20px;
}
.section-slider .form-search-tracking .title {
  font-family: "UTMAvoBold";
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: -1px;
}
.section-slider .form-search-tracking .option-checked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-bottom: 8px;
}
.section-slider .form-search-tracking .option-checked .option.option-2 {
  margin-left: 60px;
}
.section-slider .form-search-tracking .option-checked .option p {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-slider .form-search-tracking .option-checked .option input[type=radio] {
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 0 white;
  box-shadow: inset 0 0 0 0 white;
  cursor: pointer;
  font: inherit;
  height: 23px;
  outline: none;
  width: 23px;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  top: -3px;
}
.section-slider .form-search-tracking .option-checked .option input[type=radio]:checked {
  border: 0.5px solid #2E3191;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
  background-color: #2E3191;
  -webkit-transition: background 0.15s, -webkit-box-shadow 0.1s;
  transition: background 0.15s, -webkit-box-shadow 0.1s;
  transition: background 0.15s, box-shadow 0.1s;
  transition: background 0.15s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
}
.section-slider .form-search-tracking .option-checked .option label {
  font-size: 20px;
  color: #FFF;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 10px;
}
.section-slider .form-search-tracking .form-searching {
  min-width: 700px;
  max-width: 700px;
  position: relative;
}
.section-slider .form-search-tracking .form-searching .box-search {
  width: 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  overflow: hidden;
}
.section-slider .form-search-tracking .form-searching .box-search.box-search-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #FFF;
}
.section-slider .form-search-tracking .form-searching .box-search.box-search-2 .col-search-1,
.section-slider .form-search-tracking .form-searching .box-search.box-search-2 .col-search-2 {
  position: relative;
}
.section-slider .form-search-tracking .form-searching .box-search.box-search-2 .col-search-1 i.fa,
.section-slider .form-search-tracking .form-searching .box-search.box-search-2 .col-search-2 i.fa {
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-slider .form-search-tracking .form-searching .box-search.box-search-2 .col-search-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 36%;
          flex: 1 0 36%;
}
.section-slider .form-search-tracking .form-searching .box-search.box-search-2 .col-search-1 i.fa {
  left: 20px;
}
.section-slider .form-search-tracking .form-searching .box-search.box-search-2 .col-search-1 input[type=text] {
  padding-left: 60px;
}
.section-slider .form-search-tracking .form-searching .box-search.box-search-2 .col-search-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 64%;
          flex: 1 0 64%;
}
.section-slider .form-search-tracking .form-searching .box-search.box-search-2 .col-search-2 i.fa {
  left: 10px;
}
.section-slider .form-search-tracking .form-searching .box-search.box-search-2 .col-search-2 input[type=text] {
  padding-left: 50px;
}
.section-slider .form-search-tracking .form-searching .box-search i.fa {
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-slider .form-search-tracking .form-searching .box-search input[type=text] {
  min-height: 50px;
  width: 100%;
  border: none;
  border-radius: 30px;
  padding: 5px 10px 5px 50px;
  padding-left: 60px;
}
.section-slider .form-search-tracking .form-searching .box-search input[type=text]:focus, .section-slider .form-search-tracking .form-searching .box-search input[type=text]:focus-visible {
  border: none;
  outline: none;
}
.section-slider .form-search-tracking .form-searching .btn-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  right: 0;
  top: 0;
  height: 100%;
}
.section-slider .form-search-tracking .form-searching .btn-action .btn-wrapper {
  background-color: #2E3191;
  color: #FFF;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 30px;
  min-width: 160px;
}
.section-slider .form-search-tracking .form-searching .btn-action .btn-wrapper:hover {
  background-color: #05A59D;
  color: #FFF;
}
.section-slider .form-search-tracking .form-searching .btn-action .btn-wrapper i.fa {
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: -1px;
  left: -3px;
}
.section-slider .form-search-tracking .form-searching .btn-action .btn-wrapper button {
  border: none;
  background-color: transparent;
  outline: none !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
  padding: 0;
  margin: 0;
  color: #FFF;
  margin-left: 3px;
  position: relative;
  top: 1px;
}

.origin-tracing {
  margin-top: 60px;
}
.origin-tracing .origin-tracing-slider .owl-item > .item {
  padding: 5px;
}
.origin-tracing .box-origin-tracing {
  padding: 10px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  min-height: 422.78px;
}
.origin-tracing .box-origin-tracing .header img {
  width: 100%;
  height: 102px;
  -o-object-fit: cover;
     object-fit: cover;
}
.origin-tracing .box-origin-tracing .content-list h3 {
  font-size: 15px;
  font-weight: 600;
  color: #05A59D;
  line-height: 1.4;
  margin: 0;
  margin-top: 10px;
}
.origin-tracing .box-origin-tracing .content-list ul.company-info {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #82848d;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 10px;
}
.origin-tracing .box-origin-tracing .content-list ul.company-info li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  padding-left: 10px;
}
.origin-tracing .box-origin-tracing .content-list ul.company-info li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #05A59D;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: -2px;
}
.origin-tracing .box-origin-tracing .content-list ul.company-info li:not(:last-of-type) {
  margin-bottom: 10px;
}
.origin-tracing .box-origin-tracing .content-list ul.company-info li .info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.origin-tracing .box-origin-tracing .content-list ul.company-info li .info .name {
  color: #212529;
  font-size: 14px;
  font-weight: bold;
}
.origin-tracing .box-origin-tracing .content-list ul.company-info li .info .name a {
  color: #212529;
}
.origin-tracing .box-origin-tracing .content-list ul.company-info li .info .time {
  font-size: 13px;
  font-weight: 400;
  margin-top: 3px;
  position: relative;
  padding-left: 18px;
}
.origin-tracing .box-origin-tracing .content-list ul.company-info li .info .time:before {
  content: "\f133";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: -1px;
}
.origin-tracing .box-origin-tracing .content-list ul.company-info li .address {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #0094ff;
}
.origin-tracing .box-origin-tracing .content-list ul.company-info li .address span {
  position: relative;
  padding-left: 12px;
}
.origin-tracing .box-origin-tracing .content-list ul.company-info li .address span:before {
  content: "\f041";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: -1px;
}
.origin-tracing .box-origin-tracing .footer-action {
  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;
  color: #05A59D;
  font-size: 14px;
  font-weight: bold;
  margin-top: 33px;
  margin-bottom: 10px;
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0;
  padding: 10px 15px;
}
.origin-tracing .box-origin-tracing .footer-action .btn-detail a {
  text-decoration: none !important;
  color: #FFF;
  background-color: #05A59D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 2px 10px;
  border-radius: 2px;
}

section.maps {
  margin-top: 60px;
}
section.maps .map-header {
  text-align: center;
}
section.maps .map-header p {
  max-width: 410px;
  margin: 0 auto;
  line-height: 1.6;
}
section.maps .maps-render {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  section.maps .maps-render .col-lg-8,
section.maps .maps-render .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
section.maps .maps-render .maps-detail {
  background-image: url(../../uploads/frontEnd/quangninh/bg-quang-ninh.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  border-radius: 15px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.maps .maps-render .maps-detail > .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.maps .maps-render .maps-detail > .bg-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
section.maps .maps-render .maps-detail > .title {
  position: absolute;
  top: 25px;
  color: #FFF;
  left: 25px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 33px;
}
section.maps .maps-render .maps-detail > .title:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  background-image: url(../../uploads/frontEnd/quangninh/bieutuong_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  background-size: contain;
}
section.maps .maps-render .maps-detail .common-product {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 67px;
  left: 33px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  z-index: 99;
  padding: 10px 20px 10px 12px;
  border-radius: 6px;
  display: none;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  section.maps .maps-render .maps-detail .common-product {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
section.maps .maps-render .maps-detail .common-product h3.title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
section.maps .maps-render .maps-detail .common-product ul {
  margin-top: 10px;
}
section.maps .maps-render .maps-detail .common-product ul li {
  position: relative;
  padding-left: 20px;
}
section.maps .maps-render .maps-detail .common-product ul li:last-of-type {
  text-align: center;
  line-height: 1;
  padding-left: 0;
}
section.maps .maps-render .maps-detail .common-product ul li:last-of-type:before {
  content: "";
}
section.maps .maps-render .maps-detail .common-product ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
section.maps .maps-render .maps-detail .common-product ul li:before {
  content: "\f046";
  font-family: "FontAwesome";
  position: absolute;
  top: 6px;
  font-size: 13px;
  left: 0;
  line-height: 1;
  margin-top: -3px;
}
section.maps .maps-render .maps-detail .common-product ul li a {
  color: #FFF;
}
section.maps .maps-render .maps-detail .maps-box {
  position: relative;
  z-index: 3;
  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;
}
section.maps .maps-render .maps-detail .maps-box > svg {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  section.maps .maps-render .maps-detail .maps-box > svg {
    height: 80vh;
  }
}
section.maps .maps-render .maps-detail .maps-box > svg path,
section.maps .maps-render .maps-detail .maps-box > svg text {
  cursor: pointer;
}
section.maps .maps-render .maps-detail .maps-box > svg path {
  stroke: #ffffff;
  stroke-width: 0.003 !important;
}
section.maps .maps-render .maps-info {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  overflow: hidden;
  padding: 10px 10px 5px 10px;
}
section.maps .maps-render .maps-info .nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 5px;
  border-radius: 5px;
}
section.maps .maps-render .maps-info .nav .nav-link {
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #777171;
  padding: 8px 28px;
}
section.maps .maps-render .maps-info .nav .nav-link:hover {
  background-color: #777171;
  color: #FFF;
}
section.maps .maps-render .maps-info .nav .nav-link.active {
  background-color: #777171;
}
section.maps .maps-render .maps-info .tab-content {
  background-color: #FFF;
  height: 100%;
  width: 100%;
  margin-top: 10px;
  position: relative;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 670px;
}
section.maps .maps-render .maps-info .tab-content::-webkit-scrollbar-track {
  border: 1px solid #000;
  padding: 2px 0;
  background-color: #404040;
}
section.maps .maps-render .maps-info .tab-content::-webkit-scrollbar {
  width: 10px;
}
section.maps .maps-render .maps-info .tab-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #737272;
  border: 1px solid #000;
}
section.maps .maps-render .maps-info .tab-content .tab-pane {
  padding: 10px;
}
section.maps .maps-render .maps-info .tab-content .common-city {
  width: 100%;
  height: 200px;
  background-image: url(../../uploads/frontEnd/quangninh/tinh-quang-ninh.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.maps .maps-render .maps-info .tab-content .common-city .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  padding-bottom: 5px;
  position: relative;
}
section.maps .maps-render .maps-info .tab-content .common-city .thumb:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
section.maps .maps-render .maps-info .tab-content .common-city .thumb .title {
  font-size: 20px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 99;
}
section.maps .maps-render .maps-info .tab-content #overview .desc {
  border-top: 1px solid #ccc;
  margin-top: 6px;
  padding-top: 6px;
  font-size: 15px;
}
section.maps .maps-render .maps-info .tab-content #overview .desc table tbody tr td {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
}
section.maps .maps-render .maps-info .tab-content #overview .desc table tbody tr td:last-child {
  color: #0375bc;
  padding-left: 10px;
}
section.maps .maps-render .maps-info .tab-content #overview .desc table tbody tr td.location {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.maps .maps-render .maps-info .tab-content #overview .desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 15px;
}
section.maps .maps-render .maps-info .tab-content #overview .desc ul li {
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
}
section.maps .maps-render .maps-info .tab-content #overview .desc ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
section.maps .maps-render .maps-info .tab-content #overview .desc ul li:before {
  content: "\f0c1";
  font-family: "FontAwesome";
  position: absolute;
  top: 6px;
  font-size: 13px;
  left: 0;
  line-height: 1;
  margin-top: -2px;
}
section.maps .maps-render .maps-info .tab-content #neighborhood .neighborhood-common {
  position: relative;
}
@media only screen and (min-width: 992px) {
  section.maps .maps-render .maps-info .tab-content #neighborhood .neighborhood-common {
    padding: 15px 0px 45px 5px;
  }
}
section.maps .maps-render .maps-info .tab-content #neighborhood .neighborhood-common #reset-all-neighborhood {
  background-color: #2E3191;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  padding: 8px 10px 7px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
section.maps .maps-render .maps-info .tab-content #neighborhood .neighborhood-common ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.maps .maps-render .maps-info .tab-content #neighborhood .neighborhood-common ul li {
  position: relative;
  padding-left: 13px;
}
section.maps .maps-render .maps-info .tab-content #neighborhood .neighborhood-common ul li:not(:last-of-type) {
  margin-bottom: 25px;
}
section.maps .maps-render .maps-info .tab-content #neighborhood .neighborhood-common ul li:before {
  content: "\f111";
  font-family: "FontAwesome";
  position: absolute;
  top: 3px;
  font-size: 8px;
  left: 0;
}
section.maps .maps-render .maps-info .tab-content #neighborhood .neighborhood-common ul .item .title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}
section.maps .maps-render .maps-info .tab-content #neighborhood .neighborhood-common ul .item .entry-content {
  margin-top: 10px;
}
section.maps .maps-render .maps-info .tab-content #neighborhood .neighborhood-common ul .item table tbody tr td {
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
section.maps .maps-render .maps-info .tab-content #neighborhood .neighborhood-common ul .item table tbody tr td:first-of-type {
  font-weight: 600;
  color: #726d6d;
}
section.maps .maps-render .maps-info .tab-content #neighborhood .neighborhood-common ul .item table tbody tr td:last-of-type {
  padding-left: 15px;
}
section.maps .maps-render .maps-info .tab-content #neighborhood .neighborhood-common ul .item table tbody tr td:last-of-type span.product {
  margin-left: 30px;
}
section.maps .maps-render .maps-info .tab-content #neighborhood .neighborhood-common ul .item table tbody tr td:last-of-type span.product .label {
  font-weight: 600;
  color: #726d6d;
}
section.maps .maps-render .maps-info .tab-content #neighborhood .neighborhood-common ul .item table tbody tr td:last-of-type span a {
  color: #5aa32a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper h3.total-product {
  font-size: 17px;
  color: #478ecc;
  font-weight: 600;
  margin-bottom: 0;
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper #loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list {
  margin-top: 20px;
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 11px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #aba1a1;
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .thumb {
  width: 80px;
  height: 80px;
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .thumb img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .entry-content {
  color: #726d6d;
  font-size: 14px;
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .entry-content .product-name {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.1;
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .entry-content .company-name,
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .entry-content .date {
  margin-bottom: 0;
  line-height: 1.1;
  margin-top: 5px;
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .entry-content .date {
  color: #478ecc;
  margin-top: 10px;
  font-size: 13px;
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .entry-content .certification-icon {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .entry-content .certification-icon li {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .entry-content .certification-icon li.certification-icon-1 {
  background-image: url(../../uploads/frontEnd/certification-icon-1.png);
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .entry-content .certification-icon li.certification-icon-2 {
  background-image: url(../../uploads/frontEnd/certification-icon-2.png);
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .entry-content .certification-icon li.certification-icon-3 {
  background-image: url(../../uploads/frontEnd/certification-icon-3.png);
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .entry-content .certification-icon li.certification-icon-4 {
  background-image: url(../../uploads/frontEnd/certification-icon-4.png);
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .entry-content .certification-icon li.certification-icon-5 {
  background-image: url(../../uploads/frontEnd/certification-icon-5.png);
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .qr-code {
  width: 80px;
}
section.maps .maps-render .maps-info .tab-content #product-overview .product-overview-wrapper .product-list .product-item .qr-code .qrcode-product img {
  width: 100%;
}

section.news-wrapper {
  margin-top: 60px;
}
section.news-wrapper h3.title {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2E3191;
  text-align: center;
}
section.news-wrapper .post-main .post-link h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
section.news-wrapper .post-main .post-entry {
  color: #353535;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 400;
}
section.news-wrapper .post-lists ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.news-wrapper .post-lists ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.news-wrapper .post-lists ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
section.news-wrapper .post-lists ul li .content h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 5px;
}
section.news-wrapper .post-lists ul li .content h3:after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.news-wrapper .post-lists ul li .content .date {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 4px;
  font-style: italic;
}
section.news-wrapper .post-lists ul li .content .description {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 5px;
  margin-bottom: 0;
}

section.news-events {
  margin-top: 60px;
  margin-bottom: 60px;
}
section.news-events .box-news .label {
  background-color: #2E3191;
  color: #FFF;
  text-align: center;
  padding: 15px 10px 12px;
  border-radius: 10px;
}
section.news-events .box-news .label h3 {
  font-size: 20px;
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: bold;
}
section.news-events .box-news .list-news {
  margin-top: 15px;
}
section.news-events .box-news .list-news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.news-events .box-news .list-news ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.news-events .box-news .list-news ul li:first-of-type {
  font-weight: bold;
  margin-bottom: 25px !important;
}
section.news-events .box-news .list-news ul li:first-of-type a {
  border-bottom: none !important;
}
section.news-events .box-news .list-news ul li:first-of-type .date {
  display: none !important;
}
section.news-events .box-news .list-news ul li:not(:last-of-type) {
  margin-bottom: 12px;
}
section.news-events .box-news .list-news ul li a {
  border-bottom: 1px solid #5D5D5D;
  padding-bottom: 3px;
  margin-bottom: 4px;
}
section.news-events .box-news .list-news ul li .date {
  font-size: 14px;
}
section.news-events .box-news .btn-detail {
  margin-top: 30px;
  text-align: center;
}
section.news-events .box-news .btn-detail a {
  background-color: #2E3191;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 35px;
  border-radius: 7px;
  display: inline-block;
}

.enterprise-department-wrapper .file-approval-wrapper h3.title {
  color: #009345;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 2;
  text-transform: uppercase;
}
.enterprise-department-wrapper .file-approval-wrapper .business-approval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 10px;
}
.enterprise-department-wrapper .file-approval-wrapper .business-approval .column {
  min-width: 33.33%;
}
.enterprise-department-wrapper .file-approval-wrapper .business-approval .column .col-title {
  border: 1px solid #333;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
}
.enterprise-department-wrapper .file-approval-wrapper .business-approval .column .col-total {
  border: 1px solid #333;
  padding: 7px 15px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 22px;
  border-top: none;
}
.enterprise-department-wrapper .enterprise-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 45px;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .enterprise-row {
  background-image: url("../img/bg-enterprise-item.jpg");
  padding: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  color: #FFF;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .enterprise-row:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .first-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 8;
  position: relative;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .second-content {
  z-index: 8;
  position: relative;
  width: 100%;
  height: 85px;
  display: block;
  margin-top: 15px;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .logo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: inline-block;
  background-color: #FFF;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .info {
  width: calc(100% - 100px);
  padding: 10px;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .enterprise-department-wrapper .enterprise-list .enterprise-item .info {
    padding-left: 22px;
  }
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .enterprise-name {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: capitalize;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .enterprise-name a {
  color: #FFF;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .info-1 {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .info-1 span:nth-of-type(1) {
  font-weight: bold;
  line-height: 1;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .info-1 span:nth-of-type(2) {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 6px;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .info-2 {
  margin-top: 10px;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .info-2 span.first {
  width: 100%;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .info-2 span.first strong {
  font-weight: bold;
  line-height: 1;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .info-2 span.second {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .info-2 span.second:before {
  content: "\f041";
  font-family: "FontAwesome";
  position: absolute;
  top: 3px;
  left: 2px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .info-2 span.second > span.span_company_name {
  display: inline-block;
  padding-left: 25px;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .info-3 {
  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;
  margin-top: 22px;
  padding-left: 3px;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .info-3 span.status {
  background-color: #009345;
  font-size: 12px;
  line-height: 1.1;
  padding: 7px 13px 5px;
  border-radius: 3px;
  font-weight: 500;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .info-3 span.counter {
  font-weight: bold;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .info-3 span.counter > span {
  font-size: 15px;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .product-enterprise-carousel .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .product-enterprise-carousel .item > a {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.enterprise-department-wrapper .enterprise-list .enterprise-item .product-enterprise-carousel .item > a > img {
  width: 100%;
  height: 100%;
  max-height: 77.25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.enterprise-department-wrapper .search-wrapper.search-enterprise {
  background-color: #efefef;
  padding: 15px;
  text-align: center;
}
.enterprise-department-wrapper .search-wrapper.search-enterprise h3.title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.enterprise-department-wrapper .search-wrapper.search-enterprise .field-search:not(:last-of-type) {
  margin-bottom: 15px;
}
.enterprise-department-wrapper .search-wrapper.search-enterprise .field-search input,
.enterprise-department-wrapper .search-wrapper.search-enterprise .field-search select {
  width: 100%;
}
.enterprise-department-wrapper .search-wrapper.search-enterprise .field-search input:focus,
.enterprise-department-wrapper .search-wrapper.search-enterprise .field-search select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.enterprise-department-wrapper .search-wrapper.search-enterprise .btn-action {
  margin-top: 15px;
}
.enterprise-department-wrapper .search-wrapper.search-enterprise .btn-action button {
  width: 100%;
}
.enterprise-department-wrapper .search-wrapper.search-enterprise .btn-action button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fibo-search-area {
  background-color: #f7fbfb;
  margin-bottom: 1.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.custom-search-head {
  padding: 20px 0;
}
.custom-search-head form.fibo-search-box {
  font-size: 13px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0;
  width: 100%;
}
.custom-search-head form.fibo-search-box .fibo-search-box {
  border-spacing: 0 0;
  width: 100%;
}
.custom-search-head form.fibo-search-box .fibo-search-box td {
  vertical-align: middle;
}
.custom-search-head form.fibo-search-box .fibo-search-box .fibo-input {
  padding: 5px 9px 4px 9px;
  border: 0;
}
.custom-search-head form.fibo-search-box .fibo-search-box .fibo-input input[type=text] {
  height: auto;
  font-size: 16px;
  line-height: 2;
}
.custom-search-head form.fibo-search-box .fibo-search-box .fibo-input input[type=text]:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #cccccc;
}
.custom-search-head form.fibo-search-box .fibo-search-box td.fibo-search-button {
  width: 1%;
  margin-left: 2px;
}
.custom-search-head form.fibo-search-box .fibo-search-box td.fibo-search-button button.fibo-search-button {
  vertical-align: middle;
  border: 1px solid #666;
  border-color: #FFF !important;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  padding: 11px 10px;
  font-size: 16px;
  background-color: #4D90FE;
  background-image: none;
  -webkit-filter: none;
          filter: none;
  cursor: pointer;
}
.custom-search-head form.fibo-search-box .fibo-search-box td.fibo-search-button button.fibo-search-button svg {
  fill: #FFFFFF;
}

.site-main.layout-blog .post-list {
  margin-top: 30px;
}
.site-main.layout-blog .post-list article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-main.layout-blog .post-list article:not(:last-of-type) {
  margin-bottom: 40px;
}
.site-main.layout-blog .post-list article .entry-thumb {
  max-width: 300px;
  margin-right: 20px;
}
.site-main.layout-blog .post-list article .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-main.layout-blog .post-list article .entry-content .entry-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.site-main.layout-blog .post-list article .entry-content .entry-title a {
  color: #1a3f5e;
}
.site-main.layout-blog .post-list article .entry-content .entry-meta-list {
  color: #828895;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.site-main.layout-blog .post-list article .entry-content .entry-meta-list > li {
  list-style: none;
  padding: 0;
  padding-right: 16px;
  margin-right: 16px;
  margin-left: 0;
  margin-bottom: 8px;
  position: relative;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 18px;
  border-right: 1px solid rgba(145, 158, 171, 0.24);
}
.site-main.layout-blog .post-list article .entry-content .entry-meta-list > li:last-of-type {
  border-right: 0;
}
.site-main.layout-blog .post-list article .entry-content .entry-meta-list > li > a {
  color: #637381;
}
.site-main.layout-blog .post-list article .entry-content .entry-top {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin-bottom: 10px;
}
.site-main.layout-blog .post-list article .entry-content .more {
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
}
.site-main.layout-blog .post-list article .entry-content .more a {
  color: #00ab55;
}
.site-main.layout-blog a.post-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-main.single-post article {
  margin-top: 50px;
}
.site-main.single-post .blog-post-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}
.site-main.single-post .blog-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777;
}
.site-main.single-post .blog-post-meta a {
  text-decoration: none;
  color: #777;
}
.site-main.single-post .blog-post-meta > div:not(:last-child):after {
  content: ".";
  margin: 0 10px;
}
.site-main.single-post .blog-post-meta .byline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-main.single-post .blog-post-meta .byline > span:not(:last-child) {
  margin-right: 7px;
}
.site-main.single-post .entry-content {
  margin-top: 25px;
  line-height: 1.5;
  font-size: 17px;
}

.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .fibo-result {
  position: relative;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .fibo-result .product-wrapper .thumbnail-wrapper:hover .enterprise-brand-info {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .fibo-result .enterprise-brand-info {
  background: #FFF;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  border: 1px solid #f0f0f0;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  min-width: 240px;
  min-height: 100px;
  z-index: 350;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.1s ease 0.1s, visibility 0.1s ease 0.1s;
  transition: opacity 0.1s ease 0.1s, visibility 0.1s ease 0.1s;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .fibo-result .enterprise-brand-info::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: white;
  position: absolute;
  left: 45%;
  top: -10px;
  border-color: #f0f0f0;
  border-top-width: 1px;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .product-wrapper {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .fibo-site-content .custom-search-body .fibo-search-results.fibo-product .product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .product-wrapper .thumbnail-wrapper {
  width: 100%;
  position: relative;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .product-wrapper .thumbnail-wrapper figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #FFF;
  padding: 3px;
}
@media only screen and (min-width: 992px) {
  .fibo-site-content .custom-search-body .fibo-search-results.fibo-product .product-wrapper .thumbnail-wrapper figure > img {
    height: 270px;
  }
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .product-wrapper .meta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .product-wrapper .meta-wrapper .product-name {
  font-size: 15px;
  line-height: 1.4;
  color: #2E3191;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .product-wrapper .meta-wrapper .product-name a {
  color: #2E3191;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .product-wrapper .meta-wrapper .item-meta-i {
  padding-right: 20px;
  text-align: right;
  width: 100%;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .product-wrapper .meta-wrapper .item-meta-i .price-wrapper .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .product-wrapper .meta-wrapper .item-meta-i .price-wrapper ins {
  color: #d0021b;
  font-weight: bold;
  font-size: 16px;
  text-decoration: unset;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .product-wrapper .meta-wrapper .item-meta-i .price-wrapper del {
  color: #7d7c7c;
  font-size: 14px;
  text-decoration: line-through;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .product-wrapper .meta-wrapper .item-meta-ii .qrcode-product {
  max-width: 60px;
  max-height: 60px;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .product-wrapper .meta-wrapper .item-meta-ii .qrcode-product img {
  width: 100%;
  height: 100%;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .enterprise-brand-info .brand-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .enterprise-brand-info .brand-link img {
  width: 50%;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .enterprise-brand-info .brand-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #26701B;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-product .enterprise-brand-info address {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .fibo-site-content .custom-search-body .fibo-search-results.fibo-product .col-lg-1-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 25%;
  }
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-post .blog-post-loop:not(:last-of-type) {
  margin-bottom: 30px;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-post .blog-post-loop .entry-header {
  margin-bottom: 12px;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-post .blog-post-loop .entry-header .entry-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-post .blog-post-loop .entry-header .entry-date {
  color: #9197a3;
  font-size: 13px;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-post .blog-post-loop .entry-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-post .blog-post-loop .entry-post .entry-thumbnail-wrapper {
  width: 210px;
  min-width: 210px;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-post .blog-post-loop .entry-post .entry-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-post .blog-post-loop .entry-post .entry-content-wrapper {
  padding-left: 15px;
}
@media only screen and (min-width: 1200px) {
  .fibo-site-content .custom-search-body .fibo-search-results.fibo-video .col-lg-1-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 25%;
  }
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-video .video-wrapper .video-image-preview {
  position: relative;
  height: 200px;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-video .video-wrapper .video-image-preview:hover .vlog-format-action {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background: rgba(0, 0, 0, 0.8);
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-video .video-wrapper .video-image-preview img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-video .video-wrapper .video-image-preview a .vlog-format-action {
  opacity: 1;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-video .video-wrapper .video-image-preview .vlog-format-action {
  font-size: 85%;
  text-align: center;
  outline: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 5;
  border: 2px solid #FFF;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-video .video-wrapper .video-image-preview .vlog-format-action.small {
  height: 50px;
  width: 50px;
  margin-left: -30px;
  margin-top: -30px;
  padding: 14px 0 0 5px;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-video .video-wrapper .video-image-preview .vlog-format-action i {
  color: #FFF;
  text-align: center;
  z-index: 2;
  position: relative;
  font-size: 20px;
}
.fibo-site-content .custom-search-body .fibo-search-results.fibo-video .video-wrapper .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 0;
}
.fibo-site-content .custom-search-body .tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px;
}

.footer-list ul li {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

footer.footer_area {
  background-color: #2E3191;
  color: #FFF;
  padding: 40px 0 50px;
}
footer.footer_area .footer_inner .footer-widget .f_title {
  margin-bottom: 20px;
}
footer.footer_area .footer_inner .footer-widget .f_title h4 {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
footer.footer_area .footer_inner .footer-widget .footer-list ul {
  margin-bottom: 0;
  font-size: 15px;
}
footer.footer_area .footer_inner .footer-widget .footer-list ul li {
  position: relative;
  padding-left: 18px;
}
footer.footer_area .footer_inner .footer-widget .footer-list ul li:before {
  content: "\f111";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 6px;
  left: 0;
}
footer.footer_area .footer_inner .footer-widget .footer-list ul a {
  color: #FFF;
}
footer.footer_area .footer_inner .footer-widget .footer-list .img_qrcode img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
footer.footer_area .footer_inner .footer-widget .footer-list .img_ggplay {
  padding-right: 10px;
}
footer.footer_area .footer_inner .footer-widget .footer-list .img_ggplay div img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
footer.footer_area .footer_inner .footer-widget .footer-list .link_ggplay {
  padding-top: 10px;
  padding-left: 0;
}
footer.footer_area .footer_inner .footer-widget .footer-list .link_ggplay a {
  color: #fff;
}
footer.footer_area .footer_inner .footer-widget .footer-list .img_appstore {
  padding-right: 10px;
  margin-top: 15px;
}
footer.footer_area .footer_inner .footer-widget .footer-list .img_appstore div img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
footer.footer_area .footer_inner .footer-widget .footer-list .link_appstore {
  padding-top: 15px;
  padding-left: 0;
  margin-top: 15px;
}
footer.footer_area .footer_inner .footer-widget .footer-list .link_appstore a {
  color: #fff;
}
footer.footer_area .footer_inner .footer-widget .footer-list .img_fb {
  margin-top: 15px;
}
footer.footer_area .footer_inner .footer-widget .footer-list .img_fb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
footer.footer_area .footer_inner .footer-widget .footer-list .widget4_link_home .title_link {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer.footer_area .footer_inner .footer-widget .footer-list .widget4_link_home .note {
  font-size: 15px;
}
footer.footer_area .footer_inner .footer-widget .footer-list .widget4_link_home .div_form_regis #regis_form_front_end {
  width: 100%;
  position: relative;
}
footer.footer_area .footer_inner .footer-widget .footer-list .widget4_link_home .div_form_regis #regis_form_front_end div {
  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;
}
footer.footer_area .footer_inner .footer-widget .footer-list .widget4_link_home .div_form_regis #regis_form_front_end div input#your_email {
  width: 69%;
  border: none;
  background-color: #fff;
  outline: none;
  height: 35px;
  padding: 5px;
  font-size: 15px;
  border-radius: 5px;
}
footer.footer_area .footer_inner .footer-widget .footer-list .widget4_link_home .div_form_regis #regis_form_front_end div button {
  width: 30%;
  height: 35px;
  padding: 5px;
  border: none;
  background-color: #fc6a06;
  color: #fff;
  font-size: 15px;
  outline: none;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer.footer_area .footer_inner .footer-widget .footer-list .widget4_link_home .div_form_regis #regis_form_front_end div button.disable_btn {
  background-color: #ab6739;
  cursor: default !important;
}
footer.footer_area .footer_inner .footer-widget .footer-list .widget4_link_home .div_form_regis #regis_form_front_end #your_email_error {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 15px;
  top: 40px;
  overflow: hidden;
}

section.copyright {
  margin-top: 30px;
  margin-bottom: 30px;
}
section.copyright .copy_right_text {
  background-color: #e5e5e5;
}
section.copyright .copy_right_text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 15px 12px;
}
section.copyright .copy_right_text ul li:not(:last-of-type) {
  margin-bottom: 12px;
}

.backtotop {
  right: 40px;
  z-index: 999;
  bottom: 60px;
  display: none;
  position: fixed;
}
.backtotop .scroll {
  z-index: 1;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2E3191;
  -webkit-box-shadow: 0px 10px 33.25px 1.75px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 33.25px 1.75px rgba(0, 0, 0, 0.15);
}
.backtotop .scroll .fa {
  font-size: 30px;
  line-height: 1;
}