* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
.container {
    max-width: 100%;
    margin: auto;
}
header {
    height: 80px;
}
header ul {
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header ul li a {
    font-size: 15px;
}
header ul li:nth-child(1) img {
    position: relative;
    left: 45px;
    top: 10px;
}
header ul li:nth-child(2) img {
    position: absolute;
    left: 155px;
    top: 25px;
}
header ul li:nth-child(3) a {
    position: absolute;
    top: 32px;
    left: 180px;
    color: black;
    font-size: 13px;
}
header ul li:nth-child(4) a {
    position: absolute;
    top: 30px;
    left: 240px;
    font-size: 16px;
    color: #E95221;
    font-weight: bold;
}
header ul li:nth-child(5) img {
    position: relative;
    top: 5px;
    left: 190px;
}
header ul li:nth-child(6) a {
    position: absolute;
    top: 30px;
    left: 540px;
    color: black;
    font-size: 13px;
}
header ul li:nth-child(7) {
    position: relative;
    top: 5px;
    left: 270px;
}
header ul li:nth-child(7) input {
    border: none;
    border-radius: 5px;
    color: rgb(137, 138, 139);
    background-color: rgb(234, 237, 240);
    width: 358px;
    line-height: 30px;
    padding-left: 20px;
}
header ul li:nth-child(8) img {
    position: relative;
    left: 230px;
}
header ul li:nth-child(9) a {
    position: absolute;
    top: 50px;
    right: 198px;
    font-size: 10px;    
}
header ul li:nth-child(10) img {
    position: relative;
    left: 130px;
}
header ul li:nth-child(11) a {
    position: absolute;
    top: 50px;
    right: 115px;
    font-size: 10px; 
}
header ul li:nth-child(12) img {
    position: relative;
    left: 30px;
}
header ul li:nth-child(13) a {
    position: absolute;
    top: 50px;
    right: 35px;
    font-size: 10px; 
}
.taikhoan {
    position: absolute;
    top: 60px;
    right: 90px;
    border: 1px solid #e85321;
    height: 60px;
    width: 100px;
    display: none;
    border-radius: 10px;
}
ul.hmenu1>li:hover .taikhoan {
    display: block;
}
.taikhoan .dangky  {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 70px;
    font-size: 15px;
    color: #e85321;
    font-weight: bold;
    border-bottom: 1px dotted #e85321;
}
.taikhoan .dangnhap  {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 80px;
    font-size: 15px;
    color: #e85321;
    font-weight: bold;
}
nav {
    height: 40px;
    background-color: #E95221;
}
.hmenu {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 40px;
    align-items: center;
}
.hmenu li a:hover {
    font-weight: bolder;
}
.hmenu>li>a {
    color: white;
    padding-left: 60px;

}
.sub-menu {
    position: absolute;
    left: 0px;
    top: 120px;
    width: 1350px;
    height: 500px;
    display: none;
    overflow-y: auto;
    list-style: none;
    padding: 10px;
    background-color: white;
    float: left;
    padding-left: 20px;
    z-index: 1;
}
.hmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.colum {
    flex: 1;
    padding: 10px;
    float: left;
    width: 20%;
    padding-bottom: 20px;
}
.colum li a {
    color: black;
    font-size: 15px;
    line-height: 25px;
}
.colum li a:hover {
    color: #e85321;
}
.vien ul.sub-menu {
    position: absolute;
    top: 100px;
}
ul.hmenu>li:hover .sub-menu {
    display: block;
}
article>div.article {
    width: 300px;
    height: 60px;
    float: left;
}
article>div.article {
    border: 1px solid gray;
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
    position: relative;
    color: #E95221;
    font-size: 15px;
    margin-left: 30px;
    margin-top: 30px;
}
.article>.hinhanh {
    position: absolute;
    text-align: left;
    padding-left: 15px;
}
.article>.vanchuyen {
    position: absolute;
    right: 140px;
    padding-top: 5px;
}
.article>.toanquoc {
    position: absolute;
    right: 40px;
    padding-top: 5px;
    font-weight: bold;
}
.article>.thanhtoan {
    position: absolute;
    right: 45px;
    top: 25px;
    padding-top: 5px;
}
article>div.chatluong {
    border: 1px solid gray;
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
    position: relative;
    color: #E95221;
    font-size: 15px;
    margin-left: 30px;
    margin-top: 30px;
}
div.chatluong {
    width: 300px;
    height: 60px;
    float: left;
}
.chatluong>.sanphamchatluong {
    position: absolute;
    right: 80px;
    top: 5px;
    padding-top: 5px;
    font-weight: bold;
}
.chatluong>.dambao {
    position: absolute;
    right: 20px;
    top: 30px;
}
article>div.thanhtoantien {
    border: 1px solid gray;
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
    position: relative;
    color: #E95221;
    font-size: 15px;
    margin-left: 30px;
    margin-top: 30px;
}
div.thanhtoantien {
    width: 300px;
    height: 60px;
    float: left;
}
.thanhtoantien>.tienhanh {
        position: absolute;
        right: 180px;
        top: 5px;
        padding-top: 5px;
}
.thanhtoantien>.thanhtoannho {
    position: absolute;
    right: 75px;
    top: 5px;
    padding-top: 5px;
    font-weight: bold;
}
.thanhtoantien>.voinhieu {
    position: absolute;
    right: 180px;
    top: 25px;
    padding-top: 5px;
}
.thanhtoantien>.phuongthuc {
    position: absolute;
    right: 60px;
    top: 25px;
    padding-top: 5px;
    font-weight: bold;
}
article>div.doimoi {
    border: 1px solid gray;
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
    position: relative;
    color: #E95221;
    font-size: 15px;
    margin-left: 30px;
    margin-top: 30px;
}
div.doimoi {
    width: 300px;
    height: 60px;
    float: left;
}
.doimoi>.doi {
    position: absolute;
    right: 70px;
    top: 5px;
    padding-top: 5px;
    font-weight: bold;
}
.doimoi>.hinhanh {
    padding-left: 40px;
}
.doimoi>.loi {
    position: absolute;
    right: 80px;
    top: 25px;
    padding-top: 5px;
}
.SANPHAMMOI>div>a>p {
    font-size: 26px;
    color: #E95221;
    font-weight: bold;
    text-align: center;
    margin-top: 120px;
}
.thenoi {
    margin-top: 20px;
    padding-left: 600px;
}
.thenoi>.the1 {
    height: 5px;
    width: 55px;
    background-color: rgb(228, 224, 222);
    float: left;
    border-radius: 5px;
}
.thenoi>.the2 {
    height: 5px;
    width: 55px;
    background-color: #E95221;
    float: left;
}
.thenoi>.the3 {
    height: 5px;
    width: 55px;
    background-color: rgb(228, 224, 222);
    float: left;
    border-radius: 5px;
}
.cot {
    width: 1250px;
    display: flex;
    margin-left: 50px;
    margin-top: 20px;
    height: 60px;
    text-align: center;
    padding-top: 15px;
}
.cotnho {
    flex: 1;
    padding: 10px;
    border: 1px solid gray;
    font-weight: bolder;
    font-size: 20px;
}
.cotnho a {
    color: black;
}
.cotnho1 a {
    color: black;
}
.cotnho6 a {
    color: black;
}
.cotnho1 {
    flex: 1;
    padding: 10px;
    border: 1px solid gray;
    font-weight: bolder;
    font-size: 20px;
    border-top-left-radius: 10px;
}
.cotnho6 {
    flex: 1;
    padding: 10px;
    border: 1px solid gray;
    font-weight: bolder;
    font-size: 20px;
    border-top-right-radius: 10px;
}
.cotnho:hover {
    background-color: #E95221;
}
.cotnho1:hover {
    background-color: #E95221;
}
.cotnho6:hover {
    background-color: #E95221;
}
.osanpham {
    width: 1250px;
    height: 365px;
    background-color: #FCAF17;
    border: 1px solid #FCAF17;
    margin-left: 50px;
    position: relative;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.sanpham1 {
    height: 325px;
    width: 230px;
    background-color: white;
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: center;
}
.sanpham1>img {
    position: relative;
    top: 30px;
}
.sanpham2 {
    height: 325px;
    width: 230px;
    background-color: white;
    position: absolute;
    top: 20px;
    left: 265px;
    text-align: center;
}
.sanpham2>img {
    position: relative;
    top: 30px;
}
.sanpham3 {
    height: 325px;
    width: 230px;
    background-color: white;
    position: absolute;
    top: 20px;
    left: 510px;
    text-align: center;
}
.sanpham3>img {
    position: relative;
    top: 30px;
}
.sanpham4 {
    height: 325px;
    width: 230px;
    background-color: white;
    position: absolute;
    top: 20px;
    right: 260px;
    text-align: center;
}
.sanpham4>img {
    position: relative;
    top: 30px;
}
.sanpham5 {
    height: 325px;
    width: 230px;
    background-color: white;
    position: absolute;
    top: 20px;
    right: 15px;
    text-align: center;
}
.sanpham5>img {
    position: relative;
    top: 30px;
}
.tencuasanpham {
    position: absolute;
    bottom: 60px;
    left: 10px;
    font-size: 13px;
    color: rgb(80, 75, 75);
}
.tencuasanpham a {
    color: black;
}
.tencuasanpham a:hover {
    color: #e85321;
}
.giatiencuasanpham {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-weight: bold;
    color: red;
}
.saleoff>div>a>p {
    font-size: 26px;
    color: #E95221;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}
.hinhanh2 {
    margin-top: 15px;
    margin-left: 45px;
    margin-right: 40px;
}
.anh1 {
    margin-right: 15px;
}
.anh2 {
    margin-right: 15px;
}
.sanphamcaulong>div>a>p {
    font-size: 26px;
    color: #E95221;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}
.ochuyenmau {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.ochuyenmau>.hinhanh1 { 
    height: 300px;
    width: 300px;
    transition: transform 0.5s ease;
    margin: 5px;
    margin-left: 25px;
}
.ochuyenmau>.hinhanh1:hover {
    transform: scale(1.1);
}
.ochuyenmau>p {
    position: absolute;
    left: 90px;
}
.ochuyenmau {
    position: relative;
}
.ochuyenmau .the a {
    color: white;
}
.the {
    position: absolute;
    top: 150px;
    right: 100px;
    height: 50px;
    width: 170px;
    color: white;
    background-color: rgba(206, 65, 14, 0.911);
    text-align: center;
    line-height: 50px;
}
.ochuyenmau .the a:hover {
    color: black;
}
.sanphamtennis>div>a>p {
    font-size: 26px;
    color: #E95221;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}
.tintucmoi>div>a>p {
    font-size: 26px;
    color: #E95221;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}
.othongtin {
    display: flex;
}
.hinhanhthongtin {
    position: relative;
    left: 45px;
    top: 30px;
    margin: 10px;
}
.onoidung1 {
    position: absolute;
    left: 65px;
    top: 3270px;
}
.onoidung1 {
    width: 280px;
    height: 165px;
    box-shadow: 0 0 5px #E95221;
    border-radius: 10px;
    background-color: white;
}
.onoidung1 a:hover {
    color: #e85321;
}
.innoidung {
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
    text-align: center;
}
 .innoidung a {
    color: black;
}
.oke {
    position: relative;
    top: 70px;
    left: 40px;
    width: 200px; 
}
.ngaythang {
    position: absolute;
    top: 60px;
    left: 85px;
    background-color: #E95221;
    border-radius: 5px;
    border: #E95221;
    height: 25px;
    color: white;
    width: 120px;
}
.giaithich{
    position: absolute;
    top: 100px;
    left: 5px;
    font-size: 15px;
    text-align: center;
    color: gray;
}
.giaithich1{
    position: absolute;
    top: 100px;
    left: 1px;
    font-size: 15px;
    text-align: center;
    color: gray;
}
.onoidung2 {
    position: absolute;
    left: 385px;
    top: 3270px;
}
.onoidung2 {
    width: 280px;
    height: 165px;
    box-shadow: 0 0 5px #E95221;
    border-radius: 10px;
    background-color: white;
}
.onoidung2 a:hover {
    color: #e85321;
}
.onoidung3 {
    position: absolute;
    right: 365px;
    top: 3270px;
}
.onoidung3 {
    width: 280px;
    height: 165px;
    box-shadow: 0 0 5px #E95221;
    border-radius: 10px;
    background-color: white;
}
.onoidung3 a:hover {
    color: #e85321;
}
.onoidung4 {
    position: absolute;
    right: 45px;
    top: 3270px;
}
.onoidung4 {
    width: 280px;
    height: 165px;
    box-shadow: 0 0 5px #E95221;
    border-radius: 10px;
    background-color: white;
}
.onoidung4 a:hover {
    color: #e85321;
}
.footer1 {
    margin-top: 170px;
    height: 455px;
    width: 100%;
    background-color: rgb(24, 22, 22);
}
.footer2 {
    height: 170px;
    width: 100%;
    background-color: #E95221;
    position: relative;
}
.chu-footer1 {
    color: white;
    width: 300px;
    font-size: 13px;
}
.indam a {
    color: #E95221;
}
.chu-vang a {
    color: #e85321;
}
.chinhsach {
    color: white;
}
.chinhsach:hover {
    color: #e85321;
}
.cotmot {
    padding-top: 30px;
    padding-left: 20px;
}
.cothai {
    padding-top: 30px;
    padding-left: 30px;
}
.chu-footer2 {
    color: white;
    width: 350px;
    font-size: 13px;
}
.thanhmothang {
    display: flex;
    margin-right: 10px;
}
.chu-vang {
    color: #E95221;
}
.cotba {
    padding-top: 30px;
}
.chu-footer3 {
    color: white;
    width: 300px;
    font-size: 13px;
    line-height: 30px;
}
.cotbon {
    padding-top: 30px;

}
.chu-footer4 {
    color: white;
    width: 350px;
    font-size: 13px;
    line-height: 30px;
}
.chu-footer4 li:hover {
    color: #E95221;
}
.chu-footer3 li:hover {
    color: #E95221;
}
.footer2 {
    color: white;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
}
.hinhanhsohai {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.hinhanhsoba {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
