.header-top {
    display: flex;
    justify-content: space-between;
    color: rgba(252, 252, 253, 1);
    font-size: 16px;
    padding-top: 27px;
    flex-wrap: wrap;
}
.menu-mobile {
    display: none;
}

.header {
    position: relative;
    min-height: 188px;
    background: #161441;
}

.header-body {
    background-color: #161441;
    height: 100%;
    margin: 0 151px;
}

.header-bot {
    position: relative;
}

.header-bot a {
    list-style: none;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 400;
    color:#000000;
}

.menu-left,
.menu-right {
    border-radius: 50px;
    border: 1px solid rgba(255, 254, 254, 1);
    line-height: 100%;
    margin-top: 10px;
    padding: 9px;
}

.menu-left a {
    float: left;
    padding: 0 20px;
}
.menu-left a:hover{
    text-decoration: none;
}
.menu-right a {
    float: right;
    padding: 0 26px;
}
.menu-right a:hover{
    text-decoration: none;
}
.search img {
    width: 20px;
    height: 20px;
    margin-top: 14px;
}

.contact img {
    width: 20px;
    height: 20px;
}

.menu-left-bo,
.menu-right-bo {
    background-color: #FFFF;
    height: 100%;
    border-radius: 50px;
    padding: 13px;
    min-height: 45px;
}


.contact span {
    font-size: 14px;
}

.search {
    display: flex;
}

.search input {
    height: 35px;
    width: 365px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    background-color: #161441;
    color: rgba(255, 255, 255, 0.7);
    padding: 10px;
}
.search ::placeholder{
    font-style: italic;
}

.search .list {
    display: none;
}

.search span {
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 4px;
}

.search span i {
    font-size: 30px;
}

.input {
    position: relative;
    border-right: 1px solid;
    padding-right: 15px;
}

.input i {
    position: absolute;
    right: 2px;
    padding: 6px;
    background-color: #FFFBFB;
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    color: #161441;
    top: 3px;
    right: 20px;

}

.logo {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #FFF;
    border-radius: 50%;
}

.logo img {
    width: 120px;
    height: 120px;
    object-position: top;
    background-color: #FFF;
    padding: 10px;
    border-radius: 50%;
}

.shop {
    border-right: 1px solid;
    padding: 0 26px;
}

.dropdown-menu a{
    padding: 20px 20px;
    border-bottom: 1px solid #f1f1f9;
    cursor: pointer;
}
.dropdown-menu a:hover{
    background-color: #0F3174;
    color: #FFFFFF;
}
#dropdownMenuButton{
    margin-top: -2px;
    cursor: pointer;
}
.dropdown-menu{
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    padding-bottom: 0;
    padding-top: 0;
}

@media only screen and (max-width: 1700px) {

    .header-body {
        margin: 0 120px;
    }

}
@media only screen and (max-width: 1594px) {
    .menu-right a {
        padding: 0 20px;
    }
    .dropdown-menu a{
        padding: 20px 20px;
        border-bottom: 1px solid #f1f1f9;
    }
}

@media only screen and (max-width: 1548px) {
    .search input {
        width: 280px;
    }

    .header-bot a {
        font-size: 16px;
    }

    .header {
        height: 210px;
    }

    .header-bot {
        margin-top: 20px;
    }
    #dropdownMenuButton{
        margin-top: 0;
    }
}

@media only screen and (max-width: 1360px) {
    .header-bot a {
        padding: 0 10px;
    }
    .dropdown-menu a {
        padding: 15px 15px;
    }

}

@media screen and (max-width: 1235px) {
    .header-top {
        position: relative;
    }

    .contact .hotline {
        position: absolute;
        left: 0;
    }

    .contact .time {
        position: absolute;
        right: 0;
    }

    .search .input {
        position: absolute;
        left: 0;
        top: 80px;
        border: unset;
    }
    .search .me{
        position: absolute;
        top: 80px;
        right: 0;
    }
    .search input{
        width: 300px;
    }
    .header-top{
        margin-bottom: 80px;
    }
    .header {
        height: 260px;
    }
    .header-bot a {
        padding: 0 8px;
    }
    .dropdown-menu a {
        padding: 15px 15px;
    }
}

@media screen and (max-width: 1204px) {
    .header-body {
        margin: 0 100px;
    }

    .search {
        margin-top: 20px;
    }
    .header-bot a {
        font-size: 11px;
    }
}

@media screen and (max-width: 1164px) {
    .header-body {
        margin: 0 100px;
    }
    .header-bot a {
        font-size: 10px;
    }
    #dropdownMenuButton{
        margin-top: 0;
    }
    .header-bot a {
        padding: 0 12px;
    }
    .dropdown-menu a {
        padding: 12px 12px;
    }
}
@media screen and (max-width: 1000px) {
    .header-bot a {
        padding: 0 6px;
    }
    .dropdown-menu a {
        padding: 10px 10px;
    }
}
/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 864px) {
    .header-body {
        margin: 0 30px;
    }

    .header-bot a {
        font-size: 10px;
    }
    .header-bot a {
        padding: 0 5px;
    }
    .dropdown-menu a {
        padding: 10px 10px;
    }
}

/*Tablet nhỏ(480 x 640)*/
@media screen and (max-width: 700px) {

    .contact img {
        width: 15px;
        height: 15px;
    }
    .logo {
        top: -5%;
    }
    .menu-mobile{
        padding-top: 90px;
        margin-top: 26px;
    }
    .header {
        height: auto;
        min-height: 300px;
    }

    .search .input {
        position: absolute;
        left: 16%;
        top: 80px;
        border: unset;
    }
    .search #btn-menu{
        position: absolute;
        left: 0;
        top: 80px;
        padding-left: 0;
    }


    .header-bot .menu-left {
        display: none;
    }

    .content-product {
        margin: 0 40px;
    }

    .header-bot .menu-right {
        display: none;
    }

    .header-top {
        justify-content: unset;
        position: relative;
    }

    .header-top .time {
        position: absolute;
        right: 0;
    }

    .header-top .search {
        margin-top: 50px;
    }

    .search input {
        width: 300px;
    }

    .logo img {
        display: inline;
        position: absolute;
        left: -53px;
    }

    .search .list {
        display: block;
    }

    .menu-mobile {
        width: 100%;
        display: none;
        color: #161441;
        background-color: #FFFBFB;
        font-weight: 400;
        margin-bottom: 150px;
        border-radius: 20px;
        margin: 20px 10px;

    }

    .menu-mobile ul li {
        list-style: none;
        padding: 16px 20px;

    }
    .menu-mobile ul li a {
        font-weight: 400;
        font-size: 15px;
        color:#000000;

    }

    .header {
        height: auto;
    }
}

/*Iphone(480 x 640)*/
@media screen and (max-width: 570px) {
    .header-top .time {
        top: 24px;
    }
    .contact span {
        font-size: 10px;
    }

    .search input {
        width: 200px;
        font-size: 10px;
    }

    .search img {
        width: 20px;
        height: 20px;
    }

    .header-body {
        margin: 0 15px;
    }
    .header-top .time {
        top: 34px;
    }
    .search .me {
        top: 81px;
    }
}
@media screen and (max-width: 425px) {
    .search .me {
        top: 91px;
    }
    .contact .time{
        top: 54px;
        left: -30px;
        margin-top: 10px;
    }
    .search .input {
        position: absolute;
        left: 16%;
        top: 86px;
        border: unset;
    }
    .search #btn-menu {
        position: absolute;
        left: 0;
        top: 90px;
        padding-left: 0;
    }
    .search input {
        width: 185px;
        font-size: 10px;
        height: 27px;
    }
    .search .input {
        top: 100px;
        border: unset;
    }
    .input i {
        padding: 3px;
    }
    .search #btn-menu {
        position: absolute;
        left: 0;
        top: 97px;
        padding-left: 0;
    }
    
}
/*Smart phone nhỏ*/
@media screen and (max-width: 390px) {
   
}