/*
Theme Name: Kmar
Author: Thắng Nguyễn
Description: Start theme by Kmar
Version: 1.0.0
Text Domain: kmar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
    font-family: 'Product Sans';
    src: url('fonts/Product-Sans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('fonts/Product-Sans-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Product Sans';
    src: url('fonts/Product-Sans-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('fonts/Product-Sans-Bold-Italic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  font-size: 1rem;
}

#wpadminbar {
  position: fixed !important;
}

.row-small {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.col-small {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    _max-width: 1200px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 0.825rem;
  }

  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  [class^='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
  font-family: 'Product Sans', sans-serif;
  font-size: 18px;
  color: #666;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none !important;
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: 'Product Sans', sans-serif; !important;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #FB8C00;
}
b,
strong {
  font-weight: 700;
}

h1,
.h1 {
  font-size: 1.85rem;
  font-family: 'Product Sans', sans-serif;
}

h2,
.h2 {
  font-size: 1.5rem;
  font-family: 'Product Sans', sans-serif;
}

h3,
.h3 {
  font-size: 1.35rem;
  font-family: 'Product Sans', sans-serif;
}

h4,
.h4 {
  font-size: 1.2rem;
  font-family: 'Product Sans', sans-serif;
}

h5,
.h5 {
  font-size: 0.85rem;
  font-family: 'Product Sans', sans-serif;
}

small,
.small {
  font-size: 85%;
  font-family: 'Product Sans', sans-serif;
}

h2.font-weight-bold {
  font-family: 'Product Sans', sans-serif;
}

.font-family-secondary {
  font-family: 'Product Sans', sans-serif;
}

.font-size-inherit {
  font-size: inherit !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-extrabold {
  font-weight: 800 !important;
}

section.pro-more {
  background: #f7f7f7;
  z-index: 9;
  position: relative;
}

/* Fix cho pin-spacer */
.pin-spacer {
  width: auto !important;
  max-width: 438px !important;
  bottom: 24.5%;
}

.text-primary {
  color: #293d55 !important;
}

a.text-primary:hover {
  color: #FB8C00 !important;
}

.text-primary > a:hover {
  color: #FB8C00 !important;
}

.text-secondary {
  color: #607087 !important;
}

a.text-secondary:hover {
  color: #293d55 !important;
}

.text-or {
  color: #607087;
}

.text-white.bg-primary > a:hover,
.text-white.bg-primary > a:focus,
.text-white.bg-secondary > a:hover,
.text-white.bg-secondary > a:focus {
  color: #FB8C00;
}

.bg-cover {
  background-color: #d7d7d7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  max-height: 600px;
}

.bg-primary {
  background-color: #293d55 !important;
}

a.text-or.bg-primary:hover {
  color: #fff;
}

a.bg-primary:hover {
  background-color: #607087 !important;
}

.bg-secondary {
  background-color: #607087 !important;
}

.bg-light {
  background-color: #f3f3f3 !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover {
  color: #fff !important;
  background-color: #293d55 !important;
}

a.bg-white:hover .btn-primary {
  border-color: #fff;
}

a.btn-white:hover {
  background-color: #607087;
  border-color: #607087;
  color: #fff;
}

.bg-gradient-primary {
  background-color: rgba(6, 71, 109, 0.78);
}

.bg-gradient-dark {
  background-color: rgba(0, 0, 0, 0.6);
}

.border-primary {
  border-color: #293d55 !important;
}

.border-secondary {
  border-color: #607087 !important;
}

.box-shadow {
  box-shadow: 0 0 1rem -0.25rem rgba(0, 0, 0, 0.4);
}

.black-white {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.lh-inherit {
  line-height: inherit;
}

.lh-1 {
  line-height: 1;
}

.mh-2 {
  min-height: 20rem;
}

.mh-3 {
  min-height: 30rem;
}

.n_banner {
  position: relative;
  z-index: 666;
}

.n_banner img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.show-arrow i {
  font-size: 1.25rem;
  color: #fff;
  background: #06476d;
  text-align: center;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  cursor: pointer;
}

.show-arrow i:hover {
  color: #fff;
  background: #607087;
}

@media (max-width: 575px) {
  .display-4 {
    font-size: 2rem !important;
  }

  .mh-2 {
    min-height: 15rem;
  }

  .mh-3 {
    min-height: 20rem;
  }

  .display-5 {
    font-size: 1.5rem !important;
  }
}

hr {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mb-5,
.my-5 {
  margin-bottom: 0.25rem !important;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder {
  color: #aaa;
}

.form-control::-moz-placeholder {
  color: #aaa;
}

.form-control:-ms-input-placeholder {
  color: #aaa;
}

.form-control:-moz-placeholder {
  color: #aaa;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-group {
  margin-bottom: 1rem;
}

.required {
  color: #f00;
}
textarea,
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'],
.wpcf7 input[type='text'],
select,
.input-text,
.form-control,
.custom-select,
.btn,
.button {
  display: block;
  min-height: 50px;
  padding: 18px 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #888;
  background-image: none;
  border-radius: 3px;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 4px 0px rgb(0 0 0 / 10%) inset;
}
textarea,
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'],
.wpcf7 input[type='text'] {
  width: 100%;
}
select:focus,
.input-text:focus,
.custom-select:focus,
.form-control:focus,
.form-control:focus + .input-group-btn .btn {
  border-color: #293d55;
}

select,
.custom-select {
  background: #fff url(images/arrow-down-black.png) no-repeat right 0.5rem
    center;
  -webkit-background-size: 8px 4px;
  -moz-background-size: 8px 4px;
  background-size: 8px 4px;
  padding: 0.375rem 1.5rem 0.375rem 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control-sm {
  font-size: 0.875rem;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
}

.text-muted {
  color: #343a40 !important;
}

.btn,
.button {
  font-family: 'Product Sans', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  border-radius: 5px;
  display: inline-block;
}

.btn-sm {
  font-size: 0.8125rem;
  padding: 0.675rem 1.5rem;
}

.btn-lg {
  font-size: 1.125rem;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.button.alt {
  color: #fff !important;
  background-color: #293d55;
  border-color: #293d55;
}

.bg-social {
  color: #fff !important;
  background-color: #607087;
  border-color: #607087;
}

.bg-social:hover {
  background-color: #293d55;
  border-color: #293d55;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.button.alt:hover,
.button.alt:focus {
  background-color: #607087;
  border-color: #607087;
}

.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  color: #293d55;
  background-color: #fff;
  border-color: #293d55;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.button {
  color: #fff !important;
  background-color: #607087;
  border-color: #607087;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.button:hover,
.button:focus {
  background-color: #293d55;
  border-color: #293d55;
}

.btn-outline-white,
.btn-outline-white:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:not(:disabled):not(.disabled):active {
  color: #293d55;
  background-color: #fff;
  border-color: #fff;
}
.booknow .modal-header {
  color: #fff;
  background: #607087;
  border-radius: 0;
}
.booknow .modal-header h5.modal-title, .booknow .modal-header div.modal-title {
  font-size: 26px;
  line-height: 30px;
  text-transform: capitalize;
}
.booknow button.close {
  color: #fff !important;
  opacity: 1 !important;
}

.booknow .modal-content {
  border-radius: 0 !important;
}
.booknow .modal-dialog {
  max-width: 1135px;
  overflow: hidden;
}
.booknow .name_prduct {
  background: #f7f7f7;
  min-height: 50px;
  padding: 15px;
  margin: 0 15px;
}
.booknow .name_prduct a {
  color: #607087;
  font-weight: bold;
}
.booknow .col-md-6 {
  max-height: 65px;
}
.booknow input.form-control:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 0;
  width: 28px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
}
.booknow span:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 38px;
  width: 28px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  z-index: 9;
}
.booknow span.g-email:before {
  background-image: url("data:image/svg+xml,%3Csvg t='1663667324824' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='7187' width='22' height='22'%3E%3Cpath d='M914.691674 123.697006H109.30935c-47.583643 0-86.289099 38.70648-86.2891 86.290123v603.998113c0 47.583643 38.705456 86.317752 86.2891 86.317752h805.382324c47.58262 0 86.288076-38.734109 86.288076-86.317752V209.987129c0-47.58262-38.705456-86.290123-86.288076-86.290123z m-15.169461 57.497414l-387.51505 335.861726-387.530399-335.861726h775.045449z m15.169461 661.581484H109.30935c-11.670784 0-21.62958-7.049542-26.138258-17.050293l274.221977-219.374921-35.955838-44.913843-240.893984 192.718871V219.283847l431.462893 373.892825L943.454707 219.283847v534.871871l-240.891938-192.718871-35.955838 44.913843L940.812535 825.724587c-4.491282 10.001775-14.49408 17.051317-26.120861 17.051317z' p-id='7188' fill='%23d5d5d5'%3E%3C/path%3E%3C/svg%3E");
}
.booknow span.g-phone:before {
  background-image: url("data:image/svg+xml,%3Csvg t='1663667419565' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='8334' width='22' height='22'%3E%3Cpath d='M752 944C380.8 944 80 643.2 80 272c0-105.6 86.4-192 192-192s192 86.4 192 192c0 81.6-49.6 150.4-123.2 179.2 44.8 102.4 128 187.2 232 232C601.6 609.6 670.4 560 752 560c105.6 0 192 86.4 192 192s-86.4 192-192 192zM272 144c-70.4 0-128 57.6-128 128 0 336 272 608 608 608 70.4 0 128-57.6 128-128s-57.6-128-128-128c-62.4 0-115.2 44.8-126.4 107.2-1.6 9.6-6.4 17.6-16 22.4-8 4.8-17.6 6.4-27.2 3.2C436.8 704 320 587.2 268.8 440c-3.2-9.6-1.6-19.2 3.2-27.2 4.8-8 12.8-14.4 22.4-16 62.4-9.6 107.2-64 107.2-126.4C400 201.6 342.4 144 272 144z' p-id='8335' fill='%23d5d5d5'%3E%3C/path%3E%3C/svg%3E");
}
.booknow span.g-note:before {
  background-image: url("data:image/svg+xml,%3Csvg t='1663667534152' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='9305' width='24' height='24'%3E%3Cpath d='M832.161 351.79c-17.673 0-32 14.327-32 32v479.85H224.037V223.784h414.605c17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32H192.037c-17.673 0-32 14.327-32 32V895.64c0 17.673 14.327 32 32 32h640.124c17.673 0 32-14.327 32-32V383.79c0-17.673-14.327-32-32-32z' fill='%23d5d5d5' p-id='9306'%3E%3C/path%3E%3Cpath d='M485.612 534.222c6.249 6.248 14.438 9.372 22.627 9.372s16.379-3.124 22.627-9.372l321.407-321.406c12.496-12.497 12.496-32.758 0-45.255-12.498-12.497-32.759-12.497-45.255 0L485.612 488.967c-12.497 12.496-12.497 32.758 0 45.255zM736 627c0-17.673-14.327-32-32-32H322c-17.673 0-32 14.327-32 32s14.327 32 32 32h382c17.673 0 32-14.327 32-32zM322 725c-17.673 0-32 14.327-32 32s14.327 32 32 32h251c17.673 0 32-14.327 32-32s-14.327-32-32-32H322z' fill='%23d5d5d5' p-id='9307'%3E%3C/path%3E%3C/svg%3E");
  background-position: center 285px;
  right: 20px;
}
.pro_inq {
    position: relative;
    background: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 15px 0px;
    border-radius: 0;
}
.pro_inq .note-title {
    color: #fff;
    background: #607087;
    padding: 15px;
    font-size: 26px;
    line-height: 30px;
    text-transform: capitalize;
    background-size: cover;
}
.pro_inq .note-product, .pro_inq .inquiry {
    padding: 15px;
}
#lienhengay .booknow span.g-note:before {
    background-position: center 285px;
}
.pro_inq .inquiry {
    padding-top: 0;
}
/*.booknow span.g-btn:before {
  content: ' ';
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}*/
.anthongtin {
  display: none;
}
.booknow span.g-btn:hover:before {
  width: 100%;
}
.booknow span.g-btn:after {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg t='1687242759528' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='3123' width='20' height='20'%3E%3Cpath d='M915.515273 142.819385 98.213046 458.199122c-46.058539 17.772838-44.90475 43.601756 2.348455 57.622994l197.477685 58.594874 80.292024 238.91085c10.51184 31.277988 37.972822 37.873693 61.462483 14.603752l103.584447-102.611545 204.475018 149.840224c26.565749 19.467242 53.878547 9.222132 61.049613-23.090076l149.210699-672.34491C965.264096 147.505054 946.218922 130.971848 915.515273 142.819385zM791.141174 294.834331l-348.61988 310.610267c-6.268679 5.58499-11.941557 16.652774-12.812263 24.846818l-15.390659 144.697741c-1.728128 16.24808-7.330491 16.918483-12.497501 1.344894l-67.457277-203.338603c-2.638691-7.954906 0.975968-17.705389 8.022355-21.931178l442.114555-265.181253C812.67481 268.984974 815.674251 272.975713 791.141174 294.834331z' p-id='3124' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  line-height: 20px;
  width: 18px;
  opacity: 1;
}
.booknow .htdh .g-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  z-index: 999;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  background: #607087;
  padding-top: 2px;
  border-radius: 5px;
  padding-right: 18px;
  width: 150px;
}
.booknow .htdh .g-btn input {
  display: block;
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  z-index: 2;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
}
.booknow .wpcf7-spinner {
  display: none;
}
.booknow p {
  margin-bottom: 0;
}
@media (max-width: 375px) {
  select,
  .input-text,
  .form-control,
  .custom-select,
  .btn,
  .button {
    min-height: 35px;
    padding: 7px;
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Pill
--------------------------------------------------------------*/
.nav-pills .nav-link {
  font-size: 1rem;
  font-weight: 700;
  color: #293d55;
  border-radius: 5px;
}

.nav-pills .nav-link:hover {
  color: #607087;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #607087;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #666;
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-size: 0.75rem;
  font-weight: 900;
  color: #666;
}

.breadcrumb-item.active {
  color: #293d55;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.woocommerce-pagination,
.nav-pagination {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.woocommerce-pagination ul,
.pagination {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.woocommerce-pagination li,
.pagination li {
  margin: 0.375rem;
}

.woocommerce-pagination li a,
.woocommerce-pagination li span,
.pagination li a {
  color: #666;
  background: transparent;
  border: 1px solid #666;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  color: #fff;
  background: #607087;
  border-color: #607087;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
  min-height: calc(100vh - 3.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.close {
  font-size: 1.25rem;
}

.modal-backdrop.show {
  opacity: 0.7;
}

@media (max-width: 576px) {
  .modal {
    top: 2rem;
  }
}

@media (max-width: 375px) {
  .modal {
    top: 3rem;
  }
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header {
  z-index: 100001;
}

.site-logo img {
  max-height: 80px;
  margin-left: 35px;
}

.site-logo {
  display: flex;
  align-items: center;
}

.site-logo .top_email {
  margin-left: 0.56rem;
  color: #1a2737;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.site-logo .top_email img {
  margin-right: 10px;
}

.site-header.scroll .site-logo img {
  max-height: 3.625rem;
}

/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
.site-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.site-nav .menu {
  display: flex;
}

.site-nav .menu > li {
  margin-right: 3rem;
  position: relative;
  z-index: 99;
}

.site-nav .menu > li:hover {
  z-index: 11;
}

.site-nav .menu > li > a {
  position: relative;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  line-height: 20px;
  position: relative;
  font-family: 'Product Sans', sans-serif;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.site-nav .menu > li:hover > a {
  color: #FB8C00;
}
.site-nav .menu > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 2px;
  background-color: #FB8C00;
  transform: scaleX(0);
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.site-nav .menu > li:hover > a::after {
  transform: scaleX(1);
  transform-origin: top center;
}
.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.current-menu-parent > a {
  color: #FB8C00;
}
.site-nav .menu > li.current-menu-item > a::after,
.site-nav .menu > li.current-menu-parent > a::after {
  transform: scaleX(1);
}
.site-nav > .menu > li.menu-item-has-children > .sub-menu {
  background: #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
  -khtml-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
  -moz-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
  -ms-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
  -o-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
  box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 600ms linear 0ms;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  box-shadow: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  font-size: 14px;
}

.site-nav > .menu > li.item-product.menu-item-has-children > .sub-menu {
  left: calc(50% - 13rem);
}

.site-nav li:hover > .sub-menu {
  display: block;
}

.site-nav > .menu > li.menu-item-has-children > .sub-menu > li {
  position: relative;
  float: left;
  width: 100%;
  min-width: 180px;
  border-bottom: 1px solid #ccc;
}

.site-nav
  > .menu
  > li.menu-item-has-children
  > .sub-menu
  > li:nth-child(2n + 1) {
  border-right: 1px solid #ccc;
}

.site-nav .sub-menu > li > a {
  white-space: nowrap;
  display: block;
  padding: 0.6rem 1rem;
}

.site-nav .sub-menu > li > a:hover {
  color: #fff;
  background-color: #FB8C00;
}

.site-nav
  > .menu
  > li.menu-item-has-children
  > .sub-menu
  > li.menu-item-has-children
  > .sub-menu {
  top: 0;
  left: 100%;
  position: absolute;
  z-index: 110;
  background: #293d55;
  width: auto;
  min-width: 13rem;
}

.site-nav
  > .menu
  > li.menu-item-has-children
  > .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  > li {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.site-nav
  > .menu
  > li.menu-item-has-children
  > .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  > li
  > a:hover {
  background: #FB8C00;
}

.site-header.scroll .site-nav .menu > li > a {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 1600px) {
    .site-nav .menu > li {
  margin-right: 1rem;
}
}
@media (min-width: 992px) {
  .site-nav .menu > li:hover:before {
    content: ' ';
    display: block;
    min-width: 26rem;
    height: 2.5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .site-nav .sub-menu {
    display: none !important;
  }

  .site-nav li:hover > .sub-menu {
    display: block !important;
  }
}

@media (max-width: 1199.98px) {
  .site-nav .menu > li {
    margin-right: 2rem;
  }

  .site-nav > .menu > li.item-product.menu-item-has-children > .sub-menu {
    left: calc(50% - 16rem);
  }
}

@media (max-width: 992px) {
  .site-nav > .menu > li.item-product.menu-item-has-children > .sub-menu {
    left: calc(50% - 22rem);
  }
}

@media (max-width: 991.98px) {
  .site-nav-toggler,
  .site-search-toggler {
    font-size: 2.5rem;
  }

  .site-nav {
    background: #fff;
    overflow-y: auto;
    width: 20rem;
    height: 100%;
    position: fixed;
    z-index: 10;
    left: -20rem;
    bottom: 0;
    transition: all 0.3s ease 0s;
  }

  body.open-site-nav .site-nav {
    left: 0;
    top: 50px;
    width: 100%;
    padding: 20px;
    background: #f6f6f6;
  }
  body.open-site-nav .site-nav .menu {
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 15%);
    margin-bottom: 20px;
  }
  body.open-site-nav .site-nav > .menu > li.menu-item-has-children > .sub-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: #fafafa;
    margin-left: -13px;
    margin-right: -20px;
    margin-bottom: -14px;
  }

  body.open-site-nav .site-nav > .menu > li {
    border: 0;
    border-bottom: 1px solid #eee;
  }
  .site-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
  }

  .site-nav > .menu > li.menu-item-has-children > .sub-menu {
    padding-left: 1rem;
    padding-right: 1rem;
    min-width: 100%;
  }

  .site-nav > .menu > li.menu-item-has-children > .sub-menu > li {
    float: none;
    width: 100%;
    border: none;
  }

  .site-nav
    > .menu
    > li.menu-item-has-children
    > .sub-menu
    > li:nth-child(2n + 1) {
    border: none;
  }

  .site-nav
    > .menu
    > li.menu-item-has-children
    > .sub-menu
    > li.menu-item-has-children
    > .sub-menu
    > li
    > a:hover {
    background: transparent;
  }

  .site-nav
    > .menu
    > li.menu-item-has-children
    > .sub-menu
    > li.menu-item-has-children
    > .sub-menu {
    position: relative;
    background: transparent;
  }

  .site-nav
    > .menu
    > li.menu-item-has-children
    > .sub-menu
    > li.menu-item-has-children
    > .sub-menu
    > li {
    color: #333;
  }

  .site-nav .menu {
    display: block;
  }

  .site-nav .menu li {
    border-bottom: 1px solid #dee2e6;
    padding: 0.75rem 1rem;
    margin-right: 0;
  }

  .site-nav .sub-menu li:last-child {
    border-bottom: 0;
  }

  .site-nav .menu li a {
    border: 0;
    white-space: normal;
    display: inline;
    padding: 0;
  }

  .site-nav .menu > li:hover > a,
  .site-nav .menu > li.current-menu-item > a,
  .site-nav .menu > li.current-menu-parent > a {
    color: #293d55;
  }

  .site-nav li.menu-item-has-children {
    position: relative;
    padding-right: 1.5rem;
  }

  .site-nav li.menu-item-has-children:before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #aaa;
    cursor: pointer;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
  }

  .site-nav li.menu-item-has-children.active:before {
    content: '\f077';
  }

  .site-nav li.menu-item-has-children:hover:before {
    color: #212529;
  }

  .site-nav .sub-menu {
    box-shadow: none !important;
    clear: both;
    display: none;
    padding: 0;
    position: relative !important;
    top: 0;
    left: 0 !important;
  }

  .site-nav li:hover .sub-menu {
    display: none;
  }

  .site-nav .sub-menu > li {
    border: 0 !important;
  }

  .site-nav .sub-menu > li > a:hover {
    color: #FB8C00;
    background-color: transparent;
  }
}

/*--------------------------------------------------------------
# Site search
--------------------------------------------------------------*/
.site-search-toggler {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.site-header.scroll .site-search-toggler {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.search_section {
  cursor: pointer;
  position: relative;
  margin-left: 0.22rem;
}

.search_section .ico_search {
  text-align: center;
  float: left;
  color: #000;
  font-style: normal;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
}

.search_input {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s;
  z-index: 9999999;
  display: none;
  transition-property: top, width, border;
  transition-duration: 0.1s, 0.1s;
  background: #e8e8e8;
  height: auto;
  border-radius: 0;
  padding: 0 10%;
  box-shadow: 0 0 0.6rem rgb(41 61 85 / 50%);
}

.search_main {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.search_main .form-control {
  height: 50px;
  color: #999;
  float: left;
  line-height: 50px;
  font-size: 18px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  background: #fff;
  padding-right: 55px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  float: none;
  border: 1px solid #ddd;
  padding-left: 10px;
}

.search_main .form-control:focus {
  color: #333;
}

.search_main .search_btn {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg t='1664273014115' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='7603' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cpath d='M1004.8 915.2l-243.2-243.2c0 0-6.4-6.4-6.4-6.4C800 595.2 832 505.6 832 416 832 185.6 646.4 0 416 0S0 185.6 0 416 185.6 832 416 832c89.6 0 179.2-32 243.2-83.2 0 6.4 6.4 6.4 6.4 6.4l243.2 243.2c25.6 25.6 70.4 25.6 96 6.4C1030.4 979.2 1030.4 940.8 1004.8 915.2zM64 416C64 224 224 64 416 64S768 224 768 416 608 768 416 768 64 608 64 416z' fill='%23ffffff' p-id='7604'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: #607087;
  background-position: center center;
  border-radius: 0;
}
.search_main .search_btn:hover {
  background-color: #293d55;
}
.search_title {
  color: #333;
  font-size: 26px;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-family: 'Product Sans', sans-serif;
}

.top_overly {
  z-index: 9999998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  display: none;
  backdrop-filter: blur(40px);
}

.close-search {
  position: absolute;
  left: 50%;
  bottom: -30px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #333;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-left: -30px;
}

.close-search i {
  line-height: 60px;
}

.search_tags {
  margin: 20px 0 80px;
  text-align: center;
}

.search_tags a {
  display: inline-block;
  background: #fff;
  border-radius: 0;
  color: #999;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  margin-bottom: 4px;
  border-radius: 3px;
}

.search_tags a:hover {
  background: #FB8C00;
  color: #fff;
}
@media (max-width: 767px) {
  .home .search_section {
    margin-right: 0;
    margin-left: 0;
  }
  .search_section .ico_search {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
/*--------------------------------------------------------------
# language
--------------------------------------------------------------*/
.site-header .language {
  list-style: none;
  position: relative;
  overflow: hidden;
  float: left;
  margin-left: 50px;
}

.site-header .language p {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  transition: 0.5s background-color;
  position: relative;
  z-index: 5;
  transition: 0.6s all;
  line-height: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 110px;
  height: 110px;
  background: #607087;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
}

.site-header .language p span {
  display: block;
}

.site-header .language p i {
  margin-left: 4px;
  color: #fff;
}

.site-header .language p img {
  overflow: hidden;
  border-radius: 50%;
  margin-right: 4px;
}

.site-header .language .language_ul {
  width: 160px;
  border-radius: 3px;
  position: absolute;
  box-shadow: 1px 1px 10px 0 #ccc;
  top: 100%;
  right: 0;
  background: #fff;
  -webkit-transition: margin 0.5s ease-in-out;
  -moz-transition: margin 0.5s ease-in-out;
  margin-top: 50px;
  opacity: 0;
  z-index: -2;
  transition: 0.5s all;
}

.site-header .language .language_ul ul {
  padding-left: 0;
  margin-bottom: 0;
}

.site-header .language:hover {
  height: auto;
  overflow: inherit;
}

.site-header .language:hover .language_ul {
  margin-top: 0;
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  opacity: 1;
  z-index: 9999999999;
}

.site-header .language .language_ul:after {
  position: absolute;
  top: -5px;
  right: 15px;
  width: 0;
  height: 0;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid #fff;
}

.site-header .language ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding: 6px;
  position: relative;
}

.site-header .language ul li.active:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px;
  color: #607087;
}

.site-header .language ul li:hover {
  background: #f7f7f7;
}

.site-header .language ul li img {
  margin-right: 6px;
  float: left;
  border-radius: 50%;
}

.site-header .language ul li a {
  line-height: 22px;
  padding: 5px;
  display: flex;
  align-items: center;
  color: #777;
}

.site-header .nav_quote {
  display: flex;
  height: 110px;
  min-width: 110px;
  padding: 0 0.1rem;
  background: #293e54;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .site-header.scroll .language p,
  .site-header.scroll .nav_quote {
    line-height: 80px;
    height: 80px;
  }

  .site-header.scroll .nav_quote img {
    display: none;
  }
}

/*--------------------------------------------------------------
# Slick slider
--------------------------------------------------------------*/
.slick-slider .slick-arrow {
  font-size: 1.5rem;
  color: #293d55;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}

.slick-slider .slick-arrow:hover {
  color: #fff;
  background-color: #293d55;
  border-color: #293d55;
}

.slick-slider .slick-prev {
  left: -6.25rem;
}

.slick-slider .slick-next {
  right: -6.25rem;
}

.slick-slider .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-top: 3rem;
  margin-bottom: 0;
}

.slick-slider .slick-dots li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.slick-slider .slick-dots button {
  font-size: 0;
  color: transparent;
  background-color: transparent;
  border: 1px solid #666;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
}

.slick-slider .slick-dots button:hover,
.slick-slider .slick-dots li.slick-active button {
  background-color: #293d55;
  border-color: #293d55;
}

.slick-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.slick-slider .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-slider .col-archive-product {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .slick-slider .slick-list {
    margin-left: -8px;
    margin-right: -8px;
  }

  .slick-slider .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider,
.site-slider-mobile {
  position: relative;
}

.site-slider .swiper-slide a,
.site-slider-mobile .swiper-slide a {
  width: 100%;
  padding-top: 32%;
  display: block;
  position: relative;
  overflow: hidden;
}

/* Style cho slider image */
.site-slider .slider-image,
.site-slider-mobile .slider-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
}

.site-slider .bg-cover {
  height: 100%;
}

@media (max-width: 767px) {
  .site-slider-mobile .swiper-slide a {
    padding-top: 56.25%;
  }
}

/*--------------------------------------------------------------
# product-category-slider
--------------------------------------------------------------*/
.product-category-slider {
  margin-bottom: 30px;
}

#category_thumbs {
  position: relative;
  padding: 0;
}

.thumb-item {
  text-align: center;
}

.swiper-slide .thumb-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 10px;
  filter: grayscale(100%);
  transform: scale(1.05);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.swiper-slide .thumb-item:hover img {
cursor: pointer;
}
.swiper-slide.active .thumb-item img {
  filter: none;
}

.subcategory-slider {
  margin-top: 20px;
  transition: all 0.5s ease;
}

.subcategory-slider.active {
  transform: translateX(0);
}

.subcategory-sliders-container {
  position: relative;
  margin-top: 30px;
  min-height: 150px;
}

.subcategory-slider .subcategory-image {
  margin-bottom: 10px;
}

.subcategory-slider .subcategory-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
}

.thumb-item {
  transition: all 0.3s ease;
}

.swiper-slide .thumb-item h3, .swiper-slide .thumb-item .h3 {
  color: #333;
  padding: 0 5px;
  line-height: 26px;
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
  background-position: center top;
}

.swiper-slide.active .thumb-item h3,
.swiper-slide.active .thumb-item .h3 {
  color: #293e54;
  background: url(https://provina.vn/wp-content/uploads/2025/08/cate_jt.png) no-repeat
    center bottom;
}
.swiper-slide.active .thumb-item h3 a:hover, .swiper-slide.active .thumb-item h3 a:active, .swiper-slide.active .thumb-item .h3 a:hover, .swiper-slide.active .thumb-item .h3 a:active {
color: #FB8C00;
}
/*pro_section*/
.pro_index {
  overflow: hidden;
  background: url(https://provina.vn/wp-content/uploads/2025/08/cate_bg.jpg) no-repeat
    right top;
  padding-top: 1.1rem;
}

.pro_index .i_title {
  background: url(https://provina.vn/wp-content/uploads/2025/08/about_line.png)
    no-repeat left top;
  padding-left: 50px;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.pro_index .i_title .h4 {
  margin-bottom: 0;
}

.pro_section {
  overflow: hidden;
  padding-bottom: 1.2rem;
}

.pro_section .button_inside {
  overflow: inherit;
}

.pro_section .img {
  position: relative;
  display: block;
  overflow: hidden;
}

.pro_section .img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.pro_section .img:after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  transition: 0.6s all;
  content: '';
}

.pro_section .li {
  position: relative;
}

.pro_section .li .h4 {
  color: #fff;
  font-size: 30px;
  display: block;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Product Sans', sans-serif;
  margin-bottom: 5px;
}

.pro_section .li p {
  color: #fff;
  line-height: 22px;
  font-size: 18px;
  height: 0;
  display: block;
  overflow: hidden;
  transition: 0.5s all;
}

.pro_section .li .more i {
  margin-left: 8px;
  transition: 0.5s all;
}

.pro_section .li:hover p {
  height: 44px;
}

.pro_section .li .img img {
  transition: transform 0.3s ease;
}

.pro_section .li:hover .img img {
  transform: scale(1.05);
}

.pro_section .li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding-right: 100px;
  padding-left: 20px;
  transition: 0.5s all;
}

.pro_section .li:hover .text {
  bottom: 20px;
}

.pro_section .li i {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #607087;
  position: absolute;
  right: 18px;
  bottom: 10px;
  text-align: center;
  line-height: 68px;
  font-size: 36px;
  color: #fff;
  transition: 0.5s all;
}

.pro_section .li:hover i {
  background: #293e54;
}

/* Responsive */
@media (max-width: 767px) {
  .subcategory-slider .swiper-slide {
    padding: 8px;
  }
}

@media only screen and (max-width: 992px) {
  .pro_index {
    padding-top: 0.4rem;
  }

  .pro_index .i_title {
    background: none;
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .pro_index {
    padding-top: 0.6rem;
    background: none;
    padding-bottom: 0.4rem;
  }

  .pro_section {
    padding: 0.6rem 0;
  }

  .pro_section .swi_position {
    padding: 0 0.3rem;
    margin-top: 0;
  }

  .pro_section .swi_position .swiper-button-prev {
    left: -0.2rem;
  }

  .pro_section .swi_position .swiper-button-next {
    right: -0.2rem;
  }

  .pro_index .i_title .p {
    margin-top: 0.2rem;
  }

  .pro_section {
    padding-top: 0.2rem;
  }

  .pro_index .tabs {
    text-align: center;
    margin-bottom: 30px;
  }

  .pro_index .tabs a {
    background: #f7f7f7;
    border: 3px solid #fff;
    padding: 15px 0;
    width: 50%;
    line-height: 20px;
    float: left;
    margin-bottom: 5px;
    height: 155px;
  }

  .pro_index .tabs a:after {
    display: none;
  }

  .pro_index .tabs a.active {
    background: #f7f7f7;
  }

  .pro_index #parentHorizontalTab01 {
    display: none;
  }

  .pro_index .tabs a {
    background: #f7f7f7;
    border: 3px solid #fff;
    padding: 15px 0;
  }

  .pro_index .tabs .icon {
    width: 82px;
    height: 82px;
    flex-shrink: 0;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin-left: 55px;
  }
}

@media only screen and (max-width: 768px) {
  .pro_section .button_outside {
    padding: 0;
  }

  .pro_index .tabs a {
    width: 50%;
  }

  .pro_index .tabs a img {
    filter: grayscale(0);
    filter: none;
  }
}

@media only screen and (max-width: 400px) {
  .pro_index .tabs a {
    width: 50%;
  }

  .pro_section .swiper-slide {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# about_section
--------------------------------------------------------------*/
.about_section {
  padding: 90px 0;
  background-size: cover;
}

.about_section .left {
  float: left;
  width: 68%;
  padding-right: 5%;
}

.about_section .left .p {
  font-size: 18px;
  line-height: 30px;
  max-height: 120px;
  overflow: hidden;
  margin-bottom: 30px;
}

.about_section .right {
  float: left;
  width: 32%;
  position: relative;
}

.about_section .right:after {
  position: absolute;
  bottom: 50%;
  width: 100%;
  right: 50%;
  transition: all 0.5s;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: tanslate(50%, 50%);
  background: url(https://provina.vn/wp-content/uploads/2025/08/honor_bg.png) no-repeat
    center bottom;
  content: '';
  width: 400px;
  height: 400px;
  background-size: 100% auto;
}

.about_section .honor_swiper {
  width: 240px;
  height: 320px;
}

.about_section .honor_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}

.about_section .honor_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about_section .honor_swiper .swiper-pagination-bullet {
  background: #fff;
  border-color: #fff;
}

.about_section .honor_swiper .swiper-pagination-bullet-active {
  background: #293e54;
  border-color: #293e54;
}

.about_section .honor_swiper .swiper-horizontal > .swiper-pagination-bullets,
.honor_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.about_section .honor_swiper .honor_swiper .swiper-pagination-custom,
.honor_swiper .honor_swiper .swiper-pagination-fraction {
  bottom: -15px;
}

.about_ser {
  margin-top: 90px;
}

.about_ser ul {
  margin: 0 0 0 -65px;
}

.about_ser ul li {
  list-style: none;
  float: left;
  width: 50%;
  padding: 0 25px;
}

.about_ser ul li .li {
  padding: 18px;
  background: #fff;
  display: flex;
  align-items: center;
}

.about_ser ul li .img {
  width: 260px;
  flex-shrink: 0;
  margin-right: 22px;
}

.about_ser ul li .li .title {
  font-size: 24px;
  line-height: 30px;
  display: block;
  overflow: hidden;
  color: #333;
  margin-bottom: 5px;
  font-family: 'Product Sans', sans-serif;
}
.about_ser ul li .li .title:hover {
color: #FB8C00;
}
.about_ser ul li .li p {
  color: #808080;
  font-size: 18px;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  margin-bottom: 0.15rem;
}

.about_ser ul li .li .more {
  font-family: 'Product Sans', sans-serif;
  color: #293d55;
}

.about_ser ul li .li .more i {
  margin-left: 10px;
}

.about_ser ul li .li .more:hover {
  text-decoration: underline;
  color: #FB8C00;;
}

.tl {
  text-align: left !important;
}

@media only screen and (max-width: 992px) {
  .about_section .left {
    width: 100%;
    padding-right: 0;
  }

  .about_section .right {
    display: none;
  }

  .about_ser ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .about_ser ul li .img {
    width: 2rem;
  }

  .about_ser ul li .li p {
    height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .about_section {
    padding: 0.6rem 0;
  }
  .about_ser ul li .li .img {
    display: none;
  }
}

/*--------------------------------------------------------------
# case_section
--------------------------------------------------------------*/

.case_section .case_main {
  position: relative;
}

.case_section .case_nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.case_section .case_nav .swiper-wrapper {
  align-items: flex-end;
}

.case_section .case_nav #pro_img_thumbs2 .swiper-slide {
  background: #607087;
  padding: 30px 20px 24px;
  transition: 0.5s all;
  height: 140px;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.case_section .case_nav #pro_img_thumbs2 .title {
  color: #fff;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'Product Sans', sans-serif;
}

.case_section .case_nav #pro_img_thumbs2 p {
  font-size: 18px;
  color: #a7b2c3;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 10px 0 15px;
}

.case_section .case_nav #pro_img_thumbs2 i {
  display: inline-block;
  width: 46px;
  height: 0;
  background: #fff;
  color: #333;
  height: 46px;
  line-height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 24px;
  overflow: hidden;
  transition: 0.5s all;
  position: absolute;
  left: 20px;
  bottom: -100px;
  border-radius: 50%;
}

.case_section .case_nav #pro_img_thumbs2 .swiper-slide-thumb-active {
  background: #293e54;
  padding-bottom: 60px;
  height: auto;
}

.case_section .case_nav #pro_img_thumbs2 .swiper-slide-thumb-active i {
  bottom: 20px;
}

.case_section .case_nav .main {
  display: flex;
  align-items: flex-end;
}
.case_img img {
  width: 100vw;
  max-height: 700px;
  object-fit: cover;
}
.pro_button {
  width: 260px;
  flex-shrink: 0;
  background: #fff;
  position: relative;
  z-index: 9999;
  height: 140px;
}

.pro_button .swiper-button-prev {
  left: auto;
  right: 55%;
  line-height: 1;
  font-size: 20px;
  color: #666;
  background: #fff;
  font-weight: 900;
}

.pro_button .swiper-button-next {
  right: auto;
  left: 55%;
  line-height: 1;
  font-size: 20px;
  color: #666;
  background: #fff;
  font-weight: 900;
}

.case_section #pro_img_gallery2 .text {
  position: absolute;
  bottom: 60%;
  width: 100%;
  left: 0;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transform: translate(0%, 50%);
  -moz-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -o-transform: translate(0%, 50%);
  transform: tanslate(0%, 50%);
}

.case_section #pro_img_gallery2 .text .title {
  max-width: 800px;
  color: #fff;
  font-size: 30px;
  background: url(https://provina.vn/wp-content/uploads/2025/08/case_line.png)
    no-repeat left top;
  font-family: 'Product Sans', sans-serif;
  padding-top: 60px;
  margin-bottom: 10px;
}

.case_section #pro_img_gallery2 .text .p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  max-height: 78px;
  overflow: hidden;
  max-width: 560px;
  margin-bottom: 40px;
}

.case_section #pro_img_gallery2 .text .my_more1 {
  border: 1px solid #FB8C00;
  background: none;
  color: #FB8C00;
}

.case_section #pro_img_gallery2 .swiper-slide-active .text {
  bottom: 50%;
}

.case_section #pro_img_gallery2 .swiper-slide-active img {
  width: 100vw;
  max-height: 700px;
  object-fit: cover;
}

.case_section .swiper-slide-active {
  display: block;
  position: relative;
  z-index: 333;
}

.case_section .a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .case_section .case_main {
    padding-bottom: 1.4rem;
  }

  .case_nav > .container {
    max-width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 992px) {
  .case_section .case_nav #pro_img_thumbs2 .swiper-slide {
    width: 50%;
  }

  .pro_button {
    width: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .case_section .case_nav #pro_img_thumbs2 .swiper-slide {
    width: 100%;
  }

  #pro_img_thumbs2 {
    display: none;
  }

  .case_section #pro_img_gallery2 .text .my_more1 {
    display: none;
  }

  .pro_button {
    width: 100%;
    height: 80px;
    top: 70px;
  }
  .pro_button .swiper-button-next {
    left: 15%;
  }
  .pro_button .swiper-button-prev {
    right: 90%;
  }
  .case_section .case_main {
    padding-bottom: 0.8rem;
  }
  .case_section #pro_img_gallery2 .text .title {
    max-width: 100%;
    font-size: 30px;
  }
  .case_section #pro_img_gallery2 .text .p {
    display: none;
  }
}

/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
.news_section * {
  transition: 0.6s;
}

.news_section {
  padding: 110px 0px 130px;
  overflow: hidden;
  background: url(https://provina.vn/wp-content/uploads/2025/08/news_bg.jpg) 0% 0% /
    cover no-repeat;
}

.news_section ul {
  list-style: none;
  padding-left: 0;
}

.news_section .tl .h4 {
  left: 0px;
  margin-left: 0px;
  background-position: left bottom;
}

.news_section .news_left {
  float: left;
  width: 58%;
}

.news_section .news_left ul {
  margin: 0px -15px;
}

.news_section .news_left ul li {
  float: left;
  width: 50%;
  padding: 0px 15px;
}

.news_section .news_left ul li .li,
.news_right ul {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-image: initial;
}

.news_section .news_left ul li .text {
  background: rgb(255, 255, 255);
  padding: 25px 15px 0px;
}

.news_section .news_left ul li .text .title {
  color: rgb(51, 51, 51);
  display: block;
  font-family: 'Product Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.news_section .news_left ul li .text .title:hover {
  color: #FB8C00;
}
.news_section .news_left ul li .text p {
  font-size: 18px;
  color: rgb(153, 153, 153);
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 5px 0px;
}

.news_section .news_left ul li .news_info {
  align-items: center;
  display: flex;
  color: rgb(170, 170, 170);
  font-size: 14px;
  padding: 20px 0px;
}

.news_section .news_left ul li .news_info img {
  margin-right: 8px;
}

.news_section .news_right {
  float: left;
  width: 42%;
  padding-left: 30px;
}

.news_section .news_right ul li {
  align-items: center;
  padding: 20px 36px 0px;
  background: rgb(255, 255, 255);
}

.news_section .news_right ul li .li {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(234, 234, 234);
}

.news_section .news_right ul li .news_date {
  margin-right: 36px;
  text-align: center;
  color: rgb(170, 170, 170);
}

.news_section .news_right ul li .news_date p {
  color: rgb(51, 51, 51);
  font-size: 36px;
  font-family: 'Product Sans', sans-serif;
  line-height: 50px;
}

.news_section .news_right ul li .title {
  color: rgb(51, 51, 51);
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  font-family: 'Product Sans', sans-serif;
  margin-right: 80px;
  overflow: hidden;
}
.news_section .news_right ul li .title:hover {
color: #FB8C00;
}
.news_section .news_right ul li i {
  color: rgb(51, 51, 51);
  font-size: 30px;
}
@media (max-width: 767px) {
  .news_section .news_left,
  .news_section .news_right {
    width: 100%;
  }
  .news_section .news_right {
    padding-left: 0;
    margin-top: 20px;
  }
}
/*--------------------------------------------------------------
## module project
--------------------------------------------------------------*/
.module-project {
  overflow: hidden;
  margin: 2rem 0;
}

.module-project .desc {
  padding-bottom: 1rem;
  font-weight: 400;
  font-size: 1rem;
}

.module-project .slick-slider .slick-slide {
  padding-left: 0;
  padding-right: 0;
}

.module-project .project a {
  margin-bottom: -0.375rem;
}

.banner-project {
  text-align: center;
  position: relative;
  width: 100%;
  height: 270px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  display: table;
}

.banner-project h1 {
  color: #fff;
  vertical-align: middle;
  margin: 0;
  display: table-cell;
}

.spro {
  padding-top: 3rem;
}

.spro .heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 2rem;
}

.tbl-info li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  margin-bottom: 10px !important;
}

.tbl-info li i {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  width: 34px;
  color: #293d55;
  font-size: 25px;
}

.single-project-hotline {
  background: transparent url(images/icon-hotline.png) no-repeat left center;
  background-size: auto 100%;
  min-height: 3.75rem;
  padding-top: 0.25rem;
  padding-left: 5rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.single-project-hotline span,
.single-project-hotline a {
  color: #607087;
  display: block;
}

.single-project-hotline span {
  font-size: 0.75rem;
}

.single-project-hotline a {
  font-size: 1.5rem;
  font-weight: 700;
}

.hot_left {
  margin-top: 30px;
  border-radius: 0;
}

.hot_left ul {
  border-bottom: none;
  margin-top: 0.1rem;
  padding-left: 0;
}

.hot_left ul li {
  list-style: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  position: relative;
}

.hot_left ul li .li {
  position: relative;
  z-index: 999;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  border: 1px solid #eee;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.hot_left ul li .img {
  float: left;
  width: 30%;
  display: inline-block;
  margin-right: 15px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.hot_left ul li .h4 a {
  color: #333;
    line-height: 20px;
    max-height: 50px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 18px;
    font-family: 'Product Sans', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.hot_left ul li .more {
  text-transform: uppercase;
  color: #607087;
  display: block;
  margin-top: 0.1rem;
  font-size: 14px;
  font-family: 'Product Sans', sans-serif;
}

.hot_left ul li .more i {
  margin-left: 0.04rem;
}

.hot_left ul li:hover .li {
  border: 1px solid #ff842c;
}

.hot_left ul li:hover .img img {
  transform: scale(0.9);
  transition: 0.5s all !important;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.hot_left ul li:hover .more {
  color: #ff842c;
}

.i_title {
  text-align: center;
  margin-bottom: 0.4rem;
}

.i_title .h4 {
  font-size: 50px;
  font-weight: 600;
  text-transform: capitalize;
  color: #212e38;
  line-height: 60px;
  position: relative;
  margin-bottom: 30px;
  font-family: 'Product Sans', sans-serif;
}

.tags_ul span {
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  margin-right: 0.06rem;
  font-family: 'Product Sans', sans-serif;
}

.tags_ul a {
  display: inline-block;
  padding: 0px 15px;
  text-transform: capitalize;
  line-height: 30px;
  border: 1px solid #f1f1f1;
  font-size: 14px;
  margin: 2px;
  border-radius: 3px;
  background: #fafafa;
  color: #666;
}

.tags_ul i {
  margin-right: 0.3rem;
  color: #ccc;
  transition: 0.6s all;
}

.tags_ul a:hover {
  background: #FB8C00;
  color: #fff;
}

.title-product {
  color: #333;
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin: 0 0 15px;
  padding: 0 15px;
  overflow: hidden;
  margin-top: 15px;
  font-family: 'Product Sans', sans-serif;
  text-align: center;
}

.my_more1 {
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  color: #FB8C00;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  text-transform: capitalize;
  font-family: 'Product Sans', sans-serif;
  font-size: 18px;
  border: 1px solid #FB8C00;
}

.my_more1:hover {
  background: #FB8C00;
  color: #fff;
  padding-right: 45px;
}

.my_more1:before {
  content: ' ';
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.my_more1:after {
  position: absolute;
  right: 5px;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  height: 100%;
  display: inline-block;
  content: '\f105';
  font-family: FontAwesome;
  line-height: 20px;
      width: 14px;
  font-size: 18px;
  opacity: 0;
}
.my_more1:hover:before {
  width: 100%;
}
.my_more1:hover:after {
  opacity: 1;
}
.main-more {
  text-align: left !important;
  margin-top: 30px;
}

.pro_more a {
  background: #333;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 15px;
  display: inline-block;
  color: #fff;
  margin-right: 0.1rem;
  position: relative;
}

.pro_more a:before {
  position: absolute;
  content: '';
  opacity: 0;
  top: 0;
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  width: 30%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }

  5% {
    opacity: 0;
  }

  48% {
    opacity: 0.2;
  }

  80% {
    opacity: 0;
  }

  100% {
    left: 82%;
  }
}

.pro_more a:hover {
  transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
}

.pro_more div {
  display: inline-block;
}

.pro_more .main-more a {
  background: #607087;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 18px;
  font-family: 'Product Sans', sans-serif;
}

.pro_more a i {
  margin-right: 6px;
}

.n_title {
  font-size: 30px;
  line-height: 40px;
  color: #333 !important;
  float: left;
  text-transform: capitalize;
}

.breadcrumbs-f i {
  font-size: 12px;
  line-height: 2;
  color: #607087;
}

.breadcrumbs-f i,
.breadcrumbs-f nav {
  float: left;
}

.bestselling-products-slider .my_more1 {
  padding: 0 20px;
  line-height: 40px;
}

.nav_h4 i {
  font-size: 18px;
  margin-right: 12px;
  margin-top: 5px;
}
.col-archive-products h2 {
  height: 40px;
}
@media (max-width: 767px) {
  .banner-project {
    height: 120px;
  }

  .banner-project h1 {
    font-size: 1.5rem;
  }

  .spro .heading {
    margin-top: 0rem;
  }
}

/*--------------------------------------------------------------
# Page Box
--------------------------------------------------------------*/

.page_bg {
  background: #fafafa;
  padding-bottom: 80px;
}

.page_bg .page_main {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
  background: #fff;
  margin-top: 0;
  position: relative;
  z-index: 666;
  padding: 40px;
}

.mbx_section {
  text-align: center;
  font-size: 15px;
  position: relative;
  z-index: 333;
  margin-bottom: 10px;
  background: #f7f7f7;
  padding: 15px 0;
}

.page_bg .page_main .mbx_section {
  background: none;
  padding: 0;
}

.page_bg .page_main .mbx_section .n_title,
.page_bg .page_main .mbx_section .mbx {
  float: none;
}

.mbx_section a,
.mbx_section span {
  font-size: 15px;
  color: #666;
  font-weight: normal;
  display: inline-block;
}

.mbx .breadcrumbs-f {
  display: flex;
  justify-content: center;
}

.mbx .breadcrumbs-f i {
  line-height: 1.75;
}

.mbx_section span.separator {
  padding: 0 10px;
}

.page_nav {
  margin-bottom: 0;
  padding: 0;
  padding-top: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.page_nav ul {
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 0;
  justify-content: center;
}

.page_nav li {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  padding-right: 20px;
  float: left;
}

.page_nav li a {
  display: flex;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  z-index: 5;
  align-items: center;
  justify-content: center;
  background: #e9e9e9;
  padding: 15px 30px;
  color: #333;
  font-family: 'Product Sans', sans-serif;
}

.page_nav li a:hover,
.page_nav li.active a {
  text-decoration: none;
  color: #fff;
  background: #607087;
}

.page_nav li a:after {
  bottom: -10px;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #607087;
  border-width: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  margin-left: -10px;
}

.page_nav li a:hover:after,
.page_nav li.active a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: -20px;
}

.imagetext-wrapper img {
  width: 100vw;
  object-fit: cover;
}

.imageboxtext-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 20px;
}

.nd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.page_case_content {
  position: relative;
  overflow: hidden;
  padding: 134px 0 140px;
}
.page_case_content .case_bg {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.page_case_content .case_bg .ovrly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  display: block;
  background: #000;
}
.page_case_content .container {
  position: relative;
  z-index: 5;
  text-align: center;
}
.page_case_content .content {
  color: #fff;
  margin-top: 33px;
  width: 80%;
  margin: 33px auto;
}
@media only screen and (max-width: 768px) {
  .page_case_content {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  .page_nav li a {
    line-height: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .page_nav ul {
    display: block;
  }

  .page_nav li {
    width: 100%;
    margin-bottom: 10px;
  }

  .page_nav {
    border: none;
  }

  .site-logo .top_email,
  .site-header .language,
  .site-header .nav_quote {
    display: none;
  }

  .site-header {
    padding: 0 20px;
  }

  .site-logo img {
    max-height: 50px;
    margin-left: 0;
  }

  .site-header {
    padding: 0 20px;
    padding-right: 0;
  }

  .ico_search {
    margin-top: 0px;
    padding-left: 0;
    width: 50px;
    height: 50px;
    line-height: 45px;
    overflow: hidden;
    background-color: #607087;
    color: #fff;
  }
}

/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget .menu {
  display: flex;
  flex-wrap: wrap;
}

.widget .menu li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.widget .menu li a {
  font-size: 85%;
  color: #293d55;
  border: 1px solid #e5e5e5;
  display: block;
  padding: 0.25rem 1rem;
}

.widget .menu li a:hover {
  color: #fff;
  background: #293d55;
  border-color: #293d55;
}

.widget.widget_categories ul li:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}

.widget.widget_categories ul li:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}

.widget.widget_categories ul li a {
  display: inline-block;
  padding: 0.5rem 0;
}

.widget_calendar table {
  width: 100%;
  position: relative;
}

.widget_calendar table caption {
  font-size: 85%;
  color: #fff;
  background-color: #607087;
  text-align: center;
  caption-side: top;
  margin-bottom: 0.5rem;
}

.widget_calendar table tr {
  display: flex;
}

.widget_calendar table thead th,
.widget_calendar table tbody td {
  font-size: 85%;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0.25rem;
}

.widget_calendar table thead th {
  background: #f3f3f3;
}

.widget_calendar table tbody .pad {
  visibility: hidden;
}

.widget_calendar tfoot {
  display: none;
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content a {
  color: #293d55;
  text-decoration: underline;
}

.entry-content a:hover {
  color: #FB8C00;
}

.entry-content cite {
  font-style: normal;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: inherit;
  font-weight: 700;
  margin-bottom: 1rem;
}

.entry-content h2 {
  font-size: 14pt;
  color: #293d55;
}

.entry-content h3 {
  color: #607087;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.125rem;
}

.entry-content ul li,
.entry-content ol li {
  margin-bottom: 1rem;
}

.entry-content table {
  table-layout: fixed;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #dee2e6;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100%;
}

.entry-content table th,
.entry-content table td {
  border: 1px solid #dee2e6;
  padding: 5px;
}

.entry-content table th {
  font-weight: 600;
  text-transform: uppercase;
}

.entry-content table thead th {
  border-bottom: 2px solid #dee2e6;
  padding: 0.75rem;
}

.entry-content img.centered,
.entry-content .aligncenter {
  display: block;
  margin: 0 auto 1em;
}

.entry-content img.alignnone {
  margin-bottom: 1em;
}

.entry-content .alignleft {
  float: left;
  text-align: left;
}

.entry-content .alignright {
  float: right;
  text-align: right;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
  margin: 0 1em 1em 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
  margin: 0 0 1em 1em;
}

.entry-content .wp-caption {
  max-width: 100%;
}

.entry-content .wp-caption-text {
  font-weight: 400;
  text-align: center;
  color: #999;
  padding: 0.75rem;
}

.entry-content blockquote {
  font-size: 14pt;
  font-style: italic;
  color: #293d55;
  display: flex;
}

.entry-content blockquote:before {
  content: '\f10d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 1.5rem;
}

.list-share li a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: #3b5998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.5rem;
}

.list-share li a:hover {
  opacity: 0.7;
}

.list-share li.twitter a {
  background: #55acee;
}

.list-share li.google a {
  background: #e02f2f;
}

.list-share li.linkedin a {
  background: #007bb5;
}

.term-description {
  position: relative;
}

.term-description[aria-expanded='false']:after {
  content: ' ';
  width: 100%;
  height: 3rem;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0px -3rem 1rem 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: inset 0px -3rem 1rem 0px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0px -3rem 1rem 0px rgba(255, 255, 255, 0.75);
}

.term-description + div a {
  text-decoration: none;
}

/*--------------------------------------------------------------
# single product
--------------------------------------------------------------*/
.text-color {
  color: #607087;
}

.text-color:hover a {
  color: #fff;
}

.product .product-images .slick-list {
  margin: 0;
}

.product .product-images .slick-slide {
  padding: 0;
}

#pro_img_thumbs {
  padding-top: 15px;
}

#pro_img_thumbs .swiper-slide {
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #eee;
  padding: 2px;
  width: 117px !important;
}

#pro_img_thumbs .swiper-slide img {
  width: 110px;
}

#pro_img_thumbs .swiper-slide-thumb-active {
  border: 2px solid #607087;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.order-p {
  display: inline-block;
  overflow: hidden;
  clear: both;
  padding: 9px 0;
  border-radius: 4px;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
  background: #293d55;
  margin: 0 0 20px;
  text-decoration: none;
  border-bottom: 0 !important;
  max-width: 350px;
  width: 100%;
}

.order-p:hover {
  background: #607087;
}

.excerpt table {
  border: 1px solid #e5e5e5;
  max-width: 100%;
}

.excerpt table th,
.excerpt table td {
  border: 1px solid #e5e5e5;
  padding: 0.5rem;
}

.excerpt table td:first-child {
  font-weight: 700;
}

.pro_table .pro_main_title {
  font-size: 26px;
  line-height: 36px;
  overflow: hidden;
  display: block;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 0.2rem;
  font-weight: normal;
  font-family: 'Product Sans', sans-serif;
}

.pro_table .pro_main_text {
  line-height: 26px;
  padding-bottom: 0.2rem;
  font-size: 18px;
}

.pro_table ul {
  padding-left: 0;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
}

.pro_table ul li {
  color: #666;
  list-style: none;
  float: left;
  width: 50%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.pro_table ul li p {
  color: #666;
  float: left;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: 'Product Sans', sans-serif;
  font-size: 15px;
}

.pro_table ul li p:first-of-type {
  display: inline-block;
  margin-right: 0.1rem;
  vertical-align: middle;
  margin-bottom: 0;
  color: #333;
  font-size: 18px;
  padding: 10px;
  border-right: 1px solid #f7f7f7;
  min-width: 25%;
  font-family: 'Product Sans', sans-serif;
}

.dmsp .title-dm {
  align-items: center;
  padding: 14px 18px !important;
}

.dmsp .toggle-arrow {
  margin-left: auto;
}

.dmsp .toggle-arrow .fa-chevron-down {
  transition: transform 0.3s ease;
}

.dmsp .toggle-arrow[aria-expanded='true'] .fa-chevron-down {
  transform: rotate(180deg);
}
.mainContent {
  position: relative;
}

.dmsp-container {
  position: relative;
  padding-right: 15px;
}

.dmsp {
  height: fit-content;
}

.single-products .content-area {
  position: relative;
  padding-left: 10px;
}

.row.mainContent {
  ddisplay: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.unfold.nav_h4 {
  line-height: 30px;
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  position: relative;
  padding: 10px;
  background: #293e54;
  font-family: 'Product Sans', sans-serif;
  width: 100%;
  display: block;
}

.pro-details {
  padding: 10px 10px;
  line-height: 30px;
  border-right: 1px solid #e5e5e5;
  text-transform: capitalize;
  font-family: 'Product Sans', sans-serif;
  background: #eee;
  color: #555;
  font-size: 22px;
  width: 100%;
}

.list-dmsp {
  font-family: 'Product Sans', sans-serif;
}

.related-products {
  position: relative;
  padding: 0 25px;
}

.related-products .swiper-button-next,
.related-products .swiper-button-prev {
  color: #000;
}

.related-products .swiper-button-next:after,
.related-products .swiper-button-prev:after {
  font-size: 20px;
}

.related-products .swiper-slide {
  height: auto;
}

.related-products .swiper-button-next,
.related-products .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.related-products .swiper-button-next:after,
.related-products .swiper-button-prev:after {
  font-size: 18px;
}

.related-products .swiper-button-disabled {
  opacity: 0.3;
}

.button_inside,
.button_outside {
  position: relative;
}

.button_outside .swiper-button-next {
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.button_outside .swiper-button-prev {
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.product-description {
  color: #999;
  line-height: 22px;
  overflow: hidden;
  padding: 0 15px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .module-related-products .col-archive-product {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width: 575px) {
  .single-suffix .col-suffix:nth-child(1),
  .single-suffix .col-suffix:nth-child(2),
  .single-suffix .col-suffix:nth-child(3) {
    max-width: 33.333333%;
  }

  .single-suffix {
    display: none;
  }
}

.sitemap-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.sitemap-nav .menu > li {
  margin-bottom: 1.5rem;
}

.sitemap-nav .menu > li > a {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.25rem;
}

.sitemap-nav .sub-menu a {
  color: #293d55;
  display: inline-block;
  margin-bottom: 0.25rem;
}

.sitemap-nav a:hover {
  color: #FB8C00;
}

.col-archive-product h2 a {
  display: block;
  overflow: hidden;
  height: 45px;
  line-height: 22px;
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.row.mb-5.news {
  position: relative;
  padding: 15px;
  padding-left: 0;
  margin-bottom: 20px !important;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  transition: 0.5s all;
  margin-left: 0px;
}

.news .text h2 a {
  line-height: 24px;
  font-size: 18px;
  max-height: 48px;
  color: #333;
  overflow: hidden;
  margin: 0 0 10px;
  font-family: 'Product Sans', sans-serif;
}
.news .text h2 a:hover {
  color: #FB8C00;
}
.news .text .day {
  color: #999;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.news .text p {
  color: #777;
  max-height: 52px;
  overflow: hidden;
  line-height: 26px;
  margin-top: 6px;
  margin-bottom: 18px;
}

.news .text a.my_more1 {
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  color: #607087;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  text-transform: capitalize;
  font-family: 'Product Sans', sans-serif;
  font-size: 18px;
  border: 1px solid #607087;
}

.news .text a.my_more1:hover {
  background: #607087;
  color: #fff;
}

.news .text a.my_more1:before {
  content: ' ';
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .text a.my_more1:after {
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  height: 100%;
  display: inline-block;
  content: '\f105';
  font-family: FontAwesome;
  line-height: 20px;
  width: 18px;
  font-size: 18px;
  opacity: 0;
}

.news img {
  height: 265px;
  width: 100vw;
  object-fit: cover;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.news:hover img {
  transform: scale(1.02);
  transition: 0.5s all !important;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.blog-info {
  border-bottom: 2px dotted #eee;
  padding: 0.1rem 0;
  margin-bottom: 0.2rem;
}
/*--------------------------------------------------------------
# site footer
--------------------------------------------------------------*/
.modal-dialog {
  padding-top: 130px;
}
.footer_tel {
  padding-right: 15px;
}
.site-footer ul {
  list-style: none;
  padding-left: 0;
}

#footer {
  color: #aabaca;
  position: relative;
  padding: 0.3rem 0 0;
  background-size: cover !important;
  overflow: hidden;
  font-size: 18px;
}

#footer .main {
  padding: 0 0.8rem;
}

#footer ul li {
  list-style: none;
}

#footer a {
  color: #aabaca;
}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer .ul li a {
  font-size: 18px;
  line-height: 26px;
  padding: 5px 0;
  display: inline-block;
  position: relative;
}

#footer .ul li a:after {
  display: block;
  color: #8d9bae;
  content: '\f105';
  position: absolute;
  top: 0px;
  left: 0;
  padding: 8px 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  font-family: 'FontAwesome';
  opacity: 0;
}

#footer .ul li:hover a:after {
  color: #fff;
  left: 0px;
  opacity: 1;
  font-size: 12px;
  top: -2px;
}

#footer .ul li:hover a {
  padding-left: 12px;
}

#footer .footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 35px;
  margin: 25px 0;
}
#footer .footer_top img {
  max-height: 80px;
  filter: brightness(0) invert(1);
}
#footer .footer_top span {
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-end;
  color: #fff;
}

#footer .footer_top span img {
  margin-right: 15px;
}

#footer .footer_top p {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-family: 'Product Sans', sans-serif;
}

#footer .footer_con {
  float: left;
  padding-right: 4%;
}

#footer .footer_con .title_h4 {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 25px;
}

#footer .footer_code {
  float: right;
  text-align: right;
  margin-top: 0.2rem;
}

#footer .footer_email {
  background: rgba(255, 255, 255, 0.05);
  margin-top: 50px;
}

#footer .footer_email .email_l {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #fff;
  font-family: 'montserratB';
  float: left;
  width: 50%;
  height: 14px;
}

#footer .footer_email .email_l .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  background: url(https://provina.vn/wp-content/uploads/2025/08/email_ico.png)
    no-repeat center center;
  margin-right: 26px;
}

#footer .footer_email .email_r {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  height: 140px;
}

#footer .footer_email .email {
  position: relative;
  width: 100%;
  margin: 20px 0;
  display: flex;
}

#footer .footer_email .email_main {
  height: 48px;
  border: none;
  color: #999;
  float: left;
  line-height: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*background: rgba(255, 255, 255, 1)
    url(https://www.dlt-sling.com/front/images/email_ico2.png) no-repeat 18px
    center;*/
  padding-left: 55px;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
}

#footer .footer_email .email_main:focus {
  color: #333;
}

#footer .footer_email .email_btn {
  background: #29b6f6;
  text-transform: capitalize;
  height: 48px;
  padding: 0 20px;
  color: #fff;
  flex-shrink: 0;
  cursor: pointer;
  font-family: 'montserratB';
  font-size: 18px;
}

#footer .footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#footer .footer_sns a {
  width: 36px;
  margin-right: 3px;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  float: left;
}

#footer .footer_sns a img {
  opacity: 0.5;
}

#footer .footer_sns a:hover img {
  opacity: 1;
}

@keyframes run1 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

@-webkit-keyframes run1 {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(100%);
  }
}

#footer .footer_code .ewm {
  width: 120px;
  height: 120px;
  padding: 5px;
  position: relative;
  background: url(https://provina.vn/wp-content/uploads/2025/08/code_line2.png) center
    center no-repeat;
  background-size: 100%;
  overflow: hidden;
  display: block;
}

#footer .footer_code .ewm img {
  width: 100%;
}

#footer .footer_code .ewm .sm {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  animation: run1 2s infinite;
  -webkit-animation: run1 2s infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.hidden {
  display: none !important;
}

.hidden_web {
  display: none;
}

@media screen and (max-width: 992px) {
  .hidden_mob {
    display: none !important;
  }

  .hidden_web {
    display: block !important;
  }
}

@media screen and (max-width: 992px) {
  #footer .footer_code {
    width: 100%;
    text-align: left;
    display: flex;
    margin-top: 0;
  }

  #footer .footer_code .ewm {
    margin-right: 15px;
  }
}

@media screen and (max-width: 500px) {
  #footer .footer_email .email_main {
    height: 40px;
  }

  #footer .footer_email .email {
    display: block;
  }

  #footer .footer_email .email_btn {
    width: 100%;
    margin-top: 10px;
    height: 40px;
  }
}

#footer .footer_con ul {
  margin-bottom: 25px;
}

#footer .footer_con .p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: 'montserratB';
  margin-top: 20px;
}

#footer .footer_con p {
  margin-bottom: 10px;
  margin-top: 20px;
}

#footer .footer_con a {
  text-transform: none;
  line-height: 32px;
  display: flex;
  align-items: center;
}

#footer .footer_con .my_more2 {
  line-height: 0.46rem;
  color: #fff;
  text-transform: uppercase;
}
#footer .footer_con ul li {
  position: relative;
  margin-bottom: 10px;
}
#footer .footer_con ul li a {
  line-height: 26px;
  top: -4px;
  position: relative;
}

#footer .footer_con ul li svg {
  width: 22px;
  fill: #fff;
  float: left;
  padding-right: 5px;
}
.mob_follow a {
  display: inline-block;
  margin-right: 8px;
}
.footer_bottom {
  color: #aabaca;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 35px;
  font-size: 14px;
}

.footer_bottom a {
  color: #aabaca !important;
}

.footer_bottom .cop,
.footer_bottom .link,
.footer_bottom .ipv6 {
  display: inline-block;
  margin: 0 4px;
}

.footer_bottom .ipv6 img {
  margin-right: 10px;
}

*:focus {
  outline: none;
}

#footer .title_h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  margin-bottom: 15px;
  font-family: 'Product Sans', sans-serif;
}

#footer .title_h4 img {
  margin-right: 20px;
}

@media screen and (max-width: 992px) {
  #footer .footer_email {
    margin-top: 0;
  }

  .footer_bottom {
    margin-top: 0;
    text-align: left;
  }

  #footer .footer_email .email_r {
    width: 100%;
    height: auto;
  }

  #footer {
    padding-top: 40px;
  }

  #footer .footer_con p {
    margin: 0;
  }

  #footer .footer_con {
    width: 100%;
    padding-right: 0;
  }

  #footer .footer_email {
    width: 100%;
  }

  #footer .footer_email p {
    display: none;
  }

  #footer .footer_con {
    padding-left: 0;
  }

  #footer .title_h4 {
    display: none;
  }

  #footer .footer_sns {
    text-align: left;
  }

  #footer .main {
    padding: 0 30px;
  }

  .footer_bottom {
    margin-top: 20px;
    padding-top: 10px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer_con .footer_logo {
    display: inline-block;
    width: 1.2rem;
    margin-bottom: 10px;
  }

  #footer .footer_con .p {
    display: none;
  }

  #footer .footer_email {
    padding-bottom: 20px;
  }

  #footer .footer_email .email_r {
    display: block;
  }

  #footer .footer_sns {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  #footer .footer_code {
    display: block;
  }

  #footer .footer_code .ewm {
    display: block;
  }
}

/*--------------------------------------------------------------
# scroll top
--------------------------------------------------------------*/
.scroll-top,
.scroll-top:focus {
  font-size: 1.25rem;
  color: #607087;
  background: transparent;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 50%;
  display: none;
  position: fixed;
  top: 90%;
  right: 5.75rem;
  width: 46px;
  height: 46px;
  line-height: 46px;
  z-index: 1000;
}

.scroll-top:hover {
  color: #607087;
}

.progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.progress-circle-background {
  fill: none;
  stroke: transparent;
  stroke-width: 2;
}

.progress-circle-bar {
  fill: none;
  stroke: #607087;
  stroke-width: 2;
  stroke-dasharray: 125.6;
  stroke-dashoffset: 125.6;
  transition: stroke-dashoffset 0.3s ease;
}

@media (max-width: 767px) {
  .scroll-top,
  .scroll-top:focus {
    top: 80%;
    right: 0.5rem;
  }
}

/*--------------------------------------------------------------
# floating hotline
--------------------------------------------------------------*/
/*fixed-contact*/
.fixed-contact {
  z-index: 999999;
  position: fixed;
  right: 0;
  top: 40%;
  width: 50px;
  margin-top: -90px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s;
  transform: translateX(95px);
  -webkit-transform: translateX(95px);
  -moz-transform: translateX(95px);
}

.fixed-contact.show {
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.fixed-contact.active {
  width: 260px;
}

.fixed-contact li {
  position: relative;
  height: 50px;
  overflow: hidden;
  transition: all 0.4s;
  list-style: none;
  background: #607087;
  background-size: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fixed-contact.active li a {
  opacity: 1;
}

.fixed-contact li a {
  position: relative;
  z-index: 1000;
  display: block;
}

.fixed-contact.show .column svg,
.fixed-contact.show .column svg g {
  width: 26px;
  height: 26px;
  fill: #fff;
  margin: 12px;
}

.fixed-contact.active li:last-child:after {
  display: none;
}

.fixed-contact li:hover svg {
  fill: #fff;
}
.fixed-contact li:hover a {
  color: #fff;
}

.fixed-contact .online_p i {
  background-position: 0 -262px;
  border-top-left-radius: 30px;
  -moz-border-top-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  -moz-border-top-right-radius: 30px;
  -webkit-border-top-right-radius: 30px;
}

.fixed-contact li a {
  position: absolute;
  top: 0;
  right: -135px;
  display: block;
  width: 210px;
  line-height: 110%;
  padding: 18px 0 0 50px;
  color: #fff;
  white-space: nowrap;
  transition: all 0.4s;
  font-size: 18px;
  text-align: left;
  opacity: 0;
}

.fixed-contact.active li a {
  right: 50px;
}

.fixed-contact a.online_code img {
  max-width: 80px;
  margin: 0 4px;
}

.fixed-contact .online_code p {
  margin-bottom: 8px;
}

.fixed-contact.active li:last-child {
  height: 130px;
}

.fixed-contact.active a.online_code p {
  margin: 0;
  margin-bottom: 5px;
}

.fixed-contact li a.online_code:hover {
  opacity: 1;
  right: auto;
  left: 0;
}

@media only screen and (max-width: 992px) {
  .fixed-contact {
    display: none !important;
  }

  .fixed-contact.show {
    opacity: 0;
  }
}

.mobile_nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  display: none;
  z-index: 9999;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.4);
  border-radius: 2px 2px 0 0;
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 2px 0 20px 0 rgb(0 0 0 / 8%);
}

.mobile_nav a {
  display: inline-block;
  width: 20%;
  padding: 0 4px;
  float: left;
  text-align: center;
}

.mobile_nav a .icon {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  fill: #808080;
  margin-top: 0.1rem;
}

.mobile_nav a p {
  color: #666;
  padding-top: 5px;
  font-size: 0.12rem;
  text-transform: uppercase;
  line-height: 12px;
  margin: 0;
  margin-bottom: 0.1rem;
}

.mobile_nav a:nth-child(3),
.mobile_nav a:nth-child(4) {
  float: right;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .mobile_nav {
    display: block;
  }

  .mobile_nav a p {
    text-transform: capitalize;
  }

  .footer_bottom {
    margin-bottom: 0;
    text-align: left;
    font-size: 12px;
    margin-top: 0;
  }
}

/*fancybox*/
.fancybox-container {
  z-index: 999999;
}

.fancybox-slide {
  width: auto;
}

.fancybox-can-zoomIn .fancybox-content {
  left: 21%;
}

.fancybox-inner {
  right: 0 !important;
}

.fancybox-thumbs > ul {
  top: 25%;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: none;
}

.cgul {
  margin-left: 36%;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 21%;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 21%;
}

@media (max-width: 768px) {
  .cgul {
    margin-left: 0%;
  }
}

.img-home {
  padding: 15rem 0;
}

.plugins .plugin-update-tr .plugin-update {
  display: none;
}
.read-more-back {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.91) 50%, #fff 55%);
    border-radius: 10px;
    bottom: 0;
    display: block;
    left: 0;
    margin-bottom: 0;
    padding-top: 50px;
    right: 0;
    text-align: center;
    width: 100%;
}
.read-more-back a {
       color: #fff;
    background: #607087;
    padding: 10px 20px;
    line-height: 5;
}
/**
Loadmore
**/
.loadmore-wrap {
    text-align: center;
    margin: 20px 0;
}

.loadmore-btn {
    padding: 10px 20px;
    background: #607087;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.loadmore-btn:hover {
background: #FB8C00;
}
.loadmore-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}
@media (max-width: 484px) {
  .img-home {
    padding: 12rem 0;
  }
}
.search .n_banner {
  display: none;
}
@media only screen and (max-width: 768px) {
  .i_title .h4 {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0;
    padding-top: 30px;
  }

  #category_thumbs {
    padding-left: 0;
  }

  .subcategory-slider {
    display: none !important;
  }
  .bg-cover {
    max-height: 160px;
  }
  .about_ser ul li .li .title {
    font-size: 20px;
  }
  .news_section {
    padding: 65px 0px 35px;
  }
  .news_section .news_left ul li .text .title {
    font-size: 18px;
    line-height: 20px;
  }
  .news_section .news_left ul li .text p {
    font-size: 15px;
    line-height: 20px;
  }
  .news_section .news_right ul li .title {
    font-size: 18px;
    line-height: 20px;
    margin-right: 0px;
  }
  #footer .footer_top .footer_tel {
    display: none;
  }
  #catalogs {
    display: none;
  }

  #catalogs.show {
    display: block;
  }
  #footer {
    padding-top: 0;
  }
  .woocommerce-pagination,
  .nav-pagination {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .single-products .main-more {
    margin-top: 0;
  }
  .dmsp {
    position: relative !important;
    top: -10px !important;
  }
  .dmsp-container {
    padding-right: 5px;
  }
  .related-products {
    padding: 0;
  }
  .single-products .i_title .h4 {
    padding-top: 0;
  }
  .title-product {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .product-description {
    display: none;
  }
  .entry-content table {
    table-layout: auto;
  }
  .about_ser ul {
    margin: 0;
    padding: 0;
  }
  .hidden_web.nav_con {
    display: flex;
    color: #333;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .hidden_web.nav_con a {
            font-size: 20px;
    line-height: 36px;
  }

  .hidden_web.nav_con .email_btn {
    display: inline-block;
    border-radius: 3px;
    background: #607087;
    color: #fff;
    line-height: 36px;
    padding: 0 10px;
    float: right;
  }
  .mob_language p,
  .mob_sns p {
    text-transform: capitalize;
    font-weight: 500;
    color: #333;
    margin: 0;
  }
  .mob_language a {
    float: left;
    width: 33.33%;
    display: flex;
    padding: 8px 0;
    align-items: center;
    color: #666;
    font-size: 14px;
  }
  .mob_sns {
    margin-top: 20px;
  }
  .mob_sns a {
    display: inline-block;
    background: #293e54;
    border-radius: 10px;
  }
  .breadcrumbs-f i {
    display: none;
  }
}
@media (min-width: 768px) {
  #catalogs {
    display: block;
  }
}
/* Responsive cho iPad (chiều ngang và dọc) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg-cover {
    max-height: 260px;
  }

  .site-slider .swiper-slide a {
    padding-top: 30%;
  }
}
.entry-content img {
    display: flex
;
    margin: 0 auto;
}
