/* Base */
:root {
  scroll-behavior: auto;
}

body {
  font-family: "Arial", sans-serif;
  color: #333;
}
body.active-menu-mobi {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* width */
  /* Track */
  /* Handle */
}
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: 0.8;
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}
*::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

table {
  width: 100%;
}

ul,
ol,
li {
  list-style-position: inside;
}

a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: inherit;
}
a:hover {
  color: #e47818;
}

img,
iframe,
video {
  max-width: 100%;
}

.text-left {
  text-align: left;
}

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

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.inner-container {
  width: 100%;
  max-width: 1420px;
  padding: 0px 15px;
  margin: 0 auto;
}

.row {
  margin: 0px -15px;
}
.row > * {
  padding: 0px 15px;
}

.hidden {
  display: none;
}

.error {
  font-size: 13px;
  color: red;
}

.cursor {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #ef7b0e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cursor {
    display: none;
  }
}

.cookiePopup {
  display: flex;
  width: calc(100% - 20px);
  max-width: 400px;
  background: #f3f3f3;
  flex-wrap: wrap;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
.cookiePopup__text {
  display: block;
  width: 100%;
  padding: 30px;
  color: #000;
  margin-bottom: 0;
  border-bottom: 2px solid #666;
}
.cookiePopup__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 42px;
  color: #000;
  background: transparent;
}
.cookiePopup__btn.btnGotIt {
  background: #e47818;
  color: #fff;
}
.cookiePopup__btn:hover {
  background: #f39c4a;
  color: #fff;
}

input[type=checkbox] {
  margin-right: 5px;
}

::-webkit-input-placeholder {
  color: #555;
}

::-moz-placeholder {
  color: #555;
}

:-ms-input-placeholder {
  color: #555;
}

::-ms-input-placeholder {
  color: #555;
}

::placeholder {
  color: #555;
}

button,
textarea {
  font-family: inherit;
}

.btn:focus {
  box-shadow: none;
}

@keyframes ani_scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes nhapnho {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes nhapnhay {
  0% {
    transform: scale(1);
    color: #fff;
  }
  100% {
    transform: scale(1.1);
    color: #FFC600;
  }
}
@keyframes lac {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(-25deg);
  }
  20% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(-25deg);
  }
  40% {
    transform: rotate(25deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes hotline_before {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes hotline_after {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.nav-swiper {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #213047;
  color: #fff;
  transition: 0.4s;
  font-size: 18px;
  top: calc(50% - 20px);
  margin: 0;
  overflow: hidden;
  z-index: 8;
  opacity: 0.5;
  border-radius: 50%;
}
.nav-swiper::after {
  display: none;
}
.nav-swiper:hover {
  opacity: 1;
}
.nav-swiper.swiper-button-prev {
  left: 15px;
  text-indent: -3px;
}
.nav-swiper.swiper-button-next {
  right: 15px;
  text-indent: 3px;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Page navigation */
.page-navi {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px 0px 30px;
}
.page-navi a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #000;
  background: #fff;
  font-weight: bold;
  transition: 0.4s;
  cursor: pointer;
  margin: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.page-navi a.active {
  border-color: #e51937;
  background: #e51937;
  color: #fff;
}

.hotline-ani {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .hotline-ani {
    bottom: 80px;
  }
}
.hotline-ani:before, .hotline-ani:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}
.hotline-ani:before {
  z-index: 1;
  border: 2px solid #0A3970;
  width: 100%;
  height: 100%;
  animation: 1s hotline_before ease-in-out 0s infinite;
}
.hotline-ani:after {
  z-index: 2;
  background: rgba(10, 57, 112, 0.3);
  width: 80%;
  height: 80%;
  animation: 1s hotline_after 0s ease-out infinite alternate;
}
.hotline-ani .icon-hotline-ani {
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  animation: 1s lac 0s ease-in infinite;
  z-index: 3;
}
.hotline-ani .hotline-number {
  position: absolute;
  left: 50%;
  white-space: nowrap;
  background: #0A3970;
  color: #fff;
  padding: 0px 20px 0px 40px;
  display: flex;
  align-items: center;
  height: 50%;
  border-radius: 0px 40px 40px 0px;
}
.hotline-ani.zalo-ani {
  bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .hotline-ani.zalo-ani {
    bottom: 170px;
  }
}
.hotline-ani.zalo-ani:before {
  border-color: #0A94E3;
}
.hotline-ani.zalo-ani:after {
  background: rgba(10, 148, 227, 0.3);
}

.header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.7);
  color: #fff;
  z-index: 99;
}
@media (max-width: 992px) {
  .header {
    padding: 8px 0px;
  }
}
.header__inner {
  display: block;
  width: 100%;
  position: relative;
}
.header__logos {
  gap: 0px 30px;
}
@media (max-width: 992px) {
  .header__logos {
    gap: 0px 15px;
  }
}
.header__logo {
  display: block;
  width: fit-content;
  max-width: 240px;
}
.header__logo img {
  display: block;
  max-height: 100px;
  transition: 0.4s;
}
@media (max-width: 992px) {
  .header__logo img {
    max-height: 85px;
  }
}
.header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .header__menu {
    position: fixed;
    left: 0;
    top: 0;
    flex-direction: column;
    width: 100%;
    max-width: 280px;
    height: 100vh;
    background: #f59f21;
    color: #fff;
    z-index: 99;
    justify-content: unset;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.15s ease-in-out;
    transform: translateX(-100%);
  }
}
.header.fixed .header__logo img {
  max-height: 75px;
}

.toggleMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  color: #fff;
  font-size: 32px;
}
.toggleMenu:focus {
  box-shadow: none;
}

.closeMenu {
  display: none;
}
@media (max-width: 992px) {
  .closeMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 32px;
    margin-left: auto;
    flex-shrink: 0;
    border: none;
    background: none;
    color: #fff;
  }
  .closeMenu:focus {
    box-shadow: none;
  }
}

.overlayMenu {
  display: none;
}
@media (max-width: 992px) {
  .overlayMenu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 98;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(1px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

#menu-primary {
  display: flex;
  width: fit-content;
  margin: 0;
  padding: 0;
}
#menu-primary .menu-item {
  display: block;
  width: fit-content;
}
@media (min-width: 992px) {
  #menu-primary .menu-item:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  #menu-primary .menu-item:hover > .menu-link {
    color: #E75405;
  }
  #menu-primary .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
#menu-primary .menu-item .menu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 135px;
  padding: 0px 45px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.4s;
}
@media (min-width: 992px) {
  #menu-primary .menu-item .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    background: #f3f3f3;
    padding: 30px 0px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.15s ease-in-out;
  }
  #menu-primary .menu-item .mega-menu::before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70%;
    height: 100%;
    background: #fff;
  }
  #menu-primary .menu-item .mega-menu .inner-container {
    display: flex;
    position: relative;
    align-items: flex-start;
  }
  #menu-primary .menu-item .mega-menu .mega-title {
    display: block;
    width: 20%;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
  }
  #menu-primary .menu-item .mega-menu .mega-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 0;
    border-top: 2px solid #f59f21;
  }
  #menu-primary .menu-item .mega-menu .mega-lv-1 {
    display: flex;
    flex-direction: column;
    width: 20%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0;
    padding: 0;
    min-height: 290px;
  }
  #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item {
    display: flex;
    width: 100%;
    padding: 0px 15px;
  }
  #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item .mega-link {
    display: block;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
    color: #000;
    transition: 0.4s;
    font-weight: 700;
  }
  #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item:hover > .mega-link, #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item.active > .mega-link {
    color: #ff0000;
  }
  #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item:hover > .btn-sub, #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item.active > .btn-sub {
    color: #ff0000;
  }
  #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item:hover .mega-lv-2, #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item.active .mega-lv-2 {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    left: 40%;
  }
  #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item .btn-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    background: none;
    color: #000;
    border: none;
    border-radius: 0;
    pointer-events: none;
    margin-left: -20px;
  }
}
@media (min-width: 992px) and (max-width: 992px) {
  #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item .btn-sub {
    pointer-events: all;
  }
}
@media (min-width: 992px) {
  #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item .btn-sub:focus {
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item .mega-lv-2 {
    position: absolute;
    top: 0;
    left: 39%;
    transition: 0.15s ease-in-out;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin: 0;
    padding: 0;
    width: 20%;
    min-height: 290px;
  }
  #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item .mega-lv-2 .mega-item {
    display: block;
    width: 100%;
    padding: 0px 15px;
  }
  #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item .mega-lv-2 .mega-item .mega-link {
    display: block;
    width: 100%;
    padding: 10px 0px;
    color: #000;
    font-weight: normal;
  }
  #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item .mega-lv-2 .mega-item .mega-link .prod-img {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    display: block;
    width: 300px;
    height: 255px;
    background: #f59f21;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    object-fit: contain;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.15s ease-in-out;
  }
  #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item .mega-lv-2 .mega-item:hover > .mega-link {
    color: #E75405;
  }
  #menu-primary .menu-item .mega-menu .mega-lv-1 .mega-item .mega-lv-2 .mega-item:hover > .mega-link > .prod-img {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
#menu-primary .menu-item > .btn-sub {
  display: none;
}
#menu-primary .menu-item:has(.sub-menu) {
  position: relative;
}
#menu-primary .menu-item .sub-menu {
  display: block;
  width: auto;
  min-width: 150px;
  background: #f3f3f3;
  padding: 1px 10px 0px;
  margin: 0;
  transition: 0.15s ease-in-out;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-wrap: nowrap;
}
#menu-primary .menu-item .sub-menu li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#menu-primary .menu-item .sub-menu li a {
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
#menu-primary .menu-item .sub-menu li:hover > a {
  color: #E75405;
}
@media (max-width: 992px) {
  #menu-primary {
    flex-direction: column;
    width: 100%;
  }
  #menu-primary .menu-item {
    display: block;
    width: 100%;
    position: relative;
  }
  #menu-primary .menu-item .menu-link {
    height: auto;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    justify-content: unset;
    align-items: unset;
  }
  #menu-primary .menu-item .mega-menu {
    position: relative;
    left: unset;
    top: unset;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: none;
    background: #E75405;
    padding: 10px 0px;
  }
  #menu-primary .menu-item .mega-menu .inner-container {
    padding: 0;
  }
  #menu-primary .menu-item .mega-menu .mega-title {
    display: none;
  }
  #menu-primary .menu-item .mega-menu ul {
    margin: 0;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  #menu-primary .menu-item .mega-menu .mega-item {
    margin-top: 10px;
  }
  #menu-primary .menu-item .mega-menu .mega-item .mega-link .prod-img {
    display: none;
  }
  #menu-primary .menu-item .mega-menu .mega-item > .btn-sub {
    display: none;
  }
  #menu-primary .menu-item > .btn-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 68px;
    pointer-events: all;
    border: none;
    background: none;
    color: #fff;
    transform: rotate(90deg);
    transition: 0.4s;
  }
  #menu-primary .menu-item > .btn-sub:focus {
    box-shadow: none;
  }
  #menu-primary .menu-item > .btn-sub.active {
    transform: rotate(-90deg);
  }
  #menu-primary .menu-item .sub-menu {
    position: relative;
    left: unset;
    top: unset;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: none;
    background: #ff7931;
    padding: 0px;
    transform: unset;
    transition: unset;
  }
  #menu-primary .menu-item .sub-menu li a {
    color: #fff;
    padding: 10px;
    padding-left: 15px;
  }
}

.toggleSearch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 22px;
  border: none;
  background: none;
  color: #fff;
}
.toggleSearch:hover {
  color: #E75405;
}
.toggleSearch * {
  pointer-events: none;
  z-index: -1;
}
.toggleSearch:focus {
  box-shadow: none;
}

.searchDropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 210px;
  background: rgba(6, 3, 5, 0.66);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  filter: blur(10px);
  transition: 0.3s ease-in-out;
}
.searchDropdown.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  filter: blur(0);
}
@media (max-width: 992px) {
  .searchDropdown {
    height: auto;
    padding: 20px 10px;
    top: calc(100% + 8px);
  }
}

.searchForm {
  display: flex;
  width: 100%;
  max-width: 1080px;
  background: none;
}
.searchForm .btnSearch {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
}
.searchForm .btnSearch:hover {
  color: #E75405;
}
.searchForm .btnSearch * {
  pointer-events: none;
  z-index: -1;
}
.searchForm .btnSearch:focus {
  box-shadow: none;
}
.searchForm input {
  flex: 1 1 auto;
  font-size: 16px;
  height: 50px;
  padding: 0px 15px;
}
.searchForm input:focus {
  box-shadow: none;
}

@media (min-width: 992px) {
  .fixed #menu-primary .menu-item .menu-link {
    height: 90px;
  }
}

.active-menu-mobi .header__menu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.active-menu-mobi .overlayMenu {
  opacity: 1;
  visibility: visible;
}

.footer {
  display: block;
  width: 100%;
  padding: 20px 0px;
  background: #666666;
}
.footer__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__main {
    flex-direction: column;
    row-gap: 10px;
    align-items: unset;
    justify-content: unset;
  }
}
.footer__main .copyright {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  color: #bbb;
}
.footer__main .copyright a {
  color: #fff;
  font-size: 14px;
}
.footer__main .copyright a:hover {
  color: #ef7b0e;
}
.footer__info {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.footer__info p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  color: #bbb;
}
.footer__info p a {
  color: #fff;
  font-size: 14px;
}
.footer__info p a:hover {
  color: #ef7b0e;
}
.footer__info .address p {
  font-size: 16px;
}

.slider {
  display: block;
  width: 100%;
}
.slider .swiper-pagination-bullet-active {
  background: #E75405;
}
.slider .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background: #333333;
  color: #fff;
  opacity: 0.9;
  transition: 0.4s;
}
@media (max-width: 992px) {
  .slider .swiper-nav {
    display: none;
  }
}
.slider .swiper-nav::after {
  display: block;
  width: auto;
  height: auto;
  background: none;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-size: 26px;
}
.slider .swiper-nav.swiper-button-prev::after {
  content: "\f053";
}
.slider .swiper-nav.swiper-button-next::after {
  content: "\f054";
}
.slider .swiper-nav:hover {
  opacity: 1;
  background: #E75405;
}
.slider__banner {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.slider__banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
  animation: ani_scaleIn 1.6s both cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 992px) {
  .slider__banner img {
    height: 480px;
  }
}
.slider__banner iframe, .slider__banner video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  pointer-events: none;
}
@media (max-width: 992px) {
  .slider__banner iframe, .slider__banner video {
    height: 480px;
    pointer-events: all;
  }
}
.slider__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1420px;
  padding: 0px 30px;
}
.slider__title {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .slider__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.slider__text {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .slider__text {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.slider__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E75405;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: fit-content;
  height: 40px;
  padding: 0px 30px;
  border-radius: 40px;
  transition: 0.3s;
}
.slider__btn:hover {
  background: #f39c4a;
  color: #fff;
}
@media (max-width: 992px) {
  .slider__btn {
    height: 35px;
    font-size: 16px;
  }
}
.slider .swiper-slide-active .slider__title, .slider .swiper-slide-active .slider__text, .slider .swiper-slide-active .slider__btn {
  animation: fadeInScale 1s 0.3s ease-in-out both;
}

.aboutHome {
  display: block;
  width: 100%;
  padding: 40px 0px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .aboutHome {
    padding: 20px 0px;
  }
}
.aboutHome__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 50px 0px;
}
@media (max-width: 992px) {
  .aboutHome__content {
    padding: 0px 0px 20px;
  }
}
.aboutHome__title {
  display: block;
  width: 100%;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .aboutHome__title {
    font-size: 30px;
  }
}
.aboutHome__subtitle {
  display: block;
  width: 100%;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .aboutHome__subtitle {
    font-size: 18px;
  }
}
.aboutHome__des {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.aboutHome__des p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .aboutHome__des {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.aboutHome__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: fit-content;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  background: #E75405;
  border-radius: 40px;
  border: none;
  padding: 0px 30px;
}
.aboutHome__btn:hover {
  background: #f39c4a;
  color: #fff;
}
.aboutHome__btn:focus {
  box-shadow: none;
}
@media (max-width: 992px) {
  .aboutHome__btn {
    font-size: 14px;
    height: 30px;
  }
}
.aboutHome__banner {
  display: block;
  width: 100%;
}
.aboutHome__banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.latestProd {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  padding: 40px 0px 0px;
}
@media (max-width: 992px) {
  .latestProd {
    padding: 20px 0px 0px;
  }
}
.latestProd__title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .latestProd__title {
    font-size: 30px;
  }
}
.latestProd .nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin: 0px 0px 30px;
  gap: 10px 20px;
}
.latestProd .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 9rem;
  background: #f3f3f3;
  color: #000;
  font-size: 22px;
  text-transform: capitalize;
  transition: 0.3s;
  padding: 10px 40px;
}
.latestProd .nav-tabs .nav-link:not(.active):hover {
  background: #f39c4a;
}
.latestProd .nav-tabs .nav-link.active {
  background: #E75405;
  color: #fff;
}
.latestProd__main {
  display: block;
  width: 100%;
  background: #ebebeb;
}
.latestProd__slider {
  margin-left: -15px;
  margin-right: -15px;
  padding: 60px 0px 140px;
}
@media (max-width: 992px) {
  .latestProd__slider {
    padding: 30px 0px 100px;
  }
}
.latestProd__slider .product {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.latestProd__slider .swiper-slide {
  height: auto;
  padding: 15px;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .latestProd__slider .swiper-slide.swiper-slide-next {
    transform: translateY(30px);
  }
}
.latestProd__slider .swiper-button-prev {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: fit-content;
  align-items: center;
  top: unset;
  left: unset;
  bottom: 60px;
  right: 52%;
}
@media (max-width: 992px) {
  .latestProd__slider .swiper-button-prev {
    bottom: 30px;
  }
}
.latestProd__slider .swiper-button-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  border-radius: 50%;
  background: #b7b8b9;
  color: #fff;
  transition: 0.4s;
}
.latestProd__slider .swiper-button-prev::after {
  font-size: 0;
  background: none;
  display: block;
  width: 140px;
  height: 0;
  border-top: 3px solid #b7b8b9;
  transition: 0.4s;
}
@media (max-width: 992px) {
  .latestProd__slider .swiper-button-prev::after {
    width: 80px;
  }
}
.latestProd__slider .swiper-button-prev:hover::before {
  background: #E75405;
}
.latestProd__slider .swiper-button-prev:hover::after {
  border-color: #E75405;
}
.latestProd__slider .swiper-button-next {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  width: fit-content;
  align-items: center;
  top: unset;
  right: unset;
  bottom: 60px;
  left: 52%;
}
@media (max-width: 992px) {
  .latestProd__slider .swiper-button-next {
    bottom: 30px;
  }
}
.latestProd__slider .swiper-button-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  border-radius: 50%;
  background: #b7b8b9;
  color: #fff;
  transition: 0.4s;
}
.latestProd__slider .swiper-button-next::after {
  font-size: 0;
  background: none;
  display: block;
  width: 140px;
  height: 0;
  border-top: 3px solid #b7b8b9;
  transition: 0.4s;
}
@media (max-width: 992px) {
  .latestProd__slider .swiper-button-next::after {
    width: 80px;
  }
}
.latestProd__slider .swiper-button-next:hover::before {
  background: #E75405;
}
.latestProd__slider .swiper-button-next:hover::after {
  border-color: #E75405;
}

.product {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #f5f8fa;
  border: 1px solid transparent;
  padding: 30px;
  transition: 0.4s;
  justify-content: space-between;
}
.product:hover {
  border-color: #E75405;
}
.product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  flex-shrink: 0;
  margin-bottom: 30px;
}
.product__image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: auto;
}
.product__title {
  display: flex;
  align-items: flex-end;
  width: 100%;
  font-size: 16px;
  color: #000;
  transition: 0.4s;
  margin-bottom: 0;
  flex: 1 1 auto;
}

.products {
  display: block;
  width: 100%;
  background: #f9fafc;
  overflow: hidden;
  padding: 50px 0px;
}
.products__list {
  row-gap: 30px;
}
@media (max-width: 992px) {
  .products {
    padding: 10px 0px 20px;
  }
  .products__list {
    row-gap: 10px;
  }
}

.sidebar {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 30px;
  position: relative;
  z-index: 1;
}
.sidebar__block {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.sidebar__title {
  display: block;
  width: 100%;
  padding: 18px 10px;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  background: #E85C10;
  color: #fff;
  text-transform: uppercase;
}
.sidebar__menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.sidebar__menu li {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding: 0px 10px;
}
.sidebar__menu li:last-child > a {
  border-bottom: none;
}
.sidebar__menu li a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #ccc;
}
.sidebar__menu li .btn-sub {
  position: absolute;
  top: 0;
  right: 0;
  height: 54px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: none;
  background: none;
  line-height: 1;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .sidebar__menu li .btn-sub {
    pointer-events: none;
  }
}
.sidebar__menu li ul {
  display: block;
  width: fit-content;
  min-width: 250px;
  background: #fff;
  box-shadow: 5px 3px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0px;
  position: absolute;
  top: 0;
  left: 98%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.15s ease-in-out;
}
.sidebar__menu li ul li {
  white-space: nowrap;
}
.sidebar__menu li ul li a {
  font-weight: normal;
}
.sidebar__menu li:hover > a {
  color: #ff0000;
}
.sidebar__menu li:hover > .btn-sub {
  color: #ff0000;
}
.sidebar__menu li:hover > ul {
  left: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.sidebar__menu li.active a {
  color: #E75405;
}

.topPage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  background: #E85C10;
  position: relative;
  min-height: 450px;
  padding-top: 135px;
}
@media (max-width: 992px) {
  .topPage {
    padding-top: 120px;
    min-height: 320px;
  }
}
.topPage__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  animation: ani_scaleIn 1.6s both cubic-bezier(0.645, 0.045, 0.355, 1);
}
.topPage .inner-container {
  position: absolute;
}
.topPage__content {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.topPage__subtitle {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  animation: fadeInScale 1s 0.3s ease-in-out both;
}
@media (max-width: 992px) {
  .topPage__subtitle {
    font-size: 14px;
  }
}
.topPage__title {
  display: block;
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 0;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.43);
  animation: fadeInScale 1s 0.3s ease-in-out both;
}
@media (max-width: 992px) {
  .topPage__title {
    font-size: 30px;
  }
}

.full-breadcrumb {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 20px 0px;
  background: #fff;
  overflow: hidden;
}
.full-breadcrumb .breadcrumb {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  color: #6b6868;
}
.full-breadcrumb .breadcrumb a::after {
  content: " /";
}
.full-breadcrumb .breadcrumb a:hover {
  color: #E85C10;
}

@media (max-width: 992px) {
  .productDetail__summary {
    row-gap: 20px;
  }
}
.productDetail__images {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  background: #f5f8fa;
}
.productDetail__images::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.productDetail__images img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  object-fit: contain;
  z-index: 0;
}
.productDetail__thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 10px;
}
.productDetail__thumbs .thumb {
  display: flex;
  grid-column: span 1;
  grid-row: span 1;
  background: #f5f8fa;
  align-items: center;
  justify-content: center;
}
.productDetail__thumbs .thumb img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
}
.productDetail__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.productDetail__title {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 15px 10px;
}
.productDetail__shortDes {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.productDetail__shortDes p {
  margin-bottom: 8px;
}
.productDetail__tabs {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.productDetail__tabs .inner-container {
  max-width: 990px;
}
.productDetail .tabsCtrl {
  display: block;
  width: 100%;
  background: #5f5e5d;
  color: #fff;
  margin-bottom: 20px;
  position: sticky;
  top: 90px;
  z-index: 9;
}
.productDetail .tabsCtrl .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  border: none;
  overflow: auto;
}
.productDetail .tabsCtrl .nav-tabs .nav-link {
  display: block;
  width: fit-content;
  white-space: nowrap;
  text-transform: uppercase;
  background: none;
  color: #fff;
  padding: 15px 30px;
  font-size: 15px;
  transition: 0.4s;
  border: none;
  border-radius: 0;
  margin: 0;
}
.productDetail .tabsCtrl .nav-tabs .nav-link:hover {
  background: rgba(0, 0, 0, 0.01);
}
.productDetail .tabsCtrl .nav-tabs .nav-link.active {
  background: #E85C10;
}
.productDetail .tabsContent {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}

.aboutPage {
  display: block;
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 50px 0px;
}
@media (max-width: 992px) {
  .aboutPage {
    padding: 0px 0px 20px;
  }
}
.aboutPage__left {
  display: flex;
  flex-direction: column;
  border-right: 2px solid #E85C10;
}
@media (max-width: 992px) {
  .aboutPage__left {
    border-right: none;
  }
}
.aboutPage__title {
  display: block;
  width: 100%;
  font-size: 48px;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .aboutPage__title {
    font-size: 30px;
  }
}
.aboutPage__subtitle {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .aboutPage__subtitle {
    font-size: 17px;
  }
}
.aboutPage__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  min-height: 532px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .aboutPage__banner {
    margin-top: 30px;
    min-height: 480px;
  }
}
.aboutPage__banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.aboutPage__banner .content {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.aboutPage__banner .content .title {
  display: block;
  width: 100%;
  font-size: 50px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .aboutPage__banner .content .title {
    font-size: 30px;
  }
}
.aboutPage__banner .content .subtitle {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 992px) {
  .aboutPage__banner .content .subtitle {
    font-size: 17px;
  }
}
.aboutPage__banner .content .text {
  display: block;
  width: 100%;
  font-weight: normal;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .aboutPage__banner .content .text {
    margin-bottom: 30px;
  }
}
.aboutPage__banner .content .aboutHome__btn {
  margin-left: auto;
  margin-right: auto;
}

.newsPage {
  display: block;
  width: 100%;
  background: #f9fafc;
  padding: 50px 0px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .newsPage {
    padding: 20px 0px;
  }
}
.newsPage .inner-container {
  display: flex;
  flex-direction: column;
}
.newsPage__sort {
  display: block;
  width: 360px;
  border-bottom: 2px solid #000;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .newsPage__sort {
    width: 100%;
    max-width: 360px;
  }
}
.newsPage__sort .sortIndex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5px;
}
.newsPage__sort .sortIndex::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: normal;
}
.newsPage__sort .sortDropdown {
  position: absolute;
  top: 98%;
  display: flex;
  flex-direction: column;
  left: 0;
  width: 100%;
  background: rgba(245, 159, 33, 0.86);
  color: #fff;
  padding: 5px 0px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.15s ease-in-out;
}
.newsPage__sort .sortDropdown a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  transition: 0.15s ease-in-out;
}
.newsPage__sort .sortDropdown a::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 0;
  margin-right: 0;
  height: 0;
  border-top: 1px solid #fff;
  transition: 0.15s ease-in-out;
}
.newsPage__sort .sortDropdown a:hover {
  color: #fff;
}
.newsPage__sort .sortDropdown a:hover::before {
  width: 10px;
  margin-right: 10px;
}
.newsPage__sort:hover .sortDropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  top: 100%;
}
.newsPage__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #000;
  margin: 30px 0px;
  position: relative;
  z-index: 0;
}
@media (max-width: 992px) {
  .newsPage__list {
    margin-top: 10px;
    border-top: none;
  }
}
.newsPage__post {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 18px 10px;
  background: transparent;
  border-bottom: 1px solid #fff;
  transition: 0.4s;
}
@media (max-width: 992px) {
  .newsPage__post {
    padding: 10px 0px;
  }
}
.newsPage__post .date {
  width: 230px;
  font-weight: normal;
  color: #666666;
  flex-shrink: 0;
  transition: 0.4s;
  font-size: 14px;
}
@media (max-width: 992px) {
  .newsPage__post .date {
    width: fit-content;
    padding-right: 10px;
  }
}
.newsPage__post .title {
  flex: 1 1 auto;
  max-width: calc(100% - 230px);
  padding-left: 10px;
  transition: 0.4s;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 992px) {
  .newsPage__post .title {
    max-width: unset;
  }
}
.newsPage__post:hover {
  background: #E85C10;
}
.newsPage__post:hover * {
  color: #fff;
}
.newsPage__readmore {
  display: flex;
  width: fit-content;
  height: 45px;
  align-items: center;
  justify-content: center;
  padding: 0px 35px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: #ef7b0e;
  border-radius: 45px;
  border: none;
  transition: 0.4s;
  margin-left: auto;
  margin-right: auto;
}
.newsPage__readmore:hover {
  background: #f39c4a;
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.newsDetail {
  display: block;
  width: 100%;
  padding: 50px 0px;
  background: #f9fafc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .newsDetail {
    padding: 20px 0px;
  }
}
.newsDetail .inner-container {
  display: flex;
  flex-direction: column;
}
.newsDetail__title {
  display: block;
  width: 100%;
  font-size: 30px;
  font-weight: normal;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.newsDetail__date {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #666;
}
.newsDetail__content {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.newsDetail__actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.newsDetail__actions .action {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0px 20px;
  border: none;
  background: #ef7b0e;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
  transition: 0.4s;
}
.newsDetail__actions .action:hover {
  background: #f39c4a;
  color: #fff;
}
.newsDetail__actions .action:not(.backList) {
  padding: 0;
  width: 40px;
  background: #b7b8b9;
  color: #fff;
  transition: 0.4s;
  border-radius: 50%;
  font-size: 18px;
}
.newsDetail__actions .action:not(.backList):hover {
  background: #E85C10;
}

.searchPage {
  display: block;
  width: 100%;
  background: #f9fafc;
  padding: 50px 0px;
  overflow: hidden;
}
.searchPage .inner-container {
  max-width: 1100px;
}
.searchPage__title {
  display: block;
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  color: #302f2f;
  margin-bottom: 40px;
  text-align: center;
}

.application {
  display: block;
  width: 100%;
  padding: 50px 0px;
  background: #f9fafc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .application {
    padding: 10px 0px 20px;
  }
}
.application__title {
  display: block;
  width: 100%;
  font-size: 30px;
  font-weight: normal;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}
@media (max-width: 992px) {
  .application__title {
    font-size: 24px;
  }
}
.application__content {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.application__banner {
  display: block;
  width: 100%;
  overflow: hidden;
}
.application__banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 320px;
}

.relatedProd {
  display: block;
  width: 100%;
}
.relatedProd .inner-container {
  position: relative;
}
.relatedProd__title {
  display: block;
  width: 100%;
  padding: 20px 0px;
  background: #E85C10;
  color: #fff;
  margin-bottom: 35px;
}
.relatedProd__title .title {
  display: block;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0;
}
.relatedProd__slider {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.relatedProd__slider .swiper-slide {
  height: auto;
  padding: 15px;
}
.relatedProd .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #b7b8b9;
}
.relatedProd .swiper-nav::after {
  display: block;
  width: auto;
  height: auto;
  background: none;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-size: 26px;
}
.relatedProd .swiper-nav.swiper-button-prev::after {
  content: "\f053";
}
.relatedProd .swiper-nav.swiper-button-next::after {
  content: "\f054";
}

.page404 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.page404__bg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 768px;
  object-fit: cover;
  animation: ani_scaleIn 1.6s both cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page404__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(245, 159, 33, 0.86);
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .page404__content {
    border-radius: 0;
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
  }
}
.page404__title {
  display: block;
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.page404__text {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 40px;
}
.page404__btn {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  transition: 0.15s ease-in-out;
}
.page404__btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.contact {
  display: block;
  width: 100%;
  padding: 50px 0px;
  background: #f9fafc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .contact {
    padding: 10px 0px 20px;
  }
}
.contact__title {
  display: block;
  width: 100%;
  font-size: 34px;
  font-weight: normal;
  color: #000;
  margin-bottom: 20px;
}
.contact__des {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.contact__form .input-group {
  background: #fff;
  border-radius: 0;
  align-items: center;
  padding: 20px 0px;
}
.contact__form .input-group-text {
  background: none;
  color: #000;
  border: none;
  width: 170px;
  padding: 0;
  font-size: 16px;
  border-right: 1px solid #aaa;
  padding: 0px 10px;
  text-align: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .contact__form .input-group-text {
    font-size: 14px;
    width: 130px;
  }
}
.contact__form .input-group .form-control {
  background: none;
  border-radius: 0;
  border: none;
  padding: 0px 15px;
  font-size: 16px;
}
.contact__form .input-group .form-control:focus {
  box-shadow: none;
}
.contact__form .input-group textarea {
  resize: none;
}
.contact__btn {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0px 30px;
  text-transform: uppercase;
  color: #fff;
  background: #E85C10;
  border-radius: 40px;
  border: none;
}
.contact__btn:hover {
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=style.css.map */
