img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg_product_home{
  position: relative;
}

.bg_product_home>div{
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bg_product_home::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff5c;
  z-index: 0;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.line-camp-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-camp-2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-camp-3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.c-img-50 {
  display: block;
  position: relative;
  padding-top: 50%;
}

.c-img-50 img, .c-img-50 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.c-img-70 {
  display: block;
  position: relative;
  padding-top: 70%;
}

.c-img-70 img, .c-img-70 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.c-img-100 {
  display: block;
  position: relative;
  padding-top: 100%;
}

.c-img-100 img, .c-img-100 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto !important;
}

.slogan_img img{
  max-height: 94px;
}

.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}

.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
}

.s-content table td {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
  padding: 3px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.zoom {
  display: block;
  overflow: hidden;
  position: relative;
}

.zoom img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  display: block;
}

.zoom:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.back-to-top {
  display: block;
  position: fixed;
  font-size: 1.2rem;
  cursor: pointer;
  text-align: center;
  z-index: 999;
  width: 50px;
  height: 50px;
  line-height: 50px;
  bottom: 50px;
  border-radius: 50%;
  right: 30px;
  color: #fff;
  background: #d7262c;
  border: 2px solid #d7262c;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.back-to-top i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.btn-call span,
.btn-mess span {
  display: inline-block;
  font-size: rem(30);
  width: rem(60);
  height: rem(60);
  margin: auto;
  border-radius: 50%;
  line-height: rem(60);
  text-align: center;
  color: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  position: relative;
}

.btn-call span:before,
.btn-mess span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 50%;
  border: solid rem(1) rgb(255, 255, 255);
  -webkit-animation-name: zoomin;
  animation-name: zoomin;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-call span:after,
.btn-mess span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  z-index: -1;
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.btn-call span i,
.btn-mess span i {
  -webkit-animation-name: lac;
  animation-name: lac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.img-zoom {
  overflow: hidden;
  display: block;
}

.img-zoom img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 3s ease;
  transition: 3s ease;
}

.img-zoom:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.menu ul {
  width: 80%;
}

@media (max-width: 991px) {
  .menu-top {
    padding: 0 10px;
  }
}

.menu-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .menu-top-item {
    width: 100%;
  }
}

.menu-top-contact {
  padding-left: 14px;
  font-size: 14px;
}

.menu-top-contact__link {
  color: #B50208;
}

.menu-top-icon {
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}

.menu-top-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
}

.menu-top-search {
  max-width: 33.333%;
  width: 50%;
}

@media (max-width: 991px) {
  .menu-top-search {
    max-width: 100%;
    width: 100%;
  }
}

.menu-top-box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 25px;
}

.menu-top-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}

@media (min-width: 992px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu i {
    display: none;
  }

  .menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu>ul li a {
    display: block;
    padding: 0.5em 0.5em;
  }

  .menu>ul li a:hover {
    color: #fa4616;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .menu>ul>li {
    margin: 0 5px;
  }

  .menu>ul>li:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .menu>ul>li:hover>a {
    color: #fa4616;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .menu>ul>li:hover>ul {
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
  }

  .menu>ul>li>ul {
    display: block;
  }

  .menu ul {
    padding: 0;
    margin-bottom: 0;
  }

  .menu ul li {
    list-style-type: none;
  }

  .menu ul li a {
    color: #616060;
  }
}

@media (max-width: 991.98px) {
  .header>.active {
    z-index: 999;
    visibility: visible;
    opacity: 1;
  }

  .header .menu-active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header .bg-active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header-body {
    background-color: transparent !important;
    position: fixed !important;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
  }

  .header-body .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100% !important;
    padding: 0;
  }

  .box-menu {
    width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    height: 100vh;
    background: #fff;
    -webkit-transform: translateX(-500%);
    transform: translateX(-500%);
    padding-bottom: 3%;
    overflow: auto;
  }

  .box-menu::-webkit-scrollbar {
    width: 1px !important;
  }

  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu ul {
    padding-left: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
  }

  .menu ul ul {
    padding-left: 5px;
  }

  .menu ul li {
    list-style: none !important;
    position: relative;
  }

  .menu ul li i {
    position: absolute;
    top: 8px;
    right: 0;
    min-width: 35px;
    font-size: 19px;
    background-color: #fa4616;
    z-index: 1;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 8px;
  }

  .menu ul li a {
    color: #616060;
    display: block;
    padding: 5px;
  }

  .menu ul li a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: rgba(97, 96, 96, 0.105);
  }

  .menu>ul>li {
    border-bottom: 1px solid rgba(97, 96, 96, 0.4784313725);
  }

  .menu>ul>li:hover>a {
    color: #fa4616;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .bg__menu {
    width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-transform: translateX(500%);
    transform: translateX(500%);
    background: rgba(0, 0, 0, 0.4509803922);
  }

  .bg__menu i {
    float: right;
    color: #fff;
    font-size: 25px;
    padding: 7px;
    color: #fa4616;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .bg__menu i:hover {
    color: #ff0000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .bg__menu.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/Roboto-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: fontawesome;
  src: url(../fonts/font-awesome/fontawesome-webfont.ttf);
}

@font-face {
  font-family: fontawesome;
  src: url(../fonts/font-awesome/FontAwesome.otf);
}

html,
body {
  font-family: Roboto;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 15px;
  width: 7px;
  background: #d7262c;
}

.smooth {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.button-to-top_hidden {
  visibility: hidden;
  opacity: 0;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 15px;
  width: 7px;
  background: #d7262c;
}

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

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

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

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

.btn-general {
  background-color: #B50208;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn-general__link {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
}

.btn-general span {
  color: #fff;
}

.header {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #073973;
  -webkit-box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.2);
  -webkit-animation: fadeDown 0.5s;
  animation: fadeDown 0.5s;
}

.header-body {
  background: #fff;
  position: relative;
}

.header-end {
  position: relative;
}

.header-end .btn-header {
  border: none;
  outline: 0;
  background: #e6e4e3;
  margin-left: 20px;
  height: 40px;
  width: 40px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 5px;
}

.header-end .btn-header:hover, .header-end .btn-header:focus {
  background: #f0eceb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.header-end .btn-card {
  position: relative;
  cursor: pointer;
}

.header-end .btn-card i {
  font-size: 25px;
}

@media (min-width: 1024px) {
  .header-end .btn-card:hover~.box {
    visibility: visible;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 1;
  }
}

.header-end .box {
  top: 36px;
  border: 2px solid #ddd;
  position: absolute;
  min-width: 260px;
  right: 0;
  z-index: 9;
  padding: 20px 0 20px;
  margin: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #777;
  background-color: #fff;
  text-align: center;
}

@media (min-width: 1024px) {
  .header-end .box {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}

.header-end .cart__current {
  position: absolute;
  top: -7px;
  right: -8px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  background: #B50208;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  padding: 0 5px;
  line-height: 1.6;
}

.header-top {
  background: #fff;
}

.header-top-item ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 0 12px;
  -webkit-transition: background-color;
  transition: background-color;
  position: relative;
}

.header-top-item ul li:last-child::after {
  display: none;
}

.header-top-item ul li::after {
  position: absolute;
  content: " ";
  background-color: #e5e5e5;
  height: 12px;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -12px;
}

.header-top-item ul li a {
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.banner {
  position: relative;
  z-index: 0;
}

@media (max-width: 992px) {
  .banner {
    padding-top: 73px;
  }
}

.banner-next, .banner-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 20px;
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}

.banner-next:hover, .banner-prev:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #fa4616;
  border: 2px solid #fa4616;
}

@media (min-width: 1025px) {
  .banner-next, .banner-prev {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: 0.5s all;
    transform: 0.5s all;
  }
}

@media (max-width: 575px) {
  .banner-next, .banner-prev {
    display: none;
  }
}

@media (min-width: 1025px) {
  .banner .slideBaner:hover .banner-next, .banner .slideBaner:hover .banner-prev {
    visibility: visible;
    opacity: 1;
    -webkit-transform: 0.5s all;
    transform: 0.5s all;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}

.banner-next {
  right: var(--swiper-navigation-sides-offset, 30px);
  left: auto;
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}

.banner-prev {
  left: var(--swiper-navigation-sides-offset, 30px);
  right: auto;
}

.banner-slug {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15%;
}

.banner-slug__text {
  width: 579px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
  .banner-slug__text {
    width: 50%;
  }
}

@media (max-width: 365px) {
  .banner-slug__text {
    display: none;
  }
}

.banner-slug .title-baner {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.c-img.silde_banner_img{
  padding-top: 50%;
}

.banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .banner-img img {
    height: 300px;
  }
}

.main-search-top {
  text-align: end;
  padding-right: 4%;
  position: absolute;
  width: 100%;
  max-width: 1030px;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}

.main-search-top.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
}

.logo {
  width: 30%;
}

.form-search-top {
  position: relative;
  max-width: 300px;
  margin-left: auto;
}

.form-search-top .input-search {
  border: 1px solid #ddd;
  padding: 12px;
  height: 32px;
  font-size: 0.97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  border-radius: 5px;
}

.form-search-top .input-search:focus {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  opacity: 1 !important;
  outline: 0;
  color: #333;
  background-color: #fff;
}

.form-search-top .btn-submit-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  border: none;
  background-color: #B50208;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-size: 19px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.menu-footer {
  background: #ececec;
}

.menu-footer .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 585px) {
  .menu-footer .item ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 585px) {
  .menu-footer .item ul li {
    width: 33.333%;
  }
}

.menu-footer .item ul li a {
  padding: 6px 0;
  display: block;
  color: #383838;
  text-decoration: underline;
  font-size: 14px;
}

@media (max-width: 585px) {
  .menu-footer .item ul li a {
    font-size: 13px;
  }
}

@media (max-width: 365px) {
  .menu-footer .item ul li a {
    font-size: 12px;
  }
}

.footer {
  background: #740404;
  position: relative;
  padding-top: 50px;
}

.footer-coppy {
  background: #b10303;
  padding: 10px 0 10px;
  color: #b4b4b4;
  font-size: 14px;
  text-align: center;
}

.footer .item-search {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .menu-top-search {
  width: 100%;
  max-width: 100%;
}

.footer .menu-top-search input-search {
  border-radius: 0;
  height: 34px;
  max-width: 300px;
  width: 100%;
}

@media (min-width: 992px) {
  .footer .menu-top-search input-search {
    width: 300px;
  }
}

.footer .menu-top-search .form-search-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .menu-top-search .form-search-top .btn-submit-search {
  position: unset;
  border-radius: 0;
  padding: 8px 16px;
  font-size: 16px;
  margin-left: 20px;
  height: 34px;
}

.footer .item-menu__txt {
  color: #b4b4b4;
  font-size: 14px;
  padding: 5px 0;
}

.footer .item-menu__txt a {
  color: #b4b4b4;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.footer .item-menu__txt a:hover, .footer .item-menu__txt a:focus {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}

.footer-logo img {
  width: 100%;
  object-fit: contain;
}

.footer-end_icon{
  position: absolute;
  bottom: 25px;
  width: 100%;
}

.footer-logo{
  height: 100%;
  position: relative;
}

.footer_logo{
  position: absolute;
  top: 120px;
  width: 100%;
  max-width: 205px;
}

.slogan_img{
  margin-left: 40px;
}

.footer-form .form-control {
  background: #2d4256;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5215686275);
  width: 100%;
  height: 46px;
  border-radius: 0;
  color: #fff;
  padding-left: 0;
}

.footer-form .form-control::-webkit-input-placeholder {
  color: #6d6969;
}

.footer-form .form-control::-moz-placeholder {
  color: #6d6969;
}

.footer-form .form-control:-ms-input-placeholder {
  color: #6d6969;
}

.footer-form .form-control::-ms-input-placeholder {
  color: #6d6969;
}

.footer-form .form-control::placeholder {
  color: #6d6969;
}

.footer-form .form-control:hover, .footer-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-body {
  color: #fff;
  font-size: 16px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.footer-body .items .title-footer {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
  display: block;
  font-weight: 700;
}

.footer_company_name{
  font-size: 18px;
  font-weight: 800;
}

.footer-body .items ul {
  margin: 0;
  padding: 0;
}

.footer-body .items ul li {
  list-style: none;
  position: relative;
  padding-left: 16px;
}

.footer-body .items ul li::after {
  position: absolute;
  content: "";
  background: url("../images/widget-link-dark.png") no-repeat 100%;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
}

.footer-body .items ul li a {
  color: #b4b4b4;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  font-size: 14px;
  padding: 5px 0;
}

.footer-body .items ul li a:hover, .footer-body .items ul li a:focus {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}

.footer .footer-end_tille {
  color: #fff;
  padding: 50px 0;
  padding-top: 30px;
}

.footer .footer-end_p {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  text-align: left;
}

.footer .icon_footer {
  color: #b4b4b4;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #b4b4b4;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.footer .icon_footer:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #3a589d;
  color: #fff;
  border: 2px solid #3a589d;
}

.footer .icon_footer--instagram:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #3b6994;
  color: #fff;
  border: 2px solid #3b6994;
}

.footer .icon_footer--twitter:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #2478ba;
  color: #fff;
  border: 2px solid #2478ba;
}

.footer .icon_footer--pinterest:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #cb2320;
  color: #fff;
  border: 2px solid #cb2320;
}

.footer .icon_footer--linkedin:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #0072b7;
  color: #fff;
  border: 2px solid #0072b7;
}

.footer .icon_footer--youtube:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #c33223;
  color: #fff;
  border: 2px solid #c33223;
}

.footer-2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.pagination li {
  margin: 0 5px;
}

.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #334862;
  color: #334862;
  font-size: 14px;
}

.pagination li a i {
  color: #334862;
}

.pagination li a:hover {
  background: #fa4616;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  border: 1px solid #fa4616;
}

.pagination li .active {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fa4616;
  color: #fff;
  font-size: 14px;
  width: 33px;
  height: 33px;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #fa4616;
}

.hv_img {
  display: block;
  position: relative;
}

.hv_img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.hv_img:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

@keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  20% {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  30% {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.product-home {
  padding-top: 30px;
  margin-bottom: 45px;
  overflow-x: hidden;
}

@media (max-width: 992px) {
  .product-home {
    padding-bottom: 0;
  }
}

.product-home-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-home-list .item {
  display: block;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin: 0 15px 30px;
  width: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media (min-width: 1025px) {
  .product-home-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
}

.product-home-list .item:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.product-home-list .item-img {
  width: 100%;
}

@media (min-width: 1025px) {
  .product-home-list .item-img {
    width: 50%;
  }
}

.product-home-list .item-img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.product-home-list .item-content {
  padding: 20px;
}

@media (min-width: 1025px) {
  .product-home-list .item-content {
    width: 50%;
  }
}

.product-home-list .item-content__ttl {
  font-weight: bold;
  font-size: 18px;
}

.product-home-list .item-content__txt {
  font-size: 14px;
  margin: 10px 0 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-home-list .item-content .button-more {
  margin: 10px 0;
}

.product-home-detail .item {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.c-img.procate_item_img img{
  background: #ffffff;
  transform: scale(1);
  transition: all .5s;
  border: 3px solid #fff;
  border-radius: 10px;
}

.procate_item_img{
    box-shadow: 0 0 2.5em #fff;
    margin-bottom: 20px;
}

.hv_img:hover:hover .procate_item_img img{
  scale: 1.1;
}

.product-home-detail .item-content {
  padding: 20px;
  text-align: left;
}

.product-home-detail {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media (min-width: 1025px) {
  .product-home-detail .item-content {
    padding: 10px;
    text-align: center;
  }
}

.product-home-detail .item .button-more {
  margin-bottom: 10px;
}

.product-home-detail .item__ttl {
  font-size: 16px;
  padding-top: 5px;
  font-weight: 800;
}

.mb_50{
  margin-bottom: 30px; 
}

@media (min-width : 1200px) {
  .row-25{
    margin-left: -25px;
    margin-right: -25px;
  }
  
  .row-25>div{
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .mb_50{
    margin-bottom: 50px; 
  }
}

.c-img.procate_item_img{
  padding-top: 75%;
}

.bg_pro_cate_home{
  background-size: cover;
}

.product-home-detail .item__txt {
  margin-bottom: 15px;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.button-more a {
  color: #fa4616;
  border: 2px solid #fa4616;
  padding: 7px 20px;
  font-size: 14px;
  border-radius: 5px;
}

.button-more a:hover {
  background: #fa4616;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .product-home-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-home-list .item {
    width: 100%;
  }

  .product-home-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-home-detail .item {
    width: 100%;
  }
}

.introduct {
  text-align: center;
}

.introduct .ttl {
  font-weight: bold;
  font-size: 30px;
  color: #B50208;
}

.introduct .txt {
  padding: 10px 0 20px;
}

@media only screen and (max-width: 768px) {
  .product-home h2, .introduct .ttl, body .company .page_title {
    font-size: 22px;
  }

  .introduct .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .introduct .content .item {
    width: 100%;
  }
}

.order {
  padding: 30px 0;
  background-size: cover !important;
  background-position: center center !important;
}

@media (max-width: 768px) {
  .order {
    background: rgba(16, 134, 205, 0.1607843137) !important;
  }
}

@media (min-width: 992px) {
  .order {
    padding: 50px 0 70px;
  }
}

.order .box {
  width: 100%;
}

@media (min-width: 1025px) {
  .order .box {
    width: 49%;
  }
}

.order .box .ttl {
  font-weight: bold;
  font-size: 22px;
}

@media (min-width: 992px) {
  .order .box .ttl {
    font-size: 30px;
  }
}

.order .box .txt {
  max-width: 500px;
  font-size: 16px;
  margin: 10px 0 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.order .button {
  margin: 15px 0;
}

.order .button a {
  font-weight: bold;
  color: #fff;
  background: #d7262c;
  padding: 10px 30px;
}

/* Product-page */
.product-item {
  padding: 0px 15px 30px 15px;
}

@media (max-width: 992px) {
  .product-item {
    padding-top: 61px;
  }
}

.product-item-image {
  color: #334862;
  font-size: 19px;
}

.product-item-cat {
  font-size: 12px;
  font-weight: 600;
  color: #797979;
  margin-bottom: 4px;
  text-transform: inherit;
}

.product-item-money {
  font-size: 14px;
  font-weight: bold;
}

.product-item-money__sale {
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 10px;
}

.product-item__title {
  font-size: 22px;
  font-weight: 700;
  color: #616060;
  letter-spacing: 0;
  margin-bottom: 0;
}

.product-left {
  max-height: 667px;
  overflow-y: auto;
  overflow-x: hidden;
}

.product-left .product-item__title {
  margin-bottom: 25px;
}

.product-left-image {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product-left-image__links {
  height: 236px;
  overflow: hidden;
}

.product-left-image:hover .item {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  visibility: hidden;
  opacity: 0;
}

.product-left-image:hover .item-hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  visibility: visible;
  opacity: 1;
}

.product-left-item {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: #fff;
}

.product-left-item .item {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product-left-item .item .product-item-image__links {
  overflow: hidden;
  display: block;
}

.c-img.item_pro_img{
  padding-top: 70%;
}

.product-left-item .item img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

.product-left-item .item-hover {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.product-left-list ul li {
  position: relative;
  margin-bottom: 5px;
}

.product-left-list ul li ul {
  margin-top: 5px;
}

.product-left-list ul li ul li a {
  background: #fff;
  color: #616060;
  transition: all .2s;
}

.product-left-list ul li ul li a:hover{
  color: #B50208;
}

.product-left-list ul li i {
  position: absolute;
  top: 7px;
  right:7px;
  color: #fff;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff ;
}

.product-left-list ul li a {
  color: #334862;
  font-size: 16px;
  display: block;
  padding: 10px 10px;
  background: linear-gradient(to bottom, #E8151F, #640606);
  color: #fff;
}

.product-left-list ul li a.active {
  color: #000;
  font-weight: bolder;
}

.product-left-slug {
  padding: 4px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-detail {
  padding: 40px 0;
}

.product-detail-right .item .table-specifications {
  margin-bottom: 5px;
  display: -webkit-box;
}

@media (min-width: 575px) {
  .product-detail-right .item .table-specifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-detail-right .item .title {
  background: linear-gradient(to bottom, #E8151F, #640606);
  padding: 5px 10px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
}

.product-detail-right .item .specifications-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 45%;
  background: linear-gradient(to bottom, #E8151F, #640606);
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
}

@media (min-width: 575px) {
  .product-detail-right .item .specifications-title {
    width: 29.5%;
  }
}

.product-detail-right .item .specifications-txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 55%;
  padding: 5px 10px;
  background: #ececec;
  color: #000;
  font-size: 18px;
}

.map.map_footer iframe{
  max-height: 330px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px;
  max-width: 90%;
}

.map.map_footer{
  text-align: right;
}

@media (min-width: 575px) {
  .product-detail-right .item .specifications-txt {
    width: 69.5%;
  }
}

.product-detail .slideProduct2 {
  max-height: 500px;
}

.product-detail .slideProduct2 img {
  object-fit: contain;
  width: 100%;
  object-position: top;
}

.product-detail .slideProduct2 .icon-zoom {
  position: relative;
  display: block;
}

.product-detail .slideProduct2 .icon-zoom:hover::after {
  color: #e54006;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product-detail .slideProduct2 .icon-zoom:hover::before {
  border: 2px solid #e54006;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product-detail .slideProduct2 .icon-zoom::after {
  font-family: fontawesome;
  content: "\f065";
  position: absolute;
  font-size: 20px;
  bottom: 20px;
  left: 30px;
  color: #b4b4b4;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 2;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.product-detail .slideProduct2 .icon-zoom::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border: 2px solid #b4b4b4;
  bottom: 15px;
  left: 18px;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.product-detail .slideProduct .swiper-slide {
  padding: 2px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 1px solid transparent;
}

.product-detail .slideProduct .swiper-slide img {
  width: 100%;
}

.c-img.detail_pro_thumb{
  padding-top: 77%;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .product-detail .slideProduct .swiper-slide img {
    object-fit: contain;
  }
}

.product-detail .slideProduct .swiper-slide:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product-detail .slideProduct .swiper-slide-visible {
  opacity: 0.7;
}

.product-detail .slideProduct .swiper-slide-thumb-active {
  border: 1px solid rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.product-similar__title {
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-transform: capitalize;
}

.product-similar__title::after {
  content: "";
  background: url(../images/dotted.png);
  width: 100%;
  height: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}

.product-similar__title::before {
  content: "";
  background: url(../images/dotted.png);
  width: 100%;
  height: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 15px;
}

.product-home h2 , .product-similar__title, .order .box .ttl, .inspiration .page-title{
  color: #B50208;
}

.page_title {
  font-size: 23px;
  color: #B50208;
  font-weight: 900;
}

/* procedure */

.procedure-top {
  margin-bottom: 20px;
}

.procedure_txt {
  font-size: 16px;
}

.procedure-video .video-controls {
  max-width: 700px;
  width: 100%;
}

/*END: procedure */
/* company */
.company-next,
.company-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  width: 20px;
  height: 100%;
}

@media (min-width: 1025px) {

  .company-next,
  .company-prev {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: 0.5s all;
    transform: 0.5s all;
  }
}

.company-next {
  right: var(--swiper-navigation-sides-offset, 0px);
  left: auto;
}

.company-prev {
  left: var(--swiper-navigation-sides-offset, 0px);
  right: auto;
}

.company {
  padding: 50px 0;
  margin-bottom: 2px;
  border-bottom: 3px solid #740404;
  background: #f3f4f6;
}

.company .page_title {
  font-size: 23px;
  margin-bottom: 10px;
}

.procedure {
  padding-bottom: 45px;
}

@media (min-width: 1025px) {
  .company .companySlide:hover .company-next, .company .companySlide:hover .company-prev {
    visibility: visible;
    opacity: 1;
    -webkit-transform: 0.5s all;
    transform: 0.5s all;
  }
}

.company-images {
  width: 121px;
  height: 84px;
}

.company-images img {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 5px;
  object-fit: contain;
}

/*inspiration*/
.inspiration {
  padding-top: 60px;
}

@media (min-height: 992px) {
  .inspiration-images {
    height: 236px;
  }
}

.inspiration-images img {
  width: 100%;
  height: 100%;
}

.inspiration-next, .inspiration-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #B50208;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 59px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.inspiration-next:hover, .inspiration-prev:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 768px) {
  .inspiration-next, .inspiration-prev {
    width: 16px;
    height: 24px;
  }
}

@media (min-width: 1025px) {
  .inspiration-next, .inspiration-prev {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: 0.5s all;
    transform: 0.5s all;
  }
}

@media (min-width: 1025px) {
  .inspiration .inspirationSlide:hover .inspiration-next, .inspiration .inspirationSlide:hover .inspiration-prev {
    visibility: visible;
    opacity: 1;
    -webkit-transform: 0.5s all;
    transform: 0.5s all;
  }
}

.inspiration-next {
  right: var(--swiper-navigation-sides-offset, 0px);
  left: auto;
}

.inspiration-prev {
  left: var(--swiper-navigation-sides-offset, 0px);
  right: auto;
}

.contact {
  padding: 70px 0 0 ;
}

@media (min-width: 1024px) {
  .contact {
    padding: 30px 0 0;
  }
}

.contact_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 22px;
  text-transform: capitalize;
  color: #B50208;
}

.contact_title::after {
  content: "";
  background: url(../images/dotted.png);
  width: 100%;
  height: 10px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}

.contact-left {
  border-right: 1px solid #ececec;
}

@media (min-width: 1200px) {
  .contact-left {
    padding: 30px 0;
  }
}

.contact-left .from-item .btn-submit {
  background: #B50208;
  font-weight: 600;
  color: #fff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-left .from-item__title {
  font-size: 17px;
  color: #282828;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-left .from-item .form-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 10px;
}

.contact-left .from-item .form-control {
  height: 35px;
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}

.contact-left .from-item .form-control--custom {
  height: auto;
}

.contact-left .from-item .erron {
  color: #c33223;
  font-size: 12px;
}

@media (min-width: 1200px) {
  .sidebar-right {
    padding-left: 15px;
  }
}

.sidebar-right .connect-icon .icon {
  color: #fff;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #3a589d;
  padding: 10px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #3a589d;
}

.sidebar-right .connect-icon .icon-instagram {
  background: #3b6994;
  border: 2px solid #3b6994;
}

.sidebar-right .connect-icon .icon-twitter {
  background: #2478ba;
  border: 2px solid #2478ba;
}

.sidebar-right .connect-icon .icon-youtube {
  background: #c33223;
  border: 2px solid #c33223;
}

.sidebar-right .connect-icon .icon-linkedin {
  background: #0072b7;
  border: 2px solid #0072b7;
}

.pricing-box {
  background-color: #F5F5F5;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.075);
}

.pricing-title {
  padding: 15px 0;
  background-color: #F9F9F9;
  border-radius: 3px 3px 0 0;
  text-shadow: 1px 1px 1px #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 992px) {
  .pricing-title {
    font-size: 23px;
  }
}

.pricing-action {
  padding: 15px 6px;
}

@media (min-width: 992px) {
  .pricing-action {
    padding: 15px 30px;
  }
}

.pricing-action .btn-success {
  color: #f13705;
  background-color: #fff;
  border: 1px solid #fa4616;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.pricing-action .btn-success:hover, .pricing-action .btn-success:focus {
  color: #fff;
  background-color: #e54006;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.pricing-action .btn-warning {
  color: #fff;
  background-color: #e54006;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.pricing-action .btn-warning:hover, .pricing-action .btn-warning:focus {
  color: #e54006;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.pricing-action .btn-block {
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 8px 10px;
}

@media (min-width: 992px) {
  .pricing-action .btn-block {
    font-size: 28px;
  }
}

.pricing-price-1 {
  position: relative;
  padding: 10px 0 0 0;
  color: #333;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1;
}

@media (min-width: 768px) {
  .pricing-price-1 {
    font-size: 2em;
  }
}

.pricing-price-1 span {
  display: inline-block;
  vertical-align: top;
  margin: 1px 3px 0 0;
  font-size: 0.5em;
  font-weight: normal;
}

.product-similar-next,
.product-similar-prev {
  position: absolute;
  z-index: 10;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fa4616;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 59px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (min-width: 1025px) {

  .product-similar-next,
  .product-similar-prev {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: 0.5s all;
    transform: 0.5s all;
  }
}

.product-similar-next {
  right: var(--swiper-navigation-sides-offset, 0px);
  left: auto;
}

.product-similar-prev {
  left: var(--swiper-navigation-sides-offset, 0px);
  right: auto;
}

@media (min-width: 1025px) {
  .productSimilarSlide:hover .product-similar-next, .productSimilarSlide:hover .product-similar-prev {
    visibility: visible;
    opacity: 1;
    -webkit-transform: 0.5s all;
    transform: 0.5s all;
  }
}

/*Recruitment*/
.recruitment {
  padding: 30px 0;
}

.recruitment-item__img img {
  width: 100%;
}

.recruitment-item__link {
  display: block;
  position: relative;
}

.recruitment-item__link:hover .day {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #fa4616;
  color: #fff;
}

.recruitment-item__name {
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.recruitment-item__describe {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.recruitment .slug {
  color: #000;
}

.day {
  position: absolute;
  top: 20px;
  left: -10px;
  width: 44px;
  height: 44px;
  text-align: center;
  background: #fff;
  border: 2px solid #f13705;
  color: #fa4616;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.day_number {
  font-weight: 600;
}

/*END: Recruitment*/
@media (min-width: 1366px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

@media (max-width: 365px) {
  .product-home .col-6 {
    width: 100%;
  }
}

.page-product {
  padding-top: 24px;
}

@media (max-width: 992px) {
  .page-product {
    padding-top: 60px;
  }

  .page-product .js-product {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -65px;
    position: relative;
    z-index: 11;
  }

  .page-product .product-left {
    position: fixed;
    z-index: 10;
    width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    left: 0;
    top: 0;
    min-height: 120vh;
    background: #fff;
    padding: 100px 10px 0 10px;
    -webkit-transform: translateX(-500%);
    transform: translateX(-500%);
  }

  .page-product .product-left.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .page-product .product-left .product-left-list {
    max-height: 400px;
    overflow: auto;
  }

  .page-product .bg_menu {
    -webkit-transform: translateX(500%);
    transform: translateX(500%);
    width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: rgba(255, 0, 0, 0.2196078431);
    height: 120vh;
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    padding-top: 62px;
  }

  .page-product .bg_menu.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .page-product .bg_menu .close_menu {
    float: right;
    color: #fff;
    font-size: 25px;
    padding: 7px;
    color: #fa4616;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media (max-width: 600px) {
  .page-product .product-left {
    width: 60%;
  }

  .page-product .bg_menu {
    width: 40%;
  }
}

@media (max-width: 500px) {
  .page-product .product-left {
    width: 80%;
  }

  .page-product .bg_menu {
    width: 20%;
  }
}

.product-qc {
  padding-top: 10px;
}

.product-qc img {
  width: 100%;
}

.btn-filter {
  border: 1px solid #ccc;
}

.btn-filter i {
  margin-right: 2px;
}

.smooth {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.mt-80 {
  margin-top: 80px;
}

.abouts {
  margin-top: 60px;
}

.abouts .abouts-img img {
  border-radius: 5px;
}

.abouts .items_abouts_short {
  margin-top: 19px;
  border-radius: 5px 5px 0px 0px;
  background: rgba(23, 114, 203, 0.0784313725);
  padding: 23px 27px;
  border-bottom: 1px solid #244691;
}

.abouts .items_abouts_short .name {
  color: #F21520;
  letter-spacing: 0.07em;
  font-size: 32px;
}

.abouts .items_abouts_short .name_cty {
  font-size: 16px;
  color: rgb(133, 133, 133);
}

.abouts .items_abouts_short .name_cty:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #F21520;
}

.abouts .items_abouts_area {
  margin-left: auto;
}

.model_img.c-img{
  padding-top: 65%;
}

@media (min-width: 1024) {
  .abouts .items_abouts_area {
    max-width: 90%;
  }
}

.abouts .items_abouts_area .about_text {
  color: #F21520;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 12px;
}

.abouts .items_abouts_area .news-title {
  color: rgb(47, 47, 47);
  font-size: 32px;
  position: relative;
  margin-bottom: 32px;
}

.abouts .items_abouts_area .news-title::after {
  position: absolute;
  content: "";
  background: #244691;
  width: 40px;
  height: 2px;
  left: 0;
  bottom: -16px;
}

.abouts .items_abouts_area .news-short-cty {
  color: #474747;
  font-size: 16px;
  line-height: 1.4;
}

.abouts .items_abouts_area .itmes_slug ul {
  margin: 0;
  padding: 0;
}

.abouts .items_abouts_area .itmes_slug li {
  margin-top: 16px;
  position: relative;
}

@media (min-width: 1024px) {
  .abouts .items_abouts_area .itmes_slug li {
    padding-left: 40px;
  }
}

.abouts .items_abouts_area .itmes_slug li::after {
  position: absolute;
  content: "";
  background: url(../images/2.svg) no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
}

.abouts .items_abouts_area-style {
  max-width: 100%;
  margin-right: auto;
}

.abouts .items_abouts_area-style .news-short-cty {
  text-align: justify;
}

.abouts .items_abouts_area-style .items-box ul {
  margin: 0;
  padding: 0;
}

.abouts .items_abouts_area-style .items-box li {
  margin-top: 16px;
  position: relative;
  padding-left: 30px;
}

.abouts .items_abouts_area-style .items-box li::after {
  position: absolute;
  content: "";
  background: url(../images/3.svg) no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 3px;
}

.ceo {
  max-width: 90%;
  margin-left: auto;
}

.ceo .abouts-img {
  max-height: 500px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ceo .abouts-img:before {
  position: absolute;
  content: "";
  background: url(../images/bo-g.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: -34px;
}

.ceo .abouts-img img {
  border-radius: 5px;
  height: 100%;
}

.name_ceo {
  color: #244691;
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}

.ceo_position {
  color: #474747;
  font-size: 16px;
}

.abouts.ceo_area {
  background-repeat: no-repeat !important;
  background-size: 43% 570px !important;
  background-position: 100% -70px !important;
  margin-top: 80px;
  margin-bottom: 80px;
}

.measure {
  background: #F4F6F9;
  margin-top: 0;
  position: relative;
}

.measure .nav-pills .nav-link {
  border-radius: 0;
}

.measure .nav-link {
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 500;
}

.measure .nav-pills .nav-link.active, .measure .nav-pills .show>.nav-link {
  background: #B50208;
  border-radius: 5px;
  color: #fff;
}

.measure .measure_item .measure_item_one img {
  max-height: 171px;
  border-radius: 5px;
}

.measure .measure_item_tow img {
  border-radius: 5px;
}

.measure .items_abouts_area {
  max-width: 100%;
}

.measure .items_abouts_area .news-title {
  margin: 0;
  margin-bottom: 6px;
}

.measure .items_abouts_area .news-title::after {
  display: none;
}

.measure .items_abouts_area ul li {
  margin-top: 0;
  margin-bottom: 16px;
}

.measure .measure-pt {
  padding-top: 80px;
  padding-bottom: 12%;
}

.measure .btn-measure-box {
  margin-bottom: 24px;
  margin-top: 32px;
}

.measure .btn-measure-box .btn-measure {
  border-bottom: 1px solid #B50208;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 160px;
  height: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 24px;
}

.measure .btn-measure-box .btn-measure :last-child {
  margin-right: 24px;
}

.measure .btn-measure-box .btn-measure:hover {
  background: #B50208;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news_solution {
  position: relative;
  margin-top: -7%;
  margin-bottom: 80px;
}

.news_solution .news_solution_item {
  padding: 32px 33px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  min-height: 100%;
}

.news_solution .news_solution_item ul {
  margin: 0;
  padding: 0;
}

.news_solution .news_solution_item li {
  margin-top: 16px;
  position: relative;
  padding-left: 30px;
}

.news_solution .news_solution_item li::after {
  position: absolute;
  content: "";
  background: url(../images/2.svg) no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 3px;
}

.news_solution .news_solution_item .news_name {
  color: #2F2F2F;
  font-weight: 500;
  font-size: 24px;
}

.about_text {
  color: #F21520;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 12px;
}

.news-title {
  color: rgb(47, 47, 47);
  font-size: 32px;
  position: relative;
  margin-bottom: 32px;
}

.news-title::after {
  position: absolute;
  content: "";
  background: #244691;
  width: 40px;
  height: 2px;
  left: 0;
  bottom: -16px;
}

.fl_social {
  position: fixed;
  z-index: 9;
  right: 50px;
  bottom: 0px;
  max-width: 42px;
}

.fl_social_fix {
  display: block;
  width: 40px;
  animation: phone;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  margin-bottom: 30px;
  border-radius: 50%;
  animation: lac 1s 3s linear infinite;

}

.fl_social .fl_social_fix img {
  max-width: 41px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fl_social.left_contact {
  left: 20px;
  right: auto;
}

.c-img {
  display: block;
  position: relative;
  padding-top: 100%;
}

.c-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.c-img.item_product {
  padding-top: 55%;
}

.c-img.detail_pro {
  padding-top: 80%;
}

.product-home-detail, .product-home-detail .item {
  height: 100%;
}

.breadcrumb li:after {
  color: #d7262c;
  font-size: 15px;
}

.breadcrumb li a {
  font-size: 15px;
  color: #d7262c;
  text-transform: capitalize;
}

.breadcrumb li {
  position: relative;
  padding-right: 15px;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li:last-child a {
  pointer-events: none;
}

.breadcrumb li:after {
  position: absolute;
  content: '\f105';
  font-family: FontAwesome;
  right: 5px;
}

.detail_label {
  font-size: 17px;
  font-weight: 600;
  margin-right: 10px;
}

.price_value {
  font-size: 15px;
  color: #888888;
  text-decoration: line-through;
  margin-right: 10px;
}

.price_sale_value {
  font-size: 21px;
  font-weight: 600;
  color: #000;
}

.price_note {
  font-size: 14px;
  font-style: italic;
  color: #d7262c;
}

.map iframe {
  width: 100%;
}

.about_us_page .c-img {
  padding-top: 75%;
}

.post_view, .post_date {
  margin-bottom: 0;
  font-size: 14px;
  color: #888888;
  margin-right: 10px;
}

.post_view i, .post_date i {
  font-size: 15px;
  color: #B50208;
  margin-right: 5px;
}

.title_news {
  font-size: 23px;
  color: #B50208;
}

.tag-news__details li {
  display: inline-block;
}

.tag-news__details li a {
  padding: 3px 10px;
}

.tag-share__news .share-tagss {
  display: flex;
  align-items: center;
}

.tag-share__news .share-tagss p {
  color: #333333;
}

.tag-share__news .share-tagss .tag-news__details {
  margin-bottom: 0px !important;
}

.tag-share__news .share-tagss .tag-news__details {
  margin-bottom: 10px;
  flex-wrap: wrap;
  flex: 1;
}

.tag-share__news .share-tagss .tag-news__details li:not(:last-child) {
  margin-right: 40px;
}

.tag-share__news .share-tagss .tag-news__details li a {
  color: #888888;
}

.tag-share__news .share-tagss .share-news__details li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 1000px;
  color: #6A6A6A;
  background-color: #F9F9F9;
}

.tag-share__news .share-tagss .tag-news__details li:hover a, .tag-share__news .share-tagss .share-news__details li:hover a {
  color: #B50208;
}

.tag-share__news .share-tagss ul {
  display: flex;
  align-items: center;
}

.mr-1{
  margin-right: 5px;
}

.mr-2{
  margin-right: 10px;
}

.video_introduce_page.c-img{
	padding-top: 60%;
}

.btn_video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    margin-top: -22.5px;
    -webkit-transform: translate(-50%) scale(1);
    -moz-transform: translate(-50%) scale(1);
    -ms-transform: translate(-50%) scale(1);
    -o-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    background: none;
    border: none;
  }

  .introduce_img{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 3px 3px 10px #888888;
  }

.video_introduce_page iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.struct_procedure_img img{
	object-fit: contain;
}

.btn_video img {
    max-width: 55px;
}

.procedure-video{
  max-width: 700px;
  margin: auto;
}

@-webkit-keyframes phone {

  0% {
    transform: scale(1);
  }

  15% {
    box-shadow: 0 0 0 2px rgb(183, 32, 39, 0.7);
  }

  25% {
    box-shadow: 0 0 0 4px rgba(183, 32, 39, 0.7), 0 0 0 10px rgba(183, 32, 39, 0.5);
  }

  25% {
    box-shadow: 0 0 0 6px rgba(183, 32, 39, 0.7), 0 0 0 15px rgba(183, 32, 39, 0.3);
  }
}

@media (min-width: 768px) {
  .pr-4 {
    padding-right: 40px;
  }
}

.item_link {
  color: #B50208;
}

.footer-end_tille .form-search-top .btn-submit-search {
  background: linear-gradient(to bottom, #E8151F, #640606);
  height: 38px !important;
}

.modal-box {
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4);
}

.modal-content {
  margin: auto;
  max-width: 850px;
  max-height: 700px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .modal-box {
    padding: 0 16px;
  }
}

.modal-content img{
  width: 100%;
  height: auto;
  object-fit: contain;
}

.close {
  text-align: end;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: linear-gradient(to bottom, #E8151F, #640606);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
}

.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}