/*
 Theme Name:   Nevo Child
 Theme URI:    https://nevothemes.com
 Description:  Default Nevo child theme
 Author:       NevoThemes
 Author URI:   https://nevothemes.com
 Template:     nevo
 Version:      0.1
*/
.footer-widgets.widgets-footer-5.builder-item-focus {
    margin-top: -5px;
}
p.working-time-title {
    font-weight: 600;
}
.working-time-title {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.working-time-detail {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
a.nevo-menu-link.d-flex.align-items-center{
 font-weight:600;
}
/*----button-fotter-----*/ 
span.copyright {
    font-weight: 600;
}
.action-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top:10px;
  flex-wrap: wrap; /* Cho mobile tự xuống dòng nếu thiếu chỗ */
}

/* BOOK BUTTON */
.book-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: white;
  color: #0077B6;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
  white-space: nowrap; /* Không cho chữ bị xuống hàng */
}

.book-btn:hover {
  transform: translateY(-2px);
  color:#0077B6;
  box-shadow: 0 6px 15px rgba(0,0,0,0.18);
}

/* PHONE BUTTON */
.phone-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 40px;
  background: white;
  box-shadow: 0 0px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
}

.phone-wrapper i {
  font-size: 20px;
  color: #0077B6;
  transition: transform 0.3s ease, color 0.3s ease;
}

.phone-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 0px 20px rgba(0,0,0,0.15);
}

.phone-wrapper:hover i {
  transform: scale(1.2);
  color: #0077B6;
}

.phone-number {
  font-size: 16px;
  font-weight: 600;
  color: #4e4e4e;
  text-decoration: none;
  transition: color 0.3s ease;
}

.phone-wrapper:hover .phone-number {
  color: #0077B6;
}
/*----end--button-fotter-----*/
a.button.button-link.d-flex.align-items-center.justify-content-center {
    white-space: nowrap;
    /* giữ nguyên trên một dòng */
    margin-left: 20px;
}
/*----zalo-sdt---sticky----*/
.floating-circles {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: row; /* đổi thành hàng ngang */
  gap: 15px; /* khoảng cách giữa các nút */
  z-index: 9999;
}
/*---- end---zalo-sdt---sticky----*/
/* Circular buttons */
.circle-btn {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #0077B6; /* màu Zalo cho cả 2 nếu muốn giống nhau */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  transition: transform 0.2s;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.circle-btn svg {
  width: 32px;
  height: 32px;
  z-index: 2;
}

/* Ring animation */
.ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  animation: ringAnim 1.5s infinite;
}

@keyframes ringAnim {
  0% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.8); opacity: 0; }
  100% { transform: scale(1.8); opacity: 0; }
}

.circle-btn:hover {
  transform: scale(1.1);
}

/* Custom colors */
.circle-btn.zalo { background: #0077B6; }
.circle-btn.phone { background: #0077B6; }
/*----footer------*/
.menu-menu-footer-english-container span.nevo-item-title{
    color:white;
    font-size:700;
}
/* Responsive mobile */
@media(max-width:768px){
  .floating-circles {
    flex-direction: row; /* giữ nằm ngang trên mobile */
    bottom: 15px;
    right: 15px;
    gap: 10px; /* khoảng cách nhỏ hơn cho mobile */
  }
}
div#button-contact-vr {
    display: none;
}
h2.widget-title.general-title {
    font-size: 24px;
	 color: white !important;
    font-weight: 600;
	margin-top:0px;
}
a.nevo-menu-link.d-flex.align-items-center{
	 text-decoration: none;
}
h2.contact-heading231 {
    margin: 0px;
	margin-top:-25px;
}
h2.contact-heading231:lang(vi) {
  margin: 0px;
	margin-top:0px;
}
.contact-heading231{
        color:white;  
	font-weight:500;
	font-size:24px;
    }
    .contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-top:5px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.icon {
  width: 20px;
  height: 20px;
  min-width: 38px;
  min-height: 38px;
  background-color: white;
  color: #0077B6;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.icon i {
  line-height: 1;
  transform: translateY(1px); /* cân chỉnh nhỏ để icon không bị lệch */
}

.icon:hover {
  transform: scale(1.08);
  background-color: white;
}

.text .title {
  font-weight: 600;
  color: white;
  margin: 0;
  font-size: 16px;
}

.text .detail {
  font-weight: 500;
  color: white;
  margin: 2px 0 0 0;
  font-size: 14px;
  line-height: 1.4;
}
/*------------seach-box---------*/
label.cv-col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 8px 15px;
    transition: all 0.3s ease;
    overflow: hidden;
}
label.cv-col-12 input{
    border: none;
  outline: none;
  background: none;
  font-size: 15px;
  flex: 1;
  color: #333;
  transition: all 0.3s ease;
}
button.search-submit.position-absolute{
    background-color: unset;
}
button.search-submit.position-absolute {
  background: #0077B6;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
    margin-right:10px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.search-submit.position-absolute:hover{
    background: #1972FF;
    border-radius: 50% !important;
}

button.search-submit.position-absolute svg.bi-search {
    top: 0;
    width: 30px;
}
/*------------css-home-------*/
  .reason-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-content: center;
  position: relative;
}

.reason-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 18px;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #f0f9fb);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0,0,0,0.03);
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease;
  max-width: 380px;
  margin: 0 auto;
}

.reason-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(100, 100, 100, 0.15), 0 8px 18px rgba(0, 0, 0, 0.06);
}

.reason-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0077B6;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.4s ease;
}


.reason-card:hover .reason-icon {
  transform: scale(1.15);
}

.reason-text h4 {
  margin: 7px 0 6px 0;
  font-size: 16px;
  font-weight: 700;
  color: #0f1724;
  line-height: 1.4;
}

/* Card thứ 3 nằm giữa 2 card trên */
.reason-card--center {
  grid-column: 1 / -1;
  justify-self: center;
}
@media (min-width: 1024px) {
.footer-widgets.widgets-footer-4.builder-item-focus {
    margin-left: 65px;
}
}
/* Responsive */
@media (max-width: 768px) {
  .contact-item {
    gap: 12px;
  }
  .icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}
h2.widget-title.general-title {
    font-size: 24px;
    color: white;
    font-weight: 600;
}
.heading-title{
	margin-bottom:0px;
}

a.nevo-menu-link.d-flex.align-items-center {
    color: #606060;
}

/*-----nevo-item-footer---*/
.menu-menu-footer-container span.nevo-item-title {
    /* style chỉ áp dụng cho span bên trong container */
    color:white
}
.main-header .nevo-nav-menu .sub-menu a{
	color: #555 !important;
		text-decoration-color:#555;
	font-weight:500 !important;
}
/*------end-nevo-item-footer---*/
.textwidget {
    font-weight: 500;
    color: #555;
    margin: 2px 0 0 0;
    font-size: 16px;
    line-height: 2.3;
}
/*-------------------csss-mobile----*/
/* css phần lá cờ trên header */
.pll-dropdown select {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

/* Hiển thị icon cờ trong option (tương thích Chrome, Safari, Firefox) */
.pll-dropdown option {
    padding-left: 25px;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
    background-position: 5px center !important;
}

/* css phần lá cờ trên header */

/* css phần banner của en */
@media (max-width: 767px) {
    #banner-en br {
        display: inline;
    }
}
@media (min-width: 768px) {
    #banner-en br {
        display: none;
    }
}