@import url('https://fonts.googleapis.com/css2?family=Koh+Santepheap:wght@100;300;400;700;900&family=Preahvihear&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Koh Santepheap", serif;
}
.sec-sales{
    width: 100%;
    height: 500px;
}
.sec-sales .container{
width: 1200px;
height: 100%;
margin: auto;
}
.sec-sales .container h1{
font-size: 28px;
color: black;
text-align: center;
padding-top: 50px;
}
.sec-sales .container p{
font-size: 16px;
color: rgb(49, 49, 49);
text-align: center;
padding-top: 10px;
}
.sec-sales .container .row{
height: 85%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 50px;
/* background-color: aquamarine; */
margin-top: 10px;
}
.sec-sales .container .row .col-3{
width: 280px;
height: 280px;
background-color: white;
border-radius: 10px;
padding: 10px;
transition: 0.5s;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.sec-sales .container .row .col-3:hover{
    margin-top: -20px;
}
.sec-sales .container .row .col-3 i{
font-size: 21px;
color: white;
background-color: black;
padding: 10px;
border-radius: 10px;
}
.sec-sales .container .row .col-3 h2{
font-size: 21px;
color: #000000;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 2px solid #1b4332;
}
.sec-sales .container .row .col-3 p{
font-size: 16px;
color: rgb(55, 55, 55);
padding-bottom: 10px;
text-align: start;
}
.sec-sales .container .row .col-3 a{
    display: inline-block;
    text-decoration: none;
}
.sec-sales .container .row .col-3 .btn{
font-size: 16px;
color: white;
text-align: center;
background-color: #17cf82;
padding: 10px 90px;
margin-left: 10px;
border-radius: 5px;
}
.sec-sales .container .row .col-3 .btn:hover{
    background-color: #0b6942;
}
.sales-service{
    width: 100%;
    height: 1200px;
}  
.sales-service .container{
    width: 1200px;
    height: 100%;
    margin: auto;
}
.sales-service .container h2{
   font-size: 28px;
   color: #000000;
   margin-top: 110px;
   margin-bottom: 10px;
   text-align: center;
}
.sales-service .container .tex{
    font-size: 16px;
    color: rgb(49, 49, 49);
    margin-bottom: 30px;
    text-align: center;
}
.sales-service .container .row{
    display: flex;
    height: 90%;
    justify-content: space-between;
    flex-wrap: wrap;
} 
.sales-service .container .row .col-6{
    width: 600px;
    height: 300px;
    background-color: white;
    border-radius: 10px ;
    margin-top: 30px;
    padding: 0px 10px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
} 
.sales-service .container .row .col-6 .card{
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 10px ;
    transition: 0.2s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
} 
.sales-service .container .row .col-6 .card:hover{
    margin-top: -20px;
} 
.sales-service .container .row .col-6 .card .row-1{
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
} 
.sales-service .container .row .col-6 .card .img{
    width: 200px;
    height: 100%;
    background-color: #0b6942;
    border-radius: 10px;
    overflow: hidden;
} 
.sales-service .container .row .col-6 .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
} 
.sales-service .container .row .col-6 .card:hover img{
    transform: scale(1.2);
}
.sales-service .container .row .col-6 .card .col-1{
    width: 380px;
    height: 100%;
    /* background-color: #204573; */
    border-radius: 10px;
    padding: 10px;
} 
.sales-service .container .row .col-6 .card .col-1 h3{
    font-size: 21px;
    color: black;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #1b4332;
    padding-bottom: 10px;
} 
.sales-service .container .row-1 .text{
    display: flex;
    justify-content: start;
    margin-top: 10px;
}
.sales-service .container .row-1 .text i{
    margin-left: 25px;
    margin-bottom: 5px;
    font-size: 18px;
}
.sales-service .container .row-1 .text p{
    margin-left: 10px;
    font-size: 16px;
    color: rgb(47, 47, 47);
}
.sec-banner-repair{
    width: 100%;
    height: 400px;
    background-image: url("../img/banner-repair.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec-banner-repair .container{
    width: 1200px;
    height: 100%;
    margin: auto;
}
.sec-banner-repair .container h1{
    font-size: 38px;
    color: white;
    padding-top: 150px;
}
.sec-repair-team{
    width: 100%;
    height: 700px;
}
.sec-repair-team .container{
    width: 1200px;
    height: 100%;
    margin: auto;
    padding: 50px 0px;
}
.sec-repair-team .container h2{
    font-size: 38px;
    color: goldenrod;
    text-align: start;
    margin-bottom: 10px;
}
.sec-repair-team .container .row{
    display: flex;
    flex-wrap: wrap;
    height: 75%;
    /* background-color: #17cf82; */
    justify-content: space-between;
    margin-top: 30px;
}
.sec-repair-team .container .row .col-6{
    width: 590px;
    height: 200px;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s;
}
.sec-repair-team .container .row .col-6:hover{
    margin-top: -20px;
}
.sec-repair-team .container .row .col-6 .img{
    width: 120px;
    height: 120px;
    background-color: #1b4332;
    padding: 5px;
    border-radius: 50%;
    margin-top: 40px;
    margin-left: 10px;
}
.sec-repair-team .container .row .col-6 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.sec-repair-team .container .row .col-6 .col-1{
    width: 360px;
    height: 200px;
    /* background-color: #505452; */
    padding: 10px;
    margin-left: 30px;
}
.sec-repair-team .container .row .col-6 .col-1 h2{
    font-size: 21px;
    color: #000000;
    margin-bottom: 3px;
    text-align: start;
}
.sec-repair-team .container .row .col-6 .col-1 p{
    font-size: 16px;
    color: rgb(50, 50, 50);
    margin-bottom: 10px;
    text-align: start;
    margin-top: 10px;
}
.sec-repair-team .container .row .col-6 .col-1 .icon{
    width: 100%;
    height: 50px;
    /* background-color: antiquewhite; */
    display: flex;
    justify-content: start;
    align-items: center;
}
.sec-repair-team .container .row .col-6 .col-1 .icon .box-img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #17cf82;
    margin-right: 10px;
}
.sec-repair-team .container .row .col-6 .col-1 .icon .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.sec-repair-team .container .row .col-6 .col-1 .nav-link{
    display: inline-block;
    text-decoration: none;
}
.sec-repair-team .container .row .col-6 .col-1 .btn{
   background-color: #17cf82;
   padding: 10px 15px;
   margin-left: 360px;
   border-radius: 50%;
   margin-top: 10px;
   color: white;
}
.sec-repair{
    width: 100%;
    height: 700px;
}
.sec-repair .container{
    width: 1200px;
    height: 100%;
    margin: auto;
    padding: 50px 0px;
}
.sec-repair .container h2{
    font-size: 38px;
    color: goldenrod;
    text-align: start;
    margin-bottom: 10px;
}
.sec-repair .container .tex{
    font-size: 16px;
    color: rgb(51, 51, 51);
    text-align: start;
    margin-top: 10px;
    margin-bottom: 20px;

}
.sec-repair .container .row{
    display: flex;
    flex-wrap: wrap;
    height: 75%;
    /* background-color: #17cf82; */
    justify-content: space-between;
    margin-top: 30px;
}
.sec-repair .container .row .col-4{
    width: 390px;
    height: 200px;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s;
    margin-top: 10px;
}
.sec-repair .container .row .col-4:hover{
    margin-top: -10px;
    background-color: rgb(213, 213, 213);
}
.sec-repair.container .row .col-4:hover{
    margin-top: -20px;
}
.sec-repair .container .row .col-4 .img{
    width: 50px;
    height: 50px;
    background-color: #1b4332;
    padding: 5px;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 10px;
}
.sec-repair .container .row .col-4 .img i{
    font-size: 18px;
    color: white;
    margin-top: 11px;
    margin-left: 10px;
}
.sec-repair .container .row .col-4 .col-1{
    width: 320px;
    height: 100%;
    /* background-color: #505452; */
    padding: 10px;
    margin-left: 10px;
}
.sec-repair .container .row .col-4 .col-1 h2{
    font-size: 21px;
    color: #000000;
    padding-bottom: 5px;
    text-align: start;
    border-bottom: 1px solid gray;
}
.sec-repair .container .row .col-4 .col-1 p{
    font-size: 16px;
    color: rgb(50, 50, 50);
    margin-bottom: 10px;
    text-align: start;
    margin-top: 10px;
}
.sec-repair .container .row .text{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin-top: 5px;
    /* height: 20px; */
    /* background-color: #0b6942; */
}
.sec-repair .container .row .text i{
    margin-left: 25px;
    /* margin-bottom: 5px; */
    font-size: 18px;
}
.sec-repair .container .row .text p{
    margin-left: 5px;
    font-size: 16px;
    color: rgb(47, 47, 47);
}
.sec-repair .container .row .icon-1{
    /* background-color: #0b6942; */
    margin-left: 150px;
}
/* Desktop */
.Desktop{
    width: 100%;
    height: 1020px;
    margin-bottom: 30px;
}
.Desktop .container{
    width: 1200px;
    height: 100%;
    margin: 50px auto;
}
.Desktop .container .logo-banner h1{
    font-size: 38px;
    color: goldenrod;
}
.Desktop .container .logo-banner{
    width: 200px;
    height: 90px;
    /* background-color: #0820d3; */
    text-align: center;
    margin-left: 500px;
}
.Desktop .container .logo-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Desktop .container h2{
    font-size: 38px;
    color: goldenrod;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
}
.Desktop .container p{
    font-size: 18px;
    color: rgb(51, 51, 51);
    margin-bottom: 30px;
    text-align: center;
}
.Desktop .container .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 85%;
    /* background-color: #0820d3; */
}
.Desktop .container .row .col-1{
    width: 300px;
    height: 100%;
    /* background-color: #0bd308; */
    padding: 10px;
}
.Desktop .container .row .col-2{
    width: 900px;
    height: 100%;
    /* background-color: #d37408; */
    padding: 10px;
}
.Desktop .container .row .card-1{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}
.Desktop .container .row .card{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}
.Desktop .container .head-card{
    width: 100%;
    height: 50px;
    padding-top: 10px;
    background-color: #4949496c;
    border-radius:10px ;
}
.Desktop .container .head-card h3{
    font-size: 21px;
    color: rgb(0, 0, 0);
    text-align: center;

}
.Desktop .container .col-2 .title{
    font-size: 38px;
    color:goldenrod;
    text-align: center;

}
.Desktop .container .nav-item{
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius:10px ;
}
.Desktop .container .nav-item:hover{
    background-color: rgba(191, 191, 191, 0.538);
    color: #1b4332;
}
.Desktop .container .nav-item:hover .nav-link{
    color: #40916c;
}
.Desktop .container .nav-item .nav-link{
    display: inline-block;
    text-decoration: none;
    padding-top: 10px;
    font-size: 18px;
    width: 100%;
    height: 40px;
    /* background-color: #914040; */
    color: rgb(51, 51, 51);
    margin-bottom: 5px;
}
.Desktop .container .row .col-2 h2{
    font-size: 28px;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
}
.Desktop .container .row .col-2 .row-1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* height: 90%; */
    /* background-color: #0bd308; */
} 
.Desktop .container .row-1 .col-4{
    width: 280px;
    height: 380px;
    margin-top: 10px;
    /* background-color: rgb(154, 34, 34); */
    background-color: transparent;
    border-radius: 10px;
    padding: 10px;
    transition: 0.5s;
}
.Desktop .container .row-1 .col-4:hover{
   margin-top: -10px;
}
.Desktop .container .row-1 .col-4 .card-1{
    width: 100%;
    height: 100%;
    /* background-color: white; */
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.Desktop .container .row-1 .col-4 .card-1 .img{
    width: 100%;
    height: 55%;
    border-radius: 10px; 
    overflow: hidden;
    position: relative;
}
.Desktop .container .row-1 .col-4 .card-1 .img i{
    padding: 10px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.636);
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
}
.Desktop .container .row-1 .col-4 .card-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s;
    padding: 0;
}
.Desktop .container .row-1 .col-4 .card-1:hover img{
    transform: scale(1.1);
}
.Desktop .container .row-1 .col-4 .card-1 h2{
    font-size: 18px;
    color: black;
    margin-top: 13px;
    /* margin-left: 10px; */
    margin-bottom: 0px;
    text-align: start;
}
.Desktop .container .row-1 .col-4 .card-1 .group-icon{
    display: flex;
    justify-content: space-between;
    /* background-color: #0b6942; */
    align-items: center;
    height: 40px;
    margin-top: 5px;
}  
.Desktop .container .row-1 .col-4 .card-1 .group-icon .icon{
    display: flex;
    justify-content: space-between;
    /* background-color: #4d68b2; */
    align-items: center;
    height: 40px;
}  
.Desktop .container .row-1 .col-4 .card-1 .group-icon .icon .btn{
   margin-left: 5px;
   background-color: #40916c;
   border-radius: 5px;
   padding: 1px 8px;
   font-size: 12px;
} 
.Desktop .container .row-1 .col-4 .card-1 .group-icon .tex{
    color: red;
    font-size: 14px;
    padding-left: 15px;
    /* border-left: 1px solid #40916c; */
    padding-top: 30px;
 } 
.Desktop .container .row-1 .col-4 .card-1 .menu{
    display: flex;
    justify-content: space-between;
    /* background-color: #72a736; */
    align-items: center;
    height: 70px;
    margin-top: 5px;
    border-top: 1px solid #40916c;
}  
.Desktop .container .row-1 .col-4 .card-1 .menu a{
    display: inline-block;
    text-decoration: none;
    color: #40916c;
} 
.Desktop .container .row-1 .col-4 .card-1 .menu .nav-link-1{
    display: inline-block;
    text-decoration: none;
    color: #914040;
} 
.Desktop .container .row-1 .col-4 .card-1 .menu .btn-1{
    border-radius: 5px;
    padding: 10px 10px;
    background-color: #ffffff;
    border: 1px solid #40916c;
    transition: 0.5s;
}  
.Desktop .container .row-1 .col-4 .card-1 .menu .btn-1:hover{
    border: 1px solid transparent;
    background-color: #40916c;
    color: white;
}  
.Desktop .container .row-1 .col-4 .card-1 .menu .btn-2{
    border-radius: 5px;
    padding: 10px 10px;
    background-color: #ffffff;
    border: 1px solid #914040;
    transition: 0.5s;
}  
.Desktop .container .row-1 .col-4 .card-1 .menu .btn-2:hover{
    border: 1px solid transparent;
    background-color: #914040;
    color: white;
}  
.Desktop .container .row-1 .col-4 .card-1 .menu .icon-1{
    display: flex;
    justify-content: end;
    height: 100%;
    width: 100px;
    align-items: center;
    /* background-color: aqua; */
} 
.Desktop .container .row-1 .col-4 .card-1 .menu .icon-1 i{
    font-size: 18px;
    margin-left: 15px;
    color: #000000;
}  

