@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.be-vietnam-pro-thin {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 100;
  font-style: normal;
}

.be-vietnam-pro-extralight {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 200;
  font-style: normal;
}

.be-vietnam-pro-light {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 300;
  font-style: normal;
}

.be-vietnam-pro-regular {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 400;
  font-style: normal;
}

.be-vietnam-pro-medium {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 500;
  font-style: normal;
}

.be-vietnam-pro-semibold {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 600;
  font-style: normal;
}

.be-vietnam-pro-bold {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 700;
  font-style: normal;
}

.be-vietnam-pro-extrabold {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 800;
  font-style: normal;
}

.be-vietnam-pro-black {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 900;
  font-style: normal;
}

.be-vietnam-pro-thin-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 100;
  font-style: italic;
}

.be-vietnam-pro-extralight-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 200;
  font-style: italic;
}

.be-vietnam-pro-light-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 300;
  font-style: italic;
}

.be-vietnam-pro-regular-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 400;
  font-style: italic;
}

.be-vietnam-pro-medium-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 500;
  font-style: italic;
}

.be-vietnam-pro-semibold-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 600;
  font-style: italic;
}

.be-vietnam-pro-bold-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 700;
  font-style: italic;
}

.be-vietnam-pro-extrabold-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 800;
  font-style: italic;
}

.be-vietnam-pro-black-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 900;
  font-style: italic;
}

[data-background] {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

:root {
  --font-primary: "Be Vietnam Pro", serif;
  --color-red: #EE2035;
  --color-white: #fff;
  --color-black: #202020;
  --color-gray: #888;
  --bg-red: #EE2025;
  --bg-black: #1F1F1F;
  --bg-gray: #F5F5F5;
  --bg-white: #fff;
}

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

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

.bg-red {
  background: var(--bg-red);
}

.header-top {
  background: var(--bg-red);
  color: var(--color-white);
}

.language-currency-wrap {
  padding: 5px 0;
}

.language-active {
  background: var(--bg-white);
  padding: 3px 10px;
  border-radius: 6px;
}

.language-currency-wrap .language-wrap .language-dropdown {
  border-radius: 6px;
}

.welcome-text {
  display: flex;
}

.welcome-text p {
  margin-right: 10px;
}

.welcome-text a {
  color: var(--color-white);
  align-items: center;
  display: flex
}

.welcome-text .link img {
  margin-right: 5px;
}

.socialHanel {
  margin-right: 15px;
}

.socialHanel ul {
  display: flex;
  align-items: center;
}

.socialHanel ul li {
  margin-left: 10px;
}

.socialHanel a {
  color: var(--color-white);
}

.socialHanel i {
  font-size: 20px;
}

.header-bottom {}

.header-search-1 {
  margin-left: 25px;
}

.moreLink {
  display: flex;
  padding: 14px 0 12px;
  justify-content: end;
}

.moreLink li {
  margin-left: 15px;
}

.moreLink a {
  color: var(--color-white);
}

.widgetInfo {
  margin-bottom: 15px;
}

.widgetInfo p {
  font-size: 14px;
  margin: 0 0 3px 0;
  line-height: 22px;
}

.widgetInfo p strong {
  font-weight: 500;
}

.widgetInfo p a {
  color: var(--color-white);
}

.footer-widget .companyName {
  font-weight: 600;
}

.footer-widget .socialHanel li {
  margin-left: 0;
  margin-right: 15px;
}

.footer-widget .socialHanel i {
  font-size: 24px;
}

.footer-list ul li i {
  margin-right: 8px;
}

.posR .footer-top {
  z-index: 9;
  position: relative;
}

.posR {
  position: relative;
  overflow: hidden;
}

.posR .eleRight {
  position: absolute;
  right: -80px;
  bottom: 0;
  z-index: 6;
}

.posR .eleLeft {
  position: absolute;
  left: -80px;
  bottom: 0;
  z-index: 6;
}

.posR .eleLeft img {
  transform: rotate(180deg);
}

.brand-logo-active .main-slider-nav2 {
  top: 28%;
}

.solution-active .main-slider-nav2,
.product-slider-active .main-slider-nav2 {
  top: 30%;
}

.service-active .main-slider-nav2 {
  top: 40%;
}

.brand-logo-active:hover .main-slider-nav2,
.solution-active:hover .main-slider-nav2,
.product-slider-active:hover .main-slider-nav2,
.service-active:hover .main-slider-nav2 {
  opacity: 1;
  visibility: visible;
}

.main-slider-nav2.brand-prev,
.main-slider-nav2.solution-prev,
.main-slider-nav2.product-prev,
.main-slider-nav2.service-prev {
  left: 30px;
}

.main-slider-nav2.brand-next,
.main-slider-nav2.solution-next,
.main-slider-nav2.product-next,
.main-slider-nav2.service-next {
  left: auto;
  right: 30px;
}

.viewMore {
  color: var(--bg-red);
  border: 1px solid var(--color-red);
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 14px;
}

.viewMore svg {
  fill: var(--color-red);
}

.bgImage {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.blogHot,
.blogItemRight {
  overflow: hidden;
  position: relative;
}

.blogHot .blogThumb,
.blogItemRight .blogThumb {
  overflow: hidden;
  position: relative;
}

.blogHot .blogThumb .bgImage {
  height: 356px;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.blogHot:hover .blogThumb .bgImage {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.blogHot .info {
  padding: 10px 15px;
}

.tags-time {
  margin-bottom: 8px;
}

.tags-time span,
.tags-time span a,
.product-content .tags span,
.product-content .tags span a,
.product-details-content .tags span,
.product-details-content .tags span a {
  font-size: 12px;
  color: var(--color-gray);
}

.tags-time .line {
  margin: 0 8px;
}

.tags-time .tags span a:hover {
  color: var(--color-red);
}

.info .tilte {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.blogHot .info .tilte a:hover {
  color: var(--bg-red);
}

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

.blogHot .info .linkMore {
  margin-top: 10px;
}

.blogHot .info .linkMore svg {
  fill: var(--color-black)
}

.blogHot .info .linkMore a:hover svg {
  fill: var(--color-red);
}

.blogItemRight {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.blogItemRight .blogThumb .bgImage {
  height: 127px;
  width: 180px;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
}

.blogItemRight:hover .blogThumb .bgImage {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.blogItemRight .info {
  padding: 10px 15px;
}

.blogItemRight .info .tilte {
  font-size: 16px;
  line-height: 22px;
  -webkit-line-clamp: 3;
}

.blogItemRight .info .desc {
  -webkit-line-clamp: 2;
  display: none;
}

.solutionItem {
  position: relative;
  overflow: hidden;
}

.solutionItem .solutionThumb {
  position: relative;
  overflow: hidden;
  height: 250px;
  margin-bottom: 15px;
  border-radius: 12px;
}

.solutionItem .solutionThumb .bgImage {
  height: 250px;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.solutionItem:hover .solutionThumb .bgImage {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.solutionItem .info .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}

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

.product-content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.product-content .tags span {
  font-size: 13px;
  color: var(--color-gray);
}

.service-active figure {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 100%;
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
}

.service-active figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.service-active figure figcaption {
  padding: 30px 20px 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.service-active figure figcaption::before,
.service-active figure figcaption::after {
  pointer-events: none;
}

.service-active figure figcaption,
.service-active a figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-active figure h2 {
  color: var(--color-white);
  font-weight: 600;
  font-size: 22px;
}

figure.effectHanel img {
  width: 100%;
}

figure.effectHanel {
  background: var(--bg-black);
  /* background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); */
}

figure.effectHanel img,
figure.effectHanel .serviceThumb {
  max-width: none;
  height: 320px;
  opacity: 0.6;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effectHanel figcaption {
  text-align: left;
}

figure.effectHanel h2 {
  position: relative;
  margin-bottom: 15px;
}

figure.effectHanel p {
  display: inline-block;
  color: var(--color-white);
  text-transform: none;
  font-size: 14px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
  line-height: 22px;
}

figure.effectHanel p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effectHanel:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.effectHanel:hover {
  background: var(--bg-red);
}

figure.effectHanel:hover img,
figure.effectHanel:hover .serviceThumb {
  opacity: 0.2;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

figure.effectHanel:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effectHanel p a {
  color: var(--color-white);
}

figure.effectHanel p svg {
  fill: var(--color-white);
}

.maillFooter {
  display: flex;
  position: relative;
}

.maillFooter input {
  border: none;
  padding: 10px 30px;
  border-bottom: 1px solid #fff;
  background: transparent;
}

.maillFooter input::placeholder {
  color: var(--color-white);
}

.maillFooter input:focus {
  background: transparent;
  color: var(--color-white);
}

.maillFooter button {
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  top: 10px;
}

.maillFooter .icMail {
  border: none;
  background: transparent;
  position: absolute;
  left: 0;
  top: 6px;
}

.maillFooter button svg {
  fill: var(--color-white);
}

.sticky-bar.stick {
  padding: 0;
}

.map iframe {
  width: 100%;
  height: 350px;
  margin-bottom: -10px;
}

.contact-area .bgImage {
  height: 560px;
  width: 460px;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
}

.contact-area .bgImage::before {
  content: '';
  display: block;
  background: rgba(238, 32, 37, .4);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 9;
}

.contact-area .bgImage .info {
  position: absolute;
  bottom: 20px;
  z-index: 99;
  left: 15px;
  right: 15px;
}

.contact-area .bgImage .info h3,
.contact-area .bgImage .info p {
  color: #fff;
}

.contactInfo {
  padding: 0;
}

.contactInfo .title {
  font-size: 20px;
}

.contentText {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}

.contactInfo {
  padding: 0 10%;
}

.contactInfo .title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-red);
  margin-bottom: 10px;
}

.contactInfo p {
  margin-bottom: 5px;
}

.formHanel {
  margin-top: 15px;
}

.formHanel input,
.formHanel textarea {
  margin-bottom: 3px;
  height: 40px;
  border-radius: 6px;
}

.formHanel textarea {
  min-height: 150px;
  padding: 15px !important;
}

.formHanel .form-group {
  margin-bottom: 10px;
}

.btnHanel {
  width: 100%;
  border-radius: 6px;
  text-align: center;
  padding: 8px 20px;
  background: var(--bg-black);
  color: var(--color-white);
  display: block;
}

.btnHanel svg {
  fill: var(--color-white);
}

.btnHanel:hover svg {
  fill: var(--color-red);
}

.newsLisst .blogHot {
  margin-bottom: 30px;
}

.newsLisst .blogHot .blogThumb .bgImage {
  height: 260px;
}

.sidebar-widget .sidebar-widget-title-2 {
  margin-bottom: 15px;
}

.sidebar-widget .desc {
  font-style: italic;
  font-weight: 500;
}

.blogWidget .blogItemRight .blogThumb .bgImage {
  width: 80px;
  height: 80px;
}

.blogWidget .blogItemRight .info .tilte {
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}

.blogWidget .blogItemRight .info .tags-time {
  margin-bottom: 0;
}

.blogWidget .blogItemRight .info {
  padding: 5px 10px;
}

.sidebar-widget .cateLits li {
  padding: 12px 10px;
  border-left: 2px solid var(--color-red);
  background: var(--bg-gray);
  margin-bottom: 3px;
}

.blogDetail {
  padding-right: 50px;
}

.blogDetail .blogName {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}

.blogDetail .tags-time {
  margin-bottom: 10px;
  font-size: 13px;
}

.blogDetail .subtitleBlog {
  font-weight: 600;
  margin-bottom: 10px;
}

.blogContent p {
  text-align: justify;
}

.blogContent img {
  margin: 10px auto;
  width: 100%;
}

.tableRecrut .btnHanel {
  background: transparent;
  color: var(--color-red);
  border: 1px solid var(--color-red);
}

.tableRecrut .btnHanel svg {
  fill: var(--color-red);
}

.tableRecrut .btnHanel:hover {
  background: var(--bg-red);
  color: var(--color-white);
}

.tableRecrut .btnHanel:hover svg {
  fill: var(--color-white);
}

.titleHanel {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}

.tableRecrut thead tr th {
  background: #F9F7FF;
  color: var(--color-black);
  border-top: 1px solid #EAEAEA;
}

.tableRecrut th,
.tableRecrut td {
  padding: 12px 15px;
  vertical-align: middle;
}

.tableRecrut tbody tr td:nth-child(3),
.tableRecrut thead tr th:nth-child(3) {
  text-align: center;
}

.tableRecrut tbody tr td:first-child {
  width: 50%;
}

.tableRecrut tbody tr td:last-child {
  text-align: right;
  width: 20%;
}

.tableRecrut tbody tr:nth-child(even) {
  background: #FBFBFB;
}

.recruitment-area .tags-time span {
  color: var(--color-red);
  font-size: 14px;
}

.formCV {
  background: #FDE9EB;
  border-radius: 20px;
  padding: 20px;
  color: var(--bg-black);
}

.formCV .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.formCV .desc {
  margin-bottom: 20px;
}

.formCV .contact-form-style input,
.contact-form-style input,
.formCV .contact-form-style select {
  height: 40px;
  color: var(--color-black);
  border-radius: 6px;
  padding: 2px 15px;
  margin-bottom: 5px;
  background: var(--bg-white);
  border: 1px solid var(--color-white);
}

.formHanel.contact-form-style input {
  height: 40px;
  padding: 2px 15px;
  margin-bottom: 5px;
}

.formCV .contact-form-style select {
  padding-left: 15px;
  font-size: 14px;
}

.formCV .contact-form-style .form-group,
.contact-form-style .form-group {
  margin-bottom: 10px;
}

.formCV .contact-form-style input::placeholder,
.contact-form-style input::placeholder {
  color: var(--color-black);
}

.btnHanel-red {
  background: var(--bg-red);
  border-radius: 6px;
  width: 100%;
  text-align: center;
  min-height: 40px;
  border-color: transparent;
}

.btnHanel-red svg {
  fill: var(--color-white);
}

.btnHanel-red:hover {
  background: var(--bg-black);
}

.btnHanel-red:hover svg {
  fill: var(--color-red);
}

.formCV .contact-form-style .form-group .input-group input {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  font-size: 14px;
}

.formCV .contact-form-style .form-group .input-group {
  position: relative;

}

.formCV .contact-form-style .form-group .input-group .input-group-text {
  background-color: var(--bg-white);
  color: var(--color-red);
  border: none;
  position: absolute;
  right: 0;
  padding: 8px 10px;
  z-index: 9;
}

.datepicker td,
.datepicker th {
  width: 30px;
  height: 30px;
}

.contact-form-style .form-group input[type="file"] {
  display: none;
}

.custom-file-upload {
  background: var(--bg-white);
  border: 1px solid var(--color-white);
  height: 40px;
  width: 100%;
  color: var(--color-black);
  border-radius: 6px;
  padding: 8px 15px;
  margin-bottom: 5px;
  cursor: pointer;
}

.form-control:focus {
  box-shadow: none;
}

.page-area .product-wrap .product-img,
.product-wrap .product-img {
  border: 1px solid var(--bg-gray);
}

.page-area .product-wrap {
  margin-bottom: 30px;
}


.product-wrap .product-content h3 {
  margin-bottom: 8px;
}

.product-content .prdName a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 16px;
  min-height: 39px;
}

.product-price {
  margin-bottom: 8px;
}

.product-price span.new-price {
  color: #309E68;
  font-size: 15px;
}

.product-content .product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.addCart {
  width: 30px;
  height: 30px;
  background: #309E68;
  border-radius: 60px;
  text-align: center;
  padding-top: 3px;
}

.product-price .right {
  display: flex;
  align-items: center;
}

.product-price .buyMore {
  margin-left: 10px;
}

.product-details-img-wrap .swiper-slide {
  border: 1px solid var(--bg-gray);
}

.product-details-content .tags,
.product-details-content .desc {
  margin-bottom: 10px;
}

.single-product-cart>a {
  padding: 12px 30px;
  border-radius: 6px;
}

.product-quality>input {
  height: 45px;
  border-radius: 6px;
  text-align: center;
}

.product-quality .qtybutton.dec {
  line-height: 45px;
  top: 0;
}

.product-quality .qtybutton.inc {
  top: 0;
  font-size: 30px;
}

.product-quality>input:focus {
  background: var(--bg-white);
}

.product-quality {
  border-radius: 6px;
  width: 100px;
}

.product-quality>input {
  width: 100px;
}

.product-details-content h2 {
  line-height: 32px;
  font-weight: 600;
}

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

.product-details-small-img-wrap .swiper-slide-thumb-active {
  border: 1px solid var(--color-red);
}

.pd-nav-style-2 {
  z-index: 9;
  top: 50%;
}

.product-description-content ul li,
.service-area .blogContent ul li {
  padding-left: 20px;
  /* display: flex; */
  position: relative;
  margin-bottom: 5px;
}

.product-description-content ul li::before,
.service-area .blogContent ul li::before {
  display: block;
  content: "\e64c";
  font-family: 'themify';
  position: absolute;
  left: 0;
  color: var(--color-red);
}

.product-details-action-wrap {
  margin-top: 20px;
  background: #FDE9EB;
  border-radius: 20px;
  padding: 20px;
  color: var(--bg-black);
  flex-wrap: wrap;
}

.qltPrd span {
  margin-right: 10px;
}

.formPrd {
  width: 100%;
  margin-top: 10px;
}

.formPrd p {}

.product-details-content {
  padding-left: 60px;
}

.box-shadow {
  -webkit-box-shadow: 0 0 15px rgba(14, 14, 14, 0.19);
  box-shadow: 0 0 15px rgba(14, 14, 14, 0.19);
}

.serviceItem {
  padding: 30px 20px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.serviceItem .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.serviceItem .title a {
  color: var(--color-black);
}

.serviceItem .desc {
  margin-bottom: 10px;
  -webkit-line-clamp: 5;
}

.serviceItem .info {
  position: relative;
  z-index: 9;
}

.serviceItem a {
  color: var(--color-red);
}

.serviceItem a svg {
  fill: var(--color-red);
}

.serviceItem .element {
  position: absolute;
  right: -30px;
  top: 10px;
  z-index: 6;
}

.serviceItem .element img {
  width: 300px;
  opacity: 0.2;
}

.serviceItem .serviceThumb {
  text-align: center;
  width: 68px;
  height: 68px;
  background: #FDE9EB;
  border-radius: 12px;
  margin-bottom: 20px;
  padding-top: 8px;
}

.serviceItem:hover {
  background: linear-gradient(90deg, rgba(191, 0, 19, 1) 0%, rgba(238, 32, 53, 1) 100%);
}

.serviceItem:hover .title a,
.serviceItem:hover .desc,
.serviceItem:hover a {
  color: var(--color-white);
}

.serviceItem:hover a svg {
  fill: var(--color-white);
}

.serviceItem:hover .serviceThumb {
  background: var(--bg-white);
}

.serviceItem:hover .element img {
  opacity: 1;
}

.imgThumbService img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

.about-content .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-content p {
  margin-bottom: 10px;
  text-align: justify;
}

.imgResponsive {
  width: 100%;
}

.about-content .descHanel {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.serviceThumb img {
  width: 53px;
}

.content-ttdv .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.content-ttdv .subtitle {
  color: var(--color-red);
}

.content-ttdv ul {
  display: flex;
  flex-wrap: wrap;
}

.content-ttdv ul li {
  width: 50%;
  position: relative;
  margin-bottom: 5px;
  padding-left: 40px !important;
}

.content-ttdv ul li:nth-child(2n+1) {
  padding-right: 10px !important;
}

.content-ttdv ul li::before {
  display: block;
  content: "\e66c" !important;
  font-family: 'Pe-icon-7-stroke' !important;
  position: absolute;
  left: 0;
  color: var(--color-red);
  font-size: 30px;
}

.product-description-content table tbody tr {
  border-radius: 10px;
  border-width: 1px;
}

.product-description-content table tbody tr td {
  padding: 10px;
}

.product-description-content table tbody tr td:nth-child(2n+1) {
  border-right: 1px solid #bfbfbf;
}

.product-description-content table tbody,
.product-description-content table td,
.product-description-content table tfoot,
.product-description-content table th,
.product-description-content table thead,
.product-description-content table tr {
  border-color: #bfbfbf;
}

.product-description-content table tr td ul li {
  margin-bottom: 0;
}

.product-description-content table dl,
.product-description-content table ol,
.product-description-content table ul {
  margin-bottom: 0;
}

.solution-content .blogContent ul {
  margin-left: 20px;
}

.solution-content .blogContent ul li {
  list-style: disc;
}

.main-menu>nav>ul>li>ul li a {
  line-height: 20px;
}
.page-area figure.effectHanel p{
  transform: none;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1680px) {}

@media (max-width: 1366px) {}

@media (min-width: 992px) {}

@media (min-width: 992px) and (max-width: 1229px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 932px) {}

@media (max-width: 844px) {}

@media (min-width: 480px) and (max-width: 767px) {}

@media (max-width: 1229px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
  .header-search-1 {
    margin-left: 0px;
  }

  .header-responsive-padding {
    padding: 10px 0;
  }

  .header-bottom {
    padding: 0;
  }

  .header-action-style {
    width: 38px;
    height: 38px;
    text-align: center;
    padding-top: 6px;
  }

  .mobile-menu-active-button {
    font-size: 20px;
  }

  .header-search-1 .search-toggle i {
    font-size: 26px;
  }

  .viewMore span {
    display: none;
  }

  .blogHot .blogThumb .bgImage {
    height: 220px;
  }

  .blogHot {
    margin-bottom: 15px;
  }

  .blogHot .info .tilte {
    font-size: 16px;
  }

  .blogItemRight .blogThumb .bgImage {
    height: 100px;
    width: 130px;
  }

  .blogItemRight .info .tilte {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
  }

  .tags-time {
    flex-wrap: wrap;
  }

  .tags-time .line {
    display: none;
  }

  .tags-time .time {
    width: 100%;
  }

  .tags-time .tags {
    width: 100%;
  }

  .tags-time {
    margin-bottom: 0px;
  }

  .section-title-2 h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .mb-50 {
    margin-bottom: 30px;
  }

  figure.effectHanel p {
    transform: none;
  }

  .service-active figure figcaption {
    padding: 100px 20px 25px;
  }

  .off-canvas-active .off-canvas-close {
    left: auto;
    right: 10px;
    top: 10px;
    background: transparent;
  }

  .off-canvas-active .off-canvas-wrap {
    padding: 40px 20px 50px;
  }

  .off-canvas-active .off-canvas-close i {
    color: var(--color-black);
  }

  .language-currency-wrap.language-currency-wrap-modify .language-wrap .language-dropdown {
    width: 140px;
  }

  .main-wrapper.main-wrapper-2 {
    position: relative;
    overflow: hidden;
  }

  .moreLink {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 0 10px;
  }

  .moreLink a {
    font-weight: 500;
  }

  .copyright {
    padding: 10px 0 5px;
    text-align: center !important;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .contact-area .bgImage {
    height: 275px;
    width: 100%;
    margin-bottom: 20px;
  }

  .contactInfo {
    padding: 0;
  }

  .contactInfo .title {
    font-size: 20px;
  }

  .blogDetail {
    padding-right: 0;
  }

  .product-details-content {
    padding-left: 0px;
  }

}

@media (max-width: 600px) {}

@media (max-width: 479px) {}

.error {
  font-size: 12px;
  font-style: italic;
  color: #f00;
  margin-bottom: 0;
  margin-top: 5px;
}