﻿.nav-link {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: Roboto;
    margin-left: 50px;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    font-size: 14px;
    font-family: Roboto;
    color: #000000;
    font-weight: 300;
}

#logo {
    width: 144px;
    height: 122px;
}

.nav-link:hover {
    color: #c5a11b;
}

ul {
    display: block;
    list-style-type: disc;
    margin-inline-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 40px;
}

#header {
    border-bottom: 1px solid #000;
    padding-top: 0px;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.header-content {
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

#logo {
    margin-left: 30px;
}

#drop {
    margin-left: 50px;
}

#search {
    margin-right: 30px;
    margin-left: 40px;
}

#khunganh {
    width: 750px;
    height: 350px;
}
