/* ---------- Variable & Mixin ---------- */
/* Variable */
/* Mixin */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* ---------- General ---------- */
* {
  margin: 0 auto;
  padding: 0;
  color: inherit;
}

html {
  height: 100%;
}

body {
  background: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
}

/* ---------- Resets ---------- */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ---------- Typography ---------- */
a {
  transition: all 0.2s ease-out;
  color: inherit;
  text-decoration: none !important;
}
a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: none !important;
  outline: none;
  background: none;
}

img {
  max-width: 100%;
}

/* ---------- Global Style ---------- */
.expand {
  display: block !important;
}

.custom_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cta {
    display: none;
  }
}

.divider {
  height: 2px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  max-width: 30px;
  width: 100%;
}

/* Active dot */
.owl-dots .owl-dot.active span {
  background: #000 !important; /* active color */
}

.float-content {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
}
.float-content .float-contact {
  padding-left: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .float-content .float-contact {
    display: none;
  }
}
.float-content .float-contact .float-contact-item {
  border-radius: 20px;
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 10px 15px;
}
.float-content .float-contact .item-zalo {
  width: 110px;
  background: #8eb22b;
}
.float-content .float-contact .item-mess {
  width: 145px;
  background: #125c9e;
}
.float-content .float-contact .item-phone {
  width: 185px;
  background: #d11a59;
}
.float-content .float-contact-mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .float-content .float-contact-mobile {
    display: flex;
    align-items: center;
    box-shadow: 2px 1px 9px #000000;
    border-top: 1px solid #eaeaea;
    background: #fff;
    width: 100%;
    justify-content: space-around;
    text-align: center;
  }
  .float-content .float-contact-mobile .float-contact-item a img {
    width: 35px;
    margin-top: 2px;
    margin-bottom: 0px;
  }
  .float-content .float-contact-mobile .float-contact-item a span {
    font-size: 12px;
    color: #000;
  }
}
.float-content .float-back-to-top {
  padding-right: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .float-content .float-back-to-top {
    display: none;
  }
}
.float-content .float-back-to-top a {
  background: white !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5215686275);
  border-radius: 999px !important;
  display: block;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.97em;
}

ul.social_link {
  margin: 0;
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  ul.social_link {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  ul.social_link {
    text-align: center;
  }
}
ul.social_link li {
  display: inline-block;
}
ul.social_link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 28px;
  height: 28px;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 2.4em;
}
ul.social_link li .cir-facebook {
  background: #125c9e;
}
ul.social_link li .cir-envelope {
  background: #000;
}
ul.social_link li .cir-phone {
  background: #51cb5a;
}
ul.social_link li .cir-youtube {
  background: #c33223;
}
ul.social_link li .cir-pinterest {
  background: #e60023;
}

.post_share ul {
  display: flex;
  text-align: center;
  justify-content: flex-start;
  gap: 0.11em;
}
.post_share ul li .social_icon_wrapper a {
  border: 1px solid #d9d9d9;
  min-width: 2.5em;
  display: block;
  background-color: transparent;
  line-height: 2.19em;
  border-radius: 999px !important;
  -o-object-fit: cover;
     object-fit: cover;
  color: silver;
}
.post_share ul li .social_icon_wrapper:hover .social_icon_fb {
  background: #3a589d;
  color: #fff;
}
.post_share ul li .social_icon_wrapper:hover .social_icon_twitter {
  background: #2478ba !important;
  color: #fff;
}
.post_share ul li .social_icon_wrapper:hover .social_icon_mail {
  background: #111;
  color: #fff;
}
.post_share ul li .social_icon_wrapper:hover .social_icon_pinterest {
  background: #cb2320 !important;
  color: #fff;
}
.post_share ul li .social_icon_wrapper:hover .social_icon_google_plus {
  background: #dd4e31 !important;
  color: #fff;
}
.post_share ul li .social_icon_wrapper:hover .social_icon_tumblr {
  background: #36455d !important;
  color: #fff;
}

.navbar-header {
  background-color: #ff6600;
}

.dropdown-toggle::after {
  display: none !important;
}

/* ---------- Header ---------- */
#menuHeader .logo-wrapper {
  max-width: 1170px;
  padding: 20px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .logo-wrapper {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .logo-wrapper {
    display: none;
  }
}
#menuHeader .logo-wrapper .imagebox {
  margin: 0;
}
#menuHeader .logo-wrapper .imagebox img {
  width: 100%;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
#menuHeader .logo-wrapper .textbox p {
  margin-bottom: 0;
}
#menuHeader .logo-wrapper .image-text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#menuHeader .logo-wrapper .image-text-box .imagebox {
  width: 46px;
}
#menuHeader .logo-wrapper .image-text-box .imagebox img {
  width: 100%;
  height: auto;
}
#menuHeader .logo-wrapper .image-text-box .textbox .cp_hotline {
  font-weight: bold;
}
#menuHeader .navbar-wrapper {
  padding-left: 0;
  padding-right: 0;
}
#menuHeader .navbar-wrapper nav {
  background: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav {
    background: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav {
    background: #fff;
  }
}
#menuHeader .navbar-wrapper nav #mobile_menu_btn {
  border: none;
}
#menuHeader .navbar-wrapper nav #navbar_logo {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #navbar_logo {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #navbar_logo {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #navbar_logo img {
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #navbar_logo img {
    height: 76px;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu {
  max-width: 1170px;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu {
    width: 260px;
    padding: 30px 0;
    background: #f8f8f8;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu {
    width: 260px;
    padding: 30px 0;
    background: #f8f8f8;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body {
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul li {
    margin-left: 0;
    border-top: 1px solid #ececec;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul li {
    margin-left: 0;
    border-top: 1px solid #ececec;
    width: 100%;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul li a {
  color: hsla(0, 0%, 100%, 0.8);
  font-family: "Open Sans", sans-serif;
  line-height: 16px;
  font-size: 0.9em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: all 0.2s;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul li a {
    color: hsla(0, 0%, 40%, 0.85);
    transition: all 0.2s;
    padding: 15px 0 15px 20px;
    font-size: 0.85em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul li a {
    color: hsla(0, 0%, 40%, 0.85);
    transition: all 0.2s;
    padding: 15px 0 15px 20px;
    font-size: 0.85em;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .custom-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .custom-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .custom-dropdown-toggle span {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .custom-dropdown-toggle span {
    margin: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .custom-dropdown-toggle i {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .custom-dropdown-toggle i {
    margin-right: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .dropdown-menu {
    background: #ebebeb;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .dropdown-menu {
    background: #ebebeb;
    border: none;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .dropdown-menu li {
  padding: 8px 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .dropdown-menu li {
    border: none;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .dropdown-menu li a {
  color: #000;
  text-transform: capitalize;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .dropdown-menu li a {
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #666666;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .dropdown .dropdown-menu li a {
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #666666;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .active {
  color: #f88c00;
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .searchbar_moblie {
  display: none;
  padding: 20px;
  border-top: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .searchbar_moblie {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul .searchbar_moblie {
    display: none;
  }
}

/* ---------- Main ---------- */
section.home_slider .owl-nav button {
  background: rgba(0, 0, 0, 0.5) !important;
  display: block !important;
  border: 0px solid black !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  position: absolute;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.home_slider .owl-nav button {
    width: 30px;
    height: 30px;
  }
}
section.home_slider .owl-nav button i {
  color: #fff;
}
section.home_slider .owl-nav .owl-prev {
  top: 50%;
  margin-left: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.home_slider .owl-nav .owl-prev {
    top: 35%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.home_slider .owl-nav .owl-prev {
    top: 50%;
  }
}
section.home_slider .owl-nav .owl-next {
  top: 50%;
  right: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.home_slider .owl-nav .owl-next {
    top: 35%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.home_slider .owl-nav .owl-next {
    top: 50%;
  }
}
section.home_slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: rgb(0, 0, 0) !important;
}
section.home_slider #main_slide .item img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.intro_section .short_intro_section {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.intro_section .short_intro_section .custom-row {
  align-items: center;
}
section.intro_section .short_intro_section .custom-row .custom-md-6 .imagebox {
  padding: 0 15px 30px;
}
section.intro_section .short_intro_section .custom-row .custom-md-6 .imagebox img {
  height: 120px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.intro_section .short_intro_section .custom-row .custom-md-6 .textbox {
  padding: 0 15px 30px;
}
section.intro_section .fields_of_activity_section {
  background: #eeeeee;
  padding-top: 30px;
  padding-bottom: 30px;
}
section.intro_section .fields_of_activity_section .custom-row .col-md-12 .area_wrap {
  text-align: center;
  padding-bottom: 20px;
}
section.intro_section .fields_of_activity_section .custom-row .col-md-12 .area_wrap h3 {
  color: #003366;
  font-size: 22.8px;
  font-weight: bold;
  font-weight: bold;
  margin-bottom: 0;
}
section.intro_section .fields_of_activity_section .custom-row .col-md-12 .area_wrap img {
  height: 5px;
  width: auto;
  clear: both;
  border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.intro_section .fields_of_activity_section .custom-row .custom-md-3 {
    width: 50%;
  }
}
section.intro_section .fields_of_activity_section .custom-row .custom-md-3 .col_wrapper {
  padding: 0 15px 30px;
}
section.intro_section .fields_of_activity_section .custom-row .custom-md-3 .col_wrapper .imagebox {
  margin-bottom: 1em;
  overflow: hidden;
}
section.intro_section .fields_of_activity_section .custom-row .custom-md-3 .col_wrapper .imagebox img {
  transition: transform 0.3s ease;
  height: 171px;
  width: 100%;
}
section.intro_section .fields_of_activity_section .custom-row .custom-md-3 .col_wrapper .imagebox img:hover {
  transform: scale(1.1);
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
}
section.intro_section .fields_of_activity_section .custom-row .custom-md-3 .col_wrapper .textbox {
  text-align: center;
}
section.intro_section .fields_of_activity_section .custom-row .custom-md-3 .col_wrapper .textbox a {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  font-weight: normal;
  color: #ff6600;
}
section.intro_section .fields_of_activity_section .custom-row .custom-md-3 .col_wrapper .textbox p {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15.2px;
}
section.intro_section .about_us_section {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}
section.intro_section .about_us_section .custom-row .col-md-12 .area_wrap {
  text-align: center;
  padding-bottom: 40px;
}
section.intro_section .about_us_section .custom-row .col-md-12 .area_wrap h3 {
  color: #003366;
  font-size: 22.8px;
  font-weight: bold;
  font-weight: bold;
  margin-bottom: 0;
}
section.intro_section .about_us_section .custom-row .col-md-12 .area_wrap img {
  height: 5px;
  width: auto;
  clear: both;
  border-radius: 5px;
}
section.intro_section .about_us_section .custom-row .custom-md-3 {
  padding: 0;
}
section.intro_section .about_us_section .custom-row .custom-md-3 .col_wrapper {
  padding: 0 9.8px 19.6px;
}
section.intro_section .about_us_section .custom-row .custom-md-3 .col_wrapper .imagebox {
  width: 84px;
}
section.intro_section .about_us_section .custom-row .custom-md-3 .col_wrapper .imagebox img {
  transition: transform 0.3s ease;
  height: auto;
  width: 100%;
}
section.intro_section .about_us_section .custom-row .custom-md-3 .col_wrapper .textbox {
  text-align: center;
}
section.intro_section .about_us_section .custom-row .custom-md-3 .col_wrapper .textbox h3 {
  font-size: 19px;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #ff6600;
}
section.intro_section .about_us_section .custom-row .custom-md-3 .col_wrapper .textbox p {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15.2px;
}

section.partnership_section {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.partnership_section .custom-row .col-md-12 .area_wrap {
  text-align: center;
  padding-bottom: 40px;
}
section.partnership_section .custom-row .col-md-12 .area_wrap h3 {
  color: #003366;
  font-size: 22.8px;
  font-weight: bold;
  font-weight: bold;
  margin-bottom: 0;
}
section.partnership_section .custom-row .col-md-12 .area_wrap img {
  height: 5px;
  width: auto;
  clear: both;
  border-radius: 5px;
}
section.partnership_section .partnership_slide .partnership_slide_wrap .custom-row .custom-md-4 .imagebox {
  padding: 15px;
}
section.partnership_section .partnership_slide .partnership_slide_wrap .custom-row .custom-md-4 .imagebox img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

section.news_section {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../image/z5704424591949_4fd6c15fc17189c3bda1ebec6a6f16e8.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
section.news_section .custom-row .col-md-12 .area_wrap {
  text-align: center;
  padding-bottom: 40px;
}
section.news_section .custom-row .col-md-12 .area_wrap h3 {
  color: #ff6600;
  font-size: 22.8px;
  font-weight: bold;
  font-weight: bold;
  margin-bottom: 0;
}
section.news_section .custom-row .col-md-12 .area_wrap img {
  height: 5px;
  width: auto;
  clear: both;
  border-radius: 5px;
}
section.news_section .custom-row .custom-md-4 .post_wrapper .imagebox img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.news_section .custom-row .custom-md-4 .post_wrapper .textbox {
  background: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9em;
  padding-bottom: 1.4em;
  padding-top: 0.7em;
}
section.news_section .custom-row .custom-md-4 .post_wrapper .textbox a {
  line-height: 1.3;
  margin-bottom: 0.1em;
  margin-top: 0.1em;
  color: #0a0a0a;
}
section.news_section .custom-row .custom-md-4 .post_wrapper .textbox p {
  margin-bottom: 0.1em;
  margin-top: 0.1em;
  color: #232323;
}

section.section_intro_cp {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.section_intro_cp .custom-row .custom-md-12 {
  padding-left: 0;
  padding-right: 0;
}
section.section_intro_cp .custom-row .custom-md-12 .imagebox img {
  width: 100%;
  height: auto;
}
section.section_intro_cp .custom-row .custom-md-12 .textbox {
  text-align: center;
  padding-top: 30px;
}
section.section_intro_cp .custom-row .custom-md-12 .textbox h4 {
  line-height: 1.2;
  text-transform: uppercase;
  color: #0a0a0a;
  font-size: 1.125em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
section.section_intro_cp .intro_tab_section {
  padding-bottom: 30px;
}
section.section_intro_cp .intro_tab_section #pills-tab {
  justify-content: center;
  align-items: center;
}
section.section_intro_cp .intro_tab_section #pills-tab li {
  margin: 0;
}
section.section_intro_cp .intro_tab_section #pills-tab li button {
  font-size: 0.8em;
  line-height: 2.5em;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: hsla(0, 0%, 40%, 0.85);
  transition: all 0.2s;
}
section.section_intro_cp .intro_tab_section #pills-tab li .active {
  color: #fff;
  opacity: 1;
  background: #2c3e50;
  border-radius: 99px;
  padding: 0 0.75em;
}
section.section_intro_cp .intro_tab_section #pills-tabContent {
  padding-top: 50px;
}
section.section_intro_cp .intro_tab_section #pills-tabContent #so-do .custom-md-12 .imagebox {
  margin: 0 auto;
  width: 60%;
}
section.section_intro_cp .intro_tab_section #pills-tabContent #so-do .custom-md-12 .imagebox img {
  -o-object-fit: contain;
     object-fit: contain;
}
section.section_intro_cp .intro_tab_section #pills-tabContent #nhan-su .custom-md-12 .imagebox {
  margin: 0 auto;
  width: 30%;
}
section.section_intro_cp .intro_tab_section #pills-tabContent #nhan-su .custom-md-12 .imagebox img {
  -o-object-fit: contain;
     object-fit: contain;
}
section.section_intro_cp .intro_tab_section #pills-tabContent #nhan-su .custom-md-12 .textbox {
  text-align: center;
  margin-bottom: 1.3em;
}
section.section_intro_cp .intro_tab_section #pills-tabContent #nhan-su .custom-md-12 .textbox p {
  color: #ff6600;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17.48px;
  font-weight: bold;
}
section.section_intro_cp .intro_tab_section #pills-tabContent #cp-profile .custom-md-6 .imagebox {
  width: 50%;
}
section.section_intro_cp .intro_tab_section #pills-tabContent #cp-profile .custom-md-6 .imagebox img {
  -o-object-fit: contain;
     object-fit: contain;
}
section.section_intro_cp .intro_tab_section #pills-tabContent #cp-profile .custom-md-6 .textbox p {
  color: #232323;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
section.section_intro_cp .intro_tab_section #pills-tabContent #cp-profile .custom-md-6 .btnbox a {
  border-radius: 10px;
  background-color: #2c3e50;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 1em;
  box-sizing: border-box;
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  font-size: 0.97em;
  font-weight: bolder;
  letter-spacing: 0.03em;
  line-height: 2.4em;
  margin-right: 1em;
  margin-top: 0;
  max-width: 100%;
  min-height: 2.5em;
  padding: 0 1.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-shadow: none;
  text-transform: uppercase;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  vertical-align: middle;
  border: 1px solid transparent;
  color: #fff;
}

section.section_factory {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.section_contact_us {
  padding-bottom: 30px;
}
section.section_contact_us .custom-row .custom-md-12 {
  padding-left: 0;
  padding-right: 0;
}
section.section_contact_us .custom-row .custom-md-12 .imagebox img {
  width: 100%;
  height: auto;
}
section.section_contact_us .custom-row .custom-md-12 .textbox {
  text-align: center;
  padding-top: 30px;
}
section.section_contact_us .custom-row .custom-md-12 .textbox h4 {
  line-height: 1.2;
  text-transform: uppercase;
  color: #ff6600;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_contact_us .custom-row .custom-md-12 .textbox h4 {
    font-size: 19px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_contact_us .custom-row .custom-md-12 .mapbox {
    padding: 0 10px;
  }
}
section.section_contact_us .custom-row .custom-md-12 .mapbox iframe {
  width: 100%;
}
section.section_contact_us .custom-row .custom-md-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.section_contact_us .custom-row .custom-md-6 .textbox p {
  font-size: 15.2px;
}
section.section_contact_us .custom-row .custom-md-6 .formbox h3 {
  font-size: 1.25em;
  font-weight: bold;
}
section.section_contact_us .custom-row .custom-md-6 .formbox form input,
section.section_contact_us .custom-row .custom-md-6 .formbox form textarea {
  border-radius: 0;
}
section.section_contact_us .custom-row .custom-md-6 .formbox form #submit_btn {
  border-radius: 0;
  font-weight: bold;
  background: #2c3e50;
  border-color: rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  border: 1px solid transparent;
  letter-spacing: 0.03em;
  line-height: 2.4em;
  padding: 0 1.2em;
}

section.field_of_activity_section {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.field_of_activity_section .custom-row .custom-md-6 .col-wrap {
  padding: 0 15px 30px 15px;
}
section.field_of_activity_section .custom-row .custom-md-6 .col-wrap .custom-row .custom-md-6:first-child {
  border-right: 1px dashed #ccc;
}
section.field_of_activity_section .custom-row .custom-md-6 .col-wrap .custom-row .custom-md-6 .imagebox {
  padding: 15px;
}
section.field_of_activity_section .custom-row .custom-md-6 .col-wrap .custom-row .custom-md-6 .imagebox img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.field_of_activity_section .custom-row .custom-md-6 .col-wrap .custom-row .custom-md-6 .textbox {
  padding: 15px;
}
section.field_of_activity_section .custom-row .custom-md-6 .col-wrap .custom-row .custom-md-6 .textbox h4 {
  color: #ff6600;
  font-size: 15.3px;
  font-weight: bold;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
section.field_of_activity_section .custom-row .custom-md-6 .col-wrap .custom-row .custom-md-6 .textbox p {
  font-size: 13.6px;
}
section.field_of_activity_section .custom-row .custom-md-6 .col-wrap .custom-row .custom-md-6 .textbox a {
  border-radius: 99px;
  background-color: #2c3e50;
  font-size: 12.6px;
  margin-bottom: 1em;
  border-color: rgba(0, 0, 0, 0.05);
  color: #fff;
  border: 1px solid transparent;
  font-weight: bolder;
  letter-spacing: 0.03em;
  line-height: 2.4em;
  padding: 6px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-shadow: none;
  text-transform: uppercase;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 1024px) {
  section.section_sidebar .custom-row .custom-md-12 {
    padding: 0;
  }
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper {
  padding: 0 30px 30px 30px;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul {
  padding: 0;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget {
  margin-bottom: 1.5em;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget .widget_title {
  background: #fff;
  display: block;
  padding: 8px 0;
  text-align: left;
  letter-spacing: 0;
  color: #f88c00;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15.2px;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#product_categories {
  margin: 0;
  border-bottom: 1px solid #ececec;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#product_categories li.cat-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  text-align: left;
  border-bottom: 1px solid #ececec;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#product_categories li.cat-item a {
  display: inline-block;
  padding: 6px 0;
  font-size: 14px;
  color: #4c4c4c;
  flex: 1;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: 20px !important;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#hotline {
  padding: 10px 15px;
  color: #E21515;
  margin: 0;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#hotline li {
  font-size: 18px;
  line-height: 16px;
  padding-left: 40px;
  background-size: 30px;
  margin-left: 1.3em;
  margin-bottom: 0.6em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#hotline li {
    text-align: left;
    padding-left: 0px;
  }
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#hotline li strong {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #333;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#hotline li p {
  color: #333333;
  margin: 0;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#latest_posts_list {
  border: 1px solid #ececec;
  padding: 10px 10px;
  margin: 0;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#latest_posts_list .latest_posts_item {
  border-bottom: 1px solid #ececec;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#latest_posts_list .latest_posts_item .custom-row {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 10px;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#latest_posts_list .latest_posts_item .custom-row .custom-md-3 {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#latest_posts_list .latest_posts_item .custom-row .custom-md-3 {
    width: 20%;
  }
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#latest_posts_list .latest_posts_item .custom-row .custom-md-3 img {
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#latest_posts_list .latest_posts_item .custom-row .custom-md-3 img {
    height: 50px;
  }
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#latest_posts_list .latest_posts_item .custom-row .custom-md-9 {
  padding-right: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#latest_posts_list .latest_posts_item .custom-row .custom-md-9 {
    width: 80%;
  }
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#latest_posts_list .latest_posts_item .custom-row .custom-md-9 a {
  font-size: 14px;
  color: #3f3f3f;
  line-height: 1.2;
  display: block;
  margin-bottom: 6px;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#post_category_list {
  margin: 0;
  padding-left: 0;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#post_category_list .post_category_item {
  font-size: 14px;
  padding: 6px 0;
  text-align: left;
  margin: 0;
  border-top: 1px solid #eee;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#post_category_list .post_category_item:first-child {
  border-top: none;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#post_category_list .post_category_item a {
  display: inline-block;
  color: #7a9c59;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15.2px;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul #media_video .iframe_wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul #media_video .iframe_wrapper iframe {
  flex-grow: 1;
  border: none;
  margin: 0;
  padding: 0;
}

section.section_post_category .post_category_content {
  padding: 30px 15px 60px 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_post_category .post_category_content .custom-md-9 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_post_category .post_category_content .custom-md-9 {
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_post_category .post_category_content .custom-md-9 .list_item {
    margin-bottom: 20px;
  }
}
section.section_post_category .post_category_content .custom-md-9 .list_item .custom-row {
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_post_category .post_category_content .custom-md-9 .list_item .custom-row {
    width: 50%;
    float: left;
  }
}
section.section_post_category .post_category_content .custom-md-9 .list_item .custom-row .custom-md-4 {
  padding-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_post_category .post_category_content .custom-md-9 .list_item .custom-row .custom-md-4 {
    padding-right: 0;
  }
}
section.section_post_category .post_category_content .custom-md-9 .list_item .custom-row .custom-md-4 .item_img_box {
  padding: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_post_category .post_category_content .custom-md-9 .list_item .custom-row .custom-md-4 .item_img_box {
    padding: 5px;
  }
}
section.section_post_category .post_category_content .custom-md-9 .list_item .custom-row .custom-md-4 .item_img_box img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_post_category .post_category_content .custom-md-9 .list_item .custom-row .custom-md-4 .item_img_box img {
    width: 100%;
    height: 100px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_post_category .post_category_content .custom-md-9 .list_item .custom-row .custom-md-8 {
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-top: 0.7em;
    padding-bottom: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_post_category .post_category_content .custom-md-9 .list_item .custom-row .custom-md-8 {
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-top: 0.7em;
    padding-bottom: 1.4em;
  }
}
section.section_post_category .post_category_content .custom-md-9 .list_item .custom-row .custom-md-8 .item_text_box .post_title {
  font-size: 16px;
  font-weight: bold;
  -moz-columns: #0a0a0a;
       columns: #0a0a0a;
}
section.section_post_category .post_category_content .custom-md-9 .list_item .custom-row .custom-md-8 .item_text_box .post_excerpt {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  text-align: left;
  font-size: 0.9em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_post_category .post_category_content .custom-md-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
section.section_post_category .post_category_content #services_projects_content {
  margin: 0;
}
section.section_post_category .post_category_content #services_projects_content .posts_wrapper {
  position: relative;
}
section.section_post_category .post_category_content #services_projects_content .posts_wrapper .posts_feature_img {
  position: relative;
  height: auto;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 56.25%;
  border-radius: 4px;
}
section.section_post_category .post_category_content #services_projects_content .posts_wrapper .posts_feature_img img {
  right: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  max-width: 100%;
  width: 100%;
  transform: translateZ(0);
  margin: 0 auto;
}
section.section_post_category .post_category_content #services_projects_content .posts_wrapper .posts_text {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
section.section_post_category .post_category_content #services_projects_content .posts_wrapper .posts_text .posts_title a {
  margin-bottom: 10px;
  font-size: 15px;
  color: #2a2a2a;
  font-weight: bold;
}
section.section_post_category .post_category_content #services_projects_content .posts_wrapper .posts_text .posts_category p {
  margin: 0;
}
section.section_post_category .post_category_content #services_projects_content .posts_wrapper .posts_text .posts_category p a {
  font-size: 15px;
  color: #191919;
}
section.section_post_category .post_category_content #services_projects_content .posts_wrapper .posts_text .posts_category p a br {
  content: "";
  margin: -1em;
  display: block;
  font-size: 24%;
}
section.section_post_category .post_category_content #services_projects_content .posts_wrapper .posts_text .posts_excerpt {
  margin-top: 6px;
  font-size: 14px;
  margin-bottom: 0.1em;
  color: #191919;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.section_post_category .post_category_content #services_projects_content .posts_wrapper .posts_date {
  display: table;
  z-index: 20;
  pointer-events: none;
  height: 2.8em;
  width: 2.8em;
  backface-visibility: hidden;
  position: absolute !important;
  top: 7%;
  left: 0;
}
section.section_post_category .post_category_content #services_projects_content .posts_wrapper .posts_date .badge-inner {
  background-color: #0099ff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 0.85;
  color: #fff;
  font-weight: bolder;
  padding: 2px;
  white-space: nowrap;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  box-sizing: border-box;
}
section.section_post_category .post_category_content #services_projects_content .posts_wrapper .posts_date .badge-inner .posts-date-day {
  font-size: 16px;
}
section.section_post_category .post_category_content #services_projects_content .posts_wrapper .posts_date .badge-inner .posts-date-month {
  font-size: 0.7em;
}

section.section_product_category .product_category_content {
  padding: 30px 15px 60px 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_category .product_category_content .custom-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_product_category .product_category_content .custom-md-12 {
    padding-left: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_category .product_category_content .custom-md-12 .list_categories .custom-row .custom-md-3 {
    max-width: 50%;
    flex-basis: 50%;
  }
}
section.section_product_category .product_category_content .custom-md-12 .list_categories .custom-row .custom-md-3 .list_item .item_img_box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section_product_category .product_category_content .custom-md-12 .list_categories .custom-row .custom-md-3 .list_item .item_text_box {
  line-height: 1.3;
  margin-bottom: 0.1em;
  margin-top: 0.1em;
  text-transform: uppercase;
  font-size: 0.9em;
  padding-bottom: 1.4em;
  padding-top: 0.7em;
  text-align: center;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_category .product_category_content .custom-md-9 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_product_category .product_category_content .custom-md-9 {
    padding-left: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
section.section_product_category .product_category_content .custom-md-9 .list_products {
  padding: 15px 15px 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_category .product_category_content .custom-md-9 .list_products .custom-row .custom-md-4 {
    max-width: 50%;
    flex-basis: 50%;
  }
}
section.section_product_category .product_category_content .custom-md-9 .list_products .custom-row .custom-md-4 .list_item .item_img_box {
  width: 225px;
  height: 225px;
  overflow: hidden;
}
section.section_product_category .product_category_content .custom-md-9 .list_products .custom-row .custom-md-4 .list_item .item_img_box img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s ease;
}
section.section_product_category .product_category_content .custom-md-9 .list_products .custom-row .custom-md-4 .list_item .item_img_box img:hover {
  transform: scale(1.1);
}
section.section_product_category .product_category_content .custom-md-9 .list_products .custom-row .custom-md-4 .list_item .item_text_box {
  padding-top: 10px;
  padding-bottom: 20px;
}
section.section_product_category .product_category_content .custom-md-9 .list_products .custom-row .custom-md-4 .list_item .item_text_box a {
  font-size: 17px;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_category .product_category_content .custom-md-3 .section_sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 265px;
    height: 100%;
    transition: transform 0.2s;
    z-index: 110;
    overflow: hidden;
    padding: 10px;
    background: #005690;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_product_category .product_category_content .custom-md-3 .section_sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 265px;
    height: 100%;
    transition: transform 0.2s;
    z-index: 110;
    overflow: hidden;
    padding: 10px;
    background: #005690;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_category .product_category_content .custom-md-3 .section_sidebar .sidebar_wrapper #product_category #product_categories {
    background: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_product_category .product_category_content .custom-md-3 .section_sidebar .sidebar_wrapper #product_category #product_categories {
    background: #fff;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_category .product_category_content .custom-md-3 .section_sidebar .sidebar_wrapper #latest_posts #latest_posts_list {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_product_category .product_category_content .custom-md-3 .section_sidebar .sidebar_wrapper #latest_posts #latest_posts_list {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
}
section.section_product_category .product_category_content .custom-md-3 .section_sidebar .sidebar_wrapper #latest_posts #latest_posts_list .latest_posts_item .custom-row {
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
  width: 100%;
  gap: 10px;
}
section.section_product_category .product_category_content .custom-md-3 .section_sidebar .sidebar_wrapper #latest_posts #latest_posts_list .latest_posts_item .custom-row .custom-md-9 {
  flex: 1;
  text-align: left;
}
section.section_product_category .product_category_content .list_category .custom-row .custom-md-6 {
  margin: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_category .product_category_content .list_category .custom-row .custom-md-6 {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_product_category .product_category_content .list_category .custom-row .custom-md-6 {
    padding: 0;
  }
}
section.section_product_category .product_category_content .list_category .custom-row .custom-md-6 .col-wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
}
section.section_product_category .product_category_content .list_category .custom-row .custom-md-6 .col-wrap .imagebox {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_category .product_category_content .list_category .custom-row .custom-md-6 .col-wrap .imagebox {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_product_category .product_category_content .list_category .custom-row .custom-md-6 .col-wrap .imagebox {
    padding: 15px 0;
  }
}
section.section_product_category .product_category_content .list_category .custom-row .custom-md-6 .col-wrap .imagebox img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.section_product_category .product_category_content .list_category .custom-row .custom-md-6 .col-wrap .textbox {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_category .product_category_content .list_category .custom-row .custom-md-6 .col-wrap .textbox {
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_product_category .product_category_content .list_category .custom-row .custom-md-6 .col-wrap .textbox {
    padding: 15px;
  }
}
section.section_product_category .product_category_content .list_category .custom-row .custom-md-6 .col-wrap .textbox h4 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #ff6600;
  font-size: 1.125em;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_product_category .product_category_content .list_category .custom-row .custom-md-6 .col-wrap .textbox h4 {
    font-size: 17.6px;
    font-weight: bold;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }
}
section.section_product_category .product_category_content .list_category .custom-row .custom-md-6 .col-wrap .textbox a {
  border-radius: 99px;
  background-color: #2c3e50;
  font-size: 12.6px;
  margin-bottom: 1em;
  border-color: rgba(0, 0, 0, 0.05);
  color: #fff;
  border: 1px solid transparent;
  font-weight: bolder;
  letter-spacing: 0.03em;
  line-height: 2.4em;
  padding: 6px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-shadow: none;
  text-transform: uppercase;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_product_category .product_category_content .list_category .custom-row .custom-md-6 .col-wrap .textbox a {
    font-size: 0.75em;
  }
}
section.section_product_category .product_category_content .list_products .list_item {
  padding: 0 15px 30px;
}
section.section_product_category .product_category_content .list_products .list_item .custom-row .custom-md-4 .imagebox img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section_product_category .product_category_content .list_products .list_item .custom-row .custom-md-8 .textbox h3 {
  font-family: tahoma, arial, helvetica, sans-serif;
  margin-bottom: 0.5em;
  color: #ff6600;
  line-height: 1.35;
  font-size: 19px;
  font-weight: bold;
}
section.section_product_category .product_category_content .list_products .list_item .custom-row .custom-md-8 .textbox p {
  font-size: 15.2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
section.section_product_category .product_category_content .list_products .list_item .custom-row .custom-md-8 .textbox a {
  color: #2c3e50;
  font-size: 0.97em;
  font-weight: bolder;
  letter-spacing: 0.03em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #2c3e50;
}

section.section_product_detail {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main {
  margin-bottom: 10px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-row .col-md-12 #product_slide img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer {
  margin-top: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tab {
    flex-direction: column;
  }
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tab li {
  margin: 0 0.1em;
  margin-bottom: -1px;
  margin-left: 0 !important;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tab li button {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  height: 45px;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tab li button {
    width: 100%;
    text-align: left;
  }
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tab .active {
  background: #fff;
  color: #005690;
  border-bottom: 2px solid #005690;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tabContent {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 20px;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tabContent {
    border: none;
    padding: 0;
  }
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tabContent #pills-description img {
  width: 279px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tabContent #pills-review #comments {
  padding-bottom: 30px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tabContent #pills-review #comments h3 {
  color: #0a0a0a;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tabContent #pills-review #comments h3 {
    font-size: 16px;
  }
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tabContent #pills-review #comments p {
  font-size: 15px;
  margin-bottom: 6px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tabContent #pills-review .review_form_wrapper {
  border-color: #006398;
  border: 2px solid #446084;
  padding: 15px 30px 30px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tabContent #pills-review .review_form_wrapper h3#reply-title {
  color: #0a0a0a;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tabContent #pills-review .review_form_wrapper h3#reply-title {
    font-size: 16px;
  }
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tabContent #pills-review .review_form_wrapper form label {
  font-weight: bold;
  display: block;
  font-size: 0.9em;
  margin-bottom: 0.4em;
  color: #222;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tabContent #pills-review .review_form_wrapper form textarea {
  font-size: 14px;
  box-shadow: none;
  border-radius: 4px;
  padding-top: 0.7em;
  min-height: 120px;
  margin-bottom: 1em;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tabContent #pills-review .review_form_wrapper form input {
  font-size: 14px;
  box-shadow: none;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tabContent #pills-review .review_form_wrapper form #review_form_btn {
  background-color: #006398;
  font-size: 14px;
  margin: 0;
  text-transform: none;
  border-radius: 4px;
  font-weight: normal;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .related_product_wrapper {
  border: 1px solid #ececec;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .related_product_wrapper .related_product_title {
  background: #0f7cb6;
  padding: 9px 20px;
  letter-spacing: 0;
  font-size: 15px;
  color: white;
  border-bottom: 2px solid #f58634;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .related_product_wrapper .related_product_list {
  display: flex;
  gap: 10px;
  align-items: center;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .related_product_wrapper .related_product_list .product_item {
  padding-left: 5px;
  padding-right: 5px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .related_product_wrapper .related_product_list .product_item .item_img img {
  height: 143px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .related_product_wrapper .related_product_list .product_item .item_text {
  padding-top: 0.7em;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .related_product_wrapper .related_product_list .product_item .item_text a {
  font-size: 14px;
  color: #3d3d3d;
  font-weight: bold;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .related_product_wrapper .owl-carousel-product button {
  display: block !important;
  width: 40px;
  height: 40px;
  position: absolute;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .related_product_wrapper .owl-carousel-product button i {
  color: #111;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .related_product_wrapper .owl-carousel-product .owl-prev {
  top: 22%;
  left: -30px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .related_product_wrapper .owl-carousel-product .owl-next {
  top: 22%;
  right: -30px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .comment {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 15px;
  padding: 15px 25px 0;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .comment h3 {
  font-size: 16px;
  color: #0a0a0a;
  font-weight: 700;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .comment p {
  padding: 0 15px;
  width: 100%;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .comment form label {
  font-weight: bold;
  font-size: 0.9em;
  color: #222;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .comment form input {
  font-size: 14px;
  padding: 0 0.75em;
  height: 2.507em;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .comment form button {
  background: #2c3e50;
  text-transform: uppercase;
  border-radius: 0;
  border-color: #2c3e50;
  font-weight: 500;
}

section.feature_new_products_section .custom-row .custom-md-12 .category-title {
  border-right: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  border-top-right-radius: 5px;
  display: block;
  width: 100%;
  clear: both;
  border-bottom: 2px solid #f58634;
  margin-bottom: 0px;
  padding-right: 75%;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.feature_new_products_section .custom-row .custom-md-12 .category-title {
    padding-right: 0;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.feature_new_products_section .custom-row .custom-md-12 .category-title {
    padding-right: 60%;
  }
}
section.feature_new_products_section .custom-row .custom-md-12 .category-title h2 {
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #0e76bc;
  padding: 14px;
  color: #fff;
  text-transform: uppercase;
  background-position: left;
  padding-left: 50px;
  background-position-x: 15px;
  font-size: 14px;
}
@media (min-width: 1025px) {
  section.feature_new_products_section .custom-row .custom-md-12 .category-title h2 {
    padding-left: 14px;
  }
}
section.feature_new_products_section .custom-row .custom-md-12 .feature_products_wrapper {
  padding-top: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.feature_new_products_section .custom-row .custom-md-12 .feature_products_wrapper .custom-row .custom-md-3 {
    width: 50%;
  }
}
section.feature_new_products_section .custom-row .custom-md-12 .feature_products_wrapper .custom-row .custom-md-3 .item_box .box_image {
  position: relative;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e4e7 !important;
}
section.feature_new_products_section .custom-row .custom-md-12 .feature_products_wrapper .custom-row .custom-md-3 .item_box .box_image img {
  border-radius: 5px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.feature_new_products_section .custom-row .custom-md-12 .feature_products_wrapper .custom-row .custom-md-3 .item_box .box_text {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}
section.feature_new_products_section .custom-row .custom-md-12 .feature_products_wrapper .custom-row .custom-md-3 .item_box .box_text a {
  color: #404040;
  font-size: 15px;
  line-height: 1.3;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-weight: bold;
}

section.section_latest_posts {
  margin-top: 15%;
  margin-bottom: 10%;
}
section.section_latest_posts .custom-row .custom-md-12 .section_title {
  padding: 15px;
  text-align: center;
  font-size: 27px;
  color: #0A0A0A;
  font-weight: 700;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_latest_posts .custom-row .custom-md-12 .section_title {
    font-size: 1.4em;
  }
}
section.section_latest_posts .custom-row .custom-md-4 {
  padding: 0 25px;
}
section.section_latest_posts .custom-row .custom-md-4 .posts_wrapper {
  position: relative;
}
section.section_latest_posts .custom-row .custom-md-4 .posts_wrapper .posts_feature_img {
  position: relative;
  height: auto;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 56.25%;
  border-radius: 4px;
}
section.section_latest_posts .custom-row .custom-md-4 .posts_wrapper .posts_feature_img img {
  right: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  max-width: 100%;
  width: 100%;
  transform: translateZ(0);
  margin: 0 auto;
}
section.section_latest_posts .custom-row .custom-md-4 .posts_wrapper .posts_text {
  text-align: center;
}
section.section_latest_posts .custom-row .custom-md-4 .posts_wrapper .posts_text .posts_title a {
  margin-bottom: 10px;
  font-size: 15px;
  color: #2a2a2a;
  font-weight: bold;
}
section.section_latest_posts .custom-row .custom-md-4 .posts_wrapper .posts_text .posts_title a:hover {
  color: #0e76bc;
}
section.section_latest_posts .custom-row .custom-md-4 .posts_wrapper .posts_text .posts_category p {
  margin: 0;
}
section.section_latest_posts .custom-row .custom-md-4 .posts_wrapper .posts_text .posts_category p a {
  font-size: 15px;
  color: #191919;
}
section.section_latest_posts .custom-row .custom-md-4 .posts_wrapper .posts_text .posts_category p a br {
  content: "";
  margin: -1em;
  display: block;
  font-size: 24%;
}
section.section_latest_posts .custom-row .custom-md-4 .posts_wrapper .posts_text .posts_excerpt {
  margin-top: 6px;
  font-size: 14px;
  margin-bottom: 0.1em;
  color: #191919;
}
section.section_latest_posts .custom-row .custom-md-4 .posts_wrapper .posts_date {
  display: table;
  z-index: 20;
  pointer-events: none;
  height: 2.8em;
  width: 2.8em;
  backface-visibility: hidden;
  position: absolute !important;
  top: 7%;
  left: 0;
}
section.section_latest_posts .custom-row .custom-md-4 .posts_wrapper .posts_date .badge-inner {
  background-color: #006398;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 0.85;
  color: #fff;
  font-weight: bolder;
  padding: 2px;
  white-space: nowrap;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  box-sizing: border-box;
}
section.section_latest_posts .custom-row .custom-md-4 .posts_wrapper .posts_date .badge-inner .posts-date-day {
  font-size: 16px;
}
section.section_latest_posts .custom-row .custom-md-4 .posts_wrapper .posts_date .badge-inner .posts-date-month {
  font-size: 0.7em;
}

section.section_about_us .about_us_content {
  padding: 30px 15px 60px 15px;
}
section.section_about_us .about_us_content .custom-md-9 .section_title {
  text-align: center;
  font-size: 1.6em;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
}

section.section_single_post .single_post_content {
  padding: 30px 15px 60px 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_single_post .single_post_content .custom-md-9 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
}
section.section_single_post .single_post_content .custom-md-9 .post_title {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #0a0a0a;
}
section.section_single_post .single_post_content .custom-md-9 .breadcrumb {
  padding: 0;
  margin-bottom: 0;
}
section.section_single_post .single_post_content .custom-md-9 .breadcrumb a {
  color: #006398;
  text-align: left;
}
section.section_single_post .single_post_content .custom-md-9 .breadcrumb a i {
  color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_single_post .single_post_content .custom-md-9 article {
    font-size: 15px;
  }
}
section.section_single_post .single_post_content .custom-md-9 .related_posts {
  margin-top: 11px;
}
section.section_single_post .single_post_content .custom-md-9 .related_posts h3 {
  font-size: 16px;
  padding-left: 14px;
  padding-top: 3px;
  font-weight: 700;
}
section.section_single_post .single_post_content .custom-md-9 .related_posts ul {
  padding-left: 20px;
}
section.section_single_post .single_post_content .custom-md-9 .related_posts ul li {
  list-style: disc;
  margin-bottom: 0.6em;
}
section.section_single_post .single_post_content .custom-md-9 .related_posts ul li a {
  color: #005690;
  font-size: 14px;
}
section.section_single_post .single_post_content .custom-md-9 .comment {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 15px;
  padding: 15px 25px 0;
}
section.section_single_post .single_post_content .custom-md-9 .comment h3 {
  font-size: 16px;
  color: #0a0a0a;
  font-weight: 700;
}
section.section_single_post .single_post_content .custom-md-9 .comment p {
  padding: 0 15px;
  width: 100%;
}
section.section_single_post .single_post_content .custom-md-9 .comment form label {
  font-weight: bold;
  font-size: 0.9em;
  color: #222;
}
section.section_single_post .single_post_content .custom-md-9 .comment form input {
  font-size: 14px;
  padding: 0 0.75em;
  height: 2.507em;
}
section.section_single_post .single_post_content .custom-md-9 .comment form button {
  background: #2c3e50;
  text-transform: uppercase;
  border-radius: 0;
  border-color: #2c3e50;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_single_post .single_post_content .custom-md-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

section.section_category_post .category_post_content {
  padding: 30px 15px 60px 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_category_post .category_post_content .custom-md-9 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_category_post .category_post_content .custom-md-9 {
    padding-left: 0;
  }
}
section.section_category_post .category_post_content .custom-md-9 .list_posts .list_item {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s, color 0.3s, opacity 0.3s;
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_category_post .category_post_content .custom-md-9 .list_posts .list_item {
    margin-bottom: 20px;
  }
}
section.section_category_post .category_post_content .custom-md-9 .list_posts .list_item .custom-row {
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
section.section_category_post .category_post_content .custom-md-9 .list_posts .list_item .custom-row .custom-md-5 {
  padding-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_category_post .category_post_content .custom-md-9 .list_posts .list_item .custom-row .custom-md-5 {
    padding-right: 0;
  }
}
section.section_category_post .category_post_content .custom-md-9 .list_posts .list_item .custom-row .custom-md-5 .item_img_box {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_category_post .category_post_content .custom-md-9 .list_posts .list_item .custom-row .custom-md-5 .item_img_box {
    padding-top: 0;
  }
}
section.section_category_post .category_post_content .custom-md-9 .list_posts .list_item .custom-row .custom-md-5 .item_img_box img {
  width: 100%;
  height: 208px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_category_post .category_post_content .custom-md-9 .list_posts .list_item .custom-row .custom-md-7 {
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-top: 0.7em;
    padding-bottom: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_category_post .category_post_content .custom-md-9 .list_posts .list_item .custom-row .custom-md-7 {
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-top: 0.7em;
    padding-bottom: 1.4em;
  }
}
section.section_category_post .category_post_content .custom-md-9 .list_posts .list_item .custom-row .custom-md-7 .item_text_box .post_title {
  font-size: 16px;
  font-weight: bold;
  color: #0a0a0a;
  font-family: "Open Sans", sans-serif !important;
}
section.section_category_post .category_post_content .custom-md-9 .list_posts .list_item .custom-row .custom-md-7 .item_text_box .post_meta {
  margin: 0;
  font-size: 0.9em;
}
section.section_category_post .category_post_content .custom-md-9 .list_posts .list_item .custom-row .custom-md-7 .item_text_box .post_excerpt {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  text-align: left;
  font-size: 0.9em;
}

section.section_product_cat_list .product_cat_list_content {
  padding: 30px 15px 60px 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_cat_list .product_cat_list_content .cat_list .custom-row .custom-md-3 {
    max-width: 50%;
    flex-basis: 50%;
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_product_cat_list .product_cat_list_content .cat_list .custom-row .custom-md-3 {
    max-width: 50%;
    flex-basis: 50%;
  }
}
section.section_product_cat_list .product_cat_list_content .cat_list .custom-row .custom-md-3 .cat_list_item .item_img_box img {
  width: 270px;
  height: 202px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_cat_list .product_cat_list_content .cat_list .custom-row .custom-md-3 .cat_list_item .item_img_box img {
    width: 187px;
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_product_cat_list .product_cat_list_content .cat_list .custom-row .custom-md-3 .cat_list_item .item_img_box img {
    width: 100%;
    height: 269px;
  }
}
section.section_product_cat_list .product_cat_list_content .cat_list .custom-row .custom-md-3 .cat_list_item .item_text_box {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 10px 20px 10px;
}
section.section_product_cat_list .product_cat_list_content .cat_list .custom-row .custom-md-3 .cat_list_item .item_text_box h5 {
  font-size: 14px;
  font-weight: bold;
  color: #0a0a0a;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_cat_list .product_cat_list_content .cat_list .custom-row .custom-md-3 .cat_list_item .item_text_box h5 {
    line-height: 1.3;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
  }
}
section.section_product_cat_list .product_cat_list_content .cat_list .custom-row .custom-md-3 .cat_list_item .item_text_box p {
  font-size: 10px;
  color: #005690;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_cat_list .product_cat_list_content .cat_list .custom-row .custom-md-3 .cat_list_item .item_text_box p {
    font-size: 9px;
  }
}

section.section_category_product .category_product_title {
  padding: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_category_product .category_product_title {
    padding: 20px;
  }
}
section.section_category_product .category_product_title .custom-row .custom-md-12 h1 {
  margin-bottom: 4px;
  font-size: 19px;
  font-weight: normal;
  color: #0f7cb6;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_category_product .category_product_title .custom-row .custom-md-12 h1 {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_category_product .category_product_title .custom-row .custom-md-12 h1 {
    text-align: center;
  }
}
section.section_category_product .category_product_title .custom-row .custom-md-12 .breadcrumbs {
  font-size: 14px;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_category_product .category_product_title .custom-row .custom-md-12 .breadcrumbs {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_category_product .category_product_title .custom-row .custom-md-12 .breadcrumbs {
    text-align: center;
  }
}
section.section_category_product .category_product_title .custom-row .custom-md-12 .breadcrumbs a {
  color: rgba(102, 102, 102, 0.7);
}
section.section_category_product .category_product_title .custom-row .custom-md-12 .category_filtering {
  padding: 10px 0;
  background: #0662aa;
  margin-top: 20px;
  border-radius: 5px;
  color: white;
  text-align: center;
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_category_product .category_product_title .custom-row .custom-md-12 .category_filtering {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_category_product .category_product_title .custom-row .custom-md-12 .category_filtering {
    display: block;
  }
}
section.section_category_product .category_product_title .custom-row .custom-md-12 .category_filtering a i {
  margin-right: 8px;
}
section.section_category_product .category_product_title .custom-row .custom-md-12 .category_filtering a span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
section.section_category_product .category_product_title .custom-row .custom-md-12 .category_filtering_close_btn {
  border: none;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background: none;
  display: none;
  z-index: 110;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 25px;
}
section.section_category_product .category_product_content {
  padding: 30px 15px 60px 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_category_product .category_product_content .custom-md-9 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_category_product .category_product_content .custom-md-9 {
    padding-left: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_category_product .category_product_content .custom-md-9 .list_products .custom-row .custom-md-4 {
    max-width: 50%;
    flex-basis: 50%;
  }
}
section.section_category_product .category_product_content .custom-md-9 .list_products .custom-row .custom-md-4 .list_item .item_img_box img {
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  width: 100%;
  height: 178px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section_category_product .category_product_content .custom-md-9 .list_products .custom-row .custom-md-4 .list_item .item_text_box {
  line-height: 1.3;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0a0a0a;
  font-weight: 700;
  padding-top: 0.7em;
  padding-bottom: 1.4em;
  position: relative;
  font-size: 0.9em;
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_category_product .category_product_content .custom-md-3 .section_sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 265px;
    height: 100%;
    transition: transform 0.2s;
    z-index: 110;
    overflow: hidden;
    padding: 10px;
    background: #005690;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_category_product .category_product_content .custom-md-3 .section_sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 265px;
    height: 100%;
    transition: transform 0.2s;
    z-index: 110;
    overflow: hidden;
    padding: 10px;
    background: #005690;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_category_product .category_product_content .custom-md-3 .section_sidebar .sidebar_wrapper #product_category #product_categories {
    background: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_category_product .category_product_content .custom-md-3 .section_sidebar .sidebar_wrapper #product_category #product_categories {
    background: #fff;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_category_product .category_product_content .custom-md-3 .section_sidebar .sidebar_wrapper #latest_posts #latest_posts_list {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_category_product .category_product_content .custom-md-3 .section_sidebar .sidebar_wrapper #latest_posts #latest_posts_list {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
}
section.section_category_product .category_product_content .custom-md-3 .section_sidebar .sidebar_wrapper #latest_posts #latest_posts_list .latest_posts_item .custom-row {
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
  width: 100%;
  gap: 10px;
}
section.section_category_product .category_product_content .custom-md-3 .section_sidebar .sidebar_wrapper #latest_posts #latest_posts_list .latest_posts_item .custom-row .custom-md-9 {
  flex: 1;
  text-align: left;
}
section.section_category_product .category_product_content .custom-md-3 .section_sidebar .sidebar_wrapper #media_video,
section.section_category_product .category_product_content .custom-md-3 .section_sidebar .sidebar_wrapper #post_category,
section.section_category_product .category_product_content .custom-md-3 .section_sidebar .sidebar_wrapper #online_support {
  display: block;
}

/* ---------- Footer ---------- */
footer {
  border-top: 1px solid #000;
}
footer section.section_footer {
  padding-top: 20px;
}
footer section.section_footer .footer_info {
  background: #fff;
}
footer section.section_footer .footer_info .custom-row .custom-md-3 .imagebox img {
  width: 100%;
  height: auto;
}
footer section.section_footer .footer_info .custom-row .custom-md-5 .textbox h4.cp_name {
  text-transform: uppercase;
  color: #ff6600;
  font-size: 15.3px;
  font-weight: bold;
  font-family: tahoma, arial, helvetica, sans-serif;
}
footer section.section_footer .footer_info .custom-row .custom-md-5 .textbox p {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 0.85rem;
}
footer section.section_footer .footer_info .custom-row .custom-md-5 .textbox a {
  border-radius: 10px;
  background-color: #2c3e50;
  font-size: 0.8em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 1em;
  border-color: rgba(0, 0, 0, 0.05);
  color: #fff;
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-weight: bolder;
  letter-spacing: 0.03em;
  line-height: 2.4em;
  margin-right: 1em;
  margin-top: 0;
  max-width: 100%;
  min-height: 2.5em;
  padding: 0 1.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-shadow: none;
  text-transform: uppercase;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  vertical-align: middle;
}
footer section.section_footer .footer_info .custom-row .custom-md-5 .textbox a span {
  margin-right: 10px;
}
footer section.section_footer .footer_info .custom-row .custom-md-4 .listbox ul {
  list-style-type: disc;
}
footer section.section_footer .footer_info .custom-row .custom-md-4 .listbox ul li span {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 0.85rem;
}
footer section.section_footer .footer_info .custom-row .custom-md-4 .listbox ul li span.list_title {
  font-weight: bold;
  color: #232323;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer section.section_footer .footer_info .custom-row .col-mobile {
    padding: 0 15px 30px;
  }
}
footer section.section_footer .footer_menu_social {
  background-color: #e8e8e8;
  padding: 10px 0 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer section.section_footer .footer_menu_social .custom-md-10 {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer section.section_footer .footer_menu_social .custom-md-10 {
    width: 100%;
    order: 2;
  }
}
footer section.section_footer .footer_menu_social .custom-md-10 .footer-primary .sub-main-menu ul {
  padding: 0;
  font-size: 0.85em;
  margin: 5px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer section.section_footer .footer_menu_social .custom-md-10 .footer-primary .sub-main-menu ul {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer section.section_footer .footer_menu_social .custom-md-10 .footer-primary .sub-main-menu ul {
    text-align: center;
  }
}
footer section.section_footer .footer_menu_social .custom-md-10 .footer-primary .sub-main-menu ul li {
  display: inline-block;
  margin: 0 0.4em;
}
footer section.section_footer .footer_menu_social .custom-md-10 .footer-primary .sub-main-menu ul li:first-child {
  margin-left: 0;
}
footer section.section_footer .footer_menu_social .custom-md-10 .footer-primary .sub-main-menu ul li a {
  font-size: 0.85em;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer section.section_footer .footer_menu_social .custom-md-10 .footer-primary .copyright-footer {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer section.section_footer .footer_menu_social .custom-md-10 .footer-primary .copyright-footer {
    text-align: center;
  }
}
footer section.section_footer .footer_menu_social .custom-md-10 .footer-primary .copyright-footer p.cp_cpr {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer section.section_footer .footer_menu_social .custom-md-2 {
    width: 100%;
  }
}
footer section.section_footer .footer_menu_social .custom-md-2 .footer-secondary ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer section.section_footer .footer_menu_social .custom-md-2 .footer-secondary ul {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer section.section_footer .footer_menu_social .custom-md-2 .footer-secondary ul {
    text-align: center;
  }
}
footer section.section_footer .footer_menu_social .custom-md-2 .footer-secondary ul li {
  display: inline-block;
}
footer section.section_footer .footer_menu_social .custom-md-2 .footer-secondary ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 28px;
  height: 28px;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 2.4em;
}
footer section.section_footer .footer_menu_social .custom-md-2 .footer-secondary ul li .cir-facebook {
  background: #125c9e;
}
footer section.section_footer .footer_menu_social .custom-md-2 .footer-secondary ul li .cir-envelope {
  background: #000;
}
footer section.section_footer .footer_menu_social .custom-md-2 .footer-secondary ul li .cir-phone {
  background: #51cb5a;
}
footer section.section_footer .footer_menu_social .custom-md-2 .footer-secondary ul li .cir-youtube {
  background: #c33223;
}
footer section.section_footer .footer_menu_social .custom-md-2 .footer-secondary ul li .cir-pinterest {
  background: #e60023;
}

.cta {
  position: fixed;
  right: 0px;
  bottom: 80px;
  width: 90px;
  z-index: 9999;
}

.ctaitem {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.ctabg {
  width: 60px;
  height: 60px;
  top: 15px;
  left: 15px;
  position: absolute;
  box-shadow: 0 0 0 0 #dd3333;
  border-radius: 50%;
  border: 2px solid transparent;
  animation: zigzag 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}

.ctaimg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  animation: zigzag 2s infinite ease-in-out;
}

.ctaimg a {
  display: block;
}

.ctacontent {
  color: #fff;
  padding: 10px 15px;
  border-radius: 99px;
  position: absolute;
  z-index: 0;
  top: 22px;
  transition-duration: 2s;
  display: none;
  margin-left: -120px;
  font-size: 100%;
  width: 180px;
  transition-duration: 2s;
}

.ctaitem:hover .ctacontent {
  display: block;
}

.ctamobile {
  position: fixed !important;
  right: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 99999 !important;
}
@keyframes zigzag {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 549px) {
  .cta {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 99999 !important;
  }
}/*# sourceMappingURL=custom_style.css.map */