/*
Theme Name: 
Description: 
*/
/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */
.entry-content cite,
.entry-content dfn,
.entry-content em {
	font-style: italic;
}
.entry-content p {
	line-height: 1.8;
	text-align: justify;
}

.entry-content ol,
.entry-content ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

.entry-content ul {
	list-style-type: square;
}

.entry-content ol {
	list-style: decimal outside;
}

.entry-content li > ul,
.entry-content li > ol {
	margin: 0;
}

.entry-content dl {
	margin: 0 20px;
}

.entry-content dt {
	font-weight: bold;
}

.entry-content dd {
	margin: 0 0 20px;
}

.entry-content code,
.entry-content kbd,
.entry-content pre,
.entry-content samp {
	font-size: 14px;
}

.entry-content pre {
    font-size: 15px;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: 0;
    line-height: 1.8;
    border: 0;
    background: #f5f5f5;
    padding: 10px;
    border-left: 5px solid #ddd;
    margin: 20px 0;
	font-family: 'Segoe';
}

.entry-content blockquote,
.entry-content q {
	quotes: none;
}

.entry-content blockquote:before,
.entry-content blockquote:after,
.entry-content q:before,
.entry-content q:after {
	content: "";
	content: none;
}

.entry-content blockquote {
	font-size: 15px;
	font-weight: 300;
	margin: 10px 0;
	background: rgba(0, 0, 0, 0.02);
}

.entry-content blockquote blockquote {
	margin-right: 0;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

.entry-content cite {
	border-bottom: 0;
}

.entry-content abbr[title] {
	border-bottom: 1px dotted;
}

.entry-content address {
	font-style: italic;
	margin: 0 0 24px;
}

.entry-content del {
	color: #333;
}

.entry-content ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}

.entry-content sub,
.entry-content sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.entry-content sup {
	top: -0.5em;
}

.entry-content sub {
	bottom: -0.25em;
}


/**
 * 4.0 Links
 * ----------------------------------------------------------------------------
 */

.entry-content a {
	text-decoration: none;
	color: #5fb435;
}

.entry-content a:active,
.entry-content a:hover {
	color: #337ab7;
	outline: 0;
}


/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */

.entry-content .alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}

.entry-content .alignright {
	float: right;
	margin: 5px 0 5px 20px;
}

.entry-content .aligncenter {
	display: block;
	margin: 5px auto;
}

.entry-content img.alignnone {
	display: block;
	margin: 5px auto;
}


/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */

.entry-content table {
	border: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

.entry-content caption,
.entry-content th,
.entry-content td {
	font-weight: normal!important;
    border: 1px solid #ededed;
	text-align: left;
}

.entry-content caption {
	font-size: 16px;
	margin: 20px 0;
}

.entry-content th {
	font-weight: normal!important;
	text-transform: uppercase;
    border: 1px solid #ededed;
}

.entry-content td {
	border: 1px solid #ededed;
	padding: 6px 10px;
}


/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */

.entry-content img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.entry-content .wp-caption {
	background: transparent;
	border: none;
	padding: 0;
	text-align: center;
}

.entry-content .wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

.entry-content .wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

.entry-content .wp-caption-dt {
	margin: 0;
}

.entry-content .wp-caption .wp-caption-text,
.entry-content .wp-caption-dd {
	color: #666;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 2.5;
	margin-bottom: 20px;
	padding: 0;
}

.entry-content .mceTemp + ul,
.entry-content .mceTemp + ol  {
	list-style-position: inside;
}


@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap");

:root {
  --primary-color: #367B82;
  --btn-border-color: rgba(0, 0, 0, 0.05);
  --card-border: #ececec;
  --text-gray-100: #666666;
  --text-gray-200: #4e657b;
  --text-gray-300: #555;
  --text-gray-400: #777;
  --bg-gray-50: #f5f5f5;
  --bg-gray-100: #f1f1f1;
  --bg-gray-200: #ddd;
  --bg-gray-300: #f7f5f4;
}

body,
input,
button,
select,
textarea {
  font-family: "Roboto", sans-serif !important;
}

body {
  color: var(--text-gray-400);
  line-height: 1.6;
}

body button {
  color: #ffffff;
  gap: 10px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 3px;
  padding: 0px 15px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

body button:focus,
body button:focus-visible {
  outline: none;
}

body a {
  text-decoration: none;
  color: var(--text-gray-100);
}

body a:hover {
  text-decoration: none;
  color: var(--text-gray-100);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  text-rendering: optimizeSpeed;
  margin: 0;
}

ul {
  margin: 0;
}

li {
  list-style: none;
}

body {
  font-size: 16px !important;
  font-weight: 400;
}

/* Contact list */
.contact-list {
  position: fixed;
  right: 16px;
  bottom: 77px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 10;
}

.contact-list a {
  width: 44px;
  height: 44px;
  cursor: pointer;
}

button.scroll-to-top {
  border: 2px solid var(--text-gray-100);
  background-color: transparent;
  color: var(--text-gray-100);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 11px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  transition: color 0.3s, background 0.3s, border-color 0.3s, display 0.3s,
    transform 0.3s, -webkit-transform 0.3s;
}

button.scroll-to-top:hover {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/** Header **/
.header {
  z-index: 10;
  top: 0;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

/* Header top */
.header-top {
  color: white;
  background-color: var(--primary-color);
}

.header-top .header-top__inner {
  min-height: 33px;
}

.header-top .header-top__title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bolder;
  font-size: 0.75em;
  flex: 1;
  text-align: center;
}

.header-top .header-top--left {
  flex: 1;
  margin-right: auto;
}

.header-top .header-top--right {
  flex: 1;
  margin-left: auto;
}

.header-main .header-top__media {
  justify-content: end;
  gap: 20px;
}

.header-top .header-top__link {
  color: white;
}

.header-top .header-top__link:hover {
  color: white;
  opacity: 0.7;
}

/* Header main */
.header-main {
  height: 100px;
  display: flex;
}

.header-main .header-main__inner {
  gap: 50px;
}

.header-main .header-main__logo {
  width: 142px;
}

.header-main .header-main__search-field {
  height: 35px;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  font-size: 0.97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  font: inherit;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  -webkit-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  -o-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;
}

.header-main .header-main__search-field::placeholder {
  font-weight: 300;
  font-size: 14px;
}

.header-main .header-main__search-button {
  background: var(--primary-color);
  height: 35px;
  padding: 0px 25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: var(--btn-border-color);
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  font-size: 1.2em;
}

.header-main .header-main__cart {
  color: #ffffff !important;
  gap: 10px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 3px;
  padding: 0px 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8em;
  border: none;
  min-width: 120px;
}

.header-main .header-main--right {
  gap: 8px;
}

.header-main .header-main--right .header-main__user {
  background-color: var(--primary-color);
  object-fit: cover;
  min-width: 2.5em;
  height: 2.5em;
  color: white;
}

.vertical-divider {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  height: 30px;
  vertical-align: middle;
  position: relative;
  margin: 0 7.5px;
}

/* Header bottom */
.header-bottom {
  background-color: var(--bg-gray-100);
  position: relative;
}

.header-bottom .header-bottom__navbar {
  gap: 15px;
  min-height: 35px;
}

.header-bottom .header-bottom--left {
  width: 25%;
  min-width: 245px;
  flex: 1;
}

.header-bottom .header-bottom__menu {
  gap: 9px;
  background-color: var(--primary-color);
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.header-bottom .header-bottom__menu-wrap {
  position: relative;
}

.header-bottom .header-bottom__menu-wrap:hover .header-bottom__menu-list {
  display: block;
}

.header-bottom .header-bottom__menu-wrap img {
  width: 22px;
}

.header-bottom .header-bottom__menu-list {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  border: 1px solid var(--bg-gray-200);
}

.header-bottom .header-bottom__menu-item {
  transition: background 0.2s;
  background-color: white;
  padding: 10px 15px;
  font-size: 16px;
}

.header-bottom .header-bottom__menu-item a {
  color: var(--text-gray-200);
}

.header-bottom .header-bottom__menu-item:hover {
  background-color: var(--bg-gray-50);
}

.header-bottom .header-bottom__menu-item:hover a {
  color: black;
}

.header-bottom .header-bottom--center {
  width: 100%;
  flex: 1 0 75%;
}

.header-bottom .header-bottom--right {
  width: 25%;
}

.header-bottom .header-bottom__nav-item {
  list-style: none;
  font-size: 13px;
  color: var(--text-gray-100);
  padding: 11px 9px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 16px;
  cursor: pointer;
}

.menu{
padding: 0;
    display: flex;
    align-items: center;
}
.menu .menu-item{
    margin: 0 13px; position: relative;
}
.menu .menu-item a{
    color: #666666;
    padding: 11px 9px;
}
.menu>li.menu-item:first-child {
    margin-left: 0 !important;
}
ul.menu > li ul.sub-menu {
  background: #fff; display: block; left: 0; opacity: 0; padding: 8px 0;
  position: absolute; top: 100%; transform: scale(0); transform-origin: 0 0 0;
  transition: all 0.5s ease 0s; visibility: hidden; width: 240px; list-style: none;overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1); box-shadow: 0 1px 3px rgba(0,0,0,.1); border-radius: 10px;    
}
ul.menu > li ul.sub-menu li a{
    color: #6d6f72;
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    padding: 8px 15px;
    text-align: left;
}
ul.menu > li ul.sub-menu li a:hover{
      background: #367B82;
    color: #fff;
    border-radius: 4px;
}
/* .main_menu ul.menu > li:hover > a{color: #407bbe; background-color: #fff;} */
ul.menu > li:hover .sub-menu{
    opacity: 1; -webkit-transform: scale(1);
    -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); visibility: visible;
}

/* Main */
/*.main-top {
  background: var(--bg-gray-50);
}*/

.main-top .main-slider:hover button.main-slider__arrow {
  opacity: 1;
}
/*
.main-top .main-slider .main-slider__thumb img {
  height: 400px;
  object-fit: cover;
}*/

.main-top .main-slider button.main-slider__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid white;
  background: transparent;
  color: white;
  position: absolute;
  z-index: 1;
  top: 45%;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s, background 0.3s, box-shadow 0.3s,
    border-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}

.main-top .main-slider button.main-slider__arrow:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.main-top .main-slider button.main-slider__arrow--left {
  transform: translateX(20%);
  left: 2%;
}

.main-top .main-slider button.main-slider__arrow--right {
  transform: translateX(-20%);
  right: 2%;
}

.main-top .main-banner .banner-thumb img {
  object-fit: cover;
  height: 196px;
  width: 100%;
}
.main-banner {
  padding: 25px 0 50px;
}
.intro-section__button {
  padding: 5px 20px;
  min-height: 42px;
  line-height: 30px;
  font-size: 1.5rem;
  min-width: 100px;
  border: 0;
  text-transform: uppercase;
}

/* About us section */
.intro-section .intro-section__thumb {
  overflow: hidden;
}

/*.intro-section .intro-section__wrapper {
  gap: 50px;
}*/

.intro-section .intro-section__thumb-1 {
  height: 350px;
}

.intro-section .intro-section__thumb img {
  transition: transform 1s, opacity 1s;
}

.intro-section .intro-section__thumb img:hover {
  transform: scale(1.1);
  opacity: 0.7;
}

.intro-section .intro-section__thumb-2 img {
  height: 180px;
}

.intro-section .intro-section__thumb-wrap {
  height: 90px;
}

.intro-section .intro-section__thumb-3 {
  width: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.intro-section .intro-section__info {
  gap: 1.5rem;
}

.intro-section .intro-section__title {
  text-transform: uppercase;
  font-weight: 700;
}

.intro-section .intro-section__button i {
  font-size: 11px;
}
.block-about {padding: 50px 0; background: #f5f5f5;}
/* Reason section */
.reason {
  padding: 4rem 0;
  background-color: var(--bg-gray-300);
}

.reason .reason__title b {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  opacity: 0.1;
  background-color: var(--text-gray-100);
}

.reason .reason__title h2 {
  text-transform: uppercase;
  margin: 0 20px;
  font-size: 28px;color: #D5232D;
}

/*.reason .reason__list {
  gap: 30px;
}*/

.reason .reason__card {
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s, color 0.3s,
    opacity 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: white;
  gap: 15px;
  height: 100%;
}

.reason .reason__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
}

/* Mission - vision - value */
.mission .mission__thumb,
.mission .value__thumb {
  min-width: 50%;
}

.mission .mission__thumb img,
.mission .value__thumb img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}

.mission .value__thumb img {
  height: 500px;
}

/* Hot items */

.hot-items .hot-items__title {
/*  background: url("/assets/hotsale.png") no-repeat left top 3px;*/
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 60px;
  padding-left: 86px;
  text-transform: uppercase;
}

.hot-items .hot-items__header a i {
  font-size: 11px;
  margin-left: 7px;
}

.hot-items .hot-items__slider {
  display: flex;
  gap: 20px;
  position: relative;
}

.hot-items .hot-items__slider .slick-slide {
  margin: 0 10px;
}

.card {
  background: #ffffff;
  border: 1px solid var(--card-border);
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.card img {
  width: 300px;
  object-fit: cover;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s,
    -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
}

.card__product-name {
  color: var(--text-gray-200);
}

.card__price--old {
  text-decoration: line-through;
}

.card__price--new {
  color: black;
  font-weight: 700;
}

.card__sale-badge {
  top: -1px;
  right: 10px;
  height: 53px;
  width: 41px;
  border-radius: 0px;
  display: block;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  font-weight: bolder;
  z-index: 2;
  background: url("/assets/sale-badge.png") no-repeat left top;
}

.card__first-img {
  opacity: 1;
}

.card__second-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.card__box-image:hover .card__first-img {
  opacity: 0;
}

.card__box-image:hover .card__second-img {
  opacity: 1;
}

.hot-items__slider:hover .hot-items__slider-arrow {
  opacity: 0.7;
}

.hot-items .hot-items__slider-arrow {
  top: -2px;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  margin: 0;
  position: absolute;
  width: 36px;
  color: #111;
  border: none;
  cursor: pointer;
  opacity: 0;
  z-index: 3;
  transition: transform 0.3s, opacity 0.3s, background 0.3s, box-shadow 0.3s,
    -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}

.hot-items .hot-items__slider-arrow i {
  font-size: 20px;
}

.hot-items .hot-items__slider-arrow:hover {
  opacity: 1 !important;
  color: var(--primary-color);
}

.hot-items .hot-items__slider-arrow--right {
  transform: translateX(10%);
  right: -10px;
}

.hot-items .hot-items__slider-arrow--left {
  transform: translateX(-10%);
  left: -10px;
}

/* ADS */
.ads {
  background-color: var(--bg-gray-50);
}

.ads .ads__wrap {
  gap: 20px;
}

/* New items */
.new-items {
  padding: 4rem 0;
}
.new-items .new-items__list {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
}

.news__header {
  height: 60px;
  line-height: 60px;
  position: relative;
  margin-bottom: 25px;
  border: 1px solid var(--card-border);
  background: #ffffff;
}

.news__header i {
  font-size: 11px;
  margin-left: 7px;
}

.news__title {
  background: url("/assets/new-items-thumb.png") no-repeat;
  height: 60px;
  line-height: 60px;
  padding-left: 100px;
  text-transform: uppercase;
  font-size: 16px !important;
}

.is-divider {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: 2px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  max-width: 30px;
}

.is-small {
  font-size: 0.8em;
  opacity: 0.8;
}

h2 {
  font-size: 1.6em !important;
}
/* Content */

/* Sales */
.sales {
  padding: 4rem 0;
  background-color: rgb(245, 247, 251);
}
.news {
  padding: 4rem 0 0;
}

.sales-inner {
  padding: 25px 10px;
  box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  background-color: #fff;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s, color 0.3s,
    opacity 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}

.sales-inner:hover {
  transform: translateY(-6px);
}

.sales-inner span {
  color: #064399;
}

.sales-inner p {
  font-size: 1.15em;
}

.sales__card {
  padding: 0 15px;
}

.news .news__item:hover,
.sales-inner:hover {
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s,
    -webkit-filter 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.3s;
}

/* Factory */
.factory .factory__slider {
  cursor: -webkit-grabbing;
}

.factory .factory__slider img {
  /* max-width: 1140px; */
}

.factory .factory__slider:hover button.factory__arrow {
  opacity: 1;
}

.factory .factory__slider button.factory__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid white;
  background: transparent;
  color: white;
  position: absolute;
  z-index: 1;
  top: 45%;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s, background 0.3s, box-shadow 0.3s,
    border-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}

.factory .factory__slider button.factory__arrow:focus,
.factory .factory__slider button.factory__arrow:focus-visible {
  outline: none;
}

.factory .factory__slider button.factory__arrow:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.factory .factory__slider button.factory__arrow--left {
  transform: translateX(20%);
  left: 2%;
}

.factory .factory__slider button.factory__arrow--right {
  transform: translateX(-20%);
  right: 2%;
}

/* Reviews */
.factory,
.reviews {
  background-color: var(--bg-gray-100);
  padding: 50px 0;
}

.reviews .reviews__wrapper {
  gap: 20px;
}

.reviews h2 {
  padding: 0 15px 30px;
}

.reviews .reviews__partner {
  background-color: rgb(255, 255, 255);
}

.reviews .reviews__card {
  padding: 40px;
}

.reviews .reviews__card p {
  margin-bottom: 1.3em;
  line-height: 26px;
}

.reviews .reviews__card .reviews__card-avatar {
  max-height: 50px;
  max-width: 50px;
}

.reviews .reviews__card .reviews__card-avatar img {
  border-radius: 50%;
}

/* News */
.news .news-title {
  height: 60px;
  line-height: 60px;
  position: relative;
  margin-bottom: 25px;
  border: 1px solid #ececec;
  background: #ffffff;
  padding-left: 0;
}

.news .news-title a {
  font-size: 16px !important;
  margin-left: 20px;
  color: #4e657b !important;
}

.news .news-title a:hover {
  color: #000 !important;
}

.news .news-title h2 {
  background: url(assets/news.png) no-repeat;
  height: 60px;
  line-height: 60px;
  font-size: 16px !important;
  padding-left: 100px;
  text-transform: uppercase;
}

.news .news__item {
  max-width: 400px;
  border: 1px solid var(--card-border);
  box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.news .news__item:hover {
  transform: translateY(-6px);
}

.news .news__item-image {
  height: 200px;
  overflow: hidden;
}

.news .news__item-image img {
  min-width: 300px;
  object-fit: cover;
}

.news .news__info {
  padding: 15px;
}

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

.news__info .news-title {
  font-size: 16px;
  font-weight: 600;
}

.news .news__slider {
  display: flex;
  gap: 20px;
  position: relative;
}

.news .news__slider .slick-slide {
  margin: 0 10px;
}

.news .news__slider .slick-list {
  padding-bottom: 2rem;
}

.news .news__slider:hover .news__slider-arrow {
  opacity: 0.7;
}

.news .news__slider-arrow {
  top: -2px;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  margin: 0;
  position: absolute;
  width: 36px;
  color: #111;
  border: none;
  cursor: pointer;
  opacity: 0;
  z-index: 5;
  transition: transform 0.3s, opacity 0.3s, background 0.3s, box-shadow 0.3s,
    -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}

.news .news__slider-arrow i {
  font-size: 20px;
}

.news .news__slider-arrow:hover {
  opacity: 1 !important;
  color: var(--primary-color);
}

.news .news__slider-arrow--right {
  transform: translateX(10%);
  right: -10px;
}

.news .news__slider-arrow--left {
  transform: translateX(-10%);
  left: -10px;
}

/* Footer */

/* Footer main */
.footer-main {
  background-color: var(--bg-gray-100);
  position: relative;
  bottom: 0;
  padding: 50px 30px 30px;
}

.footer-main .footer-main__utilities{
  padding: 0 15px 50px;
}
.footer-main__trademark {
  padding: 0 15px;
}

.footer-main .footer-main__utilities-inner {
  border: 1px solid #e7e7e7;
  background: #ffffff;
  border-radius: 20px;
  height: 100px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
}
.footer-main .footer-main__utilities-inner .footer-main__utilities-icon {
  padding-top: 0.2rem;
}

.footer-main .footer-main__utilities-inner .footer-main__utilities-title {
  padding-left: 1em;
}

.footer-main .footer-main__utilities-inner .footer-main__utilities-title h3 {
  font-size: 15px;
  text-transform: uppercase;
  height: 24px;
}

.footer-main .footer-main__utilities-inner .footer-main__utilities-title p {
  font-size: 14px;
  color: #777777;
}

.footer-main .footer-main__trademark-inner .footer-main__trademark-logo {
  padding: 0 0 15px;
}

.footer-main__trademark-logo img {
  width: 150px; margin-top: -5px;
}

.footer-main .footer-main__trademark--center p {
  margin-bottom: 1.3rem !important;
}

/*.footer-main .footer-main__trademark--left {
  margin-bottom: 2.5em;
}*/

.footer-main .footer-main__trademark--left p {
  margin-bottom: 10px !important;
}

.footer-main .footer-main__trademark-inner h3 {
  font-size: 1.5rem;
  margin-top: 0;
}

.footer-main .footer-main__trademark-inner p {
  margin-bottom: 2.5em;
  color: #777777;
}
/*.footer-main .footer-main__trademark-inner img {
  margin-right: 0.85em;
}*/

/* Footer bottom */

.footer-bottom {
  font-size: 0.9em;
  height: 49px;
  background: #0288d1;
  padding: 0px;
  color: #ffffff;
}

.footer-bottom .container::after,
.container::before {
  content: none !important;
}

.footer-bottom .footer-bottom__icon {
  display: inline-block;
  opacity: 0.6;
  transition: opacity 0.3s;
  border-radius: 5px;
  padding: 3px 5px 5px;
  margin: 3px 3px 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-bottom .footer-bottom__icon svg {
  fill: #fff;
  vertical-align: middle;
  height: 20px;
  width: auto !important;
}

.footer-bottom .footer-bottom__icon:hover {
  opacity: 1;
}

/* Tooltip */
.tooltip-inner {
  font-size: 14px;
}

/* Media */
@media (min-width: 769px) {
  .header-main .header-main__search-form {
    width: 510px;
  }

  .card .card__box-image img {
    min-height: 256px
  }
}

/* Keyframes */
@keyframes zoom-in {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.5, 1.5);
  }
}
@media only screen and (max-width: 767px) {
  .header-top, .header-bottom, .header-main--center{display:none;}
  .main-top .main-slider .main-slider__thumb img{height: auto;}
  .intro-section .intro-section__wrapper{gap: initial;}
  .intro-section .intro-section__info{padding-top:20px;}
  .main-banner {padding-top: 15px;}
  .reason .reason__title h2{text-align: center;line-height: 1.5;text-align: center;}
  .mission >div.col-12, .values >div.col-12{order: 2;}
  .mission >div.col-12.mission__thumb, .values >div.col-12.value__thumb{order: 1; padding-bottom: 15px;}
  .mission >div.col-12.mission__thumb, .vision >div.col-12.vision__thumb, .values >div.col-12.value__thumb{padding-bottom: 15px;}
  .mission, .vision, .values{padding-bottom: 20px;}
}
