section[data-cattype="233"] {
    padding: 25px 0;
}

section[data-cattype="233"] .fa-home {
    font-size: 24px;
}

section[data-cattype="233"] .red {
    background-color: #8e090a;
    border-color: #8e090a;
}

section[data-cattype="233"] .gold {
    background-color: #bc8c4e;
    border-color: #bc8c4e;
}

section[data-cattype="233"] .red:hover,
section[data-cattype="233"] .gold:hover {
    background-color: #363636;
    border-color: #363636;
}

section[data-cattype="233"] .btn {
    color: #fff;
}

section[data-cattype="233"] .logobox {
    text-align: left;
}

section[data-cattype="233"] .logobox img {
    width: 110px;
    max-width: 100%;
}

section[data-cattype="233"] .menulist {
    text-align: right;
    font-size: 16px;
    top: 15px;
}

section[data-cattype="233"] .menulist > ul {
    display: inline-block;
    vertical-align: middle;
}

section[data-cattype="233"] .menulist > ul:first-child > li {
    border-right: 1px #000 solid;
    margin: 0 -5px 0 0;
}

section[data-cattype="233"] .menulist > ul:first-child > li:last-child {
    border-right: 0;
}

section[data-cattype="233"] .menulist > ul:first-child > li > a {
    color: #000 !important;
    padding: 0 10px;
}

section[data-cattype="233"] .menulist > ul:first-child > li > a:hover {
    color: #9F7948 !important;
}


@media  (max-width: 1400px) {
    
    section[data-cattype="233"] {
        padding: 15px 0;
    }
    
    section[data-cattype="233"] .logobox img {
        width: 80px;
        max-width: 100%;
    }
    
    footer.wrapper_footer {
        min-height: auto;
    }
    footer.wrapper_footer .container [class^="col-"]{
        padding: 15px 15px 5px 15px;
        
    }
    
}




@media (min-width: 768px) and (max-width: 980px) {
    
    section[data-cattype="233"] .menulist {
        font-size: 13px;
    }
    
}

@media screen and (max-width: 767px) {
    
    section[data-cattype="233"] .menulist > ul:first-child > li {
        margin: 0 0px 0 0;
        line-height: 1.5;
    }
    
    section[data-cattype="233"] .menulist > ul:first-child > li > a {
        color: #000 !important;
        padding: 0 4px;
    }
    section[data-cattype="233"] .fa-home {
        font-size: 16px;
    }
    section[data-cattype="233"] .logobox {
        text-align: center;
        width: 20%;
        padding: 0 0;
    }
    section[data-cattype="233"] .menulist {
        text-align: right;
        font-size: 12px;
        top: 0;
        padding: 0 0;
        width: 80%;
    }
    section[data-cattype="233"] .menulist > ul:nth-child(2) {
        display: block;
        margin: 15px 0 0;
    }
}

@media screen and (max-width: 480px) {
    
    section[data-cattype="233"] .menulist {
        font-size: 13px;
    }
    
    section[data-cattype="233"] .menulist > ul {
        display: block;
        margin: 15px 0 0;
    }
    
    section[data-cattype="233"] .menulist > ul > li {
        margin: 0 -5px 0 0;
        line-height: 1.5;
    }
    
    section[data-cattype="233"] .menulist > ul:first-child > li > a {
        color: #000 !important;
        padding: 0 6px;
    }
     section[data-cattype="233"] .logobox,
    section[data-cattype="233"] .menulist {
        text-align: center;
        width: 100%;
    }
    
}