body {
  color:#666666;
  font-size:1rem;
}

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#333;
}

a {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color:#eb3300;
	
}


ul,ul li {
	list-style: none;
}

.effect-imghover > a {
    display: block;
    position: relative;
	overflow: hidden;
}
.effect-imghover > a > img {
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
	width:100%;
	height:auto;
}

.effect-imghover > a:hover > img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


.dark-layer {
	background: rgba(31,33,36,0.6);
    color: #fff;

}
.light-layer {
	background: rgba(255,255,255,0.75);
	/*border-left:solid 3px #eb3300;*/

}
.color-layer {
	background: #eb3300;
    color: #fff;
}
.color-layer-two {
	background: rgba(71, 1, 89, 0.9);
}
.bg-customer {
  background: #eb3300;
}
.bg-customer-two {
	background:#283443;
}
.bg-light-customer {
	background:#f8f9fa;
}

.bg-gray {
	background: #f3f3f3;
}
.bg-linear-gradient-1 {
		background: linear-gradient(45deg, #9623b4, #e83181);
}
.text-red {
	color: #dd0000;
}
.text-customer {
	color: #eb3300;
}
.text-customer-two {
	color: #283443;
}

.btn-customer {
  color: #fff;
  background-color: #eb3300;
  border-color: #eb3300;
}

.btn-customer:hover {
  color: #fff;
  background-color: #eb3300;
  border-color: #eb3300;
  opacity:0.95;
}

.btn-customer:focus, .btn-customer.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.0);
}

.btn-customer.disabled, .btn-customer:disabled {
  color: #fff;
  background-color: #eb3300;
  border-color: #eb3300;
  opacity:0.95;
}

.btn-customer:not(:disabled):not(.disabled):active, .btn-customer:not(:disabled):not(.disabled).active,
.show > .btn-customer.dropdown-toggle {
  color: #fff;
  background-color: #eb3300;
  border-color: #eb3300;
  opacity:0.95;
}

.btn-customer:not(:disabled):not(.disabled):active:focus, .btn-customer:not(:disabled):not(.disabled).active:focus,
.show > .btn-customer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.0);
}


.btn-outline-customer {
  color: #eb3300;
  border-color: #eb3300;
}

.btn-outline-customer:hover {
  color: #fff;
  background-color: #eb3300;
  border-color: #eb3300;
}

.btn-outline-customer:focus, .btn-outline-customer.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-customer.disabled, .btn-outline-customer:disabled {
  color: #eb3300;
  background-color: transparent;
}

.btn-outline-customer:not(:disabled):not(.disabled):active, .btn-outline-customer:not(:disabled):not(.disabled).active,
.show > .btn-outline-customer.dropdown-toggle {
  color: #fff;
  background-color: #eb3300;
  border-color: #eb3300;
}

.btn-outline-customer:not(:disabled):not(.disabled):active:focus, .btn-outline-customer:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-customer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}




.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0rem;
  --bs-navbar-color: rgba(0,0,0,1);
  --bs-navbar-hover-color: rgba(235,51,0,1);
  --bs-navbar-disabled-color: rgba(0,0,0,1);
  --bs-navbar-active-color: rgba(235,51,0,1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0rem;
  --bs-navbar-toggler-padding-x: 0rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.999%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0);
  --bs-navbar-toggler-border-radius: 0rem;
  --bs-navbar-toggler-focus-width: 0rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar-light {
	
}
@media (min-width: 768px) {
.navbar-light {

}
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 768px) {
.navbar-nav {
  --bs-nav-link-padding-y: 1rem;
}
}
.navbar-nav .nav-link {
  position: relative !important;
  transition: all .3s ease-out;
  font-size:1.1125rem;
  color: var(--bs-navbar-color);
}
.navbar-nav .show > .nav-link,
.navbar-nav a:hover.nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .current-menu-item a.nav-link ,.navbar-nav .current-menu-parent a.nav-link ,.navbar-nav .current-menu-ancestor a.nav-link{
  color: var(--bs-navbar-hover-color);
}
.navbar-light .navbar-nav .current-post-ancestor a.nav-link,.navbar-light .navbar-nav .current-category-ancestor a.nav-link{
  color: var(--bs-navbar-hover-color);
}
@media (min-width: 768px) {
.navbar-nav .nav-link {
  color: #fff;
}
.navbar-nav .show > .nav-link,
.navbar-nav a:hover.nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .current-menu-item a.nav-link ,.navbar-nav .current-menu-parent a.nav-link ,.navbar-nav .current-menu-ancestor a.nav-link{
  color: var(--bs-navbar-hover-color);
}
.navbar-light .navbar-nav .current-post-ancestor a.nav-link.navbar-light .navbar-nav .current-category-ancestor a.nav-link{
  color: var(--bs-navbar-hover-color);
}
}
@media (min-width: 1400px) {
.navbar {
  --bs-navbar-nav-link-padding-x: 1rem;
}
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0rem;
  --bs-dropdown-border-width: 0rem;
  --bs-dropdown-inner-border-radius: calc(0rem - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 0.5rem rgba(0,0,0, 0.25);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.5rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-hover-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.offcanvas {
  border: 0 !important;
  width: 100% !important;
  height: 100vh !important;
}

@media (max-width: 767px) {
.navbar-nav .dropdown-toggle {
  white-space: nowrap;
  position: relative;
}
.navbar-nav .dropdown-toggle::after {
  position: absolute;
  right:0;
  color:#848484;
}
.navbar-nav .dropdown {
    
}
.navbar-nav .dropdown .dropdown-menu {
	
}
.navbar-nav .dropdown .dropdown-menu .dropdown {

}
.navbar-nav .dropdown .dropdown-menu .dropdown .dropdown-menu {
    display: block;
	margin-left: 10px;
}
}
@media (min-width: 768px) {
.dropdown-menu {
  --bs-dropdown-box-shadow: 0 0.5rem 0.5rem rgba(0,0,0, 0.25);
  box-shadow: var(--bs-dropdown-box-shadow);
}

.navbar-nav .dropdown .dropdown-menu {
	position: absolute;
	z-index: 1000;
	display:block;
	visibility:hidden;
	padding: 0px;
	margin: 0px;
	border: 0px solid rgba(0, 0, 0, 0.15);
	border-radius: 0rem;
	top:100%;
	transform:rotateX(-75deg);
	transform-origin:0% 0%;
	transition:.5s;
	opacity:0
}
.navbar-nav .dropdown:hover .dropdown-menu {
	transform:rotateX(0deg);
	visibility:visible;
	transition:.5s;
	opacity:1
}
.navbar-nav .dropdown .dropdown-menu .dropdown::after {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f105";
	top:8px;
	right:10px;
	opacity:0.5;
}
.navbar-nav .dropdown .dropdown-menu .dropdown .dropdown-menu {
	position: absolute;
	z-index: 1000;
	display:block;
	visibility:hidden;
	padding: 0px;
	margin: 0px;
	border: 0px solid rgba(0, 0, 0, 0.15);
	border-radius: 0rem;
	top:0%;
	left:100%;
	transform:rotateX(-75deg);
	transform-origin:0% 0%;
	transition:.5s;
	opacity:0
}
.navbar-nav .dropdown:hover .dropdown-menu .dropdown:hover .dropdown-menu {
	transform:rotateX(0deg);
	visibility:visible;
	transition:.5s;
	opacity:1
}
}



.top-header {
	
}
.top-header .nav-item{
	color: #5b5b5b;
}
.top-header .nav-item i{
	color: #5b5b5b;
}
.top-header .nav-item a{
	color:#5b5b5b;
}
.top-header .nav-item a:hover{
	opacity:0.9;
}
.top-header .nav-item a i{
	color:#5b5b5b;
}
.top-header .head-button a {
	display:inline-block;
	vertical-align:middle;
	-webkit-transform:perspective(1px) translateZ(0);
	transform:perspective(1px) translateZ(0);
	box-shadow:0 0 1px rgba(0,0,0,0);
	position:relative;
	background:none;
	-webkit-transition-property:color;
	transition-property:color;
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s;
	padding:10px 50px;
	border-radius:0;
	background-color:#eb3300;
	color:#fff;
	-webkit-clip-path:polygon(0 0,72% 0,100% 100%,25% 100%);
	clip-path:polygon(0 0,72% 0,100% 100%,25% 100%);
	text-align:center;
	margin-left:-100px;
	width:280px
}
.top-header .head-button a:before {
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#000;
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:50%;
	transform-origin:50%;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.top-header .head-button a:hover:before,.header-inquiry-btn .head-button a:focus:before,.header-inquiry-btn .head-button a:active:before {
	-webkit-transform:scale(1);
	transform:scale(1)
}

.sticky-header {
	background:rgba(0,0,0,0.35);
	top:0rem;
}
@media (min-width: 768px) {
.sticky-header {
	top:0rem;
}

}
.sticky-header.sticky .navbar-nav {
  --bs-nav-link-padding-y: 1rem;
}
.sticky-header .logo-scrolled {
    display: block;
}

.sticky-header .logo-display {
    display: none;
}

.sticky-header .logo-display {
    display: block;
}
.sticky-header .logo-scrolled {
    display: none;
}
.sticky-header.sticky .logo-display {
    display: none;
 }
.sticky-header.sticky .logo-scrolled {
    display: block;
 }


.sticky-header.sticky {
	background:#fff;
	position:fixed;
	z-index:9999;
	width:100%;
	top:0;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);
	/*box-shadow:0 0 2px rgba(0,0,0,.5);*/
	-webkit-animation-name:fadeInDown;
	animation-name:fadeInDown;
	-webkit-animation-duration:.9s;
	animation-duration:.9s;
	-webkit-animation-timing-function:cubic-bezier(.2,1,.22,1);
	animation-timing-function:cubic-bezier(.2,1,.22,1);
	-webkit-animation-delay:0s;
	animation-delay:0s;
	-webkit-animation-iteration-count:1;
	animation-iteration-count:1;
	-webkit-animation-direction:normal;
	animation-direction:normal;
	-webkit-animation-fill-mode:none;
	animation-fill-mode:none;
	-webkit-animation-play-state:running;
	animation-play-state:running;
	border-bottom:0;
}

.sticky-header.sticky .navbar-nav .nav-link {
  color: #000;
}
.sticky-header.sticky .navbar-nav .current-menu-item a.nav-link ,.sticky-header.sticky .navbar-nav .current-menu-parent a.nav-link ,.sticky-header.sticky .navbar-nav .current-menu-ancestor a.nav-link{
  color: var(--bs-navbar-hover-color);

}
.sticky-header.sticky .navbar-light .navbar-nav .current-post-ancestor a.nav-link{
  color: var(--bs-navbar-hover-color);
}
.header-language {
	
}
.header-language a{
	padding:6px 10px;
	border:solid 0px #fff;
	border-radius:10px;
	color:#fff;
}

.header-language:hover a{
	color:#eb3300;
	border:solid 0px #eb3300;
}
.sticky-header.sticky .header-language a{
	color:#666666;
}
.sticky-header.sticky .header-language:hover a{
	color:#eb3300;
}
/*======= Pagination =========*/

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  margin-right:10px;
  line-height: 1.25;
  color: #eb3300;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #eb3300;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}


.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #eb3300;
  border-color: #eb3300;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}








/*------------------------------------
  breadcrumbs 
------------------------------------*/


.breadcrumbs {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height:200px;
  
}
@media (min-width: 768px) {
.breadcrumbs {
  min-height:380px;
}
}

.breadcrumbs::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0,0,0,0.00125);
}

.breadcrumbs-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .breadcrumbs-area .title {
    text-align: center;
  }
}

.breadcrumbs-area .title,.breadcrumbs-area .title a {
  color: #ffffff;
  z-index: 1;
  margin-bottom: 0px;
}

@media only screen and (max-width: 575px) {
  .breadcrumbs-area .title {
  
  }
}

.breadcrumbs-area .breadcrumb-list {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
		  padding:0px;
		  margin:0px;
}

.breadcrumbs-area .breadcrumb-list li {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs-area .breadcrumb-list li:not(:first-child):before {
  content: "/";
  padding: 0 10px;
}

.breadcrumbs-area .breadcrumb-list li a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.breadcrumbs-area .breadcrumb-list li a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


/*------------------------------------
  map-contact
------------------------------------*/

.map-contact {
margin-top:52px;
width:100%;
overflow:hidden;
margin-top:3.25rem;
}
@media (min-width: 768px) {
.map-contact {
  margin-top:5.6rem;
}
}
/*------------------------------------
  Section-title
------------------------------------*/



.section-title-two {
  position: relative;
  display: block;

}

.section-title-two h3:after, .section-title-two h3:before {
  display: inline-block;
  content: "";
  width: 45px;
  height: 3px;
  background-color: #eb3300;
  vertical-align: middle;
}
.section-title-two h3:before {
  margin-right: 20px;
}
.section-title-two h3:after {
  margin-left: 20px;
}


.text-start .section-title-two h3:before {
    width:0px;
    margin-right: 0px;
}

.text-start .section-title-two h3:after {
     
}

.section-title-page h4 {
  position: relative;
  margin-bottom:30px;
}

.section-title-page h4:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.section-title-page h4:after {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 48px;
    height: 3px;
    background: #eb3300;
}

.section-title-page h4 span{
  color:#848484;
  font-size:0.75em;
}

.section-title-1-icon {
  position: relative;
 
	font-size:1em;
	line-height:3.125rem;
	color:#fff;
    left: calc(50% - 25px);
    width: 50px;
	height:50px;
	background:#eb3300;
	border-radius:50%;
}

.section-title-1-icon:before {
    content: "";
    position: absolute;
    top: 25px;
	left:50px;
    width: 16rem;
    height: 0.0125rem;
    background: #eaeaea;
}

.section-title-1-icon:after {
    content: "";
    position: absolute;
    top: 25px;
	right:50px;
    width: 16rem;
    height: 0.0125rem;
    background: #eaeaea;
}




.section-title-page-sidebar h4 {
	position: relative;
	margin-bottom:30px;

}
.section-title-page-sidebar h4:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.section-title-page-sidebar h4:after {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 48px;
    height: 3px;
    background: #eb3300;
}
.section-title-page-sidebar h4 span{
	font-size:0.75em;
	color:#666;
}

/*======= Pagination =========*/

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  margin-right:10px;
  line-height: 1.25;
  color: #eb3300;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #eb3300;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}


.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #eb3300;
  border-color: #eb3300;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}



/*======= Link =========*/

#link {



}
#link ul {
    margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	overflow:hidden;
}
#link ul li {
    margin: 0px;
	padding: 0px 5px 0px 0px;
	line-height:20px;
	display:inline;
}
#link .title{
    margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
	border-top:1px solid #eaeaea;
}
#link .title P{
    margin: -10px auto 0px auto;
	padding: 0px 0px 0px 0px;
	line-height:20px;
	font-weight: bold;
	text-align:center;
	z-index:999px;
}

/*======= Search =========*/


/*======= Error =========*/
.error {
  margin: 0 auto;
  text-align: center;

}

.error .error-404 {
  color: #000;
}
.error .error-404 i{
  color: #eb3300;
  font-size: 10em;
}




.bg-index-news {
    background: url('')  no-repeat center 50%;
	background-size: cover;
	background-attachment:fixed;
	width:100%;
	height:100%;
}

.bg-index-footer {
    background: url('../images/bg-footer.png') #19262a no-repeat center bottom;
	background-size: cover;
	background-attachment:fixed;
	width:100%;
	height:100%;
}
/*------------------------------------
  footer
------------------------------------*/
.bg-footer {
    background: url('../images/bg-footer.png') #19262a no-repeat center bottom;
	background-size: cover;
	background-attachment:fixed;
	width:100%;
	height:100%;
}
.index-footer {
	position: relative;
	width:100%;
	height:100%;
}
.footer {
	color:#cad5d5;
	width:100%;
}
.footer a{
	color:#cad5d5;
}
.footer a:hover{
	color:#eb3300;	 
}
.footer .line {
	background:#313131;
	height:0.01rem;
	width:100%;
	padding:0px;
}



.sidebar-footer {

	color:#cad5d5;
}
.sidebar-footer a{
	color:#ededed;
}

.sidebar-footer h4{
	color:#fff;
	margin-bottom:45px;
	position: relative;
}
.sidebar-footer h4::before {
	position: absolute;
	content: '';
	left:0px;
	top: 45px;
	width: 40px;
	height: 3px;
	background: #eb3300;
}

.sidebar-footer .sf-product{
	
}
.sidebar-footer .sf-product ul{
	margin:0px;
	padding:0px;
}

.sidebar-footer .sf-product ul li{
	margin-bottom:7px;
	width:100%;
}
@media (max-width: 768px) {
.sidebar-footer .sf-product ul li{
	
	float:left;
	width:50%;
}
}
.sidebar-footer .sf-product ul li i{
	color:#eb3300;
	margin-right:10px;
}
.sidebar-footer .sf-product ul li a{
	margin:0px;
	padding:0px;
}

.sidebar-footer .sf-product ul li a:hover{
	color:#eb3300;
}


.sidebar-footer .sf-contact{
	
}
.sidebar-footer .sf-contact ul{
    margin:0px;
	padding:0px;
}
.sidebar-footer .sf-contact ul li {
  
	margin-bottom:7px;
}
.sidebar-footer .sf-contact ul li a {
    
}
.sidebar-footer .sf-contact ul li a:hover {
    
}
.sidebar-footer .sf-contact ul li i {
    color:#eb3300;
    margin-right:8px;
}

.sidebar-footer .sf-contact ul.social{
    margin-top:15px;
	padding:0px;
}
.sidebar-footer .sf-contact ul.social li{
     display:inline;
}
.sidebar-footer .sf-contact ul.social li i{
     width:40px;
	 height:40px;
	 line-height:40px;
	 text-align:center;
     border-radius:50%;
	 border:solid 1px #aeaeae;
}
.sidebar-footer .sf-contact ul.social li:hover i{
     color:#fff;
	 border:solid 1px #eb3300;
}
.sidebar-footer .sf-wechat{
	
}
.sidebar-footer .sf-wechat ul{
	margin:0px;
	padding:0px;
}
.sidebar-footer .sf-wechat ul li img{
	width:100%;
	height:auto;
}

.sidebar-footer .bg-wechat {
	background:#fff;

	border-top:solid 6px #eb3300;
	width:100%;
	text-align:center;
	overflow:hidden;
}
@media all and (min-width:768px) {
.sidebar-footer .bg-wechat {
	margin-top:-126px;
}
}
.sidebar-footer .bg-wechat h3{
	background:#f3f3f3;
	color:#203646;
	margin:0px;
	padding:0px;
	line-height:3em;
}
.sidebar-footer .bg-wechat h3:after {
	display:none;
}
.sidebar-footer .bg-wechat img{
	width:100%;
	height:100%;
	padding:15px;
}
.footer-social {

}
@media (min-width:768px) {
	.footer-social {

}
}.footer-social>li {
	display:inline-block;
	margin-right:10px;
}
.footer-social>li:last-child {
	margin-right:0
}
.footer-social>li>a {
	display:inline-block;
    font-size:1.5rem;
	padding:0;
	line-height:45px;
	width:45px;
	height:45px;
	border-radius:100%;
	text-align:center;
	color:#fff!important;
}
.footer-social>li>a:hover {
	opacity:.7;
}
.footer-social>li>a.facebook {
	background:#4867aa;
}
.footer-social>li>a.twitter {
	background:#1da1f2;
}
.footer-social>li>a.linkedin {
	background:#007ab9;
}
form .btn {
  border-top-left-radius: 0em 0em;
  border-bottom-left-radius: 0em 0em;
  
}

.btn-search {
  
  color: #fff;
  background-color: #eb3300;
  border-color: #eb3300;
  padding-left:20px;
  padding-right:20px;
  
}
.btn-search:hover {
  color: #fff;
  background-color: #eb3300;
  border-color: #eb3300;
  opacity:0.95;
}
.btn-check:focus + .btn-search, .btn-search:focus {
  color: #fff;
  background-color: #eb3300;
  border-color: #eb3300;
  box-shadow: 0 0 0 0.0rem rgba(255, 255, 255, 0.0);
}
.btn-check:checked + .btn-search, .btn-check:active + .btn-search, .btn-search:active, .btn-search.active, .show > .btn-search.dropdown-toggle {
  color: #fff;
  background-color: #eb3300;
  border-color: #eb3300;
}
.btn-check:checked + .btn-search:focus, .btn-check:active + .btn-search:focus, .btn-search:active:focus, .btn-search.active:focus, .show > .btn-search.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.0);
  color: #fff;
  background-color: #eb3300;
  border-color: #eb3300;
}
.btn-search:disabled, .btn-search.disabled {
  color: #fff;
  background-color: #eb3300;
  border-color: #eb3300;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  border-top-right-radius:0rem;
  border-bottom-right-radius:0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #eb3300;
  outline: 0;
  box-shadow: 0 0 0 0.0rem rgba(13, 110, 253, 0);
}


.form-search {
  position: relative;
}
.form-search input {
  color: #212529;
  width: 100%;
  padding: 1rem;
  outline: 0;
  border: 1px solid #233152;
  border-radius: 5px;
  background-color: #fff;
}
.form-search input:focus {
  border: 1px solid #eb3300;
}
.form-search .effect-button {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
}
.form-search .effect-button .btn {
  padding: 0.8rem 1.25rem;
  color: #fff;
  background-color: #eb3300;
  text-transform: capitalize;
  border:0;
  border-radius: 5px;
  outline: 0;
}
.form-search .effect-button .btn:hover {

  opacity:0.95;
}
.btn-facebook {
	background:#3b57a0;
}
.btn-linkedin {
	background:#007ab9;
}
.btn-twitter {
	background:#1ebef0;
}
.btn-youtube {
	background:#ec162c;
}
.btn-instagram {
	background: #f09433;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.back-to-top {
	position:fixed;
	display:none;
	right:30px;
	bottom:30px;
	z-index:99;
	width:45px;
	height:45px;
}
.back-to-top i{
	font-size:1.75rem;
}


.product-tab {

}
.product-tab .nav-tabs{

}
.product-tab .nav-tabs .nav-link{
	color:#666;
	font-weight:bold;
}
.product-tab .nav-tabs .active{
	color:#eb3300;
}

.wpcf7 {
	background:#f8f9fa;
	padding:15px;
	border-radius:5px;
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



.wpcf7-form {
	max-width: 100%;
	width: 100%;
}


.wpcf7-form-control-wrap{
	
	width:100%;
}
.wpcf7 .wpcf7-form-control {
	outline-color:#eb3300;
}

.wpcf7-text{
	width:100%;
    margin-bottom:2%;
    border:solid 1px #f3f3f3;
	border-radius: 5px;
	padding:10px;

}
.wpcf7-two{

}
.wpcf7-name,.wpcf7-phone {
    
}
.wpcf7-email,.wpcf7-address {
    
}
@media (min-width: 768px) {
.wpcf7-two{
	display: flex !important;
	justify-content: space-between !important;
}
.wpcf7-text{
	width:99%;
}
.wpcf7-name,.wpcf7-phone {
    margin-right:1%;
}
.wpcf7-email,.wpcf7-address {
    margin-left:1%;
}
}


.wpcf7-textarea{
	width:100%;
	min-height: 6vh;
	border:solid 1px #f3f3f3;
	border-radius: 5px;
	padding:10px;
}
.wpcf7-submit{
	background:#eb3300;
	padding:15px;
	width:100%;
	color:#fff;
	border:solid 0px #fff;
	border-radius:5px;
}
.has-spinner {
	margin:15px auto;
	text-align:center;
}
..wpcf7-spinner {
	display:none;
}
.screen-reader-response {
	margin:0px;
	padding:0px;
	text-align:center;
}
.wpcf7-response-output {
	margin:0px;
	padding:0px;
	text-align:center;
}


.category-navbar-nav {

}
.category-navbar-nav .current-menu-item,.category-navbar-nav .current-menu-parent{
	background:#eb3300;
}
.category-navbar-nav .current-menu-item a,.category-navbar-nav .current-menu-parent a{
	color:#fff;
}
/* CSS added on: g:_i>*&74(9+9444;^5 2025-04-24 15:56:56 */
