@font-face {
    font-family: Hanuman;
    src: url(../../webfonts/Hanuman-Regular.ttf);
}
* {
    margin: 0;
    padding: 0;
    font-family: Hanuman;
    box-sizing: border-box;
}
.slogan{
    width: 100%;
    height: 30px;
    /* margin: auto;
    
    margin-left: 90px; */
    align-items: center;
    background-color: rgb(60, 104, 85);
    position: fixed;
    z-index: 91;
    
}
.slogan p{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 20px;
    padding-top: 5px;
    color: white;
}
.menu{
    width: 100%;
    height: 100px;
    margin: auto;
    /* margin-left: 90px; */
    position: fixed;
    z-index: 90;
    align-items: center;
    background-color: white;
    /* background-color: rgb(197, 226, 247); */
    /* border: 0.2px solid rgb(67, 182, 132); */
    padding: 0 5%;
    
}
.logo{
    width: 100px;
    height: 90px;
    /* background-color: rgb(201, 171, 131); */
    float: left;
    margin-top: 18px;
    background-image: url(../../img/seven.logo-removebg-preview.png);background-position: center;
    background-size: cover;
}

.list{
    width: 740px;
    height: 100px;
    /* background-color: rgb(75, 44, 3); */
    float: right;
    
}

.list ul{
    width: 100%;
    /* background-color: #005296; */
    height: 100px;
    
}

.list ul li{
    list-style-type: none;
    float:left ;
}
.list ul li a{
    text-decoration: none;
    float: left;
    margin-top: 50px;
    margin-left: 30px;
    font-family: Khmer OS Battambang;
    font-size: 20px;
    color: rgb(53, 102, 116);

}
.list ul li a:hover{
    border-bottom: 1px solid rgb(19, 57, 59);
}
.clear{
    clear: both;
}

.dropdown-item{
    width: 180px;
    height: 390px;
    background-color: rgb(134, 172, 149);
    /* border: 1px solid green; */
   border-radius: 8px;
    /* margin-top: 71px; */
    position: absolute;
    display: none;
    transition: 1s;
    z-index: 1;
    

}
.dropdown-item ul{
    width: 100%;
  
}
.dropdown-item ul li{
    width: 100%;
  
}
.dropdown{
    position: relative;
}
.dropdown:hover .dropdown-item{
    display: block;
    height: auto;
}
.dropdown-item ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px 0px;
}
.dropdown-item ul a{
    margin: 0px!important;
    padding: 4px 10px!important;
}
.dropdown-item ul a:hover{
    border: none!important;
    color: #005296!important;
    background-color: #ffffff6d;
}

.narbar{
    width: 1200px;
    height: 750px;
    margin: auto;
    background-color: antiquewhite;
    padding-top: 90px;
    
}
.background{
    width: 100%;
    height: 100%;
    background-image: url(../../img/imgjoin/background.jpg);
    background-size: cover;
}
.green{
    width: 200px;
    height: 450px;
    float: left;
    margin-left: 400px;
    margin-top: 60px;
    background-color: rgb(204, 238, 204);
}
.darkgreen{
    width: 350px;
    height: 300px;
    float: left;
    margin-left: -270px;
    margin-top: 60px;
    background-color: rgb(90, 135, 116);
}
.darkgreen h2{
    font-family: Taprom;
    margin-left: 10px;
    margin-top: 30px;
    color: white;
}
.darkgreen p{
    font-family: khmer Os Battambang;
    color: rgb(234, 227, 227);
    margin-left: 10px;
}
.white{
    float: left;
    margin-left: 300px;
    margin-top: -20px;
    width: 450px;
    height: 200px;
    background-color: rgb(150, 187, 165);
}
.white p{
    font-family: khmer Os Battambang;
    color: white;
    margin-left: 10px;
    margin-top: 20px;
}
.button{
    float: right;
    margin-top: -20px;
    margin-right: 30px;
    width: 100px;
    height: 40px;
    background-color: rgb(47, 83, 47);
    border-radius: 10px;
}
.button a{
    text-decoration: none;
    color: white;
    float: left;
    margin-left: 20px;
    margin-top: 7px;
    font-family: khmer Os Battambang;
}
.button:hover{
    transform: scale(1.05);
    display: block;
    box-shadow: 0px 0px 1px 1px rgb(181, 233, 181);
}

.footer{
    width: 1200px;
    height: 500px;
    /* float: left;
    margin-top: 55px; */
    margin: auto;
    background-color:white;
    opacity: 90%;
   
}
.footer h2{
    font-family: khmer Os Battambang;
    margin-left: 30px;
    padding-top: 20px;
}
.promise{
    float: right;
    width: 30%;
    height: 30%;
    margin-right: 200px;
    /* background-color: antiquewhite; */
}
.promise i{
    font-size: 50px;
}

.social{
    width: 460px;
    height: 70px;
    /* background-color: antiquewhite; */
    float: left;
    margin-left: 30px;
    margin-top: 70px;

}
.social a i{
    float: left;
    margin-left: 80px;
    margin-top: 5px;
    font-size: 50px;
    transition: 1s;
    
    
}

.footer hr{
    width: 1200px;
    height: 1px ;
    float: left;
    margin-top: 20px;
    background-color: black;
    border: none;
   
}
.footer p{
    float: left;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    margin-top: 30px;
    margin-left: 550px;
}

.write{
    width: 1200px;
    height: 300px;
    float: left;
    margin-top: 30px;
    background-color: rgb(60, 104, 85);
}
.explore{
    width: 430px;
    height: 90px;
    float: left;
    margin-left: 30PX;
    margin-top: 20px;
    /* background-color: rgb(119, 83, 37); */
}
.home{
    width: 680px;
    height: 30px;
    float: left;
    margin-top: 150px;
    margin-left: -430px;
    /* background-color: rgb(40, 80, 114); */
}
.home ul{
    width: 100%;
    height: 100%;
}
.home ul li{
    float: left;
    list-style-type: none;
}
.home ul li a{
    text-decoration: none;
    font-size: 19px;

    margin-left: 60px;
    color: white;
    font-family: khmer OS Battambang;
    transition: 1s;
    
}
.home ul li a:hover{
    color: rgb(108, 169, 133);
    display: block;
}
iframe {
    margin-left: 60px;
    margin-top: 30px;
}


