body {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #0a0000;
    margin: 0px;
}
/* HEADER */
.logo img {
    margin-left: 10px;
    margin-top: 20px ;
}
ul {
    list-style: none outside;
}
.offcanvas-body {
    display:flex;
    justify-content: space-around;  
    position: fixed; /*Cho menu cố định 1 vị trí với top và left*/
    top: 0; /*Nằm trên cùng*/
    width: 100%;
    z-index: 100000; /*Hiển thị lớp trên cùng*/
    background-color: #ddf8f9;
}
.header_tim_kiem {
    display: flex;
    justify-content: center;
}
.header-search-form {
    border-radius: 20px;
}
.input-group-field{
    height: 30px;
    width: 250px;
    z-index: 0;
    background-color: #dff3f3;
    border-radius: 10px;
    border: 1px solid rgb(125, 128, 129);
}
.icon-fallback-text  {
    position:absolute;
    height: 34px;
    width: 35px;
    z-index: 1;
    border-radius: 10px;
    background-color: #dff3f3;
    border: 1px solid rgb(125, 128, 129);
}
button {
    margin-left: 220px;
}
.navbar-nav {
    list-style: none;
    text-transform: uppercase;
}
.nav-item {
    display: inline-block;
    margin-right: 50px;
    margin-top: 10px;
}
.nav-link {
    text-decoration: none;
    text-transform: uppercase;
    font-size:14px;
    color: #000000c3;
    font-weight: 600;
   
}
.nav-link:hover {
    color: #71bec2 !important;
}
.list-unstyled {
    display: flex;
    padding-top: 10px;
}
.list-unstyled a {
    margin-right: 50px;
}
.dropdown-menu {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    background-color: #f9f9f9;
    
}
.dropdown-menu a {
    color: #000000c3;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
.dropbtn {
    position: relative;
    display: inline-block;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-content:hover {background-color: #f1f1f1;}
.right-menu {
    padding-top: 10px;
}
/* HEADER END */
/* SERVICES */
.promo-box {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.promo-item {
    display: flex;
    border: 2px solid #535353c3;
    border-radius: 10px;
    padding: 5px 0px 5px;
    width: 300px;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.promo-item>.icon  {
    margin-right: 8px;
    font-size: 36px;
}
.info {
    margin: 0px 0px 0px 8px;
    color: black;
    font-family: sans-serif;
    font-size: 16px;
}
 /* FOOTER */
 .end {
    background-color: #4daeb3;
}
.end-text-white {
    display:flex;
    justify-content: space-around;
    padding-top: 50px;
    padding-bottom:70px;
    align-items: center;
}
.en-two, .text-end {
    text-align: left;
    color: #f5f5f5;
    font-weight: 530;
    font-size: 20px;
}
.fa-brands {
    color:#f5f5f5;
    font-size: 36px;
    padding-right: 20px;
}