body{
    font: 13px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
}
.nav-link{
    letter-spacing:1px;
    color: black;
}
/*Trang chá»§*/
.headerSection{
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 1%;
}
.headerSection .container-fluid{
    padding: 0 15%;
}
/* mĂ u máº·c Ä‘á»‹nh cá»§a cháº¥m */
.swiper-pagination-bullet {
  background: #fff;   /* xĂ¡m nháº¡t */
  opacity: 0.8;
}

/* mĂ u khi active */
.swiper-pagination-bullet-active {
  background: #bbb;   /* xĂ¡m Ä‘áº­m hÆ¡n Ä‘á»ƒ dá»… nhĂ¬n */
  opacity: 1;
}
.headerSection .navbar-expand-lg .navbar-collapse{
    justify-content: end;
}
.carousel-control-prev-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.navbar-light .navbar-nav .nav-link{
    color: black;
}
.navbar-light .navbar-nav .nav-link:hover{
    transform: scale(1.10);
}
/*Body*/
.advertising-photo{
    margin-top: 106px;
}

.contentSection .col-lg-4{
    background-color:white; 
    padding: 2% 28px;
    width: 25%;
    margin:30px 0 30px 30px;
    border-top: 3px solid #C4A97F;
    border-bottom: 3px solid #C4A97F;
}
.contentSection .row{
    justify-content: center;
}
.contentSection .col-lg-4 div{
    padding: 10px;
}
.contentSection .col-lg-8 .row{
    justify-content: center;
}
.contentSection .col-lg-8 .row .col-lg-6{
    border: 2px solid white;
    width:45% ;
    margin: 10px;
    padding: 0;
    border-radius: 5px;
}
.contentSection .col-lg-8 .row .col-lg-6 img{
    width:100%; 
}
.contentSection .col-lg-8{
    padding: 30px;
}
.menu .container-box h3{
    text-align: center;
    font-size: 2.2em;
}
.menu .container-box{
    padding: 3% 11%;
}

/*Sá»± kiá»‡n*/
.sukien{
    background-color: #2b2822;
}
.sukien .container-box h2{
    text-align: center;
    font-size: 2.2em;
    color: white;
}
.sukien .container-box{
    padding: 3% 11%;  
}
.sukien .col-lg-4{
    margin: 1% 0;
}
.sukien .card .mark{
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0.7;
    background-color: black;
    color: white;
}
.sukien .modal .modal-body img{
    width: 100%;
}
.sukien .button_them{
    text-align: center;
}
.sukien .card img{
    object-fit: fill; 
}
/*ThÆ° viá»‡n*/
.thuvien .container-box h2{
    text-align: center;
    font-size: 2.2em;
    color: black;
}
.thuvien .container-box{
    padding: 3% 11%;
}
.thuvien .modal .modal-body img{
    width: 100%;
}
.thuvien .button_them{
    margin-top: 1%;
    text-align: center;
}
/*LiĂªn há»‡*/
.contact{
    background-color: #2b2822;
    color: white;
}
.contact .content{
    padding: 3% 10%;
}
.contact .col-lg-6{
    padding: 0 9%; 
}
.contact .line_contact{
    border-top: 2px solid white;
    padding: 12px;
    width: 20px;
}
.contact .form-control{
    margin: 5% 0;
}
/*Äá»‹a chá»‰*/
.logo{
    margin: 1%;
}
.address{
    color: white;
    background-color: #1f1f1f;
}
.address .container-box{
    padding: 5% 10%;
    text-align: center;
}
.address .col-lg-6 .border-item{
    border: 1px solid white;
    padding: 2% 0;
}
/*Footer*/
footer{
    background-color: #2b2822;
    color: #988f81;
}
footer a{
    color: white;
}
footer .container{
    padding: 2% 5% 0;
}
.icon1{    
    z-index:1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: white;
    position:fixed;
    height: auto;
    top: 300px;
    left:-140px;
    transition: 0.6s;
}
.icon1 a{
    position: relative;
    width: 200px;
}
.icon1 h4{
    color: #2f87ef;
    display: inline;
}
.icon1 img{
    padding-bottom: 7px;
    padding-left:27px;
}
.icon1:hover{
    left:0;
}

.icon2{    
    z-index:1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: white;
    position:fixed;
    height: auto;
    top: 360px;
    left:-140px;
    transition: 0.6s;
}
.icon2 a{
    position: relative;
    width: 200px;
}
.icon2 h4{
    color: #f4511e;
    display: inline;
}
.icon2 img{
    padding-bottom: 7px;
    padding-left:40px;
}
.icon2:hover{
    left:0;
}
@media (max-width: 575.98px){
    .headerSection .container-fluid{
        padding-left: 1%;
    }
    .headerSection .navbar-collapse{
        text-align: end;
    }
    .contentSection .row{
        margin: 0 3%;
    }
    .contentSection .col-sm-12{
        width: 100%;
        margin: 5%;
    }
    .contentSection .col-lg-8{
        padding: 0;
    }
    .contentSection .col-md-8 .row {
        margin: 0;
    }
    .contentSection .col-lg-8 .row .col-lg-6{
        width: 40%;
    }
    .contentSection .col-lg-8 .row .col-lg-6 img{
        width:100%; 
        height:100%;
    }
    .menu .container-box{
        padding: 3% 5%;
    }
    .sukien .container-box{
        padding: 3% 5%;
    }
    .sukien .row .col-sm-6{
        margin: 2% 0;
        width: 50%;
    }
    .sukien .row .col-sm-6 .card .card-title{
        font-size: 13px;
    }
    .sukien .row .col-sm-6 .card .card-text{
        display: none;
    }
    .sukien .button_them{
        margin: 2% 0;
    }
    .thuvien .container-box{
        padding: 3% 5%;
    }
    .thuvien .row .col-sm-6{
        width: 50%;
    }
}
@media (min-width: 575.98px) and (max-width: 992px){
    .headerSection .container-fluid{
        padding-left: 1%;
    }
    .headerSection .navbar-collapse{
        text-align: end;
    }
    .contentSection .container {
        max-width: 100%;
    }
    .menu .container-box{
        padding: 3% 5%;
    }
    .sukien .container-box{
        padding: 3% 5%;
    }
    .sukien .row .col-sm-6{
        margin: 2% 0;
        width: 50%;
    }
    .sukien .row .col-sm-6 .card .card-title{
        font-size: 13px;
    }
    .sukien .row .col-sm-6 .card .card-text{
        display: none;
    }
    .sukien .button_them{
        margin: 2% 0;
    }
    .thuvien .container-box{
        padding: 3% 5%;
    }
    .thuvien .row .col-sm-6{
        width: 50%;
    }
}
/*Web TÄ©nh*/
header{
    text-align: center;
}
header img{
    margin-top: 1%;
}
.container-fluid{
    padding: 0;
}
.container-fluid a{
    text-decoration: none;
    color: black;
}
.container-fluid a:hover{
    text-decoration:underline;
}
.container-fluid .body{
    background-color: #1f1f1f;
    height: 60vh;
}
.container-fluid .body .content{
    padding: 1% 2%;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
}
.container-fluid .body .content h4{
    font-weight: bold;
}
.container-fluid .row{
    max-width: 100%;
}
.footer .container-fluid{
    padding: 2% 5% 1% 5%;
    background-color: #2b2822;
    color: #988f81;
}
.footer .container-fluid a{
    color: white;
}
@media (max-width: 575.98px) {
    header img{
        width: 75%;
    }
    .container-fluid .body{
        height: 70vh;
    }
}



/* ===== CHỈ ẢNH HƯỞNG KHU VỰC NGO FOOTER ===== */
.ngo-footer {
  background: #0f0f0f;
  color: #fff;
  padding: 40px 0;
  font-family: Arial, sans-serif;
}

.ngo-footer .ngo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.ngo-footer .ngo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ngo-footer .ngo-col {
  flex: 1;
  min-width: 240px;
}

.ngo-footer .ngo-box {
  text-align: center;
  padding: 10px;
}

.ngo-footer h3 {
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: 1px;
  color: #f5c16c;
}

.ngo-footer p {
  font-size: 14px;
  line-height: 1.6;
}

/* Logo */
.ngo-footer .ngo-logo {
  max-width: 220px;
}

/* Phone */
.ngo-footer .ngo-phone {
  margin-top: 8px;
  font-weight: bold;
}

/* Social */
.ngo-footer .ngo-social {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.ngo-footer .ngo-social a {
  width: 38px;
  height: 38px;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
}

.ngo-footer .ngo-social a:hover {
  background: #f5c16c;
  color: #000;
}

/* Mobile */
@media (max-width: 768px) {
    .ngo-footer {
         padding-bottom: 75px;
    }

  .ngo-footer .ngo-row {
    flex-direction: column;
  }
}

/* ===== CUSTOMER REVIEW ===== */
#customer-review {
  padding: 60px 0;
  background: #fafafa;
}

#customer-review .cr-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Title */
#customer-review .cr-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.4;
}

/* Grid */
#customer-review .cr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Item */
#customer-review .cr-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transition: all .3s ease;
}

#customer-review .cr-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Image */
#customer-review .cr-item img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px;
}

/* Content */
#customer-review .cr-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #444;
}

#customer-review .cr-content h4 {
  font-size: 16px;
  margin: 6px 0 2px;
}

#customer-review .cr-content span {
  font-size: 13px;
  color: #888;
}

/* Stars */
#customer-review .cr-stars {
  margin-top: 8px;
  color: #f5c16c;
  letter-spacing: 2px;
}

/* Responsive */
@media (max-width: 992px) {
  #customer-review .cr-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  #customer-review .cr-grid {
    grid-template-columns: 1fr;
  }
}
