/* ---------- 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: "Roboto", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17.6px !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 {
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 70px;
  background-color: rgb(249, 32, 35);
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 30px;
  width: 100%;
  height: 3px;
}

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

.sticky_div {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 80;
  background: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  .sticky_div {
    position: unset;
  }
}

.current_cat {
  font-weight: bold !important;
}

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 .custom-row .custom-md-12 {
  padding-left: 0;
  padding-right: 0;
}
#menuHeader .custom-row .custom-md-12 .logo-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #00aeef;
  padding: 8px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .custom-md-12 .logo-wrapper {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .custom-md-12 .logo-wrapper {
    display: none;
  }
}
#menuHeader .custom-row .custom-md-12 .logo-wrapper .hotline_top,
#menuHeader .custom-row .custom-md-12 .logo-wrapper .address_top {
  margin: 0;
  color: #fff;
  font-size: 15px;
}
#menuHeader .custom-row .custom-md-12 .logo-wrapper .hotline_top i,
#menuHeader .custom-row .custom-md-12 .logo-wrapper .address_top i {
  margin-right: 10px;
}
#menuHeader .custom-row .custom-md-12 .logo-wrapper .hotline_top a,
#menuHeader .custom-row .custom-md-12 .logo-wrapper .address_top a {
  color: #fff;
  font-weight: bold;
}
#menuHeader .custom-row .custom-md-12 .head-top-mobile {
  display: none;
  text-align: center;
  background: #00aeef;
  padding: 8px 0;
}
#menuHeader .custom-row .custom-md-12 .head-top-mobile p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}
#menuHeader .custom-row .custom-md-12 .head-top-mobile p a {
  color: #fff;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .custom-row .custom-md-12 .head-top-mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .custom-row .custom-md-12 .head-top-mobile {
    display: block;
  }
}
#menuHeader .navbar-wrapper {
  padding-left: 0;
  padding-right: 0;
}
#menuHeader .navbar-wrapper nav {
  background: #fff;
}
@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: block;
}
#menuHeader .navbar-wrapper nav #navbar_logo img {
  max-height: 72px;
  height: auto;
}
#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: #0a0a0a;
  text-transform: uppercase;
  transition: all 0.2s;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: bold;
}
@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;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul li a i {
  margin-left: 10px;
}
@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: #00cdf9;
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul #search_form_hidden_right {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul #search_form_hidden_right {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul #search_form_hidden_right {
    display: none;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul #search_form_hidden_right #toggle-search-bar-btn {
  display: block;
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul #search_form_hidden_right #toggle-search-bar-btn i {
  color: #0a0a0a;
  font-size: 1.2em;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul #search_form_hidden_right #toggle-search-bar-btn {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul #search_form_hidden_right #toggle-search-bar-btn {
    display: none;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul #search_form_hidden_right .nav-bar-search-form {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  background-color: #f9f9f9;
  min-width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 20;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul #search_form_hidden_right .nav-bar-search-form {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul #search_form_hidden_right .nav-bar-search-form {
    display: block;
  }
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul #search_form_hidden_right .nav-bar-search-form .nav-bar-search-form-wrapper form input {
  font-size: 14px;
  border-radius: unset;
}
#menuHeader .navbar-wrapper nav #mainMenu .custom-offcanvas-body ul #search_form_hidden_right .nav-bar-search-form .nav-bar-search-form-wrapper form span {
  border-radius: unset;
  background: #b20000;
  color: #fff;
}
#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: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.home_slider #main_slide .item img {
    height: auto;
  }
}

section.intro_section .short_intro_section {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.intro_section .short_intro_section .custom-row .custom-md-5 {
  padding: 0 30px 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.intro_section .short_intro_section .custom-row .custom-md-5 {
    padding: 0 15px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.intro_section .short_intro_section .custom-row .custom-md-5 {
    padding: 0;
  }
}
section.intro_section .short_intro_section .custom-row .custom-md-5 .imagebox img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
section.intro_section .short_intro_section .custom-row .custom-md-7 {
  padding: 0 30px 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.intro_section .short_intro_section .custom-row .custom-md-7 {
    padding: 0 15px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.intro_section .short_intro_section .custom-row .custom-md-7 {
    padding: 0 15px 30px;
  }
}
section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox h3 {
  color: #1a7ed3;
  font-weight: 700;
  font-size: 22.5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox h3 {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox h3 {
    font-size: 17px;
  }
}
section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox p {
  font-size: 17.6px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox p {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox p {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox .col-md-6 .col-wrap {
    margin-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox .col-md-6 .col-wrap .custom-md-3 {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox .col-md-6 .col-wrap .custom-md-3 {
    width: 40%;
  }
}
section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox .col-md-6 .col-wrap .custom-md-3 .imagebox {
  background-color: #00cdf9;
  padding: 5px;
}
section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox .col-md-6 .col-wrap .custom-md-3 .imagebox img {
  width: 100%;
  height: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox .col-md-6 .col-wrap .custom-md-9 {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox .col-md-6 .col-wrap .custom-md-9 {
    width: 60%;
  }
}
section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox .col-md-6 .col-wrap .custom-md-9 .textbox p {
  font-size: 17.6px;
  color: #1e1e1e;
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox .col-md-6 .col-wrap .custom-md-9 .textbox p {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.intro_section .short_intro_section .custom-row .custom-md-7 .textbox .col-md-6 .col-wrap .custom-md-9 .textbox p {
    font-size: 15px;
  }
}
section.intro_section .short_intro_section .custom-row .custom-md-7 .btnbox {
  margin-top: 28px;
}
section.intro_section .short_intro_section .custom-row .custom-md-7 .btnbox a {
  border-radius: 10px;
  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;
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1 !important;
  margin-bottom: 1em;
  overflow: hidden;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.05);
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.97em;
  letter-spacing: 0.03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 1em;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #00aeef;
}

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.section_customer_review {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.section_customer_review .custom-row .custom-md-6 .col-wrap .col-head {
  background: #00aeef;
  padding: 6px 0;
  text-align: center;
}
section.section_customer_review .custom-row .custom-md-6 .col-wrap .col-head p {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_customer_review .custom-row .custom-md-6 .col-wrap .col-head p {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_customer_review .custom-row .custom-md-6 .col-wrap .col-head p {
    font-size: 17px;
  }
}
section.section_customer_review .custom-row .custom-md-6 .col-wrap .col-body {
  background: #efefef;
  padding: 15px 0;
}
section.section_customer_review .custom-row .custom-md-6 .col-wrap .col-body ol {
  list-style: decimal;
  margin-bottom: 15px;
  padding-left: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_customer_review .custom-row .custom-md-6 .col-wrap .col-body ol {
    padding-left: 10px;
    padding-right: 10px;
  }
}
section.section_customer_review .custom-row .custom-md-6 .col-wrap .col-body ol li {
  margin-bottom: 5px;
  margin-left: 1.3em;
  font-size: 17.6px;
  color: #1e1e1e;
}
section.section_customer_review .custom-row .custom-md-6 .col-wrap .col-body ol li::marker {
  color: red;
  font-weight: 700;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_customer_review .custom-row .custom-md-6 .col-wrap .col-body ol li {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_customer_review .custom-row .custom-md-6 .col-wrap .col-body ol li {
    font-size: 15px;
  }
}
section.section_customer_review .custom-row .custom-md-6 .col-wrapper {
  text-align: center;
}
section.section_customer_review .custom-row .custom-md-6 .col-wrapper .imagebox img {
  border-radius: 50%;
}
section.section_customer_review .custom-row .custom-md-6 .col-wrapper .starbox {
  color: #ec1d27;
}
section.section_customer_review .custom-row .custom-md-6 .col-wrapper .textbox .customer-name {
  color: #1a7ed3;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_customer_review .custom-row .custom-md-6 .col-wrapper .textbox .customer-name {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_customer_review .custom-row .custom-md-6 .col-wrapper .textbox .customer-name {
    font-size: 17px;
  }
}
section.section_customer_review .custom-row .custom-md-6 .col-wrapper .textbox p {
  color: #ec1d27;
  font-style: italic;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_customer_review .custom-row .custom-md-6 .col-wrapper .textbox p {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_customer_review .custom-row .custom-md-6 .col-wrapper .textbox p {
    font-size: 15px;
  }
}

section.news_section {
  padding-top: 30px;
  padding-bottom: 30px;
}
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: #1a7ed3;
  font-size: 22.8px;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.news_section .custom-row .col-md-12 .area_wrap h3 {
    font-size: 17px;
  }
}
section.news_section .custom-row .col-md-12 .area_wrap p {
  font-size: 17px;
  padding: 0 15%;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.news_section .custom-row .col-md-12 .area_wrap p {
    font-size: 15px;
    padding: 0;
  }
}
section.news_section .custom-row .custom-md-3 .post_wrapper {
  padding-top: 0.7em;
  padding-bottom: 1.4em;
}
section.news_section .custom-row .custom-md-3 .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-3 .post_wrapper .textbox h5 {
  color: #1a7ed3;
  font-size: 1.15em;
  line-height: 1.3;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.news_section .custom-row .custom-md-3 .post_wrapper .textbox h5 {
    font-size: 17px;
  }
}
section.news_section .custom-row .custom-md-3 .post_wrapper .textbox p {
  font-size: 15px;
  color: #1e1e1e;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.news_section .custom-row .custom-md-3 .post_wrapper .textbox p {
    font-size: 15px;
  }
}

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 .textbox_bg {
  text-align: center;
  padding-top: 30px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/gioi-thieu-vlxd-manh-tai.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_intro_cp .custom-row .custom-md-12 .textbox_bg {
    height: 146px;
  }
}
section.section_intro_cp .custom-row .custom-md-12 .textbox_bg h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 39px;
  font-weight: bold;
  font-size: 24px;
}
section.section_intro_cp .custom-row .custom-md-12 .textbox_bg p {
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_intro_cp .custom-row .custom-md-12 .textbox_bg p {
    font-size: 15px;
    padding: 0 12px;
  }
}
section.section_intro_cp .custom-row .custom-md-12 .textbox_bg p a {
  color: #00cdf9;
}
section.section_intro_cp .custom-row .custom-md-12 .textbox_bg p span {
  color: #fff;
}
section.section_intro_cp .intro_content {
  padding-bottom: 30px;
  padding-top: 60px;
}
section.section_intro_cp .intro_content .custom-row .custom-md-6 .textbox .title_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_intro_cp .intro_content .custom-row .custom-md-6 .textbox .title_wrap {
    margin-top: 15px;
  }
}
section.section_intro_cp .intro_content .custom-row .custom-md-6 .textbox .title_wrap img {
  background: #00cdf9;
  margin: 0;
  padding: 0.2em;
}
section.section_intro_cp .intro_content .custom-row .custom-md-6 .textbox .title_wrap span {
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1a7ed3;
  font-weight: 700;
  font-size: 28.16px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_intro_cp .intro_content .custom-row .custom-md-6 .textbox .title_wrap span {
    font-size: 17px;
  }
}
section.section_intro_cp .intro_content .custom-row .custom-md-6 .textbox p {
  font-size: 17.6px;
  margin-bottom: 1.3em;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_intro_cp .intro_content .custom-row .custom-md-6 .textbox p {
    font-size: 15px;
    padding: 0 12px;
  }
}
section.section_intro_cp .intro_content .custom-row .custom-md-6 .textbox p .cp_name {
  font-weight: bold;
}
section.section_intro_cp .intro_content .custom-row .custom-md-12 .textbox {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.section_intro_cp .intro_content .custom-row .custom-md-12 .textbox h2 {
  color: #1a7ed3;
  font-size: 28.16px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_intro_cp .intro_content .custom-row .custom-md-12 .textbox h2 {
    font-size: 17px;
  }
}
section.section_intro_cp .intro_content .custom-row .custom-md-12 .textbox p {
  font-size: 17.6px;
  margin-bottom: 1.3em;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_intro_cp .intro_content .custom-row .custom-md-12 .textbox p {
    font-size: 15px;
    padding: 0 12px;
  }
}
section.section_intro_cp .intro_content .custom-row .custom-md-12 .btnbox {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.section_intro_cp .intro_content .custom-row .custom-md-12 .btnbox a {
  border-radius: 99px;
  color: #ec1d27;
  border: 2px solid #ec1d27;
  background-color: transparent;
  line-height: 2.19em;
  text-transform: uppercase;
  font-size: 0.97em;
  letter-spacing: 0.03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 1em;
  vertical-align: middle;
  min-height: 2.5em;
  padding: 10px 15px;
  max-width: 100%;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
}
section.section_intro_cp .intro_content .custom-row .custom-md-12 .btnbox a:hover {
  background: #ec1d27;
  color: #fff;
  border: 2px solid #ec1d27;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_intro_cp .intro_content .custom-row .custom-md-3 {
    width: 50%;
  }
}
section.section_intro_cp .intro_content .custom-row .custom-md-3 .col-wrap .imagebox {
  padding-bottom: 15px;
}
section.section_intro_cp .intro_content .custom-row .custom-md-3 .col-wrap .imagebox img {
  background: #00cdf9;
  padding: 0.2em;
}
section.section_intro_cp .intro_content .custom-row .custom-md-3 .col-wrap .textbox p {
  font-size: 17.6px;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_intro_cp .intro_content .custom-row .custom-md-3 .col-wrap .textbox p {
    font-size: 15px;
  }
}
section.section_intro_cp .intro_content .custom-row .custom-md-5 .col-inner .textbox h4 {
  line-height: 1.3;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  color: #1a7ed3;
  font-weight: 700;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_intro_cp .intro_content .custom-row .custom-md-5 .col-inner .textbox h4 {
    font-size: 17px;
  }
}
section.section_intro_cp .intro_content .custom-row .custom-md-5 .col-inner .textbox p {
  font-size: 15.84px;
}
section.section_intro_cp .intro_content .custom-row .custom-md-7 .custom-md-6 .col-inner h4 {
  line-height: 1.3;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  color: #1a7ed3;
  font-weight: 700;
}
section.section_intro_cp .intro_content .custom-row .custom-md-7 .custom-md-6 .col-inner p {
  font-size: 15.84px;
}

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 .textbox_bg {
  text-align: center;
  padding-top: 30px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/gioi-thieu-vlxd-manh-tai.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  text-align: left;
}
section.section_contact_us .custom-row .custom-md-12 .textbox_bg h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 39px;
  font-weight: bold;
}
section.section_contact_us .custom-row .custom-md-12 .textbox_bg p {
  font-size: 16px;
}
section.section_contact_us .custom-row .custom-md-12 .textbox_bg p a {
  color: #00cdf9;
}
section.section_contact_us .custom-row .custom-md-12 .textbox_bg p span {
  color: #fff;
}
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: 17.6px;
  margin-bottom: 1.3em;
}
section.section_contact_us .custom-row .custom-md-6 .formbox {
  background: #f0f0f0;
  border-radius: 10px;
  padding: 20px;
}
section.section_contact_us .custom-row .custom-md-6 .formbox h3 {
  font-size: 26.4px;
  font-weight: bold;
  color: #1a7ed3;
}
section.section_contact_us .custom-row .custom-md-6 .formbox p {
  font-size: 17.6px;
  margin-bottom: 1.3em;
}
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: #00aeef;
  border-color: #00aeef;
  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;
}

section.section_gallery .row .col-md-12 .textbox {
  margin-bottom: 20px;
}
section.section_gallery .row .col-md-12 .textbox h2 {
  color: #1a7ed3;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_gallery .row .col-md-12 .textbox h2 {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_gallery .row .col-md-12 .textbox h2 {
    font-size: 17px;
  }
}
section.section_gallery .row .col-md-12 .textbox p {
  font-size: 17px;
  padding: 0 15%;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_gallery .row .col-md-12 .textbox p {
    font-size: 15px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_gallery .row .col-md-12 .textbox p {
    font-size: 15px;
  }
}
section.section_gallery .row .col-md-12 .textbox p span {
  font-weight: bold;
}

@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;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper {
    padding: 0;
  }
}
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: #1a84d8;
  display: block;
  padding: 12px;
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
section.section_sidebar .custom-row .custom-md-12 .sidebar_wrapper ul .widget ul#product_categories {
  margin: 0;
  border-bottom: 1px solid #ececec;
  background: #f9f9f9;
}
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 i {
  margin-left: 10px;
  border-radius: 50%;
  color: #fff;
  background: #00cdf9;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
}
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: 10px !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: 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;
}
@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-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
section.section_post_category .post_category_content #services_projects_content {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_post_category .post_category_content #services_projects_content {
    width: 50%;
  }
}
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%;
}
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;
  padding-bottom: 20px;
}
section.section_post_category .post_category_content #services_projects_content .posts_wrapper .posts_text .posts_title a {
  margin-bottom: 10px;
  font-size: 18px;
  color: #2a2a2a;
  font-weight: bold;
  color: #1a7ed3;
}
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_home_product_category .row .col-md-12 .textbox h2 {
  color: #1a7ed3;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_product_category .row .col-md-12 .textbox h2 {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_product_category .row .col-md-12 .textbox h2 {
    font-size: 17px;
  }
}
section.section_home_product_category .row .col-md-12 .textbox p {
  font-size: 17px;
  padding: 0 15%;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_product_category .row .col-md-12 .textbox p {
    font-size: 15px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_product_category .row .col-md-12 .textbox p {
    font-size: 15px;
  }
}
section.section_home_product_category .row .col-md-12 .textbox p span {
  font-weight: bold;
}
section.section_home_product_category .custom-row .custom-md-3 {
  margin-bottom: 19px;
}
section.section_home_product_category .custom-row .custom-md-3 .col-wrap .product_title .imagebox {
  width: 100%;
  height: 261px;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_product_category .custom-row .custom-md-3 .col-wrap .product_title .imagebox {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_product_category .custom-row .custom-md-3 .col-wrap .product_title .imagebox {
    height: auto;
  }
}
section.section_home_product_category .custom-row .custom-md-3 .col-wrap .product_title .imagebox img {
  width: 100%;
  height: 261px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s ease;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_product_category .custom-row .custom-md-3 .col-wrap .product_title .imagebox img {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_product_category .custom-row .custom-md-3 .col-wrap .product_title .imagebox img {
    height: auto;
  }
}
section.section_home_product_category .custom-row .custom-md-3 .col-wrap .product_title .imagebox img:hover {
  transform: scale(1.1);
}
section.section_home_product_category .custom-row .custom-md-3 .col-wrap .product_title .textbox {
  padding: 10px;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
section.section_home_product_category .custom-row .custom-md-3 .col-wrap .product_title .textbox h5 {
  font-size: 17px;
}
section.section_home_product_category .custom-row .custom-md-3 .col-wrap .product_title .textbox .from_the_blog_excerpt {
  font-size: 19px;
  text-transform: capitalize;
  line-height: 1.3;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  color: #1a7ed3;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_product_category .custom-row .custom-md-3 .col-wrap .product_title .textbox .from_the_blog_excerpt {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_product_category .custom-row .custom-md-3 .col-wrap .product_title .textbox .from_the_blog_excerpt {
    font-size: 15px;
  }
}
section.section_home_product_category .custom-row .custom-md-2 {
  margin-bottom: 19px;
}
section.section_home_product_category .custom-row .custom-md-2 .col-wrap .product_title .imagebox {
  width: 100%;
  height: 166px;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_product_category .custom-row .custom-md-2 .col-wrap .product_title .imagebox {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_product_category .custom-row .custom-md-2 .col-wrap .product_title .imagebox {
    height: auto;
  }
}
section.section_home_product_category .custom-row .custom-md-2 .col-wrap .product_title .imagebox img {
  width: 100%;
  height: 166px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s ease;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_product_category .custom-row .custom-md-2 .col-wrap .product_title .imagebox img {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_product_category .custom-row .custom-md-2 .col-wrap .product_title .imagebox img {
    height: auto;
  }
}
section.section_home_product_category .custom-row .custom-md-2 .col-wrap .product_title .imagebox img:hover {
  transform: scale(1.1);
}
section.section_home_product_category .custom-row .custom-md-2 .col-wrap .product_title .textbox {
  padding: 10px 0;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
section.section_home_product_category .custom-row .custom-md-2 .col-wrap .product_title .textbox p {
  font-size: 17px;
  text-transform: capitalize;
  line-height: 1.3;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  color: #1a7ed3;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_product_category .custom-row .custom-md-2 .col-wrap .product_title .textbox p {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_product_category .custom-row .custom-md-2 .col-wrap .product_title .textbox p {
    font-size: 10px;
  }
}

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%;
  }
}
section.section_product_category .product_category_content .custom-md-12 .textbox .cat_name {
  font-size: 1.5em;
  color: #1a7ed3;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
}
section.section_product_category .product_category_content .custom-md-12 .textbox .breadcrumbs {
  text-transform: capitalize;
  color: #00AEEF;
  letter-spacing: 0;
  padding: 0;
  font-size: 17.6px;
}
section.section_product_category .product_category_content .custom-md-12 .textbox .breadcrumbs #breadcrumbs_cat {
  font-weight: 700;
}
@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;
}
section.section_product_category .product_category_content .custom-md-9 .list_products .custom-row .custom-md-4 {
  margin: 0;
}
@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;
  text-align: center;
}
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;
  color: #f92029;
}
section.section_product_category .product_category_content .custom-md-9 .list_products .custom-row .custom-md-4 .list_item .item_text_box p {
  font-weight: bold;
}
@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_main .custom-md-6 .product_text .product_title {
  color: #1a7ed3;
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1.3;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-md-6 .product_text .product_jprice {
  color: #ec1d27;
  font-weight: 700;
  font-size: 25px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-md-6 .btnformbox .btnbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-md-6 .btnformbox .btnbox a {
  display: block;
  padding: 10px 20px;
  margin: 0;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: background-color 0.3s, color 0.3s;
  font-size: 0.97em;
  letter-spacing: 0.03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-md-6 .btnformbox .btnbox .hot-line {
  background-color: #ec1d27;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-md-6 .btnformbox .btnbox .hot-line i {
  margin-right: 10px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-md-6 .btnformbox .btnbox .zalo-chat {
  background-color: #1ab6f0;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-md-6 .btnformbox .formbox {
  background: #00cdf9;
  padding: 10px;
  margin-top: 20px;
  border-radius: 10px;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-md-6 .btnformbox .formbox .col-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-md-6 .btnformbox .formbox .col-wrap img {
  width: 50px;
  height: auto;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-md-6 .btnformbox .formbox .col-wrap p {
  padding: 5px;
  font-size: 17.6px;
  color: #1e1e1e;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-md-6 .btnformbox .formbox .input-group input,
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-md-6 .btnformbox .formbox .input-group button {
  border-radius: 0;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_main .custom-md-6 .btnformbox .formbox .input-group button {
  background: #00aeef;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-color: #00aeef;
}
section.section_product_detail .product_detail_content .custom-row .custom-md-9 .product_footer {
  margin-top: 30px;
}
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: #fff;
  text-transform: uppercase;
  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: #00aeef;
  color: #fff;
  border-bottom: 2px solid #005690;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 19.36px;
  font-weight: bold;
}
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: #f2f2f2;
  margin-top: 15px;
  padding: 15px 25px 0;
}
section.section_single_post .single_post_content .custom-md-9 .comment h3 {
  font-size: 21px;
  color: #1a7ed3;
  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: #00aeef;
  text-transform: uppercase;
  border-radius: 0;
  border-color: #00aeef;
  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 section.section_footer {
  padding-top: 40px;
  background: linear-gradient(rgba(4, 42, 79, 0.93), rgba(4, 42, 79, 0.93)), url("../image/ft-vlxd-manh-tai.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
footer section.section_footer .footer_info {
  padding-top: 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer section.section_footer .footer_info {
    padding: 0;
  }
}
footer section.section_footer .footer_info .custom-row .custom-md-4 .footer_logo_wrap .imagexbox {
  text-align: left;
  margin-bottom: 1em;
}
footer section.section_footer .footer_info .custom-row .custom-md-4 .footer_logo_wrap .imagexbox img {
  width: auto;
  height: 102px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer section.section_footer .footer_info .custom-row .custom-md-4 .footer_logo_wrap .textbox {
  color: #fff;
}
footer section.section_footer .footer_info .custom-row .custom-md-4 .footer_logo_wrap .textbox h2 {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
}
footer section.section_footer .footer_info .custom-row .custom-md-4 .footer_logo_wrap .textbox p {
  font-weight: bold;
  font-size: 17px;
}
footer section.section_footer .footer_info .custom-row .custom-md-4 .footer_logo_wrap .textbox p span {
  font-weight: normal;
}
footer section.section_footer .footer_info .custom-row .custom-md-4 .footer_submenu_wrap .textbox {
  color: #fff;
}
footer section.section_footer .footer_info .custom-row .custom-md-4 .footer_submenu_wrap .textbox h1 {
  font-size: 23px;
  margin-bottom: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
}
footer section.section_footer .footer_info .custom-row .custom-md-4 .footer_submenu_wrap .textbox ul {
  list-style: disc;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer section.section_footer .footer_info .custom-row .custom-md-4 .footer_submenu_wrap .textbox ul {
    padding: 0;
  }
}
footer section.section_footer .footer_info .custom-row .custom-md-4 .footer_submenu_wrap .textbox ul li {
  margin-left: 1.3em;
  margin-bottom: 0.6em;
}
footer section.section_footer .footer_info .custom-row .custom-md-4 .footer_submenu_wrap .textbox ul li a {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}
footer section.section_footer .footer_copyright {
  background-color: #1a7ed3;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer section.section_footer .footer_copyright p {
  font-size: 15px;
}

.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 */