/*
Theme Name: Head Hunter Company
Theme URI: https://sinomax.hk
Author: WordPress Team
Author URI: Peter Le
Description: Our Default Themes
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme is licensed under the GPL.
*/
*{
    list-style-type:none;
    list-style:none !important;
}
ul{
    padding-inline-start: 0px !important;
}
.sticky { position: fixed;top: 0;width: 100%;  z-index: 9999; }
.sticky + .content { padding-top: 102px;  }

/* change the background color */
.navbar-custom {background-color: #6C7783;}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
color: #fff;

}
/* change the link color and add padding for height */
.navbar-custom .navbar-nav .nav-link {
color: rgba(255,255,255,.5);
padding: 1rem 1rem;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link{
color: #ffffff;
background-color: #00B074; /* add background-color to active links */
}
.navbar-custom .nav-item:hover .nav-link {
color: #ffffff;
background-color: #00B074; /* add background-color to active links */
}


.menu-item{padding: 10px 5px 10px 5px;color:#ffffff !important;text-transform: uppercase;    text-align: center;}
.menu-item.active{color:#00B074; }
/* .menu-item a:link{color:#fff;} */
.menu-item:hover{color:#00B074;color: #ffffff !important; }

.dropdown-menu.show li {
border-bottom: 1px solid #cdcdcd;
}

.dropdown-menu.show {
    width: 100%;
    background-color: #ffffff !important;
}

.form-floating > .form-select {
    padding-top: 0 !important;   
}

.wp-block-image img {
    cursor: pointer;
 }
 .lity-container {
    vertical-align: bottom!important;
 }
 .lity-image img {
    max-width: 80vw!important;
    max-height: 80vh!important;
 }
 li.lang-item{
    margin-left: 10px !important;
}
.foogallery.fg-dark .fg-item-inner {
       border-color: #fff !important;
}

.lang-item img {
    height: 25px! important;
    width: auto! important;
}