/*
Theme Name: Gift Boss
Theme UR
Author URI: htt
Description: Giao diện website
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: giftboss
Tags:
*/
:root {
    /* --primary-color: #0145ac; */
    --primary-color: #004C74;
    --blue-sub: #062C49;
    --brown-main: #A9782B;
    --brown-sub: #EFD181;
    /* --secondary-color: #2ecc71;
    --accent-color: #e74c3c;
    --background-color: #f5f5f5;
    --text-color: #333333; */
}
#banner-carousel .splide__slide img {
    width: 100%;
    height: auto;
}
.margin-auto {
    margin: auto;
    display: block;
}
body {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
}
.bg_main {
    background-color: var(--blue-sub) !important;
}
.bg_sub {
    background-color: var(--brown-sub) !important;
}
.color_main {
    color: var(--blue-sub) !important;
}
.bg_red_main {
    /* background-color: #B5882D; */
    background-color: var(--brown-sub);
}
.bg_blue_main {
    background-color: #ccdaee;
}
.nav_desktop a {
    color: #fff;
}
.custom_8_title {
    position: relative;
}
.custom_8_title strong {
    font-family: Spartan, sans-serif;
    position: absolute;
    bottom: -145px;
    right: 58%;
    /* font-size: 200pt; */
    font-size: 250px;
    color: #fff;
    /* text-shadow: -3px 3px 11px #7f7f7f; */
    z-index: 0;
    line-height: 1;
    letter-spacing: unset;
}
.custom_contact label {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
}
.custom_contact input {
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
}
.custom_contact strong {
    color: #f04e23;
    font-size: 18px;
    position: relative;
    top: 4px;
}
.custom_contact textarea.wpcf7-form-control.wpcf7-textarea {
    height: 65px;
    width: 100%;
    border-radius: 5px;
}
.custom_contact input.wpcf7-form-control.wpcf7-submit {
    background: #B5882D;
    color: #fff;
    width: 50%;
    display: block;
    margin: 0px auto;
    margin-top: 20px;
}
.contact_content h4 {
    font-size: 23px;
    padding-bottom: 10px;
}
.contact_content h5 {
    font-size: 19px;
    padding: 10px 0px;
}
.wpcf7-response-output {
    color: #fff;
}
.custom_text_footer .logo img {
    width: 145px;
    padding-top: 10px;
}
.custom_footer_description h4 {
    font-weight: 500;
    font-size: 21px;
    padding: 10px 0px;
}
.custom_8_title span {
    z-index: 1;
    color: #ffffff;
    position: relative;
    font-size: 46px;
    text-transform: uppercase;
    text-shadow: -3px 0px 1px #d2d6dd;
    line-height: 58px;
}
.image_fix_h {
    height: 80px;
    object-fit: contain;
}
.splide__pagination__page {
    background: #2563eb;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px;
}
.splide__pagination {
    bottom: -2.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}
.splide__pagination__page.is-active {
    background: #a89898;
    transform: scale(1.4);
    z-index: 1;
}
.custom_contact input.wpcf7-form-control.wpcf7-submit:hover {
    background: #000;
    cursor: pointer;
}
@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .custom_8_title strong {
        font-family: Spartan, sans-serif;
        position: absolute;
        bottom: -95px;
        right: 68%;
        font-size: 127pt;
        color: #fff;
        text-shadow: -3px 3px 11px #7f7f7f;
        z-index: 0;
        line-height: 1;
        letter-spacing: unset;
    }
    .search-box form input {
        background: none;
        color: #fff;
        width: 97%;
    }
    .nav_mobile li {
        padding: 10px 5px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        background: #22222200 !important;
        padding: 5px 5px 5px 5px;
        display: block;
    }
    .mega-menu-item-has-children > .mega-sub-menu {
        width: 100% !important;
        padding: 0 10px;
    }
    ul#mega-menu-primary li {
        margin-bottom: 10px !important;
        border-radius: 5px !important;
    }
    ul#mega-menu-primary li a {
        border-radius: 5px !important;
    }
    .search-box.mt-4 form {
        display: flex;
    }
    .search-box form button {
        background: none;
        border: none;
        outline: none;
        margin-left: -32px;
        top: -4px;
        position: relative;
    }
}