 /* ? font poppins */
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 /* ? font khmer  */
 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Khmer:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 * {
   padding: 0;
   margin: 0;
   box-sizing: border-box;
   font-family: sans-serif;
   font-family: 'Francois One', 'Bayon';
 }

 img {
   width: 140px;
   margin: 15px 0px 0px 0px;
 }

 body {
   font-family: 'Poppins', sans-serif;
   font-family: "Noto Sans Khmer", sans-serif;
   /* font-family: 'Francois One', 'Bayon'; */
 }

 header {
   height: 70px;
   width: 100%;
   background-color: #008DDA;
   z-index: 99999;
 }

 header .container {
   width: 90%;
   margin: auto;
 }

 header .container .nabvar {
   height: 70px;
   display: flex;
   justify-content: space-between;
   align-items: center;
 }

 header .container .nabvar .navbar-logo {
   font-size: 25px;
   line-height: 70px;
   font-weight: 700;
   color: #F7EEDD;
   text-decoration: none;
 }

 header .container .nabvar .navbar-nav {
   display: flex;
   list-style: none;

 }

 header .container .nabvar .navbar-nav .nav-item .nav-link {
   color: #F7EEDD;
   text-decoration: none;
   font-size: 16px;
   padding: 20px;
   transition: 0.5s;
   z-index: 9999999;
 }

 .navbar-search input {
   height: 30px;
   width: 200px;
   border: none;
   outline: none;
   border-radius: 5px;
   padding: 0 10px;
 }

 .nav-account .account-btn {
   color: #F7EEDD;
   text-decoration: none;
   font-size: 16px;
 }

 .nabvar .navbar-nav .nav-item .nav-link {
   display: flexbox;
   position: relative;
   z-index: 99999;

 }

 .nabvar .navbar-nav .nav-item .nav-link::after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 0;
   height: 2px;
   background-color: #fff;
   transition: width 0.3s ease-in-out;

 }

 .nabvar .navbar-nav .nav-item .nav-link:hover::after {
   width: 100%;
 }

 span {
   display: none;
   position: absolute;
   top: 65px;
   color: #F7EEDD;
   width: 100px;
   left: 8px;
   font-weight: bold;
   font-size: 16px;
   transition: 0.5s;
   z-index: 99999;
 }

 .nabvar .navbar-nav .nav-item:hover p {
   display: block;
   transition: 0.5s;

 }

 .nav-account .account-btn {
   position: relative;
 }

 .nav-account .account-dropdown {
   font-size: 20px;
   list-style: none;
   text-decoration: none;
   transition: 0.5s;
 }

 .nav-account .account-dropdown ul {
   list-style: none;
   position: absolute;
   top: 70px;
   right: 0px;
   width: 200px;
   line-height: 40px;
   background-color: #008DDA;
   height: 80px;
   text-align: center;
   border-radius: 0 0 5px 5px;
   display: none;
   transition: 0.5s;

 }

 .nav-account {
   height: 100%;
   display: flex;
   align-items: center;
 }

 .nav-account:hover .account-dropdown ul {
   display: block;
   position: absolute;
   z-index: 1;

 }

 .nav-account .account-dropdown ul a {

   color: #F7EEDD;
   font-size: 16px;
   font-weight: bold;
   transition: 0.5s;
 }

 .nav-account .account-dropdown ul li:hover {
   background-color: #41C9E2;
   color: #008DDA;
   overflow: hidden;
   z-index: 1;
   transition: 0.5s;
   border-radius: 5px;
 }








.profile-dropdown {
  position: relative;
  width: fit-content;
}

.profile-dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  width: 150px;
  border-radius: 50px;
  color: black;
  /* background-color: white;
  box-shadow: var(--shadow); */

  cursor: pointer;
 
  border: 1px solid #f7eedd;
  transition: box-shadow 0.2s ease-in, background-color 0.2s ease-in,
    border 0.3s;
}

.profile-dropdown-btn:hover {
  background-color:rgba(30, 143, 255, 0.773);
  box-shadow: var(--shadow);
}

.profile-img {
  position: relative;
  width: 3rem;
  height: 3rem;
  
  border-radius: 50%;
  /* background-color: red; */
  background-image: url(../assets/2024-05-01\ 11.22.09.jpg);
  background-position: center;
  background-repeat: no-repeat;
  

  background-size: cover;
}

.profile-img i {
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  font-size: 0.5rem;
  color: dodgerblue;
}

.profile-dropdown-btn span {
  margin: 0 0.5rem;
  margin-right: 0;
}

.profile-dropdown-list {
  position: absolute;
  top: 68px;
  width: 220px;
  right: 0;
  border-radius: 10px;
  max-height: 0;
  overflow: hidden;
  box-shadow: 1px solid dodgerblue;
  transition: max-height 0.5s;
  background-color: #008dda;
  z-index: 1;
}

.profile-dropdown-list hr {
  border: 0.5px solid dodgerblue;
}

.profile-dropdown-list.active {
  max-height: 500px;
}

.profile-dropdown-list-item {
  padding: 0.5rem 0rem 0.5rem 1rem;
  transition: background-color 0.2s ease-in, padding-left 0.2s;
}

.profile-dropdown-list-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: black;
}

.profile-dropdown-list-item a i {
  margin-right: 0.8rem;
  font-size: 1.1rem;
  width: 2.3rem;
  height: 2.3rem;
  background-color: dodgerblue;
  color: white;
  line-height: 2.3rem;
  text-align: center;
  margin-right: 1rem;
  border-radius: 50%;
  transition: margin-right 0.3s;
}

.profile-dropdown-list-item:hover {
  padding-left: 1.5rem;
  background-color:rgba(30, 143, 255, 0.75);
}










 .slides {
   position: relative;
   justify-content: center;
 }

 [hidden],
 template {
   display: none;
 }

 q:before,
 q:after {
   content: '';
   content: none;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-weight: 700;
   margin: 0 0 20px;
   color: #008DDA;
 }

 .text-center a {
   text-decoration: underline;
 }

 hr {
   border: none;
   border-bottom: 1px solid #008DDA;
 }

 a {
   text-decoration: none;
   color: #008DDA;
 }

 p {
   margin-top: 0;
 }

 /* button top*/
 .button,
 form input[type="submit"],
 form button,
 form input[type="reset"] {
   border: none;
   color: white;
   background: #008DDA;
   padding: 10px;
   border-radius: 3px;
   display: inline-block;
   -webkit-transition: .3s ease;
   transition: .3s ease;
 }

 .container {
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   padding-right: 15px;
   zoom: 1;
 }

 @media (min-width: 1100px) {
   .container {
     width: 1270px;
   }
 }

 @media (min-width: 992px) {

   .col-md-1,
   .col-md-2,
   .col-md-3,
   .col-md-4,
   .col-md-5,
   .col-md-6,
   .col-md-7,
   .col-md-8,
   .col-md-9,
   .col-md-10,
   .col-md-11,
   .col-md-12 {
     float: left;
   }

   .col-md-1 {
     width: 8.3333333333%;
   }

   .col-md-2 {
     width: 16.6666666667%;
   }

   .col-md-3 {
     width: 25%;
   }

 }

 /*
 * Header Styles
 */

 .site-header .bottom-header:after {
   content: " ";
   clear: both;
   display: block;
   overflow: hidden;
   height: 0;
 }

 #branding {
   float: left;
 }

 #branding .site-title a {
   color: #768089;
 }

 .right-section .search-form {
   margin: 10px 0;
   margin-left: 20px;
 }

 .right-section .search-form input {
   padding-right: 40px;
 }

 @media screen and (min-width: 991px) {
   .main-navigation .menu-toggle {
     display: none;
   }
 }

 .main-navigation .menu li a:hover {
   color: #42a8f0;
 }

 .main-navigation .menu li.current-menu-item a {
   color: #1392ec;
 }

 .mobile-navigation .menu .current-menu-item a {
   color: #008DDA;
 }

 .hero-slider {
   position: relative;
   margin-bottom: 50px;
 }

 .hero-slider .slides:after {
   content: " ";
   clear: both;
   display: block;
   overflow: hidden;
   height: 0;
 }

 .hero-slider .slides li {
   min-height: 580px;
   float: left;
   margin-right: -100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
 }

 .hero-slider .slide-content {
   border-radius: 3px;
   background-color: white;
   width: 25%;
   padding: 30px;
   margin-top: 50px;
   margin-bottom: 30px;
 }

 .hero-slider .flex-control-nav {
   list-style: none;
   position: absolute;
   bottom: -50px;
   width: 100%;
   text-align: center;
 }

 .hero-slider .flex-control-nav li {
   display: inline-block;
   margin: 0 5px;
 }

 .hero-slider .flex-control-nav li a {
   display: block;
   width: 15px;
   height: 15px;
   background-color: #c6c7c7;
   border-radius: 100%;
   overflow: hidden;
   text-indent: -99999px;
   cursor: pointer;
 }

 .hero-slider .flex-control-nav li a.flex-active {
   background-color: #008DDA;
 }

 .fullwidth-block {
   padding: 30px 0;
 }

 .section-title,
 .section-subtitle {
   font-weight: 300;
   margin-bottom: 50px;
   text-align: center;
   display: block;
 }

 /* lastest new */
 .section-title {
   font-size: 50px;
 }

 /* servise */
 .section-subtitle {
   font-size: 30px;
   font-size: 1.875em;
   color: #9ba1a6;
   margin-top: -50px;
   margin-bottom: 50px;
 }

 .feature {
   margin-bottom: 30px;
   text-align: center;
 }

 /* icon */
 .feature i {
   font-size: 48px;
   font-size: 3em;
   color: #0f75bd;
   display: inline-block;
   margin-bottom: 20px;
 }

 .text-center {
   text-align: center;
 }

 /* footer */
 .testimonial-slider {
   color: white;
   position: relative;
   padding-bottom: 50px;
 }

 .testimonial-slider .slides:after {
   content: " ";
   clear: both;
   display: block;
   overflow: hidden;
   height: 0;
 }

 .testimonial-slider blockquote {
   font-size: 30px;
   font-size: 1.875em;
   text-align: center;
 }

 .testimonial-slider .flex-control-nav {
   position: absolute;
   bottom: 30px;
   width: 100%;
   text-align: center;
   list-style: none;
   z-index: 99;
 }

 .testimonial-slider .flex-control-nav li {
   display: inline-block;
   margin: 0 5px;
 }

 .testimonial-slider .flex-control-nav li a {
   overflow: hidden;
   text-indent: -9999px;
   background: #4795cd;
   border-radius: 50%;
   display: block;
   width: 15px;
   height: 15px;
   cursor: pointer;
 }

 .testimonial-slider .flex-control-nav li a.flex-active {
   background-color: #fff;
 }

 .row{
  display: flex;
  flex-wrap: wrap;
}
.container-foter{
  max-width: 1170px;
  margin:auto;
}
ul{
  list-style: none;
}
.footer{
  background-color:#008eda;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before{
  content: '';
  position: absolute;
  left:0;
  bottom: -10px;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child){
  margin-bottom: 10px;
}
.footer-col ul li a{
  font-size: 16px;
  text-transform: capitalize;
color: #F7EEDD !important;
  text-decoration: none;
  font-weight: 300;
  
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover{
  color: #ffffff;
  padding-left: 8px;
}
.footer-col .social-links a{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255,255,255,0.2);
  margin:0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
  color: #24262b;
  background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}
