/**
Theme Name: Solgen Child
Author: ThemeOri
Author URI: https://themeforest.net/user/themeori/
Description: Child theme for the Solgen theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: solgen-child
Template: solgen
*/






#gt_float_wrapper .gt_float_switcher {
    position: relative;
/*    background: #0067ac;*/
    border-radius: 50px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    overflow: inherit !important;
}

#gt_float_wrapper .gt_float_switcher .gt-selected {
/*    background-color: #0067ac;*/
    border-radius: 50px;
}

#gt_float_wrapper .gt_float_switcher .gt-current-lang {
    padding: 11px 21px;
    position: relative;
}
/*
#gt_float_wrapper .gt_float_switcher .gt-current-lang img {
    display: none;
}*/

#gt_float_wrapper .gt_float_switcher .gt-current-lang:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("/wp-content/uploads/2025/10/globe-03.svg") no-repeat center;
    background-size: contain;
}

#gt_float_wrapper .gt_float_switcher .gt-current-lang > .gt-lang-code {
    padding-left: 25px;
}

#gt_float_wrapper .gt_float_switcher .gt-lang-code {
    color: #121212;
}

#gt_float_wrapper .gt_float_switcher img {
    width: 26px;
    border-radius: 3px;
}

/* Danh sách dropdown Language */
#gt_float_wrapper .gt_options {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    min-width: 160px;
    padding: 5px 5px;
}

#gt_float_wrapper .gt_options a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
    font-size: 15px;
    color: #121212;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

#gt_float_wrapper .gt_options a img {
    display: none !important;
}

#gt_float_wrapper .gt_options a:hover {
    background: #f0f0f0;
}

#gt_float_wrapper.open .gt_options {
    display: block !important;
}















.pll-dropdown {
    position: relative;
}

.pll-current {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 30px 30px 30px 0;
    @media (max-width: 767px) {
        padding: 0 30px 0 0;
    }
}
.pll-current span {
    color: #0F0F0F;
    font-size: 15px;
    font-weight: 500;
    margin-left: 3px;
}
span.pll-arrow {
    font-size: 11px;
    color: #484848;
    margin-left: 0;
}

.pll-list {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    min-width: 120px;
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
    display: none;
    z-index: 99;
    border-radius: 0 0 7px 7px;
    @media (max-width: 767px) {
        top: 53px;
    }

}

.pll-list li a img {
    display: none;

}
.pll-list li a span {
    font-size: 14px;
    color: #0F0F0F;
    margin-left: 5px;
    font-weight: 500;
}

.pll-list li a:hover span {
    color: #0067ac;
}

.pll-list li a {
    display: flex;
    gap: 6px;
    padding: 0 12px;
    text-decoration: none;
    color: #000;
}

.pll-dropdown:hover .pll-list {
    display: block;
}








