*{
    margin:0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body{
    width:100%;
    background-color: #eaeded;
    box-sizing: border-box;
}
.first{
    width:100%;
    height:90px;
    background-color: #131a22;
    display: flex;
    align-items: center;
    flex-direction: column;
    position:sticky;
}
.first img{
    width: 130px;
    height: 80px;
    overflow: hidden;
    margin:0 10px;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.first{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flex{
    display: flex;
    justify-content: center;
}
.flex span,i{
    color:white;
}
.logo{
    flex:0.18;
    margin-right:10px;
    justify-content: space-between;
}
.map{
    border: 10x solid transparent;
    border-radius: 3px;
}
.map i{
    margin-top: 17px;
    padding-left: 5px;
    font-size: 17px;
}
.map div{
    padding: 5px;
    display: flex;
    cursor: pointer;
    flex-direction: column;
}
.map div span:first-child{
    font-weight: 400;
    font-size: 13px;
}
.map div span{
  font-weight: bold;  
}
.right{
    justify-content: space-between;
    flex:0.29;
    margin-right: 10px;
    align-items: center;
}
.input{
    width: 100%;
    background-color: white;
    flex:0.53;
    border-radius: 5px;
    display: flex;
    margin:0 10px;
    align-items:center;
    overflow: hidden;
    justify-content: space-between;
}
.input input{
    outline: none;
    width:80%;
    font-size: 16px;
    padding: 10px 2px;
    border:none;
}
.input .fa-search{
    color: rgb(51,51,51);
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    background-color: #febd69;
    border-radius: 0 5px 5px 0;
}
.input div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-right: 1px solid gray;
    background-color: rgb(236,234,234);
    padding: 6px 0;
}
.input div span{
    border-radius:5px 0 0 5px;
    color:rgb(51,51,51);
    padding: 6px 5px;
    font-size: 13px;
    cursor: pointer;
}
.input .fa-caret-down{
    color:rgb(51,51,51);
    cursor: pointer;
    padding: 5px;
}
.lang i{
    padding: 0;
    margin: 0;
    color:gray;

}
.lang{
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items:flex-end;
    border:1px solid transparent;
    border-radius: 3px;

}
.right img{
    width:30px;
    height:30px;
    padding: 4px;
    margin:0;
    padding-top: 10px;
    cursor: pointer;
}
.sign{
    display: flex;
    flex-direction: column;
    padding: 3px 6px;
    cursor:pointer;
    border:1px solid transparent;
    border-radius: 3px;
}
.sign span:first-child{
    font-weight: 400;
    font-size: 13px;
}
.sign span{
    display:flex;
    width:100%;
    font-weight: bold;
}
.flex .ac span{
font-size:15px;
margin-right:5px;
font-weight: bold;
}
.fa-shopping-cart{
    font-size: 30px;
}
.ca{
    font-size:14px;
    font-weight: bold;
}
.cart{
    align-items:flex-end;
    position: relative;
    padding: 5px 10px;
    cursor:pointer;
    border:1px solid transparent;
    border-radius: 3px;
}
.cart p{
position: absolute;
font-weight: bolder;
color:#131a22;
top:7px;
left:23px;
}
.second{
    width:100%;
    height:5%;
    background-color: #232f3e;
    display:flex;
    align-items: center;
    color: white;
    overflow: hidden;
    justify-content:space-evenly;
    
}

.second ul{
align-items: center;
list-style: none;
display: flex;
justify-content:space-evenly;
align-items: center;
}
.second span{
    font-size:15px;
}
.second a{
    color:white;
    text-decoration:none;
}
.second-1 div i{
    font-size: 20px;
    cursor: pointer;
    border:1px solid transparent;
    border-radius: 3px;
}
.second li{
    padding: 5px 10px;
    font-size: 15px;
    margin: 7px 0;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;

}
.second-1{
    flex:0.66;
    display: flex;
    justify-content:flex-start;
    align-items:flex-start;
}
.second-1 div{
    display: flex;
    align-items: center;
    padding-left: 5px;
}
.second-2{
    display: flex;
    flex:0.74;
    justify-content: flex-start;
    align-items:flex-start;
}
.second-3{
    flex:0.2;
    display: flex;
    justify-content:flex-end;
    margin-right: 20px;
    overflow: hidden;
}
.second-3 span{
    padding: 5px 10px;
    cursor: pointer;
    border:1px solid transparent;
    border-radius: 3px;
}
.second-1 div span{
    padding: 5px;
    cursor: pointer;
}
.second-1 div:hover{
    border:1px solid white;
}
.second-2 li:hover{
    border:1px solid white;
}
.second-3:hover{
    border:1px solid white;
}
.logo a:hover{
    border:1px solid white;
}
.map:hover{
    border:1px solid white;
}
.lang:hover{
    border:1px solid white;
    cursor: pointer;
}
.sign:hover{
    border:1px solid white;
}
.cart:hover{
    border:1px solid white;
}
.sec-1{
    position: relative;
    width:100%;
    height:1190px;
    box-sizing: border-box;
}
.container{
    height:fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}  
.swiper{
    width:100%;
    height:100%;
}
.swiper-slide img{
    width:100%;
    height:100%;
} 
.cont-1{
position:absolute;
z-index: 10;
top:230px;
left:0;
width:100%;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
background: linear-gradient(to bottom,transparent,#eaeded 50%);
}
.product-comp{
    width:100%;
    height:100%;
    display: flex;
    box-sizing: border-box;
    margin:20px 0;
    justify-content: space-around;
}
.product-comp .box{
    width:350px;
    height:500px;
    padding-left: 20px;
    background-color: white;
}

.box h3{
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    color:rgb(43,42,42);
    text-align: center;
}

.box div img{
    width:150px;
    height: 120px;
    cursor: pointer;
    margin-left:-20px;
    margin-right: 0;
}
.box-a div{
    display: inline-block;
}
.box-a{
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height:80%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    overflow: hidden;
    background-color: white;
    
}
.box-a div span{
    display: flex;
    font-size: 14px;
    margin-left: 10px;
} 
.box a{
color: rgb(12, 154, 210);
    
}
.box a:hover{
    color:rgba(214, 85, 33, 0.912);
    text-decoration: underline;
}
.box-b{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.box-b .best{
    background-color: white;
    height:150px;
    width:300px;
    text-align: center;
}
.best h3{
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    color:rgb(43,42,42);
    text-align: center;
}
.box-b img{
    width:100%;
    height:100%;
}
.box-b div{
    width:250px;
    height:300px;
}
.box-b button{
    width: 70%;
    height: 30px;
    border-radius: 2%;
    background-color: rgb(245, 219, 21);
    border: 1px solid transparent;
}
.sec-2{
    width:100%;
    height:315px;
    padding:25px;
    padding-top:0;
    padding-bottom: 25px;
}
.slide-sec h3{
    font-size:20px;
    padding-bottom: 5px;
}
.slide-sec{
    width:100%;
    height:100%;
    padding:20px 20px 10px 20px;
    overflow-x: hidden;
    background-color: white;
    position:relative;
}
.product-slide{
    display: flex;
    margin-top: 5px;
    overflow-x: scroll;
    scroll-behavior: smooth;
}
.product-slide::-webkit-scrollbar{
    background-color: transparent;
    height:7px;
    cursor:pointer;
}
.product-slide::-webkit-scrollbar-thumb{
    border-radius: 10px;
    cursor:pointer;
}
.product-slide li{
list-style:none;
margin-right:10px;
margin-bottom: 15px;
cursor:pointer;
}
.l-btn,
.r-btn{
    background-color: rgb(255,255,255,1);
    height:90px;
    width:50px;
    text-align: center;
    cursor: pointer;
    top:35%;
    position: absolute;
    border: 3px solid transparent;
}
.l-btn{
    border-radius: 0 5px 5px 0;
    left:20px;
}
.r-btn{
    border-radius: 5px 0 0 5px;
    right:20px;
}
.l-btn:hover{
    border:3px solid rgb(2,150,150)
}
.r-btn:hover{
    border:3px solid rgb(2,150,150)
}
.r-btn i,
.l-btn i{
    color:rgb(54,54,54);
    position:absolute;
    font-size: 30px;
    top:35%;
    left:13%;
    right:13%;
}
.banner{
    background-color: white;
    border: 1px solid transparent;
    margin: auto;
    width:97%;
    height:400px;
}
.banner1{
    width:100%;
    height:100%;
    margin: auto;
    text-align: center;
    padding-top:25px;
    padding-bottom: 0;
}
.banner1 img{
    width:85%;
    height: 90%;
}
.banner2{
    border: 1px solid transparent;
    margin: auto;
    text-align: center;
    width:97%;
    height:350px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.banner2 img{
    width:70%;
    height:90%;
}
.footer{
    width:100%;
    
    transition: all 0.2s;
}
.backtop{
    text-align:center;
    height:50px;
    background-color: #37475a;
    padding: 16px;
    color:white;
    font-weight:bold;
}
.backtop:hover{
    background-color: #4d627c;
}
.detail{
    background-color: #232f3e;
    height:350px;
}
.table{
    margin:0 150px;
    height:100%;
    display: flex;
    justify-content: space-around;
    padding-top: 50px;
}
.table div{
    width:230px;
}
.t-head{
    font-size: 16px;
    color:white;
    font-weight: bold;
    margin-bottom: 5px;
}
.table li{
color:rgb(223,221,221);
padding-top: 10px;
font-weight: lighter;
font-size:14px;
list-style: none;
}
.line{
    height:0.5px;
    width:100%;
    background-color: rgb(172,172,172);
}
.sidebar{
    background-color: white;
    width:380px;
    height:100%;
    transform: translateX(-390px);
    transition:all 0.5s;
    position: absolute;
    z-index:101;
    overflow-y: scroll;
    box-shadow: 2px 2px 30px black;
}
.hidden-head{
    background-color: #232f3e;
    height:60px;
    width:100%;
    color:white;
    text-align: center;
}
.hidden-head h2{
    line-height: 60px;
}
.hidden-content h3{
padding: 20px 25px;
color:rgb(39,39,39);
}
.hidden-content ul div{
    display: flex;
    cursor: pointer;
    transition:all 0.2s;
    font-size: 14px;
    color:rgb(70,70,70);
    padding:15px 25px;
    justify-content: space-between;
}
.fa-xmark{
    top:20px;
    left:400px;
    position:absolute;
    font-size: 30px;
    z-index:101;
    display: none;
}
.fa-angle-right{
    color:rgb(27,27,27);
}
.fa-angle-bottom{
    color:rgb(27,27,27);
}
.hidden-content ul div:hover{
    background-color: rgb(230,227,227);
}
.black{
    position: absolute;
    width: 0%;
    height:100%;
    
    background-color: rgba(0,0,0,0.7);
}
.black.active{
    width:100%;
    z-index:100;
}
.black.active-1{
    top:70px;
    width:100%;
    z-index:99;
}
.sidebar.active{
    transform: translateX(0);
}
.fa-xmark.active{
    display: block;
}
.hidden-sign.active{
display: block;
}
.triangle.active{
    display: block;
}
.triangle{
    position:absolute;
    z-index:101;
    right:220px;
    top:42px;
    display: none;
    background-color: transparent;
    width:0px;
    height:0px;
    transition: all 2s;
    border:12px solid blue;
    border-color:transparent transparent white transparent;
}

.hidden-sign{
    position: absolute;
    z-index:101;
    transition: all 2s;
    width:500px;
    height:350px;
    display: none;
    top:65px;
    right:80px;
    background-color: white;
    border-radius: 5px;
}
.hidden-table{
    display:flex;
    justify-content:space-around;
    padding: 20px 0;
}
.hidden-table h3{
    font-size: 16px;
    padding: 10px 0;
}
.hidden-table li{
    color:rgb(84,84,84);
    font-size: 14px;
    padding: 5px 0;
    cursor:pointer;
}
.hidden-line{
    width: 0.5px;
    color: black;
    background-color: rgb(190,190,190);
    height:300px;
}
.stop-scroll{
    overflow: hidden;
    height:100%;
}




