body {
    font-family: Arial, sans-serif;
    margin: 0px;
    background-color: hsl(0, 0%, 95%);
 
}



ul{
padding: 0;
margin: 0;


}
li {
    list-style-type: none;
}


h4{
  font-size: 1.1rem;
}



.header {
 
    background-color: #ffffff;
  height: 40px;
    position: sticky;
    top: 0;
    z-index: 100;
  
}


.header-view {
    display: flex;
    align-items: center;
        max-width: 996px;
    margin-right: auto;
    margin-left: auto;

}

a {
    color: #0d6efd;
     text-decoration: none;
     text-underline-offset: 2px;
    }




.logo {
    height: 11px;
    margin-left: 0; /* Đảm bảo logo nằm ở góc trái */
 
}

.menu.pc {
      flex: 4;
 display: flex;
 justify-content: space-between;
 background-color: white;
}


.menu.mobilesub {
  flex: 4;
 
justify-content: space-between;
background-color: white;
}

.header-content {
     
 
    display: flex;
    justify-content: space-between;
    align-items: center;
 
}





.menu-item {
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;

}

.submenu {
    display: none;
 
}
.menu a {
    color: rgba(0, 0, 0, 0.8);
     font-size: 0.8em;
    text-decoration: none;
 
    border-radius: 5px;
padding:   5px  ;
  
 
 
}

.menu-item a:hover {
    background-color: rgba(0, 0, 0, 0.1);
   
 


    transition: background-color 0.4s ease ;
}

 .menu-item-content:hover {
  background-color: rgba(0, 0, 0, 0.1);
 
 
 

  transition: background-color 0.4s ease ;
}
.menu-item-content {
 
  border-radius: 5px;
  padding: 5px;

 
 

 
}
.menu-item-content {
    display: flex;
    align-items: center;
}


.menu-toggle {
    display: none;
 
 
    padding: 10px;
    cursor: pointer;
    text-align: center;
    margin-right: 0; /* Đảm bảo menu-toggle nằm ở góc phải */
}

/* Media query cho thiết bị di động */
@media (max-width: 996px) {

  .order-content-job-dates{
 
    grid-template-columns: repeat(1, 1fr) !important ;
 
    
    
    }



.menu.mobile{
    display: block;
}
.menu.pc{
    display: none;
}



    .antrenmt{
    display: block;
    border-top-width: 1px;
border-top-style: solid;
border-top-color: rgb(0, 0, 0);
padding-top: 10px !important;
padding-bottom: 0px !important;
margin-top: 10px !important;
}

    
    .submenu-toggle a{
          pointer-events: none; 
          background-color: aliceblue;
    display: block !important; /* Chuyển đổi thẻ a thành block */
    width: 100% !important;
    }
    
    
    
    .cover-image {
 
   aspect-ratio: 1.5  !important ;
 
}
    .containerfoter{
           display: block  !important ;
        
    }
    
    .company-info{
            padding-right:  0px  !important ;
        
    }
    
    
    #kiemtra {
font-size: 12px  !important ;
}
      .foterer {
 
    font-size: 9px  !important ;
  }
 
 
      .product-section {
 
    grid-template-columns: repeat(1, 1fr) !important ;
 
  }
    
    
    .header {
 
 
        flex-direction: column; /* Chuyển sang hiển thị theo hàng dọc */
        justify-content: space-between;
    }
.center-div {

    max-width: 95% !important;
 
}
    .mobilesub {
        width: 250px;
     height: 100vh;
     justify-content: start !important;
    overflow-y: auto;
        display: none; /* Ẩn menu mặc định trên di động */
        flex-direction: column;
        align-items: center; /* Đặt menu bên phải */
                padding-left: 20px;
                      padding-right: 20px;
                            padding-bottom: 40px;
    }
 
 
 
 
 
 
 
    .menu-toggle {
        display: block; /* Hiển thị nút menu trên di động */
  
    }
    .header-content {
         height: 100%;
        width: 100%;
    }
 
    .menu-item {
        display: inline-table;
        align-items: center;
        width: 100%;
 
      
    }
 

.submenu{
    padding-top: 20px !important;
 
padding-left: 10px !important;
border-radius: 5px !important;
       background-color: rgb(212, 212, 212)
}

   .submenu   .submenu{
 
    background-color: antiquewhite;
}
    .submenu-toggle {
      
      display: block !important; /* Chuyển đổi thẻ a thành block */
    width: 100% !important;
        padding: 5px;
    
        cursor: pointer;
    }
    .header-view {
        display: block !important;
 
      
        }
 
  .header-content a {
    padding: 0px;
}
  .header-content div {
    padding: 15px;
}
 
  
 
   
}

@media (min-width: 997px) {
.menu.mobile{
    display: none;
}
.menu.pc{
    display: flex;
}





    .antrenmt{
    display: none;
}

    
    
   .menu-item:hover > .submenu {
        display: block;
    }
    .submenu {
        overflow: auto; /* Tự động điều chỉnh nếu vượt quá màn hình */
        display: none;
        padding-left: 10px  !important;
    min-width: 150px;
    position: absolute;
    top: 40px !important;
    background-color: white;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.2); /* Thêm bóng đổ */
    }
    
    
    .submenu .submenu {
display: none;
padding: 0px 0px !important;
min-width: 150px;
position: absolute;
left: 135px !important;
top: 0px !important;
background-color: white;
border-bottom-left-radius: 0px !important;
border-top-right-radius: 5px !important;
box-shadow: 9px 0 7px rgba(0, 0, 0, 0.2);
}
   
   
      .menu-item {
 border-top: 0px !important;
    }
   
   
   
}


 



 
.ribbon-content-detail {
    background-color: aliceblue;
    padding: 10px;
    text-align: center;
        font-size: 12px;
 
}

.cover-image {
    width: 100%;
   aspect-ratio: 3  ;
    overflow: hidden;
}
.cover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.body-content {
    background-color: #ffffff;
}

.center-div {

    max-width: 996px;
margin-right: auto;
margin-left: auto;
}


/* sản phẩm */
 

    .product-content {
        display: flex;
        flex-direction: column;
        background-color: #f2f2f2;
        align-items: center;
        }
        .text-center {
            text-align: center!important;
            }
            h1,h2,h3,h4,h5,h6 {

                margin-top: 0;
                margin-bottom: .5rem;

            }
            .subhead {
                font-size: 20px;
                line-height: 1.2381;
                font-weight: 400;
                letter-spacing: 0.016em;
                margin-bottom: 0;
                }
                .w-100 {
                    width: 100%!important;
                    }


                    /* webcux*/



.button {
    background: #0071e3;
    border-radius: 980px;
    border: 0;
    padding: 17px 30px;
    line-height: 1.17648;
    letter-spacing: -.022em;
    color: #fff;
  }
  .dangnhap {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
  }
  .input {
    font-size: 17px;
    line-height: 1.23536;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 100%;
    height: 3.29412rem;
     font-size: 0.8em;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    margin-bottom: .82353rem;
    padding: 1.05882rem .94118rem 0;
    text-align: left;
    appearance: none;
  }
  .inputtext {
    color: #86868b;
    position: absolute;
    pointer-events: none;
    transition-timing-function: ease-in;
    transition-duration: .125s;
    top: 1.05882rem;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 32px);
    left: 1rem;
    font-size: 17px;
    line-height: 1.23536;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  }
  .nhap {
    position: relative;
  }
  .baogia {
    background: black;
    width: 33%;
  }
  .sanpham {
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    gap: 5px;
 
  }
  .sanphamchitiet {
    width: 100%;
 
    background-color: #f0f0f0;
border-radius: 10px;

  }
  .sanphamchitiet h2 {
    border: solid 0px;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: #00448c;
    margin-bottom: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
  }
  .sanphamchitiet ul {
    list-style-type: none;
 
    padding-left: 10px;
    padding-right: 10px;
  }
  .sanphamchitiet ul li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 0.8em;

  }
  .container h3 {
    font-size: 1em;
  }
  .container p {
    font-size: 0.7em;
   
  }
  .container {
 
    width: 100%;
 
    margin-right: auto;
    margin-left: auto;
  }


  



  .foterer {
    padding-right: 4px;
   
    color: black;
   
    text-decoration: underline !important;
    font-size:12px;
 
  }
   #kiemtra{
       
         font-size: 12px;
   }
   
   
   
.product-link {

    font-size: 17px;
    position: relative;
    z-index: 1;
  
    display: flex;
    gap: 2rem;
    justify-content: center;
  }
  .product-link a {
    text-decoration: none;
}
  
  .img-product {
    max-width: 100%;
    object-fit: cover;
aspect-ratio: 1 / 1;
  }
  
  .product-content {
    display: flex;
    flex-direction: column;
   background-color: #f2f2f2;
    align-items: center;
  }
  .product-image {
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
 
  .text-image {
        background-color: #e9eff3;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    text-align: center;
  }
  .img-album {
    width: 100%;
  }
  .product-section {
 
    display: grid;
  
    gap: 1rem;

    }


 
.foot-note {
  padding: 17px 0 20px;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}
.quicklinks {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.cate-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}
.cate-list p {
  margin-bottom: 9px;
}
.cate-list li {
  margin-bottom: 9px;
  display: block;
}
.toggleCateList {
  display: none;
}
.right-area-content {
  display: flex;
 
}
.choose-area {
  cursor: pointer;
}
.choose-area:hover {
  text-decoration: underline;
}
.policy-block {
  display: flex;
  flex-wrap: wrap;
}
.policy-link {
  cursor: pointer;
  padding: 0 0.5rem 0;
  border-right: 1px solid #A9A9A9;
}
.policy-link:first-child {
  padding-left: 0;
}
.policy-link:last-child {
  padding-right: 0;
  border-right: 0;
}
.policy-link:hover {
  text-decoration: underline;
}
.company-info {
  margin-top: 0;
} 



#calendar-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#calendar-header button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

#calendar-header span {
    font-size: 1.2em;
    font-weight: bold;
}

.day-names {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 10px;
}

.day-names div {
    width: 14.28%;
    text-align: center;
}

#days {
    display: flex;
    flex-wrap: wrap;
}

.day-div {
    width: 14.28%;
    height: 50px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
 font-size: 12px;
    cursor: pointer;
}

#days div:hover {
    background-color: #f0f0f0;
}
.day-wrapper{
    display: flex;
    flex-direction: column;
}
.edit-text{
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    display: none;
}
 



.editable-div{
  min-height:200px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
}
.input-group {
 
  display: block;
 
}
.feedback-container {
 
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.feedback-title {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
.input-group {
  margin-bottom: 20px;
}
.input-group >label {
  display: block;
  margin-bottom: 5px;
  width: 200px;
  color: #555;
}
.input-group input[type="text"],
.input-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.input-group textarea {
  height: 150px;
  resize: vertical;
}
.star-rating {
  direction: rtl;
  display: inline-block;
  text-align: center;
}
.star-rating input {
  display: none;
}
.star-rating label {
  color: #ddd;
  font-size: 30px;
  padding: 0 2px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
  color: #ffca28;
}
.submit-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.submit-btn:hover {
  background-color: #45a049;
}


.voucher-container {
 
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.voucher-title {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
.input-group {
  margin-bottom: 20px;
}
.input-group label {
  display: block;
  margin-bottom: 5px;
  color: #555;
}
.input-group input[type="text"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.check-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.check-btn:hover {
  background-color: #45a049;
}



 
.oder-container{
  padding-bottom: 10px;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  border-radius: 10px;
 }
     .oder-container > div{

  margin-right: 20px;
 margin-left: 20px;
 padding-top: 10px;
 padding-bottom: 10px;
 }


  .oder-container > div  {
   border-top: 1px solid #ccc;
  }


.order-content{
padding: 10px;
background-color: #f0f0f0;
border-radius: 10px;

}

 .oder-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f1e8fd;
  border-top-left-radius: 10px !important;
border-top-right-radius: 10px !important;
 }


.order-content-job-dates{
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;


}

.job-dates-item{
background-color:  #f0f0f0;
 
width: 100%;
border-radius: 10px;
}


.oder-container h2{

      font-size: 18px;
      font-weight: 600;
    }
    .oder-container h3{
      margin-bottom: 5px !important;
      font-size: 16px;
      font-weight: 600;
    }
    .oder-container h4{
      margin-bottom: 5px !important;
      font-size: 14px;
      font-weight: 510;
      
    }
            .oder-container p{
 
      font-size: 12px;
      margin-bottom: 0;
    }

    .user-jobs{
      padding-right: 10px;
      padding-left: 10px;
    }
    .user-jobs-container{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
    .job-links-container{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
    }
    .job-links{
      padding-right: 10px;
      padding-left: 10px;
    }


    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0 8px 16px rgba(0,0,0,0.2);
      z-index: 1;
  }

  .dropdown:hover .dropdown-content {
      display: block;
  }

  .dropdown-content button {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      width: 100%;
      text-align: left;
      border: none;
      background: none;
      cursor: pointer;
  }

  .dropdown-content button:hover {
      background-color: #ddd;
  }

  
  .editor-container {
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
      background-color: #f9f9f9;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      position: fixed;
      z-index: 1000;
      bottom: 0;
   
      
  }
  .editor-toolbar {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 10px;
  }
  .editor-toolbar button {
      margin: 2px;
      padding: 5px 10px;
      border: 1px solid #ddd;
      background-color: #fff;
      cursor: pointer;
  }
  .editor-content {
    height: 200px;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 4px;
      background-color: #fff;
      overflow-y: auto; /* Cho phép cuộn nếu nội dung quá dài */
  }
 
.editor-container-tile-header{
display: flex;
 
}
#preview-code {
  height: 200px;
  overflow-y: auto;
  background-color: #000000;
  color: #fff;
  padding: 10px;
  white-space: pre-wrap; /* Tự động xuống dòng mỗi thẻ chứa trong nó */
}




.oder-container2{
  padding-bottom: 10px;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  border-radius: 10px;
 }