@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;
}
.nav{
    width: 100%;
    height: 120px;
    background-image: linear-gradient(to right, rgb(35, 73, 32) , rgb(9, 54, 3));
    position: sticky;
    top: 0px;
    z-index: 99;
}
.nav .navbar-1{
    width: 100%;
    height: 50%;
    padding: 0px 100px;
    margin: auto;
    /* background-color: bisque; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #ffd166; */
    border-bottom: 1px solid #fdc500;
}
.nav .navbar-1 .navbar-item-1{
    width:450px ;
    height: 100%;
    /* background-color: blueviolet; */
    display: flex;
    align-items: center;
    color: white;
}
.nav .navbar-1 .navbar-item-1 span{
    color: white;
    font-size: 16px;
    margin-right: 10px;
}
.nav .navbar-item-1 .email-navbar .nav-link{
    display: inline-block;
    text-decoration: none;
    color: white;
    padding-right: 5px;
    font-size: 14px;
    border-right: 3px solid green;
}
.nav .navbar-item-1 .phone-navbar .nav-link{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: white; 
}
.nav .navbar-item-1 .language{
   position: relative;
}
.nav .navbar-item-1 .language-1 .nav-link{
    display: inline-block;
    text-decoration: none;
    color: white;
}
.nav .navbar-item-1 .language-1 .nav-link:hover{
   color: rgb(219, 219, 219);
}
.nav .language .dropdown-language{
    width: 80px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: absolute;
    top: 150%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.nav .language:hover .dropdown-language{
    width: 100px;
    height:60px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: absolute;
    top: 120%;
    left: 0;
    opacity: 1;
    visibility: visible;
}
.nav .language .dropdown-language .row{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.nav .language .dropdown-language .box-navbar{
    width: 100%;
    height: 50%;
    border-radius: 5px;
    padding: 0px 8px;
}
.nav .language .dropdown-language .box-navbar:hover{
   background-color: #484848c7;
   color: rgb(241, 241, 241);
}
.nav .language .dropdown-language .nav-link{
    display: inline-block;
    text-decoration: none;
    color: rgb(59, 59, 59);
    padding: 5px;
    
}
.nav .navbar-1 .navbar-item-2{
    width:450px ;
    height: 100%;
    /* background-color: blueviolet; */
    display: flex;
    align-items: center;
    justify-content: end;
    color: white;
    
}
.nav .navbar-1 .navbar-item-2 i{
    padding: 10px;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    background-color: rgba(213, 213, 213, 0.603);
}
.nav .navbar-1 .navbar-item-2 img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-top: 5px;
    object-fit: cover;
}.nav .navbar-1 .navbar-item-2 .nav-link{
   display: inline-block;
   text-decoration: none;
    color: #ecf39e;   
}
.nav .navbar-1 .navbar-item-2 .btn{
    font-family: "Preahvihear", serif;
    padding: 1px 25px;
    background-color: #588157;
    border: 1px solid #ecf39e;
    border-radius: 10px;
    margin-left: 20px;
}
.nav .navbar-1 .navbar-item-2 .btn:hover{
   color: black;
   background-color: white;
   border: 2px solid black;
}
.nav .navbar-2{
    width: 100%;
    height: 50%;
    padding: 0px 100px;
    /* background-color: brown; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav .navbar-2 .logo{
    width: 450px;
    height: 100%;
    /* background-color: rgb(42, 165, 79); */
    display: flex;
    align-items: center;
    justify-content: start;
}
.nav .navbar-2 .logo img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-top: 3px;
    margin-right: 20px;
    object-fit: cover;
}
.nav .navbar-2 .search-navbar{
    width: 120px;
    height: 100%;
    /* background-color: black; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav .navbar-2 .logo i{
    /* width: 80px; */
    /* height:40px; */
    padding: 7px;
    color: white;
    /* border-radius: 10px; */
    /* margin-right: 10px; */
    background-color: rgba(213, 213, 213, 0.603);
}
.nav .navbar-2 .logo .search{
   padding: 6px 30px;
   outline: none;
   border: none;
}
.nav .navbar-2 .logo .search:focus{
    /* border: 2px solid black; */
    outline: none;
}

.nav .navbar-2 .navbar-menu{
    width: 550px;
    height: 100%;
    /* background-color: rgb(42, 165, 79); */
    display: flex;
    align-items: center;
    justify-content: start;
    /* margin-right: 10px; */
}
.nav .navbar-2 .navbar-menu .nav-navbar{
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    list-style: none;
}
.nav .navbar-2 .navbar-menu .nav-link{
    font-family:"Preahvihear", serif; ;
    display: inline-block;
    text-decoration: none;
    color: white;
    margin-left: 23px;
    font-size: 16px;
}
.nav .navbar-2 .navbar-menu .nav-link:hover{
    color: rgb(219, 219, 219);
}
.nav .navbar-2 .navbar-menu .nav-item{
  position: relative;
}
.nav .navbar-2 .navbar-menu .dropdown-services{
  width: 200px;
  /* height: 80px; */
  border-radius: 5px;
  background-color: white;
  color: rgb(40, 40, 40);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: absolute;
  top: 100%;
  left: 30%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.nav .navbar-2 .navbar-menu .nav-item:hover .dropdown-services{
  top: 120%;
  opacity: 1;
  visibility: visible;
}
.nav .navbar-2 .navbar-menu .dropdown-services .col-12{
 background-color: rgba(255, 255, 255, 0.497);
 transition: 0.3s;
 border-radius: 5px;
}
.nav .navbar-2 .navbar-menu .dropdown-services .col-12:hover{
  background-color: rgba(0, 0, 0, 0.497);
  color: white;
}
.nav .navbar-2 .navbar-menu .dropdown-services .col-12:hover {
  color: white;
 }
.nav .navbar-2 .navbar-menu .dropdown-services .nav-link-1{
  display: inline-block;
  text-decoration: none;
  /* background-color: white; */
  color: rgb(40, 40, 40);
  font-size: 16px;
  padding: 10px 10px;
}




/* nav end */

.sec-banner .container{
    width: 1200px;
    height: 85vh;
    margin: auto;
}
.sec-banner-1{
    width: 100%;
    height: 90vh;
    background-image: url("../img/background-banner\ \(1\).jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec-banner-1 .container-1{
    width: 1200px;
    height: 90vh;
    margin: auto;
    padding: 30px;
}
.sec-banner-1 .container-1 h2{
   font-size: 46px;
   color: #74c69d;
   font-family: "Preahvihear", serif;
   margin-top: 50px;
   margin-bottom: 30px;
   
}
.sec-banner-1 .container-1 p{
    font-size: 23px;
    color: rgb(255, 255, 255);
}
.sec-banner-1  .btn-swiper{
    text-align: start;
  }
  .sec-banner-1 .btn-swiper .nav-link{
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    margin-top: 35px;
    padding: 10px 20px;
    border-radius: 10px;
    color:white;
    background-color:#74c69d;
    border: 1px solid  #40916c;
    transition: 0.5s;
  }
  .sec-banner-1 .btn-swiper .nav-link:hover{
   color: #74c69d;
    background-color:  white;
    border: 1px solid  #40916c;
  }


.swiper{
    width: 100%;
    height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-swiper-1{
  width: 100%;
  height: 100%;
  /* background-image: url("../img/background3-swiper.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover; */
  padding: 100px 30px;
}
.container-swiper-1 .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.container-swiper-1 .row .col-1{
 width: 50%;
 height: 100%;
 border-radius: 5px;
 background-color: #ffffff;
 box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
 padding: 20px;
}
.container-swiper-1 .row .col-2{
  width: 50%;
  height: 100%;
  border-radius: 5px;
  background-color: #0820d3;
 }
.sec-banner .swiper-wrapper h1{
  text-align: start;
  color: #e07a5f;
  font-size: 28px;
  text-align: center;
  font-family: "Preahvihear", serif;
}
.sec-banner .swiper-wrapper p{
  text-align: start;
  color: rgb(50, 50, 50);
  font-size: 18px;
  margin: 15px 0px;
 border: none;
}

.sec-banner .swiper-wrapper .btn-swiper{
  text-align: start;
}
.sec-banner .swiper-wrapper .btn-swiper .nav-link{
  /* text-align: start; */
  /* width: 120px; */
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  margin-top: 35px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #e07a5f;
  border: 1px solid #ff5425;
  transition: 0.5s;
}
.sec-banner .swiper-wrapper .btn-swiper .nav-link:hover{
  color: #e07a5f;
  background-color: #ffffff;
  border: 1px solid #ff5425;;
}
.sec-banner .swiper-wrapper span{
  text-align: start;
  display: block;
  color: rgb(51, 51, 51);
  font-size: 18px;
  /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
/* log-in */
.log-in{
  width: 100%;
  height: 600px;
}
.log-in .container{
  width: 1000px;
  height: 500px;
  margin: 100px auto;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.log-in .row{
  display: flex;
  height: 100%;
}
.log-in .col-1{
  width: 600px;
  height: 100%;
  /* background-color: #74c69d; */
  padding: 30px;
  border-radius: 10px;
}
.log-in .col-1 h2{
  text-align: center;
  font-family: "Preahvihear", serif;
  font-size: 32px;
  color: goldenrod;
  margin-bottom: 30px;
}
.log-in .col-1 p{
  font-family: "Preahvihear", serif;
  font-size: 18px;
  color: goldenrod;
}
.log-in .col-1 .email-text{
  font-size: 18px;
  text-align: start;
  color: #1b4332;
  display: block;
  margin-bottom: 10px;
}
.log-in .col-1 .email-text i{
  font-size: 18px;
  color: #1b4332;
  margin-right: 5px;
}
.log-in .col-1 .email{
  margin-bottom: 10px;
  padding: 10px 0px;
  padding-right: 280px;
  padding-left: 20px;
  border: 1px solid  #1b4332;
}
.log-in .col-1 .email:focus{
  border: 1px solid  #000000;
  outline: none;
}
.log-in .col-1 .row{
  display: flex;
  justify-content: space-between;
  height: 30px;
  width: 100%;
}
.log-in .col-1 .row .col-6{
  width: 200px;
  height: 20px;
  color: rgb(200, 200, 200);
  font-size: 16px;
}
.log-in .col-1 .row .col-6 .nav-link{
  display: inline-block;
  text-decoration: none;
  color: rgb(200, 200, 200);
}
.log-in .col-1 .btn-log-in{
  text-align: center;
  outline: none;
  border: none;
  background-color: transparent;
  margin-left: 200px;
}
.log-in .col-1 .btn-log-in .nav-link{
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: goldenrod;
  border: 1px solid rgb(216, 158, 10);;
  transition: 0.5s;
}
.log-in .col-1 .btn-log-in .nav-link:hover{
  color:  goldenrod;
  background-color: #ffffff;
  border: 1px solid  rgb(216, 158, 10);
}
.log-in .col-1 .btn-log-in-1 .nav-link{
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  margin-top: 5px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #31572c;
  border: 1px solid #31572c;
  transition: 0.5s;
}
.log-in .col-1 .btn-log-in-1{
  text-align: center;
  outline: none;
  border: none;
  background-color: transparent;
  /* margin-left: 200px; */
}
.log-in .col-1 .btn-log-in-1 .nav-link:hover{
  color:  #31572c;
  background-color: #ffffff;
  border: 1px solid  #31572c;
}
.log-in .col-1 p{
  font-size: 16px;
  color: rgb(202, 202, 202);
  text-align: center;
}
.log-in .col-1 span .nav-link{
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
  color: rgb(43, 110, 255);
  text-align: center;
}
.log-in .col-1 .icon{
  font-size: 16px;
  margin-top: 15px;
  color: rgb(202, 202, 202);
  text-align: center;
}
.log-in .col-1 .group-icon a{
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  margin-top: 10px;
  margin-right: 10px;
  color: rgb(43, 110, 255);
  text-align: center;
  transition: 0.5s;
}
.log-in .col-1 .group-icon a:hover{
  color: rgb(207, 207, 207);
}
.log-in .col-2{
  width: 400px;
  height: 100%;
  border-radius: 10px;
  background-color: #a53396;
}
.log-in .col-2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* forget_password */
.forget_password{
  width: 100%;
  height: 600px;
  padding-top: 150px;
}
.forget_password .container{
  width: 600px;
  height: 350px;
  border-radius: 10px;
  margin: auto;
  /* background-color: #40916c; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
}
.forget_password .container a{
  /* display: inline-block; */
  color: white;
  font-size: 18px;
  padding: 10px;
  background-color: #416040;
  border-radius: 100%;
}
.forget_password .container .icon i{
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 28px;
  padding: 20px;
  margin-left: 250px;
  border: 2px solid goldenrod;
  border-radius: 50%;
}
.forget_password .container h2{
  text-align: center;
  font-family: "Preahvihear", serif;
  color: goldenrod;
  font-size: 30px;
  margin: 10px 0px;
}
.forget_password .container p{
  text-align: center;
  color: rgb(201, 201, 201);
  font-size: 18px;
  margin-bottom: 10px;
}
.forget_password .container .row{
  display: flex;
  justify-content: center;
  height: 40px;

}
.forget_password .container .code{
  width: 50px;
  margin-left: 5px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.forget_password .container p span .nav-link-1{
  display: inline-block;
  text-decoration: none;
  color: rgb(43,117,255);
  border: none;
  padding: 0;
  background-color: transparent;
}
.forget_password .container .email{
  padding: 6px 30px;
  margin-left: 120px;
  color: rgb(201, 201, 201);
  font-size: 16px;
  margin-bottom: 20px;
}
.forget_password .container .email{
  padding: 6px 30px;
  margin-left: 120px;
  color: rgb(201, 201, 201);
  font-size: 16px;
  margin-bottom: 20px;
}
.forget_password .container label{
  
  margin-left: 140px;
  display: block;
}
.forget_password .container .password{
  margin-left: 140px;
  padding: 6px 30px;
  color: rgb(201, 201, 201);
  font-size: 16px;
  margin-bottom: 5px;
}
.forget_password .container .nav-link{
  display: inline-block;
  text-decoration: none;
  margin-left: 240px;
  border-radius: 10px;
  outline: none;
  background-color: #3e5b3d;
  color: rgb(255, 255, 255);
  font-size: 18px;
  border: 1px snow rgba(255, 255, 255, 0);
  transition: 0.5s;
}
.forget_password .container .btn{
  padding: 5px 20px;
}
.forget_password .container .nav-link:hover{
  color: #3e5b3d;
  background-color: transparent;
  border: 1px solid #3e5b3d;
}
/* register */
.register{
  width: 100%;
  height: 600px;
}
.register .container{
  width: 1000px;
  height: 630px;
  margin: 50px auto;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.register .row{
  display: flex;
  height: 100%;
}
.register .col-1{
  width: 600px;
  height: 100%;
  /* background-color: #74c69d; */
  padding: 30px;
  border-radius: 10px;
}
.register .col-1 h2{
  text-align: center;
  font-family: "Preahvihear", serif;
  font-size: 32px;
  color: goldenrod;
  margin-bottom: 30px;
}
.register .col-1 p{
  font-size: 16px;
  color: goldenrod;
}
.register .col-1 .row-1{
  display: flex;
  justify-content: space-between;
  height: 40px;
  background-color: #ffffff;
}
.register .col-1 .f-name{
  font-size: 16px;
  text-align: start;
  color: #1b4332;
  display: block;
  /* margin-bottom: 5px; */
}
.register .col-1 .f-name i{
  font-size: 16px;
  color: #1b4332;
  margin-right: 5px;
}
.register .col-1 .l-name{
  font-size: 16px;
  margin-right: 170px;
  color: #1b4332;
  display: block;
  /* margin-bottom: 10px; */
}
.register .col-1 .l-name i{
  font-size: 16px;
  color: #1b4332;
  margin-right: 5px;
}
.register .col-1 .register-name{
  margin-bottom: 10px;
  padding: 5px 20px;
  border: 1px solid  #1b4332;
}
.register .col-1 .register-name:focus{
  border: 1px solid  #000000;
  outline: none;
  
}

.register .col-1 .email-text{
  font-size: 16px;
  text-align: start;
  color: #1b4332;
  display: block;
  margin-bottom: 10px;
}
.register .col-1 .email-text i{
  font-size: 16px;
  color: #1b4332;
  margin-right: 5px;
}
.register .col-1 .email{
  margin-bottom: 10px;
  padding: 5px 0px;
  padding-right: 330px;
  padding-left: 20px;
  border: 1px solid  #1b4332;
}
.register .col-1 .email:focus{
  border: 1px solid  #000000;
  outline: none;
}
.register .col-1 .row{
  display: flex;
  justify-content: space-between;
  height: 30px;
  width: 100%;
}
.register .col-1 .row .col-6{
  /* width: 200px; */
  height: 20px;
  color: rgb(200, 200, 200);
  font-size: 16px;
}
.register .row .col-6 .nav-link{
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
  color: rgb(43, 110, 255);
  text-align: center;
}
.register .col-1 .btn-log-in{
  text-align: center;
  outline: none;
  border: none;
  background-color: transparent;
  margin-left: 200px;
}
.register .col-1 .btn-log-in .nav-link{
  /* text-align: start; */
  /* width: 120px; */
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: goldenrod;
  border: 1px solid rgb(216, 158, 10);;
  transition: 0.5s;
}
.register .col-1 .btn-log-in .nav-link:hover{
  color:  goldenrod;
  background-color: #ffffff;
  border: 1px solid  rgb(216, 158, 10);
}
.register .col-1 p{
  font-size: 16px;
  color: rgb(202, 202, 202);
  text-align: center;
}
.register .col-1 span .nav-link{
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
  color: rgb(43, 110, 255);
  text-align: center;
}
.register .col-1 .icon{
  font-size: 16px;
  margin-top: 15px;
  color: rgb(202, 202, 202);
  text-align: center;
}
.register .col-1 .group-icon a{
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  margin-top: 10px;
  margin-right: 10px;
  color: rgb(43, 110, 255);
  text-align: center;
  transition: 0.5s;
}
.register .col-1 .group-icon a:hover{
  color: rgb(207, 207, 207);
}
.register .col-2{
  width: 400px;
  height: 100%;
  border-radius: 10px;
  background-color: #a53396;
}
.register .col-2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.welcome-pc{
  width: 100%;
  height: 600px;
  margin: 50px 0px;
}
.welcome-pc .container{
  width: 1100px;
  height: 100%;
  /* background-color: #3e5b3d; */
  margin: auto;
  /* padding: 30px; */
}
.welcome-pc .container h1{
  font-size: 32px;
  font-family: "Preahvihear", serif;
  text-align: center;
  color: goldenrod;
  margin: 20px 0px;
}
.welcome-pc .container p{
  font-size: 18px;
  text-align: center;
  color: rgb(53, 53, 53);
  margin-bottom: 20px;
}
.welcome-pc .container .row{
 display: flex;
 justify-content: space-between;
 height: 70%;
 width: 100%;
 padding: 0px 100px;
 gap: 100px;
 /* background-color: #ba0000; */
}
.welcome-pc .container .col-6{
  width: 100%;
  height: 100%;
  padding-top:10px ;
  padding-bottom: 10px;

}
.welcome-pc .container .col-6 .card{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* background-color: #a22626; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
 }
 .welcome-pc .container .col-6 img{
  width: 100%;
  height: 55%;
  object-fit: cover;
  border-radius: 10px;
 }
 .welcome-pc .container .col-6 h2{
  font-size: 23px;
  color: #31572c;
  margin: 10px;
 }
 .welcome-pc .container .col-6 p{
  font-size: 14px;
  color: rgb(51, 51, 51);
  text-align: start;
  margin: 10px;
 }
 .welcome-pc .container .col-6 .nav-link{
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: rgb(236, 236, 236);
  text-align: start;
  margin: 10px;
  padding: 12px 25px;
  background-color: #31572c;
  border: 1px solid #31572c;
  transition: 0.5s;
  border-radius: 10px;
}
.welcome-pc .container .col-6 .nav-link:hover{
  color:#31572c;
  background-color: transparent;
  border: 1px solid #31572c;
}
/* type of computer */
.type{
  width: 100%;
  height: 600px;
  margin: 50px 0px;
}
.type .container{
  width: 1200px;
  height: 100%;
  /* background-color: #3e5b3d; */
  margin: auto;
  /* padding: 30px; */
}
.type .container h1{
  font-size: 32px;
  font-family: "Preahvihear", serif;
  text-align: center;
  color: goldenrod;
  margin: 20px 0px;
}
.type .container p{
  font-size: 18px;
  text-align: center;
  color: rgb(49, 49, 49);
  margin-bottom: 20px;
}
.type .container .row{
  height: 70%;
  /* background-color: #a53396; */
  display: flex;
  flex-wrap: wrap;
}
.type .container .row .col-6{
  width: 50%;
  height: 160px;
  border-radius: 10px;
  padding: 10px;
}
.type .container .row .card{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
  .type .container .row .card:hover{
   background-color: #d3d3d3;
   border: 1px solid #314830 ;
  }
.type .container .row .card .col-1{
  width: 35%;
  height: 100%;
  border-radius: 10px ;
}
.type .container .row .card .col-2{
  width: 65%;
  height: 100%;
  border-radius: 10px ;
  /* background-color: bisque; */
}
.type .container .row .col-6 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.type .container .row .col-6 h3{
  font-size: 21px;
  color: #1b4332;
  margin-top: 10px;
  margin-left: 15px;
  text-align: start;
}
.type .container .row .col-6 p{
  font-size: 16px;
  color: rgb(150, 150, 150);
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 5px;
  text-align: start;
}
/* FAQ */
.FAQ{
  width: 100%;
  height: 580px;
  margin: 50px 0px;
}
.FAQ .container{
  width: 1200px;
  height: 100%;
  /* background-color: #1cc552; */
  margin: auto;
  position: relative;
  border: 3px solid #31572c;
  /* padding: 30px; */
}
.Q-and-A{
  width: 150px;
  height: 50px;
  font-size: 23px;
  color: white;
  background-color: #31572c;
  position: absolute;
  top: 0;
  left: 0px;
  /* border-radius: 10px; */
  padding: 10px;
  text-align: center;
}
.FAQ h2{
  font-size: 32px;
  color: goldenrod;
  margin: 80px;
  text-align: center;
}
.FAQ .col-12{
  width: 1000px;
  height: 50px;
  background-color:#3e5b3d;
  margin: 10px auto;
  display: flex;
  padding: 0px 20px;
  border-radius: 5px;
  z-index: 5;
  position: relative;
}
.FAQ .col-12:hover{
  background-color:#293b28;
}
.FAQ .col-12 .text{
  font-size: 18px;
  color: rgb(205, 205, 205);
}
.FAQ .nav-link{
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  margin-top: 10px;
  color: rgb(205, 205, 205);
}
.dropdown-FAQ{
  width: 100%;
  height: 200px;
  background-color: rgb(218, 218, 218);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  padding: 10px 20px;
  /* line-height: 20px; */
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.FAQ .col-12:hover .dropdown-FAQ{
  top: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.dropdown-FAQ p{
   font-size: 16px;
   color: rgb(60, 60, 60);
}
.sec-popular{
  width: 100%;
  height: 700px;
}
.sec-popular .container{
  width: 1200px;
  height: 100%;
  margin: 50px auto;
  /* background-color: #293b28; */
  padding: 50px 50px;
}
.sec-popular h1{
  font-size: 46px;
  color: goldenrod;
  margin: 10px 0px;
}
.sec-popular .text{
  font-size: 16px;
  color:rgb(50, 50, 50);
  margin: 20px 0px;
}
.sec-popular .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 75%;
}
.sec-popular .col-6{
  width: 48%;
  height: 100%;
  /* background-color: #a53396; */
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: white;
  color: rgb(69, 69, 69);
  border:2px solid #31572c;
  transition: 0.5s;
}
.sec-popular .col-6 h2{
  color: #1b4332;
  margin: 10px 0px;
}
.sec-popular .col-6 p{
  margin: 10px 0px;
}
.sec-popular .col-6:hover{
  border:2px solid #31572c;
  color: rgb(51, 51, 51);
  border:2px solid transparent ;
  background-color: #293b28;
}
.sec-popular .col-6:hover h2{
  color: goldenrod;
  margin: 10px 0px;
}
.sec-popular .col-6:hover p{
  color: rgb(200, 200, 200);
}
.sec-popular .col-6:hover a{
  color: rgb(200, 200, 200);
}
.sec-popular .col-6 img{
  width: 100%;
  height: 55%;
  object-fit: cover;
  border-radius: 10px;
}
.sec-popular .col-6 a{
  display: inline-block;
  text-decoration: none;
  color: rgb(69, 69, 69);
}
.sec-popular .col-6 i{
  margin-left: 10px;
}
/* type  */
.sec-type{
  width: 100%;
  height: 700px;
}
.sec-type .container{
  width: 1200px;
  height: 100%;
  margin: 50px auto;
  /* background-color: #293b28; */
  padding: 50px 50px;
}
.sec-type h1{
  font-size: 46px;
  color: goldenrod;
  margin: 10px 0px;
}
.sec-type .text{
  font-size: 16px;
  color:rgb(50, 50, 50);
  margin: 20px 0px;
}
.sec-type .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 75%;
}
.sec-type .col-6{
  width: 24%;
  height: 80%;
  /* background-color: #a53396; */
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 10px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: white;
  color: rgb(69, 69, 69);
  border:2px solid #31572c;
  transition: 0.5s;
}
.sec-type .col-6 h2{
  font-size: 18px;
  color: #1b4332;
  border-bottom:1px solid gray ;
  padding-bottom: 10px;
}
.sec-type .icon{
  display: flex;
  height: 30px;
  justify-content: start;
  margin: 0;
  padding-bottom: 40px;
}
.sec-type .num{
  margin-top: 8px;
  margin-left: 8px;
}
.sec-type .icon i{
  color: goldenrod;
  margin: 0;
  font-size: 16px;
  padding-top: 10px;
  
}
.sec-type .col-6:hover{
  /* border:2px solid #31572c; */
  color: rgb(51, 51, 51);
  border:2px solid transparent ;
  background-color: #293b28;
}
.sec-type .col-6:hover h2{
  color: goldenrod;
  margin: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid whitesmoke;

}
.sec-type .col-6:hover .num{
  color: rgb(200, 200, 200);
}
.sec-type .col-6:hover a{
  color: rgb(200, 200, 200);
}
.sec-type .col-6 .heart i{
  padding: 5px;
  /* padding-right: 10px; */
  background-color: rgba(51, 51, 51, 0.527);
  color: rgb(199, 199, 199);
  font-size: 16px;
  position: absolute;
  top: 13px;
  border-radius: 50%;
  right: 13px;
}
.sec-type .col-6:hover .heart i{
  background-color:rgba(199, 199, 199, 0.648);
  color: rgb(51, 51, 51) ;
}
.sec-type .col-6 img{
  width: 100%;
  height: 55%;
  object-fit: cover;
  border-radius: 10px;
  margin: 0;
}
.sec-type .col-6 a{
  display: inline-block;
  text-decoration: none;
  color: rgb(69, 69, 69);
}
.sec-type .col-6 i{
  margin-left: 10px;
}


 /* services */
 .sec-services{
  width: 100%;
  height: 700px;
}
.sec-services .container{
  width: 1200px;
  height: 100%;
  margin: 50px auto;
  /* background-color: #293b28; */
  padding: 50px 50px;
}

.sec-services .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.sec-services .col-6{
  width: 50%;
  height: 400px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}
.sec-services .col-6 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.sec-services h1{
  font-size: 46px;
  color: goldenrod;
  margin: 30px 0px;
}
.sec-services .text{
  font-size: 16px;
  color:rgb(50, 50, 50);
  margin: 30px 30px;
}
.sec-services .text i{
  font-size: 16px;
  color:rgb(50, 50, 50);
  margin-right: 10px;
}
.sec-services .text a{
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color:rgb(50, 50, 50);
  margin-right: 10px;
}
.sec-services p{
  font-size: 16px;
  color:rgb(50, 50, 50);
  margin-left: 30px;
}
.sec-services .text .day{
  font-size: 16px;
  color:rgb(255, 28, 28);
  margin-right: 10px;
}
.sec-services .row-1{
  display: flex;
  height: 50px;
  align-items: center;
  margin:50px 30px;
  /* background-color: #0820d3; */
  justify-content: space-between;
}
.sec-services .col-6 .btn{
  width: 130px;
  padding: 18px 30px;
  background-color: #416040;
  color: white;
  border: 1px solid transparent;
  font-size: 16px;
  border-radius: 20px;
  transition: 0.5s;
}
.sec-services .col-6:hover .btn{
  background-color: #ffffff;
  color: #293b28;
  border: 1px solid #293b28;
}
.sec-services .col-6 a{
  display: inline-block;
  text-decoration: none;
  color: rgb(69, 69, 69);
}
.sec-services .col-6 i{
  margin-left: 10px;
}
 /* history  */
.sec-history{
  width: 100%;
  height: 1700px;
}
.sec-history .container{
  width: 1200px;
  height: 100%;
  margin: 20px auto;
  /* background-color: #293b28; */
  padding: 50px 50px;
}
.sec-history h1{
  font-size: 46px;
  color: goldenrod;
  margin: 30px 0px;
  text-align: center;
}
.sec-history .text{
  font-size: 18px;
  color:rgb(50, 50, 50);
  margin: 30px 30px;
  text-align: center;
}
.sec-history .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 80%;
  /* background-color: #0820d3; */
}
.sec-history .col-6{
  width: 50%;
  height: 300px;
  padding: 20px;
  background-color: #40916c;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.sec-history .col-6-1{
  width: 50%;
  height: 300px;
  padding: 20px;
  /* background-color: #40916c; */
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.sec-history .col-6-1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.sec-history .number{
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  font-size: 23px;
  margin-left: 230px;
  background-color: #314830;
  color: goldenrod;
  text-align: center;
}
.sec-history .col-6 h2{
  font-size: 23px;
  color: #e09f3e;
  margin: 15px 0px;
}
.sec-history .col-6 p{
 font-size: 16px;
 color:white;
 margin-bottom: 30px;
}
.Service-banner{
  width: 100%;
  height: 150px; 
  background-color: #dad7cd;
}
.Service-banner .container{
  width: 1200px;
  height: 100%;
  margin: auto;
}
.Service-banner .container .title{
  /* background-color: #0820d3; */
  font-size: 36px;
  padding-top: 40px;
  color:goldenrod;
  text-align: center;
}
.Service-banner .container .form{
 width: 1000px;
 height: 60px;
 background-color: white;
 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 margin-left: 100px;
 margin-top: 20px;
 border-radius: 10px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.Service-banner .container .item{
  padding-right: 20px;
  border-right: 2px solid #3e5b3d;
  height: 100%;
  display: flex;
 justify-content: space-between;
 align-items: center;
 } 
.Service-banner .container .form i{
 font-size: 23px;
 margin-left: 10px;
 margin-right: 5px;
} 
.Service-banner .container .form input{
  padding: 5px 16px;
 } 
 .Service-banner .container .form a{
  display: inline-block;
  text-decoration: none;
 }
 .Service-banner .container .form .btn{
  padding: 12px 20px;
  background-color: #3e5b3d;
  border-radius: 10px;
  color: white;
  margin-right: 10px;
 }
 /* service-sales */
 .service-sales{
  width: 100%;
  height: 500px;
 }
 .service-sales .container{
  width: 1200px;
  height: 100%;
  margin: auto;
 }
 .service-sales .container .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
 }
 .service-sales .col-6{
  width: 35%;
  height: 400px;
  padding: 20px;
  /* background-color: #dd6c6c; */
}
.service-sales .col-6-1{
  width: 65%;
  height: 400px;
  padding: 20px;
  /* background-color: #6cdd70; */
}
.service-sales .col-6 h2{
  font-size: 32px;
  color: #000000;
  margin-bottom: 15px;
}
.service-sales .col-6 p{
 font-size: 16px;
 color:rgb(51, 51, 51);
 margin-bottom: 30px;
}
.service-sales .col-6-1 .card{
  width: 100%;
  height: 100%;
  /* background-color: #0820d3; */
}
.service-sales .col-6-1 .card .row-1{
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.service-sales .col-6-1 .card .row-1 .col-6-2{
  width: 48%;
  height: 50%;
  /* background-color: #a53396; */
}
.service-sales .col-6-1 .card .row-1 .col-6-2 i{
  font-size: 28px;
}
.service-sales .col-6-1 .card .row-1 .col-6-2 h2{
  font-size: 23px;
  color: #000000;
  margin: 10px 0px;
}
.service-sales .col-6-1 .card .row-1 .col-6-2 p{
  font-size: 16px;
  color: rgb(52, 52, 52);
}
/* service-fix */.service-fix{
  width: 100%;
  height: 2200px;
  background-color: #74c69d;
 }
.service-fix .container{
  width: 1200px;
  height: 100%;
  margin: auto;
  padding: 50px 0px;
 }
.service-fix .container h1{
  color: goldenrod;
  font-size: 32px;
  margin: 20px 0px;
  text-align: center;
 }
.service-fix .container p{
  color: rgb(50, 50, 50);
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
 }
.service-fix .container .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 90%;
  /* background-color: #0820d3; */
 }
.service-fix .container .col-1{
  width: 40%;
  height: 230px;
  /* background-color: #3e5b3d; */
  /* padding: 20px; */
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 50px;
 }
 .service-fix .container .col-2{
  width: 15%;
  height: 180px;
  background-color:#d3d3d3;
  border-radius: 50%;
  padding: 10px;
  margin-top: 30px;
  transform: scale(1.2);
 }
 .service-fix .col-1 h2{
  font-size: 28px;
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
}
.service-fix .col-1 p{
  text-align: start;
 font-size: 18px;
 color:rgb(220, 220, 220);
 /* margin-bottom: 30px; */
}
.service-fix .col-2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
/* sec-opportunity */
.sec-opportunity{
  width: 100%;
  height: 500px;
  margin: 80px 0px;
}
.sec-opportunity .container{
  width: 1200px;
  height: 100%;
  margin: auto;
}
.sec-opportunity h2{
  font-size: 38px;
  color: goldenrod;
  margin: 20px 0px;
  text-align: center;
}
.sec-opportunity .text{
  font-size: 18px;
  color: rgb(55, 55, 55);
  margin-bottom: 30px 0px;
  text-align: center;
}
.sec-opportunity .row{
  display: flex;
  justify-content: space-between;
}
.sec-opportunity .row .col-4{
  width: calc(100% / 3);
  height: 380px;
  padding: 50px;
}
.sec-opportunity .row .col-4 .card{
  width: 100%;
  height: 100%;
  background-color: #3e5b3d;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.sec-opportunity .row .col-4 .card:hover{
  background-color: white;
  border: 2px solid #1b4332;
  color: #293b28;
}
.sec-opportunity .row .col-4 .card:hover h3{
  color: #293b28;
}
.sec-opportunity .row .col-4 .card:hover p{
  color: #293b28;
}
.sec-opportunity .row .col-4 .card img{
  width: 60%;
  height: 60%;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 50px;
}
.sec-opportunity .row .col-4 .card h3{
 font-size: 21px;
 color: white;
 margin: 10px;
 text-align: center;
}
.sec-opportunity .row .col-4 .card p{
  font-size: 16px;
  color: rgb(227, 227, 227);
  text-align: center;
 }
 /* sec-laptop */
 .sec-laptop{
  width: 100%;
  height: 70vh;
 }
 .swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  /* display: block; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Laptop{
  width: 100%;
  height: 1500px;
}
.Laptop .container{
  width: 1200px;
  height: 100%;
  margin: 50px auto;
}
.Laptop .container .logo-banner h1{
  font-size: 38px;
  color: goldenrod;
}
.Laptop .container .logo-banner{
  width: 200px;
  height: 90px;
  /* background-color: #0820d3; */
  text-align: center;
  margin-left: 500px;
}
.Laptop .container .logo-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Laptop .container h2{
 font-size: 38px;
 color: goldenrod;
 margin-top: 50px;
 margin-bottom: 10px;
 text-align: center;
}
.Laptop .container p{
  font-size: 18px;
  color: rgb(51, 51, 51);
  margin-bottom: 30px;
  text-align: center;
 }
 .Laptop .container .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 85%;
  /* background-color: #0820d3; */
 }
 .Laptop .container .row .col-1{
  width: 300px;
  height: 100%;
  /* background-color: #0bd308; */
  padding: 10px;
 }
 .Laptop .container .row .col-2{
  width: 900px;
  height: 100%;
  /* background-color: #d37408; */
  padding: 10px;
 }
 .Laptop .container .row .card{
  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; */
 }
 .Laptop .container .head-card{
  width: 100%;
  height: 50px;
  padding-top: 10px;
  background-color: #4949496c;
  border-radius:10px ;
 }
 .Laptop .container .head-card h3{
  font-size: 21px;
  color: rgb(0, 0, 0);
  text-align: center;
  
 }
 .Laptop .container .nav-item{
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius:10px ;
  }
  .Laptop .container .nav-item:hover{
    background-color: rgba(191, 191, 191, 0.538);
    color: #1b4332;
  }
  .Laptop .container .nav-item:hover .nav-link{
    color: #40916c;
  }
 .Laptop .container .nav-item .nav-link{
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 40px;
  padding-top: 10px;
   font-size: 18px;
   color: rgb(51, 51, 51);
   margin-bottom: 5px;
  }
.Laptop .container .row .col-2 h2{
  font-size: 28px;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
}
.Laptop .container .row .col-2 .row-1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* height: 90%; */
  /* background-color: #0bd308; */
} 
.Laptop .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;
 }
 .Laptop .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; */
 }
.Laptop .container .row-1 .col-4 .card-1 .img{
  width: 100%;
  height: 55%;
  border-radius: 10px; 
  overflow: hidden;
  position: relative;
 }
 .Laptop .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;
 }
.Laptop .container .row-1 .col-4 .card-1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s;
  padding: 0;
 }
.Laptop .container .row-1 .col-4 .card-1:hover img{
  transform: scale(1.1);
 }
.Laptop .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;
 }
.Laptop .container .row-1 .col-4 .card-1 .time{
  font-size: 16px;
  color: rgb(50, 50, 50);
  margin: 0px 10px;
  text-align: start;
  padding-bottom: 10px;
  border-bottom: 2px solid gray;
 }
 .Laptop .container .row-1 .col-4 .card-1 .icon{
  font-size: 16px;
  color:goldenrod;
  margin: 3px 10px;
  text-align: start;
 }
 .Laptop .container .row-1 .col-4 .card-1 .num{
  font-size: 16px;
  color:rgb(50, 50, 50);
  margin: 3px 5px;
  text-align: start;
 }
 .Laptop .container .row-1 .col-4 .card-1 .row-2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  /* background-color: #0820d3; */
 }
 .Laptop .container .row-1 .col-4 .card-1 .price{
  font-size: 16px;
  color:#c1121f;
  margin-left:10px;
  margin-top: 30px;
  text-align: start;
  padding-right: 5px;
  border-right: 2px solid #c1121f;
 }
 .Laptop .container .row-1 .col-4 .card-1 .icon-1{
  margin-right:10px;

 }
 .Laptop .container .row-1 .col-4 .card-1 .icon-1 a{
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color:rgb(58, 58, 58);
  /* margin-right:5px; */
  text-align: end;
 }
 /* ...laptop-1... */
 .Laptop-1{
  width: 100%;
  height: 1000px;
}
.Laptop-1 .container{
  width: 1200px;
  height: 100%;
  margin: 50px auto;
}
.Laptop-1 .container .logo-banner{
  width: 200px;
  height: 90px;
  /* background-color: #0820d3; */
  text-align: center;
  margin-left: 500px;
}
.Laptop-1 .container .logo-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Laptop-1 .container h2{
 font-size: 38px;
 color: goldenrod;
 margin-top: 50px;
 margin-bottom: 10px;
 text-align: center;
}
.Laptop-1 .container p{
  font-size: 18px;
  color: rgb(51, 51, 51);
  margin-bottom: 30px;
  text-align: center;
 }
 .Laptop-1 .container .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 85%;
  /* background-color: #0820d3; */
 }
 .Laptop-1 .container .row .col-1{
  width: 300px;
  height: 100%;
  /* background-color: #0bd308; */
  padding: 10px;
 }
 .Laptop-1 .container .row .col-2{
  width: 900px;
  height: 100%;
  /* background-color: #d37408; */
  padding: 10px;
 }
 .Laptop-1 .container .row .card{
  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; */
 }
 .Laptop-1 .container .head-card{
  width: 100%;
  height: 50px;
  padding-top: 10px;
  background-color: #4949496c;
  border-radius:10px ;
 }
 .Laptop-1 .container .head-card h3{
  font-size: 21px;
  color: rgb(0, 0, 0);
  text-align: center;
  
 }
 .Laptop-1 .container .nav-item{
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius:10px ;
  }
  .Laptop-1 .container .nav-item:hover{
    background-color: rgba(191, 191, 191, 0.538);
    color: #1b4332;
  }
  .Laptop-1 .container .nav-item:hover .nav-link{
    color: #40916c;
  }
 .Laptop-1 .container .nav-item .nav-link{
  display: inline-block;
  text-decoration: none;
  padding-top: 10px;
   font-size: 18px;
   color: rgb(51, 51, 51);
   margin-bottom: 5px;
  }
.Laptop-1 .container .row .col-2 h2{
  font-size: 28px;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
}
.Laptop-1 .container .row .col-2 .row-1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* height: 90%; */
  /* background-color: #0bd308; */
} 
.Laptop-1 .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;
 }
 .Laptop-1 .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; */
 }
.Laptop-1 .container .row-1 .col-4 .card-1 .img{
  width: 100%;
  height: 55%;
  border-radius: 10px; 
  overflow: hidden;
  position: relative;
 }
 .Laptop-1 .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;
 }
.Laptop-1 .container .row-1 .col-4 .card-1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s;
  padding: 0;
 }
.Laptop-1 .container .row-1 .col-4 .card-1:hover img{
  transform: scale(1.1);
 }
.Laptop-1 .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;
 }
.Laptop-1 .container .row-1 .col-4 .card-1 .time{
  font-size: 16px;
  color: rgb(50, 50, 50);
  margin: 0px 10px;
  text-align: start;
  padding-bottom: 10px;
  border-bottom: 2px solid gray;
 }
 .Laptop-1 .container .row-1 .col-4 .card-1 .icon{
  font-size: 16px;
  color:goldenrod;
  margin: 3px 10px;
  text-align: start;
 }
 .Laptop-1 .container .row-1 .col-4 .card-1 .num{
  font-size: 16px;
  color:rgb(50, 50, 50);
  margin: 3px 5px;
  text-align: start;
 }
 .Laptop-1 .container .row-1 .col-4 .card-1 .row-2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  /* background-color: #0820d3; */
 }
 .Laptop-1 .container .row-1 .col-4 .card-1 .price{
  font-size: 16px;
  color:#c1121f;
  margin-left:10px;
  margin-top: 30px;
  text-align: start;
  padding-right: 5px;
  border-right: 2px solid #c1121f;
 }
 .Laptop-1 .container .row-1 .col-4 .card-1 .icon-1{
  margin-right:10px;

 }
 .Laptop-1 .container .row-1 .col-4 .card-1 .icon-1 a{
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color:rgb(58, 58, 58);
  /* margin-right:5px; */
  text-align: end;
 }
.sec-banner-MSI{
  width: 100%;
  height: 50vh;
}
.sec-banner-MSI img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-img-MSI{
  width: 100%;
  height: 500px;
  margin-top: 50px;
}
.sec-img-MSI .container{
  width: 1200px;
  height: 100%;
  margin: auto;
  /* border: 2px solid #1b4332; */
  /* overflow: hidden; */
}

.sec-img-MSI .container .row{
  display: flex;
  justify-content: space-between;
  height: 90%;
  align-items: center;
}
.sec-img-MSI .container .row .col-6{
  width: 48%;
  height: 100%;
  padding: 20px;
  /* background-color: #7a9c8e; */
}
.sec-img-MSI .container .col-6 h2{
  font-size: 28px;
  color: rgb(0, 0, 0);
  margin: 10px 0px;
  text-align: start;
}
.sec-img-MSI .container .col-6 .text{
  font-size: 18px;
  color: rgb(53, 53, 53);
  margin: 10px 0px;
  text-align: start;
}
.sec-img-MSI .container img{
  width: 80%;
  height: 80%;
  object-fit:cover;
  transition: 0.5s;
}
.sec-img-MSI .container img:hover{
  transform: scale(1.2);
}
.sec-img-MSI .container .price{
  font-size: 21px;
  color:#c1121f;
  margin-left:10px;
  margin-top: 30px;
  text-align: start;
  padding-right: 5px;
  margin-bottom: 10px;
 }
 .sec-img-MSI .container .num{
  font-size: 18px;
  color:rgb(38, 38, 38);
  margin-left:10px;
  margin-top: 30px;
  text-align: start;
  padding-right: 5px;
 }
 .sec-img-MSI .container .number{
  font-size: 16px;
  color:rgb(52, 52, 52);
  /* border: none; */
  outline: none;
  padding: 3px 5px;
  margin: 0;
 }
 .sec-img-MSI .container .col-6 .nav-link{
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color:white;
  background-color: #31572c;
  border-radius: 20px;
  border:1px solid transparent;
  padding: 10px 25px;
  text-align:end;
  margin-left: 80px;
  transition: 0.5s;
 }
 .sec-img-MSI .container .col-6 .nav-link i{
  font-size: 16px;
  margin-right: 10px;
  
 }
 .sec-img-MSI .container .col-6 .nav-link:hover{
  color:#314830;
  background-color: white;
  border:1px solid #314830;
 }
.MSI-banner{
  width: 100%;
  height: 70vh;
  /* background-color: #1b4332; */
}
.MSI-banner .container{
  width: 1200px;
  height: 70vh;
  margin: auto;
}
.MSI-banner .swiper {
  width: 100%;
  height: 100%;
  margin-top: 50px;
}
.MSI-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MSI-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /* margin-top: 30px;
  margin-left: 30px; */
  object-fit: cover;
}
.MSI-banner .container .row{
  display: flex;
  justify-content: space-between;
  height: 90%;
  align-items: center;
}
.MSI-banner .container .row .col-6{
  width: 48%;
  height: 100%;
  /* padding: 20px; */
  /* background-color: #7a9c8e; */
}
.MSI-banner .container .col-6 h2{
  font-size: 28px;
  color: rgb(0, 0, 0);
  margin: 10px 0px;
  text-align:center;
}
/* payment */
.sec-payment{
  width: 100%;
  height: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.sec-payment .container{
  width: 1200px;
  height: 100%;
  margin: auto;
}
.sec-payment .container .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.sec-payment .container .row .col-1{
  width: 60%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px;
}
.sec-payment .container .row .col-2{
  width: 36%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
}
.sec-payment .container h2{
  font-size: 28px;
  color: rgb(0, 0, 0);
  margin: 10px 0px;
}
.sec-payment .container .row .col{
  width: 250px;
  height: 320px;
  /* background-color: #0820d3; */
}
.sec-payment .container .row .col img{
  width: 100%;
  height: 80%;
  object-fit: cover;
}
.sec-payment .container .row .col .text{
  font-size: 16px;
  width: 400px;
  margin-bottom: 5px;
}
.sec-payment .container .row .col-1 p{
  font-size: 18px;
  color: rgb(55, 55, 55);
  margin: 10px 0px;
}
.sec-payment .container .row .col-1 p .nav-link{
  font-size: 18px;
  color:#293b28;
  margin: 10px;
  display: inline-block;
  text-decoration: none;
}
.sec-payment .container .row .col-1 p .nav-link:hover{
  color:goldenrod;
  text-decoration:underline ;
}
.sec-payment .container .row .col-1 .input{
  display:block;
  padding: 5px 0px;
  padding-left: 10px;
  padding-right: 300px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.sec-payment .container .row .col-1 .row-1{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 30px;
  width: 500px;
  /* background-color: #0820d3; */
  margin-bottom: 10px;
  justify-content: space-between;
 }
 .sec-payment .container .row .col-1 .row-1 .box{
  height: 100%;
  width: 140px;
  /* background-color: #0820d3; */
  align-items: center;
  display: flex;
  justify-content: space-between;
 }
.sec-payment .container .row .col-1 .row-1 img{
 width: 50px;
 height: 30px;
 object-fit: cover;
}
.sec-payment .container .row .col-1 .save-1{
  margin-left: 10px;
 }
.sec-payment .container .row .col-1 .cart{
  width: 200px;
  height: 50px;
  margin-left: 200px;
  text-align: center;
 }
 .sec-payment .container .row .col-1 .cart .nav-link{
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 18px;
  text-align: center; 
  padding: 10px 40px;
  border-radius: 20px;
  transition: 0.5s;
  background-color: #314830;
  border: 1px solid transparent;
 }
 .sec-payment .container .row .col-1 .cart .nav-link:hover{
  color: #314830;
  font-size: 18px;
  background-color: white;
  border: 1px solid #314830;
 }
 .sec-payment .container .row .col-2 .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 40%;
  /* background-color: #0820d3; */
 }
 .sec-payment .container .row .col-2 .row .col-1-1{
  width: 65%;
  height: 100%;
  /* background-color: #ff5425; */
  padding-top: 10px;
  padding-left: 10px;
 }
 .sec-payment .container .row .col-2 .row .col-1-1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .sec-payment .container .row .col-2 .row .col-2-1{
  width: 35%;
  height: 100%;
  /* background-color: #25beff; */
  padding-top: 50px;
  padding-left: 5px;
 }
 .sec-payment .container .row .col-2 .row .col-2-1 p{
  font-size: 16px;
  margin-top: 10px;
 }
 .sec-payment .container .row .col-2 .row-1-2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* height: 40%; */
  /* background-color: #0820d3; */
  padding: 5px 10px;
 }
 .sec-payment .container .row .col-2 .row-1-2 p{
  font-size: 18px;
  color: rgb(54, 54, 54);
 }
/* thank */
.sec-thank{
  width: 100%;
  height: 600px;
  margin: 50px 0px;
}
.sec-thank .container{
  width: 1200px;
  height: 100%;
  margin: auto;
  text-align: center; 
}
.sec-thank .container i{
  font-size: 80px;
  margin-bottom: 10px;
 
}
.sec-thank .container h1{
  font-size: 32px;
  color: goldenrod;
}
.sec-thank .container .text{
  font-size: 18px;
  color: rgb(47, 47, 47);
}
.sec-thank .container .col-2{
  width: 700px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-left: 250px;
  margin-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
}
 .sec-thank  .container .col-2 .row .col-1-1{
  width: 65%;
  height: 100%;
  /* background-color: #ff5425; */
  padding-top: 10px;
  padding-left: 10px;
 }
 .sec-thank  .container .col-2 .row .col-1-1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .sec-thank  .container .col-2 .row .col-2-1{
  width: 35%;
  height: 100%;
  /* background-color: #25beff; */
  padding-top: 50px;
  padding-left: 5px;
 }
 .sec-thank  .container .col-2 .row .col-2-1 p{
  font-size: 16px;
  margin-top: 10px;
 }
 .sec-thank  .container .col-2 .row-1-2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* height: 40%; */
  /* background-color: #0820d3; */
  padding: 5px 10px;
 }
 .sec-thank  .container .col-2 .row-1-2 p{
  font-size: 18px;
  color: rgb(54, 54, 54);
 }
 .sec-contact_us{
  width: 100%;
  height: 100%;
  background-image:url("../img/banner_MSI-2.jpeg") ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 100px;
  z-index: -99;
 }
 .sec-contact_us .container{
  width: 100%;
  height: 40vh;
  margin: auto;
  /* background-color: #0820d3; */
 }
 .contact_us{
  width: 100%;
  height: 900px;
  background-color: white;
 }
 .contact_us .container{
  width: 1200px;
  height: 100%;
  margin: auto;
  /* background-color: #0820d3; */
 }
 .contact_us .container h1{
  font-size: 38px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 10px;
  color: goldenrod;
 }
 .contact_us .container p{
  text-align: center;
  font-size: 18px;
  color: rgb(51, 51, 51);
 }
 .contact_us .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 70%;
  padding-top: 50px;
}
.contact_us .col-1{
  width: 600px;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.contact_us .col-1 h2{
  text-align: center;
  font-family: "Preahvihear", serif;
  font-size: 24px;
  color: goldenrod;
  margin-bottom: 30px;
}
.contact_us .col-1 p{
  font-size: 16px;
  color: rgb(55, 55, 55);
}
.contact_usr .col-1 .register-name{
  margin-bottom: 10px;
  padding: 5px 20px;
  border: 1px solid  #1b4332;
}
.contact_us .col-1 .register-name:focus{
  border: 1px solid  #000000;
  outline: none;
  
}

.contact_us .col-1 .email-text{
  font-size: 16px;
  text-align: start;
  color: #1b4332;
  display: block;
  margin-bottom: 10px;
}
.contact_usr .col-1 .email-text i{
  font-size: 16px;
  color: #1b4332;
  margin-right: 5px;
}
.contact_us .col-1 .email{
  margin-bottom: 10px;
  padding: 5px 0px;
  padding-right: 330px;
  padding-left: 20px;
  border: 1px solid  #1b4332;
}
.contact_us .col-1 .email:focus{
  border: 1px solid  #000000;
  outline: none;
}
.contact_us .col-1 .row{
  display: flex;
  justify-content: space-between;
  height: 30px;
  width: 100%;
}
.contact_us .col-1 textarea{
  resize: vertical;
}

.contact_us .col-1 .btn-log-in{
  text-align: center;
  outline: none;
  border: none;
  background-color: transparent;
  margin-left: 200px;
}
.contact_us .col-1 .btn-log-in .nav-link{
  /* text-align: start; */
  /* width: 120px; */
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: goldenrod;
  border: 1px solid rgb(216, 158, 10);;
  transition: 0.5s;
}
.contact_us .col-1 .btn-log-in .nav-link:hover{
  color:  goldenrod;
  background-color: #ffffff;
  border: 1px solid  rgb(216, 158, 10);
}
.contact_us .col-1 p{
  font-size: 16px;
  color: rgb(202, 202, 202);
  text-align: center;
}
.contact_us .col-1 .nav-link{
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
  color: rgb(43, 110, 255);
  text-align: center;
}
.contact_us .col-1 .icon{
  font-size: 16px;
  margin-top: 15px;
  color: rgb(202, 202, 202);
  text-align: center;
}
.contact_us .col-1 .group-icon a{
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  margin-top: 10px;
  margin-right: 10px;
  color: rgb(43, 110, 255);
  text-align: center;
  transition: 0.5s;
}
.contact_us .col-1 .group-icon a:hover{
  color: rgb(207, 207, 207);
}
.contact_us .row .col-2{
  width: 500px;
  height: 400px;
  border-radius: 10px;
  background-color: white;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.contact_us .row .col-2 h2{
  font-size: 21px;
  margin: 20px;
  text-align: center;
  color: black;
}
.contact_us .row .col-2 h3{
  font-size: 21px;
  margin: 10px;
  text-align: start;
  color: black;
}
.contact_us .row .col-2 .row-2{
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: start;
  height: 40px;
  margin-bottom: 10px;
  /* background-color: #0820d3; */
}
.contact_us .row .col-2 .row-2 p{
  font-size: 18px;
  margin: 0;
  color: rgb(54, 54, 54);
 }
 .contact_us .row .col-2 .row-2 i{
  font-size: 16px;
  margin-right: 10px;
  color: rgb(225, 225, 225);
  background-color: #000000;
  padding: 10px 15px;
  border-radius: 50%;
 }
 .contact_us .row .icon .navlink i{
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  padding: 10px;
  border-radius: 50%;
 }
.contact_us .container .nav-link{
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 20px; 
  margin-left: 10px;
  background-color: goldenrod;
  padding: 15px;
  border-radius: 20%;
  text-align: center;
}
.contact_us .container .icon .nav-link:hover{
  color: goldenrod;
  background-color: rgb(227, 227, 227);
}
.sec-about_us{
  width: 100%;
  height: 100%;
  background-image:url("../img/about-us-1.jpg") ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 100px;
  z-index: -99;
 }
 .sec-about_us .container{
  width: 100%;
  height: 30vh;
  margin: auto;
  /* background-color: #0820d3; */
 }
 .sec-about_us .container h2{
  font-size: 38px;
  color: white;
  text-align: start;
  padding-top: 80px;
  padding-left: 300px;
  /* background-color: #0820d3; */
 }
.about-us_of_goal{
  width: 100%;
  height: 500px;
  background-color: white;
}
.about-us_of_goal .container{
  width: 1200px;
  height: 100%;
  margin: auto;
  /* background-color: rgb(197, 197, 197); */
}
.about-us_of_goal .container h1{
  font-size: 32px;
  text-align: center;
  color: goldenrod;
  padding-top: 50px;
}
.about-us_of_goal .container .row{
  display: flex;
  height: 90%;
  padding-top: 50px;
  /* background-color: #545454; */
  justify-content: space-between;
}
.about-us_of_goal .container .col-1{
  width: 250px;
  height: 350px;
  background-color: #17cf82;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 100px;
}
.about-us_of_goal .container .col-1 .card{
  width: 100%;
  height: 100%;
  background-color: #15126d;
  border-radius: 10px;  
  position: relative;
}
.about-us_of_goal .container .col-1 .card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.about-us_of_goal .container .col-1 .card:hover img{
  transform: scale(1.2);
}
.about-us_of_goal .container .col-1 .card .dropdown-icon{
  width: 100%;
  height: 50px;
  background-color: rgba(40, 40, 40, 0.659);
  position: absolute;
  bottom: 0px;
  left: -50px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
 .about-us_of_goal .container .col-1 .card:hover .dropdown-icon{
  left: 0px;
  opacity: 1;
  visibility: visible;
} 
.about-us_of_goal .container .col-1 .card .row-1{
  display: flex;
  justify-content: space-evenly;
  height: 100%;
  align-items: center;
  /* background-color: #0820d3; */
}
.about-us_of_goal .container .col-1 .card .row-1 i{
  font-size: 21px;
  color: white;
  background-color: #000000;
  border-radius: 10px;
  padding: 10px;
}
.about-us_of_goal .container .col-2{
  width: 340px;
  height: 350px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  border-radius: 10px;
  padding-right: 50px;
  overflow: hidden;
  margin-right: 100px;
}
.about-us_of_goal .container .col-2 .card{
  width: 100%;
  height: 100%;
  /* background-color: #85c526; */
  border-radius: 10px;  
  position: relative;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.about-us_of_goal .container .col-2 .card h2{
  font-size: 21px;
  color: rgb(27, 27, 27);
  border-bottom: 3px solid #1b4332;
  /* padding-bottom: 3px; */
  margin-bottom: 20px;
}
.about-us_of_goal .container .col-2 .card label{
  width: 100%;
}
.about-us_of_goal .col-2 .register-name{
  margin-bottom: 10px;
  /* padding: 5px 20px; */
  border: 1px solid  #1b4332;
}
.about-us_of_goal .col-2 .register-name:focus{
  border: 1px solid  #000000;
  outline: none;
}

.about-us_of_goal .col-2 .email-text{
  font-size: 16px;
  text-align: start;
  color: #1b4332;
  display: block;
  margin-bottom: 5px;
}
.about-us_of_goal .col-2 .email-text i{
  font-size: 16px;
  /* color: #1b4332; */
  margin-right: 5px;
}
.about-us_of_goal .col-2 .email{
  margin-bottom: 10px;
  padding: 5px 0px;
  padding-right: 80px;
  padding-left: 20px;
  outline: none;
  border: 1px solid  transparent;
}
.profile{
  width: 100%;
  height: 600px;
}
.profile .container{
  width: 1200px;
  height: 100%;
  margin: auto;
  /* background-color: #0820d3; */
  padding: 50px 0px;
}
.profile .container .col-3{
  width: 1000px;
  height: 280px;
  margin: auto;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  border-radius: 10px;
  padding: 50px 0px;
}
.profile .container .row-2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0px 50px;
  height: 50px;
  /* background-color: #1b4332; */
}
.profile .container .row-2 a{
  display: inline-block;
  text-decoration: none;
  color: #000000;
  font-size: 18px;
}
.profile .container .row-2 i{
  color: white;
  background-color: #000000bf;
  border-radius: 50%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid transparent;
}
.profile .container .row-2:hover p{
  color: #1b4332;
}
.profile .container .row-2 i:hover{
  color:#1b4332;
  background-color: white;
  border: 1px solid #1b4332;
}
.about_us-purpose{
  width: 100%;
  height: 1400px;
  background-color: #ffffff;
}
.about_us-purpose .container{
  width: 1200px;
  height: 100%;
  margin: auto;
  /* background-color: #0a460a; */
  padding-top: 30px;
}
.about_us-purpose .container h2{
  font-size: 32px;
  color: goldenrod;
  /* margin: 30px 0px; */
  text-align: center;

}
.about_us-purpose .container .text{
  font-size: 18px;
  color: rgb(51, 51, 51);
  padding-top: 10px;
  text-align: center;
}
.about_us-purpose .container .row{
  display: flex;
  flex-wrap: wrap;
  height: 80%;
  /* background-color: #797979; */
  padding-top: 30px;
}
.about_us-purpose .container .row .col-6{
  width: 600px;
  height: 300px;
  /* background-color: rgb(114, 25, 25); */
  padding: 10px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.about_us-purpose .container .row .col-6 .card{
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.about_us-purpose .container .row .col-6 .card h3{
  font-size: 21px;
  color: rgb(0, 0, 0);
  padding-top: 10px;
  text-align: start;
}
.about_us-purpose .container .row .col-6 .card p{
  font-size: 18px;
  color: rgb(41, 41, 41);
  padding-top: 10px;
}
.about_us-purpose .container .row .col-6 .card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-us-thank{
  width: 100%;
  height: 400px;
  background-color: white;
}
.about-us-thank .container{
  width: 1200px;
  height: 100%;
  margin: auto;
}
.about-us-thank .container .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 90%;
}
.about-us-thank .container .row .col-6{
  width: 700px;
  height: 100%;
  /* background-color: #15126d; */
}
.about-us-thank .container .row .col-2{
  width: 200px;
  height: 200px;
  background-color: #595780;
}
.about-us-thank .container .row .col-2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us-thank .container h1{
 font-size: 32px;
 width: 260px;
 color: goldenrod;
 padding-bottom: 5px;
 text-align: center;
 border-bottom: 2px solid #293b28;
}
.about-us-thank .container p{
  font-size: 18px;
  color: rgb(52, 52, 52);
  padding-bottom: 5px;
 }
 
 .sec-banner-blog{
  width: 100%;
  height: 100%;
  background-image:url("../img/News.jpg") ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 100px;
  z-index: -99;
 }
 .sec-banner-blog .container{
  width: 100%;
  height: 30vh;
  margin: auto;
  /* background-color: #0820d3; */
 }
 .sec-banner-blog .container h2{
  font-size: 38px;
  color: white;
  text-align: start;
  padding-top: 80px;
  padding-left: 300px;
  /* background-color: #0820d3; */
 }
.sec-blog{
  width: 100%;
  height: 700px;
  background-color: white;
}
.sec-blog .container{
  width: 1200px;
  height: 100%;
  margin: auto;
  padding: 50px 0px;
  /* background-color: #0820d3; */
}
.sec-blog .container .row{
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
}
.sec-blog .container .row .col-4{
  width: 580px;
  height: 300px;
  border-radius: 10px;
  background-image: url("../img/computer\ blog.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-blog .container .row .col-4 .card{
  width: 100%;
  height: 100%;
  background-color: #0101017e;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  transition: 0.5s;
}
.sec-blog .container .row .col-4 .card:hover{
  background-color: #000000b7;
}
.sec-blog .container .row .col-4 .card .box{
  width: 80px;
  height: 30px;
  border-radius: 10px;
  background-color: red;
  padding-left: 13px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.sec-blog .container .row .col-4 .card .box p{
  font-size: 12px;
  color: white;
  margin-top: 5px;
  margin-left: 1px;
}
.sec-blog .container .row .col-4 .card .title{
  font-size: 21px;
  margin-top: 130px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: rgb(255, 255, 255);
}
.sec-blog .container .row .col-4 .card .text{
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 20px;
  color: white;
}
.sec-blog .container .row .col-4 .card .time{
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: white;
}
.sec-blog .container .row .col-4 .card a{
  display: inline-block;
  text-decoration: none;
  color: white;
}
.sec-blog .container .row .col-4 .card .icon{
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 360px;
  color: white;
}
.sec-blog .container .row .col-3{
  width: 280px;
  height: 300px;
  border-radius: 10px;
  background-image: url("../img/Security_\ blog.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-blog .container .row .col-3 .card{
  width: 100%;
  height: 100%;
  background-color: #0101017e;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  transition: 0.5s;
}
.sec-blog .container .row .col-3 .card:hover{
  background-color: #000000b7;
}
.sec-blog .container .row .col-3 .card .box{
  width: 80px;
  height: 30px;
  border-radius: 10px;
  background-color: red;
  padding-left: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.sec-blog .container .row .col-3 .card .box p{
  font-size: 12px;
  color: white;
  margin-top: 5px;
  margin-left: 10px;
}
.sec-blog .container .row .col-3 .card .title{
  font-size: 21px;
  margin-top: 130px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: rgb(255, 255, 255);
}
.sec-blog .container .row .col-3 .card .text{
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 20px;
  color: white;
}
.sec-blog .container .row .col-3 .card .time{
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: white;
}
.sec-blog .container .row .col-3 .card a{
  display: inline-block;
  text-decoration: none;
  color: white;
}
.sec-blog .container .row .nav-link{
  display: inline-block;
  text-decoration: none;
  color: white;
}
.sec-blog .container .row .col-3-1{
  width: 280px;
  height: 300px;
  border-radius: 10px;
  background-image: url("../img/fix_blog.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-blog .container .row .col-3-1 .card{
  width: 100%;
  height: 100%;
  background-color: #0101017e;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  transition: 0.5s;
}
.sec-blog .container .row .col-3-1 .card:hover{
  background-color: #000000b7;
}
.sec-blog .container .row .col-3-1 .card .box{
  width: 80px;
  height: 30px;
  border-radius: 10px;
  background-color: red;
  padding-left: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.sec-blog .container .row .col-3-1 .card .box p{
  font-size: 12px;
  color: white;
  margin-top: 5px;
  margin-left: 10px;
}
.sec-blog .container .row .col-3-1 .card .title{
  font-size: 21px;
  margin-top: 130px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: rgb(255, 255, 255);
}
.sec-blog .container .row .col-3-1 .card .text{
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 20px;
  color: white;
}
.sec-blog .container .row .col-3-1 .card .time{
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: white;
}
.sec-blog .container .row .col-3-1 .card a{
  display: inline-block;
  text-decoration: none;
  color: white;
}
.sec-blog .container .row .col-4-1{
  width: 870px;
  height: 300px;
  margin-left: 15px;
  margin-top: 15px;
  border-radius: 10px;
  background-image: url("../img/fix-1\ computer.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-blog .container .row .col-4-1 .card{
  width: 100%;
  height: 100%;
  background-color: #0101017e;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  transition: 0.5s;
}
.sec-blog .container .row .col-4-1 .card:hover{
  background-color: #000000b7;
}
.sec-blog .container .row .col-4-1 .card .box{
  width: 80px;
  height: 30px;
  border-radius: 10px;
  background-color: red;
  padding-left: 23px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.sec-blog .container .row .col-4-1 .card .box p{
  font-size: 12px;
  color: white;
  margin-top: 5px;
  margin-left: 1px;
}
.sec-blog .container .row .col-4-1 .card .title{
  font-size: 21px;
  margin-top: 80px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: rgb(255, 255, 255);
}
.sec-blog .container .row .col-4-1 .card .text{
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 20px;
  color: white;
}
.sec-blog .container .row .col-4-1 .card .time{
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: white;
}
.sec-blog .container .row .col-4-1 .card a{
  display: inline-block;
  text-decoration: none;
  color: white;
}
.sec-blog .container .row .col-4-1 .card .icon{
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 650px;
  color: white;
}
.sec-blog .container .row .col-3-2{
  width: 280px;
  height: 300px;
  margin-top: 15px;
  margin-right: 15px;
  border-radius: 10px;
  background-image: url("../img/fix-2\ computer.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-blog .container .row .col-3-2 .card{
  width: 100%;
  height: 100%;
  background-color: #0101017e;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  transition: 0.5s;
}
.sec-blog .container .row .col-3-2 .card:hover{
  background-color: #000000b7;
}
.sec-blog .container .row .col-3-2 .card .box{
  width: 80px;
  height: 30px;
  border-radius: 10px;
  background-color: red;
  padding-left: 15px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.sec-blog .container .row .col-3-2 .card .box p{
  font-size: 12px;
  color: white;
  margin-top: 5px;
  margin-left: 10px;
}
.sec-blog .container .row .col-3-2 .card .title{
  font-size: 21px;
  margin-top: 100px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: rgb(255, 255, 255);
}
.sec-blog .container .row .col-3-2 .card .text{
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 20px;
  color: white;
}
.sec-blog .container .row .col-3-2 .card .time{
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: white;
}
.sec-blog .container .row .col-3-2 .card a{
  display: inline-block;
  text-decoration: none;
  color: white;
}
.blog{
  width: 100%;
  height: 1700px;
  background-color: white;
}
.blog .container{
  width: 1200px;
  height: 100%;
  margin: auto;
  padding: 50px 0px;
}
.blog .container .row{
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog .container .col-1{
  width: 300px;
  height: 350px;
  background-color: #1b4332;
  border-radius: 5px;
  overflow: hidden;
}
.blog .container .col-1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: 0.5s;
}
.blog .container .col-1 img:hover{
  transform: scale(1.2);
}
.blog .container .col-2{
  width: 900px;
  height: 350px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 10px;
  border-radius: 5px;
}
.blog .container .col-2 h2{
  font-size: 28px;
  color: black;
  margin-left: 10px;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 3px solid gray;
}
.blog .container .col-2 p{
  font-size: 16px;
  color: rgb(50, 50, 50);
  margin-left: 10px;
  margin-top: 20px;
}
.blog .container .col-2 .row-1{
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: rgb(50, 50, 50);
  margin-left: 10px;
  margin-top: 30px;
}
.blog .container .col-2 .row-1 i{
  margin-left: 10px;
}
.sec-Computer{
  width: 100%;
  height: 2100px;
  background-color: white;
}
.sec-Computer .container{
  width: 1200px;
  height: 100%;
  background-color: white;
  margin: auto;
}
.sec-Computer .container h1{
  font-size: 32px;
  color: black;
  padding-top: 50px;
  padding-bottom: 10px;
}
.sec-Computer .container img{
  width: 900px;
  height: 400px;
  object-fit: cover;
  padding-top: 20px;
  padding-bottom: 10px;
  border-radius: 10px;
}
.sec-Computer .container p{
  font-size: 18px;
  color: #000000;
  margin-top: 10px;
}
.sec-Computer .container .col-12{
  width: 630px;
  height: 300px;
  border-radius: 10px;
  margin-top: 50px;
  padding: 10px;
}
.sec-Computer .container .col-12 label{
  display: block;
  font-size: 21px;
  padding-top: 10px;
  /* padding-left: 10px; */
  padding-bottom: 10px;
  color: black;
}
.sec-Computer .container .col-12 textarea{
  width: 600px;
  padding-left: 10px;
  resize: vertical;
  height: 200px;
}
.sec-Computer .container .col-12 .btn{
  padding: 10px 30px;
  background-color: #293b28;
  border-radius: 10px;
  font-size: 16px;
  outline: none;
  border: none;
  color: white;
}
.sec-banner-category{
  width: 100%;
  height: 400px;
  background-color: #17cf82;
  background-image: url("../img/hobbit.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-banner-category .container{
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #00000081;
}
.sec-banner-category .container .title{
  font-size: 38px;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 160px;
}
.sec-category{
  width: 100%;
  height: 900px;
}
.sec-category .container{
  width: 1200px;
  height: 100%;
  margin: auto;
  padding: 50px 0px;
}
.sec-category .container .row-1{
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-category .container .row-1 .col-4{
  width: 400px;
  height: 400px;
  padding: 10px;
}
.sec-category .container .row-1 .col-4 .card-1{
  width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
}
.sec-category .container .row-1 .col-4 .card-1 .img{
  width: 100%;
  height: 60%;
  /* background-color: rgb(132, 67, 67); */
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.sec-category .container .row-1 .col-4 .card-1 .img .nav-link{
  display: inline-block;
  text-decoration: none;
  color: white;
  background-color: #0000007c;
  border-radius: 50%;
  padding: 8px 13px;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sec-category .container .row-1 .col-4 .card-1 .img .dropdown{
  color: white;
  width: 100%;
  height: 50px;
  background-color: #cf1313c4;
  position: absolute;
  bottom: 0;
  left: -100px;
  display: flex;
  padding: 0;
  justify-content:center;
  align-items: center;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  /* right: 10px; */
}
.sec-category .container .row-1 .col-4 .card-1:hover .dropdown{
  left: 0;
  opacity: 1;
  visibility: visible;
}
.sec-category .container .row-1 .col-4 .card-1 .img .dropdown .nav-link-1{
  color: white;
  display: inline-block;
  text-decoration: none;
  /* background-color: blue; */
  width: 100%;
  height: 100%;
  padding-top: 15px;
  border-radius: 0;
  text-align: center;
}
.sec-category .container .row-1 .col-4 .card-1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.5s;
  /* background-color: #0820d3; */
}
.sec-category .container .row-1 .col-4 .card-1:hover img{
  transform: scale(1.1);
 }
 
.sec-category .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;
 }
.sec-category .container .row-1 .col-4 .card-1 .time{
  font-size: 16px;
  color: rgb(50, 50, 50);
  margin: 0px 10px;
  text-align: start;
  padding-bottom: 10px;
  border-bottom: 2px solid gray;
 }
 .sec-category .container .row-1 .col-4 .card-1 .icon{
  font-size: 16px;
  color:goldenrod;
  padding-top: 5px;
  margin: 3px 10px;
  text-align: start;
 }
 .sec-category .container .row-1 .col-4 .card-1 .num{
  font-size: 16px;
  color:rgb(50, 50, 50);
  margin: 3px 5px;
  text-align: start;
 }
 .sec-category .container .row-1 .col-4 .card-1 .row-2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20px;
  padding-top: 20px;
  /* background-color: #0820d3; */
 }
 .sec-category .container .row-1 .col-4 .card-1 .price{
  font-size: 16px;
  color:#c1121f;
  margin-left:10px;
  /* margin-top: 30px; */
  text-align: start;
  padding-right: 5px;
  border-right: 2px solid #c1121f;
 }
 .sec-category .container .row-1 .col-4 .card-1 .icon-1{
  margin-right:10px;

 }
 .sec-category .container .row-1 .col-4 .card-1 .icon-1 a{
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color:rgb(58, 58, 58);
  /* margin-right:5px; */
  text-align: end;
 }
 .sec-category .container .row-1 .col-4 .card-1 .row-2 .btn{
  background-color: #293b28;
  color: white;
  border: 1px solid transparent;
  padding: 7px 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
 }
 .sec-category .container .row-1 .col-4 .card-1 .row-2 .btn a{
  display: inline-block;
  text-decoration: none;
  color: white;
  transition: 0.5s;
 }
 .sec-category .container .row-1 .col-4 .card-1 .row-2 .btn:hover{
  border: 1px solid #293b28;
  background-color: white;
  color: #293b28;
 }
 .sec-category .container .row-1 .col-4 .card-1 .row-2 .btn:hover a{
  color: #293b28;
 }
.notification-banner{
  width: 100%;
  height: 300px;
  background-image: url("../img/notification.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.notification-banner .container{
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #0000004b;
}
.notification-banner .container h1{
  font-size: 38px;
  color: white;
  padding-top: 110px;
  text-align: center;
}
.notification{
  width: 100%;
  height: 900px;
}
.notification .container{
  width: 1200px;
  height: 100%;
  margin: auto;
}
.notification .container .col-12{
  
  width: 900px;
  height: 100px;
  margin: auto;
  border-radius: 10px;
  background-color: white;
  margin-top: 100px;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.notification .container .col-12:hover{
  background-color: rgba(32, 32, 32, 0.371);
}
.notification .container .col-12-1{
  
  width: 900px;
  height: 100px;
  margin: auto;
  border-radius: 10px;
  background-color: white;
  margin-top: 30px;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.notification .container .col-12-1:hover{
  background-color: rgba(32, 32, 32, 0.371);
}
.notification .container .row-1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}
.notification .container .row-1 .img{
  width: 70px;
  height: 70px;
  background-color:#1b4332;
  border-radius: 50%;
  margin-left: 20px;
}
.notification .container .row-1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification .container .col{
  width: 85%;
  height: 100%;
  border-radius: 10px;
  /* background-color: #08d34c; */
}
.notification .container .row-2{
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: #0820d3; */
}
.notification .container .row-2 h2{
  color: black;
  font-size: 21px;
}
.notification .container .row-2 span{
  color: rgb(44, 44, 44);
  font-size: 16px;
  margin-right: 20px;
}
.sec-banner-our-team{
  width: 100%;
  height: 700px;
}
.sec-banner-our-team .container{
  width: 1200px;
  height: 100%;
  margin: auto;
  padding: 50px 0px;
}
.sec-banner-our-team .container h1{
  font-size: 38px;
  color: goldenrod;
  text-align: center;
}
.sec-banner-our-team .container i{
  font-size: 38px;
  color: goldenrod;
  text-align: center;
  margin-left: 20px;
}
.sec-banner-our-team .container p{
  font-size: 16px;
  color: rgb(41, 41, 41);
  text-align: center;
  
}
.sec-banner-our-team .container .col{
  width: 500px;
  height: 500px;
  margin: 10px auto;
}
.sec-banner-our-team .container img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.sec-Computer-fix{
  width: 100%;
  height: 700px;
}
.sec-Computer-fix .container{
  width: 1200px;
  height: 100%;
  margin: auto;
  padding: 50px 0px;
}
.sec-Computer-fix .container .row{
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.sec-Computer-fix .container .col-1{
  width: 60%;
  height: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
}
.sec-Computer-fix .container .col-1 h2{
  font-size: 28px;
  color: black;
  margin-bottom: 10px;
}
.sec-Computer-fix .container .col-1 p{
  font-size: 16px;
  color: rgb(52, 52, 52);
  margin-bottom: 20px;
}
.sec-Computer-fix .container .col-2{
  width: 38%;
  height: 100%;
  /* background-color: #179bcf; */
}
.sec-Computer-fix .container .col-2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.sec-Computer-fix .container .row-1{
  height: 85%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-Computer-fix .container .row-1 .col-6{
  width: 49%;
  height: 49%;
  /* background-color: #c1121f; */
  margin-bottom: 2%;
}
.sec-Computer-fix .container .row-1 .col-6 span{
  display: flex;
  align-items: center;
}
.sec-Computer-fix .container .row-1 .col-6 .title i{
  font-size: 18px;
  color: white;
  padding: 8px;
  background-color: #0000009a;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.sec-Computer-fix .container .row-1 .col-6 .text i{
  margin-left: 45px;
  margin-bottom: 5px;
}
.sec-Computer-fix .container .row-1 .col-6 .text p{
  margin-left: 10px;
}
.sec-Computer-fix .container .row-1 .col-6 h2{
  font-size: 21px;
  color: black;
  margin-bottom: 10px;
}
.our-team{
  width: 100%;
  height: 700px;
}
.our-team .container{
  width: 1200px;
  height: 100%;
  margin: auto;
}
.our-team .container h1{
  font-size: 38px;
  color: black;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 10px;
}
.our-team .container p{
  font-size: 16px;
  color: black;
  text-align: center;
}
.our-team .container .col-12{
  width: 1200px;
  height: 400px;
  margin: auto;
  margin-top: 30px;
  border-radius: 10px;
  padding-top: 30px;
  border: 1px solid #314830;
}
.our-team .container .swiper {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.our-team .container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  align-items: center;
}

.our-team .container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.our-team .container .swiper-slide .col-1{
  width: 100%;
  height: 100%;
  /* background-color: #007aff; */
  
}
.our-team .container .col-1 .img{
  width: 100px;
  height: 100px;
  /* background-color: black; */
  border-radius: 50%;
  margin-left: 140px;
  margin-top: 20px;
}
.our-team .container .col-1 .icon{
 display: flex;
 justify-content: center;
 height: 40px;
 /* background-color: #e09f3e; */
 margin-top: 10px;
 margin-bottom: 10px;
}
.our-team .container .col-1 .icon i{
  font-size: 18px;
  color: white;
  padding: 10px;
  margin-left: 15px;
  border-radius: 10px;
  background-color: #000000;
 }
.our-team .container .swiper {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}

.our-team .container.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.our-team .container .append-buttons button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}
.sec-banner-sales{
  width: 100%;
  height: 400px;
  background-image: url("../img/banner-sales-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-banner-sales .container{
  width: 1200px;
  height: 100%;
  margin: auto;
}
.sec-banner-sales .container h1{
  font-size: 38px;
  color: white;
  padding-top: 150px;
}




/* footer start  */
footer{
    width: 100%;
    height: 400px;
    padding-top:50px ;
    background-image: linear-gradient(to right, rgb(35, 73, 32) , rgb(9, 54, 3));
}
footer .container{
    width: 1200px;
    height: 100%;
    /* background-color: bisque; */
    margin: auto;
}
footer .container .row{
    display: flex;
    justify-content: space-between;
    height: 90%;
    border-bottom: 2px solid goldenrod;
}
footer .container .col-4{
    width: calc(100%/4);
    height: 100%;
    /* background-color: #054503; */
    padding-top: 10px;
    padding-left: 20px;
    border-radius: 30px;

}
footer .col-4 img{
    width: 200px;
    height: 150px;
    object-fit: cover;
    margin-top: 10px;
}
/* footer .col-4 a{
  display: inline-block;
  text-decoration: none;
} */
footer .container h2{
    font-family: "Preahvihear", serif;
    display: inline-block;
    /* width: 100%; */
    margin-top: 10px;   
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 2px solid green;
}
footer .container p{
    display: inline-block;
    width: 90%;
    text-decoration: none;
    margin-top: 15px;   
    color: rgb(255, 255, 255);
    font-size: 14px;
    transition: 0.5s;
}
footer .container p:hover{
    color: rgb(214, 214, 214);
    margin-left: 5px;
}
footer .container i{
    color: white;
    font-size: 16px; 
}
footer .container .icon{
    color: white;
    font-size: 20px; 
    margin-left: 10px;
    background-color: #3e5b3d;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    padding-left: 11px;
    border-radius: 50%
}
footer .container .nav-link{
  /* display: inline-block; */
  text-decoration: none;

}
footer .container .icon:hover{
    color: rgb(194, 194, 194);
    background-color: #314830;
}
footer .container h3{
    text-align: center;
    margin-top: 10px;
    color: goldenrod;
    font-size: 16px;
}
