/* ---------- Variable & Mixin ---------- */
/* Variable */
/* Mixin */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* ---------- General ---------- */
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato/Lato-Thin.ttf);
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato/Lato-ThinItalic.ttf);
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato/Lato-Light.ttf);
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato/Lato-LightItalic.ttf);
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato/Lato-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato/Lato-Italic.ttf);
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato/Lato-Bold.ttf);
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato/Lato-BoldItalic.ttf);
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato/Lato-Black.ttf);
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato/Lato-BlackItalic.ttf);
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf) format("truetype-variations");
  font-weight: 1 999;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/Open_Sans/OpenSans-Italic-VariableFont_wdth,wght.ttf) format("truetype-variations");
  font-weight: 1 999;
}
* {
  margin: 0;
  padding: 0;
  color: inherit;
}

html {
  height: 100%;
}

body {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 100% !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;
}

.body_overlay {
  width: 100vw;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.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;
}

.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;
}

.wrapper {
  overflow-x: hidden;
}

.page_divider {
  background: #006398;
}
.page_divider .page_divider_inner {
  padding: 35px 15px;
  margin: 0 auto;
  min-height: 60px;
  max-width: 100%;
}

.wrap-main {
  margin-top: 20px;
}

.sticky_div {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 80;
}

.current_cat {
  font-weight: bold;
}

/* ---------- Header ---------- */
#menuHeader .custom-row {
  margin-left: 0;
  margin-right: 0;
}
#menuHeader .custom-row .navbar-wrapper {
  padding-left: 0;
  padding-right: 0;
}
#menuHeader .custom-row .navbar-wrapper nav {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
#menuHeader .custom-row .navbar-wrapper nav .moblie_menu_btn {
  order: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav .moblie_menu_btn {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  #menuHeader .custom-row .navbar-wrapper nav .moblie_menu_btn {
    display: none;
  }
}
#menuHeader .custom-row .navbar-wrapper nav .mobile_menu_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;
}
#menuHeader .custom-row .navbar-wrapper nav .nav-logo-mobile-tablet {
  display: none;
  width: 130px;
  order: 2;
  text-align: center;
  flex: 1 1 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav .nav-logo-mobile-tablet {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav .nav-logo-mobile-tablet {
    display: block;
  }
}
#menuHeader .custom-row .navbar-wrapper nav .nav-logo-mobile-tablet img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav .nav-logo-mobile-tablet img {
    max-height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav .nav-logo-mobile-tablet img {
    max-height: 91px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 265px;
    height: 100%;
    transition: transform 0.2s;
    z-index: 110;
    overflow: hidden;
    padding: 30px 0;
    background: #006398;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 265px;
    height: 100%;
    transition: transform 0.2s;
    z-index: 110;
    overflow: hidden;
    padding: 30px 0;
    background: #006398;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar {
    display: block;
  }
}
@media (min-width: 1025px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul {
    justify-content: flex-end;
    flex-direction: row;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul li {
    border-top: 1px solid #ececec;
    border-color: rgba(255, 255, 255, 0.2);
    text-align: left;
  }
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul li:first-child {
    border-top: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul li {
    border-top: 1px solid #ececec;
    border-color: rgba(255, 255, 255, 0.2);
    text-align: left;
  }
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul li:first-child {
    border-top: none;
  }
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul li a {
  color: #000;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 11px 5px 11px;
  height: 45px;
  vertical-align: top;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul li a {
    font-size: 14px;
  }
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul li a i {
  color: #000;
  font-size: 18px;
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul li a:hover {
  background: #ff0000;
  color: #fff;
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul li a:hover i {
  color: #fff;
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul .active a {
  background: #ff0000;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul .active a {
    background: none;
    color: #000;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul .active a {
    background: none;
    color: #000;
  }
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul #toggle-search-bar-btn {
  display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul #toggle-search-bar-btn {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul #toggle-search-bar-btn {
    display: none;
  }
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul .nav-bar-search-form {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul .nav-bar-search-form {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .navbar-wrapper nav #navbar ul .nav-bar-search-form {
    display: block;
  }
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul .nav-bar-search-form .nav-bar-search-form-wrapper {
  padding: 15px;
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul .nav-bar-search-form .nav-bar-search-form-wrapper form input {
  font-size: 14px;
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul .nav-bar-search-form .nav-bar-search-form-wrapper form button {
  padding: 0 9px;
}
#menuHeader .custom-row .navbar-wrapper nav #navbar ul .nav-bar-search-form .nav-bar-search-form-wrapper .mobile-search-btn {
  background-color: #f58634;
  color: #fff;
}
@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 .navbar-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  width: 100%;
  gap: 20px;
}
#menuHeader .logo-wrapper .navbar-logo-wrapper #navbar-logo img {
  max-height: 91px;
  display: block;
  width: auto;
}
#menuHeader .logo-wrapper .navbar-logo-wrapper .nav-bar-logo-slogan {
  text-align: center;
}
#menuHeader .logo-wrapper .navbar-logo-wrapper .nav-bar-logo-slogan h3 {
  text-transform: uppercase;
  margin: unset;
  font-size: 32px;
  color: #f00;
  font-weight: 600;
}
#menuHeader .logo-wrapper .navbar-logo-wrapper .nav-bar-logo-slogan h4 {
  margin: unset;
  font-size: 20px;
  color: graytext;
  font-weight: bold;
}
#menuHeader .menu-wrapper {
  background: #ee2;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .menu-wrapper {
    background: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .menu-wrapper {
    background: #fff;
  }
}
#menuHeader .logo-wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
  background: #fff;
}

/* ---------- 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;
}

@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 ul .widget {
  margin-bottom: 1.5em;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget .widget_title {
  background: #0f7cb6;
  display: block;
  padding: 8px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  letter-spacing: 0;
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
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: auto;
  -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 {
  border: 1px solid #ececec;
  margin: 0;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#post_category_list .post_category_item {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  margin: 0;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#post_category_list .post_category_item a {
  display: inline-block;
  padding: 6px 0;
  color: #006398;
}
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.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;
  max-width: 100%;
  width: 100%;
  transform: translateZ(0);
  margin: 0 auto;
}
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_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_contact_us .contact_us_content {
  padding: 30px 15px 60px 15px;
}
section.section_contact_us .contact_us_content .custom-md-12 .section_title {
  text-transform: uppercase;
  font-weight: 700;
  color: #0A0A0A;
  font-size: 1.6em;
  line-height: 1.3;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_contact_us .contact_us_content .custom-md-12 .section_title {
    font-size: 19px;
  }
}
section.section_contact_us .contact_us_content .custom-md-12 .form_wrapper {
  padding-top: 30px;
}
section.section_contact_us .contact_us_content .custom-md-12 .form_wrapper .form_title {
  margin-top: 30px;
  font-size: 16px;
  color: #0e76bc;
  font-weight: 600;
  text-transform: uppercase;
}
section.section_contact_us .contact_us_content .custom-md-12 .form_wrapper form input {
  font-size: 14px;
  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_contact_us .contact_us_content .custom-md-12 .form_wrapper form .custom-btn {
  background-color: #006398;
  font-size: 14px;
  margin: 0;
  text-transform: none;
  border-radius: 4px;
  font-weight: normal;
  color: #fff;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_contact_us .contact_us_content .custom-md-6 {
    padding-bottom: 30px;
  }
}
section.section_contact_us .contact_us_content .custom-md-6 h3 {
  font-size: 20px;
  color: #0A0A0A;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_contact_us .contact_us_content .custom-md-6 h3 {
    font-size: 16px;
  }
}
section.section_contact_us .contact_us_content .custom-md-6 p {
  font-size: 16px;
  color: #191919;
  margin-bottom: 18px;
}
section.section_contact_us .contact_us_content .custom-md-6 .btn_show_map {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block;
  color: #b20000;
  border: 2px solid currentColor;
  background-color: transparent;
  line-height: 2.19em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

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: #006398;
  font-size: 14px;
}
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 {
  font-size: 14px;
  margin: 0;
  text-transform: none;
  border-radius: 4px;
  font-weight: normal;
  color: #fff;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  background-color: #006398;
}
@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;
  -moz-columns: #0a0a0a;
       columns: #0a0a0a;
}
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: #006398;
}
@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;
  }
}

@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: -140px;
  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;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e4e7 !important;
  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 {
  font-size: 15px;
  color: gray;
  font-weight: bold;
  text-align: center;
  padding-top: 0.7em;
  padding-bottom: 1.4em;
  background: #ececec;
}
@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: #006398;
  }
}
@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: #006398;
  }
}
@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: none;
}

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 .custom-md-5 .product_image {
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-row .custom-md-5 .product_image {
    padding-bottom: 30px;
  }
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-row .custom-md-5 .product_image img {
  width: 345px;
  height: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-row .custom-md-5 .product_image img {
    width: 100%;
  }
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-row .custom-md-5 .product_image #fancybox_open {
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  line-height: 2.19em;
  background-color: transparent;
  margin-left: 0.12em;
  margin-right: 0.12em;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #d9d9d9;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-row .custom-md-7 .product_text {
    padding-top: 10px;
  }
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-row .custom-md-7 .product_text .breadcrumbs {
  text-transform: none;
  font-size: 0.85em;
  margin: 0 0 0.5em;
  letter-spacing: 0px;
  color: rgba(102, 102, 102, 0.7);
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-row .custom-md-7 .product_text .product_title {
  font-size: 20px;
  font-weight: normal;
  color: #0292dd;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-row .custom-md-7 .product_text p {
  font-size: 15px;
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-row .custom-md-7 .product_text p {
    font-size: 14px;
  }
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-row .custom-md-7 .product_text p span {
  color: #006398;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-row .custom-md-7 .product_text #info_form_btn {
  border: 1px solid #006398;
  padding: 7px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  background: #0292dd;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 13px;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-row .custom-md-7 .product_text #get_info_form_modal .custom-modal {
  max-width: 600px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-row .custom-md-7 .product_text #get_info_form_modal .custom-modal h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #0e76bc;
  font-weight: 700;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-row .custom-md-7 .product_text #get_info_form_modal .custom-modal h3 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_main .custom-row .custom-md-7 .product_text #get_info_form_modal .custom-modal h3 form textarea {
  box-shadow: inset 0 -1.8em 1em 0 rgba(0, 0, 0, 0);
  font-size: 14px;
  border-radius: 4px;
  padding-top: 0.7em;
  min-height: 120px;
  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_main .custom-row .custom-md-7 .product_text #get_info_form_modal .custom-modal h3 form #get_info_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 {
  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;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  height: 45px;
}
@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: #ff0000;
  color: #fff;
  border-bottom: 1px solid #f58634;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .tab_product_wrapper #pills-tabContent {
  border: 2px solid #f58634;
  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 .related_product_title {
  background: #0f7cb6;
  padding: 9px 20px;
  letter-spacing: 0;
  font-size: 15px;
  color: white;
  border-bottom: 2px solid #f58634;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}
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 .item_img {
  border-width: 1px;
  border-style: solid;
  border-color: #e2e4e7 !important;
}
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 {
  border-radius: 6px;
  height: 143px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer .related_product_wrapper .related_product_list .product_item .item_text {
  background: #ececec !important;
  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-3 .section_sidebar #media_video {
  display: none;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-3 .section_sidebar #online_support {
  display: none;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-3 .section_sidebar #post_category {
  display: none;
}

/* ---------- Footer ---------- */
footer#footer {
  border-top: 2px solid #f58634;
  padding-top: 30px;
}
footer#footer .footer-wrapper .footer_address .custom-row .footer_title {
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer#footer .footer-wrapper .footer_address .custom-row .footer_title {
    padding-right: 0;
  }
}
footer#footer .footer-wrapper .footer_address .custom-row .footer_title h1 {
  font-size: 27px;
  color: #ff0000;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer#footer .footer-wrapper .footer_address .custom-row .footer_title h1 {
    font-size: 22.4px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  footer#footer .footer-wrapper .footer_address .custom-row .footer-text-social-plugin {
    margin-bottom: 20px;
  }
}
footer#footer .footer-wrapper .footer_address .custom-row .footer-text-social-plugin .col-title {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  padding-left: 35px;
  padding-bottom: 8px;
  font-weight: 600;
}
footer#footer .footer-wrapper .footer_address .custom-row .footer-text-social-plugin p {
  color: #282828;
  font-size: 16px;
  margin-bottom: 18px;
}
footer#footer .footer-wrapper .footer_address .custom-row .footer-text-social-plugin a.btn_map {
  border-radius: 99px;
  border: 2px solid #b20000;
  background-color: transparent;
  margin-bottom: 1em;
  line-height: 2.19em;
  padding: 10px 30px;
  color: #b20000;
  font-size: 15px;
}
footer#footer .footer-wrapper .footer_address .custom-row .footer-text-social-plugin a.btn_map span {
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: bolder;
  text-align: center;
}
footer#footer .footer-wrapper .footer_address .custom-row .footer-text-social-plugin a.btn_map:hover {
  color: #fff;
  background: #b20000;
}
footer#footer .footer-wrapper .footer_copyright {
  margin-top: 20px;
}
footer#footer .footer-wrapper .footer_copyright .footer_access_count {
  background: #006398;
  padding-top: 10px;
}
footer#footer .footer-wrapper .footer_copyright .footer_access_count ul {
  float: right;
  color: #fff;
}
footer#footer .footer-wrapper .footer_copyright .footer_access_count ul li {
  display: block;
  text-align: right;
  font-size: 16px;
  padding-bottom: 10px;
}
footer#footer .footer-wrapper .footer_copyright .footer_copyright_text {
  background: #005690;
  padding: 10px 0 15px;
}
footer#footer .footer-wrapper .footer_copyright .footer_copyright_text p {
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
footer#footer .footer-wrapper .footer_copyright .footer_copyright_text p a:hover {
  color: #fff;
}/*# sourceMappingURL=style.css.map */