
    body {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        color: #555;
    }

    body input {
        font-size: 14px !important;
    }

    .wrap {
        width: 1100px;
        margin: 0 auto;
    }

    .header {
        padding: 15px 0;
        background: #5b5b5b;
        color: #fff;
        width: 100%;
        top: 0;
        z-index: 11;
    }

    .logo {
        background: #FFF;
        padding: 5px 22px;
        border-radius: 15px;
        margin: 15px;
    }

    .logo img {
        height: 70px;
        object-fit: cover;
    }

    .header div {
        margin-bottom: auto;
        margin-top: auto;
    }

    .header .menu {
        text-align: center;
    }

    .header .menu a {
        text-transform: uppercase;
        color: #FFF;
        text-decoration: none;
        margin-right: 25px;
        font-weight: bold;
        white-space: nowrap;
    }

    .header .fa {
        cursor: pointer;
    }

    .searchbox {
        position: relative;
    }

    .searchtip {
        background: #FFF;
        left: 0;
        padding: 5px;
        border: 1px solid #ddd;
        position: absolute;
        font-size: 12px;
        display: none;
    }

    .searchtip .item {
        padding: 5px;
        border-bottom: 1px solid #ddd;
    }

    .searchbox input[type=text] {
        background: #ababab !important;
        color: #FFF !important;
    }

    .footer {
        background: #547e02;
        color: #FFF;
        padding: 25px 0;
    }

    .px1 {
        position: fixed;
        bottom: 45px;
        padding: 15px;
        cursor: pointer;
    }

    .content {
       
    }

    .zalo1 {
        right: 60px;
    }

    .phone1 {
        left: 25px;
    }

    .phone1 img {
        position: absolute;
        left: 5px;
        height: 50px;
        width: 50px;
    }

    .ftitle {
        font-weight: bold;
        text-transform: uppercase;
    }

    .finfo {
        line-height: 35px;
    }

    .btn-green {
        color: #fff;
        background-color: #8b8d88;
        border-color: #85dc29;
    }

    .phonetext {
        background: red;
        color: #FFF;
        position: absolute;
        top: 35px;
        left: 130%;
        z-index: 8;
        padding-left: 38px;
        line-height: 40px;
        padding-right: 20px;
        border-radius: 10px;
        font-weight: bold;
    }

    /* lac hinh va gon song */
    .icon-container {
        position: relative;
        display: inline-block;
    }

    .shaking-box {
        width: 50px;
        height: 50px;
        position: absolute;
        animation: shake 1s infinite alternate;
        z-index: 10;
    }

    @keyframes shake {
        0% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
        }

        10% {
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        }

        20% {
            -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        }

        30% {
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        }

        40% {
            -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        }

        50% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
        }

        100% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
        }
    }

    .wave {
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: rgb(135 142 148 / 50%);
        opacity: 0.6;
        top: 50%;
        left: 50%;
        transform: translate(-15%, -20%);
        animation: ripple 1.5s infinite;
        z-index: 10;
    }

    @keyframes ripple {
        0% {
            transform: translate(-15%, -20%) scale(1);
            opacity: 0.6;
        }

        100% {
            transform: translate(-15%, -20%) scale(2);
            opacity: 0;
        }
    }

    /* #lac hinh va gon song */

    /* trang home */
    .hometop {
        margin: 25px 0;
        border: 1px solid #ddd;
        padding: 5px;
        overflow: hidden;
        /* height: calc(100vh/2); */
    }

    .hometop .lss {
        width: 40%;
        height: 100%;
        padding: 0;
        margin-left: 5px;
    }

    .hometop .lss .item {
        float: left;
        width: 50%;
        padding: 5px;
        height: 180px;
        overflow: hidden;
    }

    .hometop .lss .item img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .hometop .slider {
        margin-top: 3px;
        margin-right: 3px;
        width: 100%;
        overflow: hidden;
        object-fit: cover;
    }

    .hometop .slider img {
        height: calc(100vh/2);
        object-fit: fill;
        width: 100%;
    }

    .hometop .slider .carousel-cell {
        width: 100%;
    }

    .homecon .nav {
        justify-content: center;
    }

    /* trang home */
    .tabqw {
        padding: 5px 0;
        border: 1px solid #ddd;
        margin: 15px 0;
    }

    .tabqw .item {
        float: left;
        width: calc(100%/3 - 30px);
        margin: 15px;
        padding: 15px;
        position: relative;
    }

    .tcate .item {
        text-align: center;
    }


    .tabqw .item img {
        width: 100%;
        display: block;
        height: 200px;
        object-fit: fill;
    }

    .tabqw .item a {
        color: #555;
        text-decoration: none;
        display: block;
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 15px;
    }

    .hometop img:hover,
    .tabqw img:hover {
        opacity: .6;
        transition: 1s;
    }

    .btn-primary1 {
        font-size: 11px;
        background: #7a9c59;
        color: #FFF;
    }

    .tabqw .date4 {
        border: 1px solid green;
        text-align: center;
        font-weight: bold;
        position: absolute;
        top: 29px;
        left: -5px;
        background: #FFF;
        padding: 5px;
        transition: 0.5s;
    }

    .tabqw .item:hover>.date4 {
        background: #605555;
        color: #FFF;
    }



    .tcate .item img,
    .tcate .item button {
        display: block;
        text-align: center;
        margin: 10px auto;
    }

    .tcate .title {
        height: 42px;
        overflow: hidden;
        text-overflow: clip;
    }

    i.btnclosemenu {
        position: fixed;
        right: 65px;
        top: 5px;
        cursor: pointer;
        display: none;
    }

    .btnmn {
        display: none;
    }

    .show1 {
        display: block !important;
    }

    .hide1 {
        display: none !important;
    }

    #txtSearch {
        display: none;
    }

    @media only screen and (max-width: 600px) {
        .btnmn {
            display: block;
        }

        .searchbox{
            display: none;
        }


        .header .m1,
        .header .m2 {
            display: none !important;
        }

        .header .menu {
            position: fixed;
            width: 90%;
            height: 100vh;
            background: hsla(210, 10.30%, 22.70%, 0.88);
            z-index: 11;
            left: 0;
            top: 0;
            display: none;
        }

        .header .menu a {
            width: 100% !important;
            display: block !important;
            border-bottom: 1px solid #ddd;
            text-align: left;
            padding: 15px;
        }

        .header .logo {
            margin-left: auto;
            margin-right: auto;
            padding: 5px 20px;

        }

        .logo img {
            height: 35px !important;
            object-fit: cover;
        }

        .wrap {
            width: 96%;
        }

        .tabqw .item {
            float: left;
            width: 100%;
            padding: 5px;
            margin: 0;
        }

        .hometop{
            height: auto !important;
        }

        .hometop .slider img {
            height: 250px;
        }

        i.btnclosemenu {

            display: block;
        }

        .homecon .nav {
            justify-content: center;
            overflow: auto !important;
            height: auto !important;
        }

        .phonetext {
            display: none;
        }

        .phone1 {
            left: 5px;
            z-index: 111;
        }

        .p-post .body4 img {
            width: 96%;
        }

        .search2 {
            width: 100% !important;
        }

        .hometop {
            display: block !important;
        }

        .hometop .lss {
            width: 100%;
            margin-bottom: 10px;
            margin-left: 0;
        }

        .hometop .lss .item,
        .hometop .lss .img{
            height: 100px;
        }


    }
</style>
<style>
ul#myTab li {
    margin: 1px;
}

.homecon .nav {
    justify-content: center;
    overflow: hidden;
    height: 42px;
}

.tabqw {
    min-height: 500px;
}

#inpsearch2 {
    background: #eee;
}

.btnsearch2 {
    position: absolute;
    z-index: 1111;
    right: 12px;
    bottom: 8px;
    cursor: pointer;
}

.resSearch2 {
    position: absolute;
    background: #eee;
    padding: 15px;
    width: 100%;
    z-index: 15;
    display: none;
    max-height: 350px;
    overflow: auto;
}

.resSearch2 a {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
}

.maunha {
    font-weight: bold;
}