.menu {
    height: 60px;
    width: 100%;


}

.backgound {
    min-height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(Anh/1_Truong\ Sonadezi.jpg);
}

* {
    margin: 0;
    padding: 0;
}

#logo {
    list-style: none;
    line-height: 60px;
    padding-left: 70px;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    align-self: start;
    cursor: pointer;
    font-weight: bold;
    color: white;
}

#menuleft {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-left: 550px;
    margin-top: -60px;
    font-weight: 500;
    transition: 0.3s ease;

}
#menuleft li{
    text-decoration: none;
}
#menuleft>li>a {
    position: relative;
}
#menuleft a:hover,
a.active{
    color: #ee701e;
}
#menuleft>li>a::before {
    content: "";
    height: 5px;
    width: 0px;
    background: #ee701e;
    position: absolute;
    bottom: 10px;
    left: 0px;
    transition: 0.5s;
}

#menuleft>li:hover>a::before {
    width: 100%;
}

#menuleft li a {
    display: block;
    color: white;
    padding: 18px 20px;
    cursor: pointer;
}

#menuleft li {
    position: relative;
}

ul li:hover {
    cursor: pointer;
    text-decoration: underline;
}

#menuleft ul.menucon {
    list-style: none;
    width: 140px;
    position: absolute;
    margin-top: -10px;
    padding-left: 10px;
    background-color: #183d66;
    font-size: small;

}

#menuleft ul.menucon {
    display: none;
}

#menuleft li:hover ul.menucon {
    display: block;
}

.menucon ul {
    position: relative;
    color: white;
    text-align: center;
}

.menucon .khung {
    position: absolute;
}

.PhanThan {
    width: 2700px;
    height: 590px;
    margin: auto;
    position: relative;
    max-width: 100vw;
    overflow: hidden;
}

.khung {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    width: max-content;
    -webkit-animation: slide 20s ease infinite;
}

.anh {
    float: left;
}

@-webkit-keyframes slide {
    20% {
        margin-left: 0px;
    }

    30% {
        margin-left: -1400px;
    }

    50% {
        margin-left: -2760px;
    }

    60% {
        margin-left: 0px;
    }

}

.khung img {
    width: 2700px;
    max-width: 101vw;
    height: 100%;
    object-fit: cover;
}

.khung img {
    z-index: 2;
}

.menucon {
    z-index: 3;
    position: relative;
}

.ThanDuoi {
    background-color: white;
}

.Camket video {
    width: 100%;
    height: 100%;
}

#BanQuanAo {
    width: 100%;
    min-height: 80vb;
}

.head {
    text-align: center;
    margin: 40px 0px;
}


 h3 {
    font-size: 18px;
    padding: 10 20px;
    background-color: black;
    text-transform: uppercase;
    border: 1px solid black;
    display: inline-block;
    color: white;
}
.Menu{
    justify-content: center;
    align-items: center;
    display: flex;
}
ul.Menu{
    display: flex;
    list-style: none;
    margin-left: -30px;
}
ul.Menu li{
    flex-basis: 30%;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
}
ul.Menu li img{
    max-width: 100%;
    height: auto;
}
.SanPham{
    width: 270px;
    height: 400px;
    overflow: hidden;
    border-radius: 15px ;
    text-align: center;
    transform: translate(0%);
    border: 4px solid black;
}
.SanPham img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: 0.6s;
    width: 100%;
}

.SanPham:hover img:nth-child(2){
    transform: translateY(-50%) scale(2);
    opacity: 0;
    filter: blur(10);
}
.SanPham .wrape{
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 20, 0.5);
    box-sizing: border-box;
    padding: 15px 20px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    transition: 0.5s;
    padding-top: 60%;
    
}
.SanPham .wrape p{
    margin: 0;
    padding: 0;
    color: #fff;
}
.SanPham:hover .wrape{
    bottom: 0%;
}
.wrape:hover{
    opacity: 1;
}
.wrape h1{
    font-size: 28px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:white;
    background-color: #0a314f;
    border-radius: 10px;
}
#PhanDuoi{
    width: 100%;
    height: 30vh;
    background-image:linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(Anh/hinhtruong.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start ;

}
#PhanDuoi h4{
    color: white;
}
#PhanDuoi li{
    list-style: none;
}
#PhanDuoi li a{
    margin-left: 45%;
}
#PhanDuoi li a img{
    margin-top: -90px;
}
#BanQuanAo1{
    width: 100%;
    min-height: 50vb;

}
.menu1{
    justify-content: center;
    align-items: center;
    display: flex;
}
ul.menu1{
    display: flex;
    list-style: none;
    margin-left: -30px;
}
ul.menu1 li{
    flex-basis: 30%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
ul.menu1 li img{
    max-width: 100%;
    height: auto;
}


.sp{
    width: 270px;
    height: auto;
    overflow: hidden;
    border-radius: 15px ;
    text-align: center;
    transform: translate(0%);
    border: 4px solid black;
}
.sp img{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: 0.6s;
    width: 100%;
}
.sp .wrape{
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 20, 0.5);
    box-sizing: border-box;
    padding: 15px 20px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    transition: 0.5s;
    padding-top: 45%;
}
.sp .wrape p{
    margin: 0;
    padding: 0;
    color: #fff;
}
.sp:hover .wrape{
    bottom: 0%;
}
.menu1{
    justify-content: center;
    align-items: center;
    display: flex;
}
ul.menu2{
    display: flex;
    list-style: none;
    margin-left: -30px;
    margin-top: -150px;
}
ul.menu2 li{
    flex-basis: 30%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
ul.menu2 li img{
    max-width: 100%;
    height: auto;
}
.wrapper img {
    color    : #d41934;
    max-width: 100%;
    height   : auto;
}
.wrapper {
    margin       : 0 auto;
    max-width    : 100%;
    padding-right: 5px;
    position     : relative;
    background-color: #183d66;
}
.grid>[class*="w-"] {
    float        : left;
    margin-bottom: 0;
    min-height   : 1px;
    padding-left : 1.25em;
    position     : relative
}
#social li {
    padding-left: 10px;
    width       : 50px;
    float       : left;
    list-style  : none;
}
#social li img {
    width: 100%;
}
#social li a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    font-size: 2rem;
    border-radius: 50%;
    transition: 0.3s ease;
    color: #b74b4b;
}
#social li a:hover{
    color: black;
    transform: scale(1.3) translateY(-5px);
    background-color: #b74b4b;
}
.col-sm-4{
    color: white;
}
.clearfix:after,
.grid:after {
    clear  : both;
    content: '';
    display: table
}

p a {
    font-family: inherit
}
.txt-h5 {
    font-size  : 1em;
    line-height: 1.75em;
    padding    : 0
}
h1,.txt-h5 {
    color : white;
    margin: 0
}
.w-10 {
    width: 10%
}
.w-20 {
    width: 20%
}
.w-25 {
    width: 22%;
}
.w-30 {
    width: 30%
}
.w-50 {
    width: 50%
}
.w-60 {
    width: 60%
}
.w-33 {
    width: 33.33333%
}
.w-25{
    color: white;
}
.col-sm-4{
    color: white;
}

.thongtin{
    font-size  : 1em;
    line-height: 1.75em;
    margin-left: 32px;
}
.w22 ul li{
    list-style: none;
    color: white;
    text-decoration: none;
}
.tuyensinh{
    font-size  : 20px;
    line-height: 1.75em;
    margin-left: 32px;
}
.w23 ul li{
    list-style: none;
    color: white;
    text-decoration: none;
}

