.color_style{
  background-color: #b38b59;
  background-color: #113e21;
  background-color: #f0f0f0;
  background-color: #fefefe;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background-color: #fefefe;
  display: inline;
}
.row{
  margin-bottom: 55px;
}
.title{
  display: grid;
  place-items: center;
  font-family: 'Khmer OS Moul';
  font-size: 26px;
  margin: 40px;
  text-shadow: 1px 1px 4px 0px #b38b59;
}
.line{
  width: 100%;
  height: 5px;
  background-color: #113e21;
  border-radius: 20px;
  margin-bottom: 20px;
}
.stop{
  margin: 10px 0px;
  width: 100%;
  height: 10px;
}
.scrolltop{
  position: fixed;
  z-index: 30;
  right: 20px;
  bottom: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #14213d;
}
.scrolltop i{
  color: #e5e5e5;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}
.scrolltop:hover{
  transition: 0.5s;
  background-color: #113e21;
  color: #ffffff;
}

.navbar{
  background-color: #f0f0f0;
  width: 100%;
  height: 70px;
  /* position: fixed;
  top: 0;
  z-index: 99; */
}
.menu ul{
  display: flex;
  float: right;
  margin: 10px;
}
.menu ul li{
  list-style: none;
  display: inline-block;
  transition: 0.5s;
  /* padding: 10px; */
  margin: 10px 15px;
  cursor: pointer;
}
.menu ul li a:hover{
  color: #b38b59;
}
.menu ul li a{
  text-decoration: none;
  color: #14213d;
  font-family: 'Khmer OS';
  font-weight: 500;
}
.full-home{
  background-color: #b38b59;
  color: white;
  height: 570px;
  padding-bottom: 45px;
  border-radius: 0px 0px 20px 20px;
}
.right-home,.left-home{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.left-home h1{
  margin: 50px 20px 5px;
  font-family: 'Khmer OS';
  text-align: center;
  color: #000000;
}
.left-home h1:hover{
  color: #113e21;
  transition: 1s;
}
.left-home p{
  text-align: justify;
  align-items: center;
  font-family: 'Khmer OS Battambang';
  padding: 20px;
  color: #000000;
}
.left-home button{
  margin: 0px 20px;
  padding: 2px 20px;
  font-size: 13px;
  border-radius: 30px;
  font-family: 'Khmer OS';
  border: none;
  background-color: #113e21;
  color: #f0f0f0;
}
.left-home button:hover{
  background-color: #b38b59;
  color: white;
  font-family: 'Khmer OS';
  transition: 0.5s;
}
.right-home{
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  place-items: center;
  padding: 60px;
}
.right-home ul li{
  list-style: none;
  margin: 10px 0px;
}
.right-home ul li .img-1{
  position: absolute;
  width: 250px;
  height: 160px;
  object-fit: cover;
  top: 50px;
  left: 50px;
  width: 250px;
  box-shadow: 1px 1px 5px 0px #113e21;
}
.right-home ul li .img-2{
  position: absolute;
  width: 250px;
  height: 160px;
  object-fit: cover;
  top: 100px;
  right: 50px;
  width: 250px;
  box-shadow: 1px 1px 5px 0px #113e21;
}
.right-home ul li .img-3{
  position: absolute;
  width: 250px;
  height: 160px;
  object-fit: cover;
  top: 250px;
  left: 50px;
  width: 250px;
  box-shadow: 1px 1px 5px 0px #113e21;
}
.right-home ul li .img-4{
  position: absolute;
  width: 250px;
  height: 160px;
  object-fit: cover;
  top: 300px;
  right: 50px;
  width: 250px;
  box-shadow: 1px 1px 5px 0px black;
}
.detail-container{
  position: relative;
  margin: 300px 0px;
}
.detail-menu ul li{
  display: block;
  position: relative;
  list-style: none;
}
.detail-menu ul li h4{
  cursor: pointer;
  font-family: 'Khmer OS Battambang';
  background-color: #113e21;
  color: #ffffff;
  padding: 20px;
}
.detail-menu ul li h4:hover{
  background-color: #e5e5e5;
  transition: 0.5s;
  color: #000000;
}
.detail-menu ul li i{
  margin: 6px;
  float: right;
}
.detail-menu-drop{
  padding: 10px 10px;
  height: 70px;
  background-color: #b38b59;
}
.detail-menu-drop p{
  font-family: 'Khmer OS Battambang';
  float: left;
  cursor: pointer;
}
.detail-item-container{
  width: 100%;
  height: 100%;
}
.detail-item-container .box-item{
  margin: 0px 10px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.detail-item-container .box-item .detail-item{
  width: 800px;
  height: 485px;
}
.detail-item-container .box-item .detail-item .detail-item-left img{
  width: 100%;
  height: 485px;
  border-radius: 20px;
  object-fit: cover;
}
.btn-slide{
  position: absolute;
  cursor: pointer;
  background-color: #b38b59;
  color: #14213d;
  border-radius: 50%;
  padding: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 2;
}
.btn-next{
  right: 1px;
}
.btn-back{
  left: 1px;
}
.paragraph-container{
  margin: 30px 0px;
  background-color: #e5e5e5;
  border-radius: 20px;
}
.paragraph-container .left-paragraph{
  margin: 10px 0px;
  padding: 5px 0px;
  display: grid;
  place-items: center;
}
.paragraph-container .left-paragraph img{
  width: 450px;
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
}
.paragraph-container .right-paragraph{
  margin: 0px;
  padding: 5px 30px;
  display: grid;
  place-items: center;
}
.paragraph-container .right-paragraph h3{
  font-family: 'Khmer OS Muol';
  font-weight: 500;
  margin: 5px 0px;
  color: #113e21;
}
.paragraph-container .right-paragraph p{
  font-family: 'Khmer OS Battambang';
  font-size: 15px;
  text-align: justify;
  color: #113e21;
}
.popup{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #00000075;
  position: fixed;
}
.frm-view{
  width: 75%;
  height: 80%;
  border-radius: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #b38b59;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: absolute;
}
.left-popup img{
  width: 800px;
  height: 490px;
  object-fit: cover;
}
.left-popup .btn-close{
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  color: #14213d;
  opacity: 0.8;
}
.left-popup .btn-close:hover{
  opacity: 1;
  color: #e5e5e5;
  transition: 0.5s;
}
.box-more-left-paragraph{
  display: grid;
  place-items: center;
  margin: 20px 0px;
  width: 300px;
  height: 400px;
  border-radius: 20px;
  background-color: #b38b59;
  box-shadow: 1px 1px 5px 0px #113e21;
}
.box-more-left-paragraph img{
  padding: 10px 0;
  width: 240px;
  height: 190px;
  border-radius: 20px;
  object-fit: cover;
}
.box-more-left-paragraph ul{
  padding: 5px;
}
.box-more-left-paragraph ul li{
  list-style: none;
}
.box-more-left-paragraph ul li p{
  color: #ffffff;
  font-family: 'Khmer OS Battambang';
  text-align: justify;
  font-size: 15px;
}
.footer{
  width: 100%;
  height: 450px;
  padding: 25px 30px;
  background-color: #b38b59;
}
.footer .box-footer .menu-footer{
  display: flex;
  justify-content: space-evenly;
}
.footer .box-footer .menu-footer li{
  list-style: none;
  font-family: 'Khmer OS Battambang';
  margin: 20px 0px;
}
.footer .box-footer .menu-footer li p:hover{
  font-weight: 900;
  cursor: pointer;
}
.footer .box-footer .menu-footer li a{
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #e5e5e5 ;
}
.footer .box-footer .menu-footer li a:hover{
  font-weight: 900;
  cursor: pointer;
}
.footer .box-icon{
  display: grid;
  place-items: center;
}
.footer .box-icon .icon-footer{
  display: flex;
}
.footer .box-icon .icon-footer li{
  list-style: none;
}
.footer .box-icon .icon-footer li i{
  color: #113e21;
  font-size: 30px;
  margin: 40px 35px;
}