*
{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

:root
{
    --primary-color1:#1c1e21;
    --primary-color2:#ffffff;
    --primary-color3:#2d4772;
    --primary-color4:orange;
    --primary-color5: orangered;
    --primary-color6:#f7f7f7;
}
body
{
    background-color: var(--primary-color1);
    text-align: center;
    color: var(--primary-color2);
    font-family: 'tahoma', 'Verdana', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:2560px) {
   .responsive-mobile
   {
    display: none;
   }
   body    
   {
    background-color: var(--primary-color2);
   }
   .responsive-pc img 
   {
    margin: 50px auto;
   }
   .responsive-pc p 
   {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 50px; 
        padding-top: 30px;
        color:  var(--primary-color1);

   }
}
@media screen and (max-width:1382px) {
    .responsive-pc p 
    {
        font-size: 30PX;
    }
}
@media screen and (max-width:830px) {
    .responsive-pc p 
    {
        font-size: 25PX;
        padding-top: unset;
    }
}
@media screen and (max-width:692px) {
    .responsive-pc p 
    {
        font-size: 20PX;
        padding-top: unset;
    }
}
@media screen and (max-width:554px) {
   
    .responsive-pc p 
    {
        font-size: 18PX;
        padding-top: unset;
    }
    .responsive-pc img 
    {   width: 200px;
        height: 200px;
        margin: unset;
    }
}
@media screen and (max-width:498px) {
    .responsive-pc p 
    {
        font-size: 15px;
    }
    .responsive-pc img 
    {   width: 100px;
        height: 100px;
        margin: unset;
    }
}
 
@media screen and (max-width:430px) 

{   .responsive-pc
    {
        display: none;
    }
    body 
    {
        background-color: #1c1e21;
    }
    .responsive-mobile
    {
        display: block;
        background-color: #1c1e21;
    }

    /*HÌNH ẢNH MỞ ĐẦU */
    .header_img1
    {
        width: 100%;
    }
    .header_img1 img
    {
        width: 100%;
        object-fit: cover;
        
    }
    /*TÊN WEBSITE*/
    .name_website 
    {
        width: 100%;
        margin-top: 20px;
    }
    .name_website h1 
    {
        text-align: center;
        font-size: 30px;;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: italic;
        transition: 0.3s;
    }
    .name_website h1:hover
    {
        font-size: 21px;
        color: orange;
    }
    /*LIÊN HỆ ĐẾN CHÚNG TÔI*/
    .contact
    {
        width: 100%;
        margin-top: 30px;
        
    }
    .contact h1 
    {
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 20px;
    }
    .contact h2
    {   
        padding-top: 20px;
        font-weight: 100;
        font-size: 18px;
    }
    .contact button 
    {
        margin-top: 20px;
        border: none;
        outline: none;
        background-color: #1c1e21;
        border:1px solid var(--primary-color2);
        padding: 7px 15px;
        border-radius: 5px;
        color: var(--primary-color2);
    }
    /*CONTACT PHONE*/
    .contact_phone 
    {
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 10px;
    }
    .phone 
    {
        width: 40%;
        margin-top: 20px;
    }
    .phone img 
    {
        height: 40px;
        width: 40px;
    }
    .phone h1 
    {
        color:orange;
        font-size: 18px;
        padding-top: 10px;
    }
    .phone p
    {
        padding-top: 10px;
        font-size: 18px;
    }
     /*GIỚI THIỆU VỀ CHÚNG TÔI*/
    .infomation 
    {
        width: 90%;
        margin: 10px auto;

    }
    .infomation h1 
    {
       font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 20px; 
        padding-top: 50px;
    }
   
    .infomation p 
    {   
        text-align: start;
        padding-top: 5px;
        font-size: 18px;
    }
    .infomation i 
    {
        color:green;
    }
    .infomation img 
    {
        width: 100%;
        object-fit: cover;
        margin-top: 20px;
        border-radius: 10px;
    }
    .list1,.list2 
    {
        width: 80%;
        display: flex;
        justify-content: center;
        gap: 20px;
        margin: 0px auto;
        margin-top: 20px;
    }
   
    .card   
    {
        width: 42%;
        height: auto;
        
    }
    .card img 
    {
        margin: 0px auto;
        width: 70px;
        height: 70px;
    }
    .card h1 
    {
        font-size: 15px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        padding-top: 10px;
        font-style: unset;
    }
    .card button 
    {
        padding: 7px 14px;
        margin-top: 10px;
        outline: none;
        border: none;
        border-radius: 10px;
        color: var(--primary-color2);
        background-color: var(--primary-color3);
    }

    /*DANH SÁCH*/
    .list3
    {
        width: 95%;
        margin: 0px auto;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        gap: 10px;


    }
    .quitac1 ,.quitac2
    {
        width: 48%;
    }
    .quitac1-img 
    {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: var(--primary-color2);
        margin: 0px auto;
    }
    .quitac1 img 
    {
        height: 50px;
        width: 50px;
        margin: 0px auto;
        margin-top: 15px;
        
    }
    .quitac1 h1 
    {
        font-family: unset;
        font-weight: unset;
        font-style: unset;
        font-size: 15px;
        margin-top: 10px;
    }
    /*NHÀ PHÂN PHỐI CỦA CÁC NHÃN HÀNG*/
    .nhanhang
    {
        width: 95%;
        background-color: var(--primary-color2);
        height: auto;;
        border-radius: 10px;
        margin: 0px auto;
        margin-top: 20px;
    }
    .nhanhang1
    {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
       
    }
    .logo1,.logo2,.logo3
    {
        width: 33%;
    }
    .logo1 img 
    {
        width: 70%;
        margin-top: 5px;
    }
    .logo2 img 
    {
        width: 90%;
    }
    .logo3 img
    {
        width: 100%;
        margin-top: 15px;
    }
    .nhanhang2
    {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .logo4,.logo5,.logo6
    {
        width: 33%;
    margin: 0px auto;

    }
    .logo4 img 
    {
        width: 80%;
        margin-top: 5px;
    }
    .logo5 img 
    {
        width: 100%;

    }
    .logo6 img 
    {
        width: 100%;
        margin-top: 20px;
    }
    /*NHÀ PHÂN PHỐI CỦA CÁC NHÃN HÀNG*/
     .infomation1 
    {
        width: 95%;
        margin: 0px auto;
    }
    .infomation1 h1 
    {
       font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 20px; 
        padding-top: 50px;
    }
    .infomation1 p 
    {
        text-align: center;
        padding-top: 20px;
        font-size: 18px;
    }
    .gachchan
    {
        border-bottom: 3px solid green;
        width: 100px;
        margin: 10px auto;
    }
      .infomation2
    {
        width: 95%;
        margin: 0px auto;
    }
    .infomation2 h1 
    {
       font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 20px; 
        padding-top: 50px;
    }
    .infomation2 p 
    {
        text-align: center;
        padding-top: 10px;
        font-size: 18px;
    }
        /* PHẦN KẾT THÚC WEBSITE*/
    .footer 
    {
        width: 100%;
        background-color: black;
        height: auto;
        margin-top: 50px;

    }
    .footer h1 
    {
        text-align: start;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: unset;
        padding-left: 20px;
        padding-top: 20px;
    }
    .footer p 
    {
        text-align: start;
        font-size: 18px;
        padding-left: 20px;
        padding-top: 20px;
    }
    .footer h2
    {
        text-align: start;
        font-size: 17px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: unset;
        padding-left: 20px;
        padding-top: 20px;
    }
    .contact1
    {
        display: flex;
        width: 50%;
        gap: 30px;
        justify-content: center;
        margin: 0px auto;
        margin-top: 20px;
    }
    .zalo img ,.face img,.hotline img
    {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }

    



   


}