﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');



html,
body {
    height: 100%;
    font-size:16px;
    font-family: 'Tajawal', sans-serif!important;
    color:#767676;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}

.exo-font {
  font-family: "Tajawal", sans-serif;
}


#cssmenu
{
	display:none !important;
}

.logo
{
	    z-index: 999999;
    margin-top: 0px;
    position: relative;
}

.logo img
{
	margin-top:0px;
}


.language
{
    font-family: 'Tajawal', sans-serif !important;
    font-size:16px;
    font-weight:400;
    margin-right:15px;
}

.header
{
    padding: 10px 0;
    position: relative;
    background-color:#FFFFFF;
}

.header-top
{
	margin-top:0px;
	text-align:right;
}

.header-top a
{ 
    margin:0 5px;
}


.links-top
{
	  display:inline-block;    
	  line-height: 26px;
	  margin-top:20px;
	  font-size: 15px;
}


.links-top img
{
	 float:right;
	 margin-left:8px;
	 color:#FFFFFF;
}

.links-top a
{
	 color:#FFFFFF;
}

.carousel {
    height: 635px;
    position:relative;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #fff;
    background-blend-mode:multiply;
}

.caption-carousel {
    position: absolute;
    top: 100px;
    width: 645px;
    right: 10%;
    margin: auto;
    z-index: 10;
    text-transform: capitalize;
    padding: 20px;
    color: #fff;
    background-color: rgb(0 0 0 / 30%);
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    border-radius: 20px;
}
.caption-carousel h2{
    font-size:40px;
    font-weight:500;    
    line-height:55px;
}

.caption-carousel h2 span{
    font-weight:  800;
}
.caption-carousel h3{
	    text-transform: none;
    font-size:16px;
    font-weight:400;
    line-height:25px;
}


.carousel-indicators {
    position: absolute;
    bottom: 15px;
    padding-left: 0px;
    z-index: 15;
    width: 100%;
    right: 0;
    padding-right: 0;
    margin-right: 0%;
    text-align:center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: #e3e2e2;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius:50px;
}

.carousel-indicators .active {
    width: 21px;
    height:21px;
    margin: 5px;            
    background:rgba(255, 255, 255, 0.0);
    border: 1px solid rgba(255, 255, 255, 1);
}




.btn-header {
    display: inline-block;
    padding: 15px 30px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:10px;
    margin-top:20px;
    margin-bottom:20px;
}


.btn-more{
    color: #fff;
    background-color: #e62129;
    border-color:#e62129;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #e62129;
    background-color: #FFFFFF;
    border-color: #e62129; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-red{
    color: #fff;
    background-color: #e62129;
    border-color:#e62129;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-red:hover {
    color: #e62129;
    background-color: #FFFFFF;
    border-color: #e62129; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #910A2D;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white:hover {
    color: #910A2D;
    background-color: #FFFFFF;
    border-color: #910A2D; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.welcome
{
	padding: 60px 0;
	overflow:hidden;
}
.welcome-img
{
	 border-radius:10px;
	 height:360px;
	 object-fit:cover;
}

.title
{
   color:#000;
   font-size:32px;
   font-weight: 600; 
   margin-bottom:20px;
   text-transform:capitalize;
}

.title span
{
    color: #e62129;
    background-color: #fce4e5;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 10px 25px;
}


.welcome-text
{
    line-height: 26px;
    margin-bottom: 10px;
}



.cars
{
	padding-top:20px;
	margin-bottom:0px;
	overflow:hidden;
}

.cars ul
{
	 text-align:center;
	 padding-right: 0;
     font-family: "Exo", sans-serif;
}

.cars ul a:hover
{
	 text-decoration:none;
	 opacity:0.7;
}

.single-product
{
	border:1px #CCCCCC solid ;
	border-radius:15px;
}

.cars ul li
{
    width: 270px;
    display: inline-block;
    margin: 0 5px 10px 5px;
    padding: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow:hidden;    
    position:relative;
}

.cars ul li img
{
    height:130px;    
    width: 100%;    
    object-fit:contain;    
}
 
.cars-content
{
	padding:0px 0;
	text-align:right;
}

.cars-content .h3 
{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 22px;
    text-transform: capitalize;
    color: #161616;
    font-weight: 600;
    height: 55px;
    overflow: hidden;
}

.cars-content .h5
{
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 13px;
    color: #636363;
    height:20px;
}

.cars-content ul
{
	 padding-right:0;
	 text-align:right;
	 margin-top:20px;
	 
}

.cars-content ul li 
{
	    width: 100% !important;
    display: inline-block;
    width: auto;
    padding: 0px;
    margin: 0 5px 0px 5px;
}

.cars-content ul li img
{
	    width: 31px !important;
    height: 31px !important;
    float: left;
    margin-right: 5px;
    margin-bottom: 4px;
}

.cars-content ul li .cars-content-text
{
    margin-top: 10px!important;
    font-size: 14px;
    color: #636363;
    margin:0;
    overflow:hidden;
    font-weight:600;
	text-align: left;
    direction: ltr;
}

.more-cars
{
	width:41px!important;
	height:42px!important;
}



/*-------map-------->*/

.swiper-slide
{
	background:url('../images/map-bg.png')  no-repeat scroll left bottom;
	background-size:cover;
	padding:50px 0;
}


.global-map-section {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden
}

.global-map {
    z-index: 1;
    width: 100%;
    transform-origin: top center;
    max-width: 1200px;
    margin: 4% auto 0;
    position: relative
}

.global-map img {
    max-width: 100%;
    width: 100%
}

.global-map-dot {
    width: 2.16%;
    height: 0;
    padding-bottom: 2.16%;
    position: absolute;
    transform: translate(-50%,-50%)
}

.global-map-dot img {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.global-map-dot .circle {
    z-index: 1;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    background: rgba(220,0,12);
    position: absolute;
    left: 0;
    top: 0;  
    -webkit-animation: pulsate 2s ease-in-out infinite;
  -moz-animation: pulsate 2s ease-in-out infinite;
  animation: pulsate 2s ease-in-out infinite;
}

.global-map-dot.one {
    left: 77.34%;
    top: 45.8%
}

.global-map-dot.two {
    left: 78.88%;
    top: 39.6%
}

.global-map-dot.three {
    left: 81.32%;
    top: 47.32%
}

.global-map-dot.four {
    left: 78.92%;
    top: 50.45%
}

.global-map-dot.five {
    left: 82.1%;
    top: 36.6%
}

.global-map-dot.six {
    left: 70.85%;
    top: 38%
}

.global-map-dot.seven {
    left: 66.84%;
    top: 48.9%
}

.global-map-dot.eight {
    left: 50%;
    top: 33.32%
}

.global-map-dot.nine {
    left: 32.3%;
    top: 77%
}

.global-map-dot.ten {
    left: 22.8%;
    top: 44.16%
}

.global-map-dot.eleven {
    left: 17.88%;
    top: 53.75%
}

.global-map-dot.twelve {
    left: 26.71%;
    top: 62.95%
}

.global-map-dot.thirteen {
    left: 60.45%;
    top: 52.1%
}

.global-map-dot.fourteen {
    left: 49.21%;
    top: 59.95%
}

.global-map-dot.fifteen {
    left: 57.21%;
    top: 63.1%
}

.global-map-dot.sixteen {
    left: 76.48%;
    top: 66.15%
}

.global-map-dot.seventeen {
    left: 54.84%;
    top: 78.7%
}



@keyframes pulsate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 0.8; }
}





.news
{
	padding:60px 0;
    background-image: url(../images/bg4.png), url(../images/bg3.png);
    background-position:left bottom, right top;
    background-repeat: no-repeat;
}

.news-box
{
    display:inline-block;
    width: 100%;
    height: auto;
    position: relative;      
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0px 15px; 
    text-align:right;
    border-radius: 5px;
 }

.news-box a:hover
{
    text-decoration:none;
}


.news-box img
{
    margin: auto;
    height:250px; 
    width: 100%;
    object-fit: cover;
    border-radius:20px;
}



.news-box .text
{
      font-size:15px;
      font-weight:500;
      margin-bottom:0px;  
      margin-top:10px;  
      color: #000;    
      text-align:right;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding:15px 0;
}



.news-box .text-news
{
      font-size:18px;
      font-weight:600;      
      height: 48px;
      color:#000;
      overflow: hidden;
      margin-bottom:10px;
}


.news-box .text-inner
{
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}


.news-box2
{
    display:inline-block;
    width: 100%;
    height: auto;
    position: relative;      
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0px 15px 20px 15px; 
    text-align:right;
    border-radius: 5px;
 }

.news-box2 a:hover
{
    text-decoration:none;
}


.news-box2 img
{
    margin: auto;
    height: 250px;
    width: 45%;
    object-fit: cover;
    border-radius: 20px;
    float: right;
    margin-left: 30px;
}



.news-box2 .text
{
      font-size:15px;
      font-weight:500;
      margin-bottom:0px;  
      margin-top:10px;  
      color: #000;    
      text-align:right;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding:15px 0;
}



.news-box2 .text-news
{
      font-size:18px;
      font-weight:600;      
      height: 48px;
      color:#000;
      overflow: hidden;
      margin-bottom:10px;
}


.news-box2 .text-inner
{
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}
.Social-Media
{
	padding:50px 0 10px 0;
}

.height-1
{
    height: 500px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}
    

.height-2
{
    height: 235px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}
    
.partners 
{
	 padding:20px 0;
}

.partners ul
{
	padding-right:0;
	margin:0;
	text-align:center;
}

.partners ul li {
    display: inline-block;
    margin: 5px 20px;
}



.footer
{
	background-color:#000;
	font-size:15px;
	padding:60px 0 0 0;
	color:#fff;
}

.footer ul
{
   padding-right:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #fff;
}
.footer ul li a
{
	color:#fff;
}

.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard img
{
	margin-left:10px;	 
}

.footer-title
{
	 color:#fff;
	 font-size:20px;
	 text-transform: capitalize;
	 font-weight:bold;
	 margin:20px 0;
}

.footer-text
{
	height: 65px;
    overflow: hidden;
}

.footer .socials ul{
     padding-right:0;
     margin-top:0px;
}

.footer .socials ul li {
    display: inline-block;	
    width: 27px;
    height: 27px;
    margin: 0;
}


.footer .socials ul li a {
	width: 27px;
	height: 27px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
    margin-left: 0px;
    border-radius:3px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.copyright {
    padding: 5px 0;
    color: #FFF;
    background-color: #000000;
    font-size: 13px;
    text-align: center;
    line-height: 55px;
    border-top: 1px rgb(204 204 204 / 55%) solid;
    margin-top: 30px;
}



.copyright a
{
    color:#161616;
}


.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    margin:100px 0 100px 0;    
    text-align: center;    
    background-color: rgb(222 31 39/ 53%);
    border-radius: 20px;
    padding: 30px;
}


.caption-inner h3 {
    margin-bottom: 10px;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
    font-weight:600;
}

.breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align: center;
}


.breadcrumb>li {
    display: inline-block;
    font-size:14px;
    color:#fff;
    text-transform:capitalize;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ffffff;
    content: "/\00a0";
}
.breadcrumb>li a{    
color:#fff;
}


.breadcrumb>.active {
    color: #fff;
    font-weight: 400;
}

.red
{
    background-color: rgb(222 31 39);
}


.content-inner {
    padding: 30px 0;
    margin-bottom:0;    
	overflow: hidden;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}





.menu-left
{    
margin-top:0px;
z-index: 9999;    
width: 100%;
overflow:hidden;
text-align:right;
border-radius:15px;
}


.menu-left ul
{
    padding-right:0;
    margin:0;
    font-size:16px;
}
.menu-left ul a:hover
{
    text-decoration:none;
    
}

.menu-left ul li
{
    padding: 15px 25px;
    display: block;
    border-bottom: 1px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    color: #fff;
    transition: 0.3s;
}
 
.menu-left ul li i
{
     font-size:14px;
     margin-left:10px;
}

.menu-left ul a:hover li
{
   background-color:rgb(255 255 255 / 32%);
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.new-price
{
	font-size:30px;
	font-weight:900;
}

.old-price
{
	color:#949494;
	text-decoration:line-through;
	font-size:16px;
}

.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 40px;
    background: #8a8a8a;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #8a8a8a;
    margin-left: 10px;
    font-size:18px;
}


.btn-contact{
    color: #fff;
    background-color: #231f20;
    border-color: #231f20;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-contact:hover {
    color: #231f20;
    background-color:#fff;
    border-color:#231f20;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;

}

.btn-news{
    color: #fff;
    background-color: #231f20;
    border-color: #231f20;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-news:hover {
    color: #231f20;
    background-color:#fff;
    border-color:#231f20;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}


.container2{
    padding:200px 20px 200px 20px;
    text-align:center;
    color:#FFF;
    font-weight:bold;
}


.section-1{
    background-image:url('../images/img-fixed.png');
    background-position:center;
    position:fixed;
    z-index:999;
}




.gray-box
{
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    margin-bottom: 20px;
    border-radius:15px;
}

.code_apply {
    display: block;
    padding: 8px 20px 8px 10px;
    background-color: #e62129;
    margin: 0px 20px 10px 0px;
    min-height:45px;
    color: #fff;
    width: 300px;
    float: left;
    border-radius:50px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 10px 0 0 ;
    float: left;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #e62129;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 



.btn-career 
{
    background-color:#000;
    border: 1px #000 solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #e62129;
    border: 1px #e62129 solid;
    color: #fff;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}








.btn-career2 
{
    background-color: #459844;
    border: 1px #ffffff solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-career2:hover 
{
    background-color: #ffffff ;
    border: 1px #ffffff solid;
    color: #459844;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.big-text
{
	font-size:18px;
}

.cv-box
{    
    background-color:#2ea053;
    padding: 20px;
}


.cv-box-title {
    text-align: center;
    color: rgba(255, 255, 255,1);
    font-size: 25px;
    margin-bottom: 20px;
}




.title-product
{
	color: #d43f39;
    font-size: 30px;
    margin-bottom: 20px;
}









.products-all
{
 display:inline-block;
 width: 355px;

}


.products-box
{
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    width: 355px;
    text-align: center;    
    padding: 0 10px;
}




.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-left:10px;
}





.title-news {
    font-size: 20px;
    color:#231f20;
    margin-bottom:10px;
    margin-top:10px;
}


.text-news
{
	margin-bottom:20px;
}






.box-category 
{
	height:264px;
	color:#3d3d3d;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
}


.box-category img
{
     width:18px;
     display:inline-block;
     margin-left:10px;
}



.box-category h1 {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color: #e62129;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#e62129;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.tabs
{
	font-size:15px;
	border-bottom:1px #CCCCCC solid;
	margin-bottom:20px;
}

.tabs ul
{
	padding-right:0;
	text-align:center;
	margin:10px 0 0 0;
}


.tabs ul li
{
	text-align:center;	
	margin:10px 12px 15px 12px;	
	font-weight:400;
	display:inline-block;
}

.tabs ul li a
{
	 color:#535353;
}
.tabs ul li a:hover
{
	 color:#e62129;
	 text-decoration:none;
}


.tabs ul li a img
{
	display:block;
	margin: auto auto 10px auto ;
	width:100px;
	object-fit:contain;
}
.tabs-active
{
	border-bottom: 3px #e62129 solid;
    font-weight: 600 !important;
}





.container-check {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;    
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight:normal;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 0;
  right: 0;
  height: 22px;
  width: 22px;
  background-color: #ebebeb;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
  background-color: #ebebeb;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
  background-color: #e62129;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.white-box
{
	background-color:#FFFFFF;
	border:1px #CCCCCC solid;
	padding:15px;
	margin-bottom:20px;
}


.white-box h4
{
	 margin-bottom:20px;
	 font-size: 16px;
}


.compare
{
	background-color:#fff;
	color:#FFFFFF;
	width:30px;
	height:30px;
	border-radius:50px;
	position:absolute;
	left:15px;
	top:15px;
	z-index:99;
	text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.compare img
{
	 margin:auto;
}

.select-right-one {
    width: 100%;
    background: #fff;
    border:1px #CCCCCC solid;
    margin-bottom: 20px;
    padding: 25px;
    position:relative;
}

.select-right-one:last-child {
    margin-bottom: 0
}


.sro-title {
	text-align: justify;
    display: block;
    cursor: pointer;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
    font-size:18px;
    margin-top:15px;
}

.sro-value::after {
    display: block;
    content: "";
    clear: both
}

.sro-value img {
    width: 51.5%;
    float: left;
    cursor: pointer
}

.sro-right {
    float: right;
    width: 41.5%
}

.sro-right-word1 {
    color: #999999;)
}

.sro-right-word1 div {
    white-space: normal;
    line-height: 1.4;
    margin-bottom: 8px
}

.sro-right-word2 {
    margin-top: 20px;
    line-height: 20px;
    color: rgba(118,118,118,1);
    overflow: hidden
}

.sro-right-word2 a {
    color: rgba(118,118,118,1)!important;
    padding-left: 35px
}

.sro-right-word2-span {
    cursor: pointer;
    display: inline-block;
    margin: 6px 0 3px;
    font-size: 14px;
    white-space: nowrap
}

.sro-right-word2-span:hover {
    color: #0064d9!important
}

.selectEd-box {
    width: 100%;
    height: auto
}

.selected-one {
    margin-top: 20px;
    width: calc((100% - 40px)/ 3);
    color: #333;
    background: #fff;
    text-align: center;
    float: left;
    padding: 20px;
    cursor: pointer;
    margin-left: 20px;
    transition: all .3s
}

.selected-one:nth-of-type(3n+1) {
    margin-left: 0
}

.selected-one:nth-of-type(1),.selected-one:nth-of-type(2),.selected-one:nth-of-type(3) {
    margin-top: 0
}

.selected-one:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,.16)
}

.selected-one img {
    width: 100%
}

.selected-one-title {
    font-weight: 400;
    line-height: 2.6rem;
    text-align: left;
    margin-bottom: 10px;
    color: #333;
    font-size: 2rem
}

.selected-one-desc {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3.5rem;
    text-align: left;
    color: #333;
    padding-bottom: 20px
}


.outer-sku-container {
    width: 100%;
    position: relative;
    margin-top:50px;
}

.spu-detail-titile {
    color: #000;
	    float: right;
}

.spu-detail-data {
    margin-top: 45px
}

.spu-detail-titile div:nth-of-type(1) {
    font-weight: 400
}

.spu-detail-titile div:nth-of-type(2) {
    color: #000;
    font-weight: 550
}

.spu-detail-data-one {
    color: #000;
    float: right;
    margin-left: 30px
}

.spu-detail-data-one div:nth-of-type(1) {
    font-weight: 700
}

.spu-detail-data-one div:nth-of-type(2) {
    font-weight: 400
}

.detail-datas {
    float: right;
}

.pc-maodian-s {
    display: flex;
    justify-content: space-between;
    color: #333;
    margin-left: 40px
}

.detail-maodian {
    background: #000
}

.pc-maodian-s div:not(.pc-maodian-s-line) {
    cursor: pointer
}

.pc-maodian-s .pc-maodian-s-line {
    width: 1px;
    height: 32px;
    background: #e0e0e0
}

.module-value-item {
    background: #fff;
    margin-bottom: 20px
}

.module-value-item-open {
    transition: all .3s
}

.active .module-value-item-open {
    transform: rotate(45deg)
}

.module-value-item-title {
    font-size: 2.4rem;
    height: 80px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    cursor: pointer
}

.module-value-item-desc {
    width: 42.8%;
    color: #504f4f;
    margin-left: 40px;
    padding-bottom: 50px;
    float: left;
    font-size: 16px
}

.module-value-item-desc p {
    margin-bottom: 10px;
    line-height: 1.769230769230769
}

.module-value-item-desc p:last-child {
    margin-bottom: 0
}

.module-value-scroll {
    width: 100%;
    overflow: scroll
}

.module-value-scroll::-webkit-scrollbar {
    width: 0;
    height: 0
}

.module-value-table {
    width: 100%;
}

.module-value-tr {
    font-size: 2rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.module-value-tr:nth-child(2n) {
       background: #e2e2e2;

}

.module-value-title-row {
    font-size: 20px;
    font-weight: 700
}

.module-value-tr::after {
    display: block;
    clear: both
}

.module-value-td {
    width: 24%;
    flex-shrink: 0
}

.module-value-td:nth-of-type(1) {
    width: 28%
}

.module-value-title-row .module-value-td {
	    color: #000000;
    padding: 5px;
}

.module-value-title-row .module-value-td:nth-of-type(1) {
    padding-left: 3rem
}

.module-value-flex {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1rem 1.2rem 3rem;
    color: #504f4f;
     font-size:18px;
     font-weight:500;
}

.module-table-links {
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 0
}

.module-value-flex a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;}

.collapsible-all
{
	margin-bottom:50px;
}
.collapsible-all .collapsible {
  background-color: #f7f7f7;
  color: #000000;
  cursor: pointer;
  padding: 14px 18px ;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 20px;
}

.collapsible-all .active, .collapsible-all .collapsible:hover {
  background-color: #e9e9e9;
}

.collapsible-all .collapsible:after {
  content: '\002B';
  color: #000000;
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

.collapsible-all .active:after {
  content: "\2212";
}

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fbfbfb;  
  margin-bottom:10px;

}
.title-category
{
	color: #000;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}


.tabs-all-img
{
	background-color:#fafafa;
	padding:60px 0;
}
.tabs-all ul li .text
{
      font-size:13px;
      font-weight:600;
      margin-bottom:0px;  
      margin-top:0px;  
      color: #000;
      background-color:#f8e4e5;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding: 10px 5px;
      border-radius: 0 0 15px 15px;
}



.tabs2
{
	font-size:15px;
	margin-bottom:20px;
}

.tabs2 ul
{
	padding-right:0;
	margin:10px 0 0 0;
}


.tabs2 ul li
{
	text-align:center;	
	margin:10px 12px 15px 12px;	
	font-weight:400;
	font-size:18px;
	display:inline-block;
	text-transform:capitalize;
}

.tabs2 ul li a
{
	 color:#999;
}
.tabs2 ul li a:hover
{
	 color:#e62129;
	 text-decoration:none;
}
.tabs2-active
{
	border-bottom: 3px #e62129 solid;
    font-weight: 600 !important;
	 color:#e62129!important;
}
.tabs2-active a
{
	 color:#e62129!important;
}



.box-products a:hover
{
    text-decoration:none	
} 

.box-pro 
{
	color:#3d3d3d;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:0px;
	margin:25px 0 ;
	position:relative;
	background-color:#f6f6f6;
	padding:20px; 
	border-radius:4px;
	border:2px #f6f6f6 solid;     
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.box-products a:hover .box-pro 
{
	background-color:#fff;
	border:2px #e62129 solid;     
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}


.box-pro img
{
    width: 100%;
    height: 250px;
    object-fit: contain;    
    background-color:#FFFFFF;
}

.box-pro h1 {
    font-size: 18px !important;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #000;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.box-products a:hover .box-pro .sro-title
{
	text-decoration:none;
	color:#e62129;
}

.box-products a:hover .box-pro .sro-right-word1
{
	text-decoration:none;
	color:#e62129;
}

.compare2
{
	background-color:#ffffff00;
	width:40px;
	height:40px;
	border-radius:50px;
	position:absolute;
	left:15px;
	top:285px;
	z-index:99;
	text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.compare2 img
{
	 margin:auto;	
	 width:40px;
	height:40px;
	background-color:#ffffff00;
}

.popupmenu
{
    background-color:#fef6f7;
    position:absolute;
    padding-top:50px ;
    padding-bottom:50px ;
    height:100%;
    left:0;
}

.popupmenu ul
{
	padding-right:0;
	text-align:right;
	margin-top:15px;
	font-size:16px;	
	text-transform:capitalize;
}

.popupmenu ul li
{
	 display:block;
	 padding:10px 12px;
	 border-bottom:1px #fff solid;
}

.popupmenu  ul li a
{
 color:#000;
}

.popupmenu ul li a i
{
    float: left;
    font-size: 14px;
    margin-left: 3px;
    margin-top: 5px;
}



.menu-pro ul
{
	padding-right:0;
	text-align:right;
	margin-top:15px;
	font-size:17px;	
}

.menu-pro ul li
{
	 display:block;
	 border-bottom:1px #fbfbfb solid;
	 margin-bottom:10px;    
	 border-radius: 6px;
	 color: black;
	 font-size:15px;
	 box-shadow:-1px -2px 11px rgb(0 0 0 / 26%);
}

.menu-pro-active
{
    display: block;
    background-color: #d3474c;
    border-radius: 6px;
}

.menu-pro-active a
{
	  color:#fff !important;
}
.menu-pro ul li a
{
 color:#000;
}

.menu-pro ul li a i
{
    float: left;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 25px;
}

.menu-pro ul li a img
{
    margin-left: 10px;
    width: 70px;
    height: 65px;
    object-fit: contain;
    border-radius: 6px;
    background-color: #f6f8f7;
}


.tabs-menu
{
	font-size:15px;
	margin-bottom:20px;
}

.tabs-menu ul
{
	padding-left:0;
	text-align:center;
	margin:10px 0 0 0;
}


.tabs-menu ul li
{
	text-align:center;	
	margin:10px 12px 15px 12px;	
	font-weight:400;
	width:260px;
	display:inline-block;
}

.tabs-menu ul li a
{
	 color:#535353;
}
.tabs-menu ul li a:hover
{
	 color:#e62129;
	 text-decoration:none;
}


.tabs-menu ul li a img
{
	display:block;
	margin: auto auto 10px auto ;
	width:200px;
	object-fit:contain;
}




.socials2 ul li a {
    width: 27px;
    height: 27px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    margin-left: 0px;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.cbp-hrsub h4 {
    text-align: right;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
  
    text-align: right;
}



.socials2 ul li {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 0;
}

.socials2 ul {
    padding-right: 0;
    margin-top: 13px;
	    z-index: 99999 !important;
    position: absolute;

}

.module-value-td:nth-child(even) {
    direction: ltr;
}

.module-value-td:nth-child(odd) {
    text-align:right!important;
}


.cbp-hrmenu > ul{

    margin: 0px 58px!important;
}


.slider-item h3{
	    text-transform: capitalize;
	
}

.tabs2 button {
    font-weight: 600;
    margin-top: 32px !important;
}

.module-value-td {
    text-transform: capitalize;
}