header {
    background: #d75d44;
}

header .headertopmain .sitelogo {
    padding: 10px 0px;
    width: 30%;
}

header .headertopmain .sitelogo img {
    height: 45px;
    object-fit: contain;
}

header .headertopmain .colright .menu {
    float: right;
}

header .headertopmain .colright .btn-closemenu {
    display: none;
}

header .headertopmain .colright .menu .menu-link li.has-dropdown {
    position: relative;
}

header .headertopmain .colright .menu .menu-link li a {
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    display: block;
    padding: 22px 20px;
}

.show-mobile {
    display: none;
    color: #fff;
    padding: 0 15px;
    transition: 0.4s;
}

.show-mobile.rotate {
    transform: rotate(-180deg);
    transition: 0.4s;
}

header .headertopmain .colright .menu .menu-link li.has-dropdown .dropdown {
    position: absolute;
    z-index: 111;
    top: 150%;
    left: 0;
    width: max-content;
    background: #d75d44;
    pointer-events: none;
    opacity: 0;
}

header .headertopmain .colright .search {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
    z-index: 99;
}

.menucontent ul {
    margin: 0;
}

a,a:hover {
    text-decoration: none;
}

header .headertopmain .colright .menu .menu-link li.has-dropdown:hover .dropdown {
    top: 100%;
    pointer-events: auto;
    opacity: 1;
}

header .headertopmain .colright .menu .menu-link li.has-dropdown .dropdown > li:hover {
    background: #c94226;
}

header .headertopmain .colright .menu .menu-link li.has-dropdown .dropdown li a {
    color: #fff;
    padding: 15px;
}

.fullpage {
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto;
    background-size: cover;
}

.btn-closemenu i {
    color: #fff;
}

.show-mobile i {
    font-size: 23px;
}

.btn-showmenu {
    display: none;
}

header .headertopmain .colright .searchtoggle i {
    color: #fff;
}

header .headertopmain .colright .search {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
    z-index: 99;
}

header .headertopmain .colright .search .searchwrap {
    background: #e6e6e6;
    padding: 5px 10px;
}

header .headertopmain .colright .search .searchwrap input {
    background: none;
    border: 0;
    font-size: 0.8125rem;
    width: calc(100% - 30px);
    outline: unset;
}

header .headertopmain .colright .search .searchwrap .searchbutton {
    width: 25px;
    line-height: 30px;
}

.searchtoggle {
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1310px;
    }

    header .headertopmain .colright {
        width: 70%;
        position: relative;
    }
}

@media (max-width: 1199px) {
    header .headertopmain .sitelogo {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        width: 54%;
    }

    header .headertopmain .colright .search {
        top: 100%;
        right: 0;
        width: 100%;
    }

    header .headertopmain .colright .search {
        top: 100%;
        right: 0;
        width: 100%;
    }

    header {
        position: relative;
        z-index: 999;
    }

    header .headertopmain .colright .btn-closemenu {
        display: block;
        text-align: right;
        padding: 15px;
        font-size: 1.375rem;
    }

    header .headertopmain .colright .btn-showmenu {
        display: block;
        color: #fff;
        height: 65px;
        float: left;
        width: 40px;
    }

    header .headertopmain .colright .menu.open {
        -webkit-transform: translateX(0);
        -khtml-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    header .headertopmain .colright .menu {
        float: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 250px;
        background: #fff;
        z-index: 99;
        -webkit-transform: translateX(-100%);
        -khtml-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.4s;
        -khtml-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    header .headertopmain .colright .btn-showmenu {
        display: flex;
        color: #fff;
        height: 65px;
        float: left;
        width: 40px;
    }

    header .headertopmain .colright .menu.open {
        -webkit-transform: translateX(0);
        -khtml-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    header .headertopmain .colright .menu .menu-link li a {
        color: #333;
        padding: 10px 15px;
        text-align: left;
        font-weight: 500;
        text-transform: uppercase;
    }

    .sitelogo img {
        display: inline-block;
    }

    header .headertopmain .colright .searchtoggle {
        float: right;
        height: 65px;
        display: flex;
        align-items: center;
        padding: 0;
    }
}

@media (max-width: 767px) {
    header .headertopmain .colright .menu {
        width: 100%;
    }

    header .headertopmain .colright .menu .menu-link li a {
        color: #fff;
        text-align: left;
    }

    .show-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 8px;
    }

    header .headertopmain .colright .menu {
        background: rgb(215, 93, 68, 0.7);
    }

    header .headertopmain .colright .menu .menu-link li.has-dropdown {
        display: block;
        justify-content: space-between;
    }

    header .headertopmain .colright .menu {
        background: rgb(215, 93, 68, 0.7);
    }

    .home-cate .list-cate .catecol {
        margin: 15px 0 0 0;
    }

    header .headertopmain .colright .menu .menu-link li.has-dropdown .dropdown {
        width: 100%;
        position: unset;
        opacity: 1;
        display: none;
    }
}

@media (min-width: 576px) {
    header .headertopmain .colright .menu .menu-link li.has-dropdown .dropdown {
        transition: all .4s;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-cate .list-cate .catecol figure {
        margin: 15px 0 0 0 !important;
    }

    .home-cate .list-cate .item-cate:nth-child(odd) {
        padding-right: 7.5px;
    }

    .home-cate .list-cate .item-cate:nth-child(even) {
        padding-left: 7.5px;
    }

    footer {
        margin: 15px 0 0 0;
    }

    .btn-closemenu i {
        color: #000;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .show-mobile {
        display: inline-block;
        color: #000;
        padding: 0;
        transition: 0.4s;
        width: 40px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        position: absolute;
        top: 8px;
        right: 0;
    }

    header .headertopmain .colright .menu .menu-link li.has-dropdown .dropdown {
        position: unset;
        opacity: 1;
        width: 100%;
        background: #fff;
        display: none;
    }

    header .headertopmain .colright .menu .menu-link li.has-dropdown .dropdown a {
        color: #000 !important;
    }
}
