/*
Theme Name: MSI M5
Theme URI: http://webdoanhnghiep.site/
Author: Nguyen Tan Viet & Amintek OS
Author URI: http://webdoanhnghiep.site/
Description: Website of Mariestopes Vietnam
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-starter
Tags:
*/

img {
    vertical-align: middle;
    border-style: none;
}

.home-tab-menu li:nth-child(1) {
    margin-right: 7px;
}

.home-tab-menu li a.active {
    background: #00b0f0;
    color: #fff;
}

.msi-collapse-link-btn .fa:before {  
  content: "\f107";
}

.msi-collapse-link-btn.collapsed .fa:before {
  content: "\f106";
}

#msi-partner-logo-carousel .slick-track { 	
    display: flex !important; 
    
}  
#msi-partner-logo-carousel .slick-slide { 	
    height: inherit !important; 	
    display: flex !important; 	
    justify-content: center; 	
    align-items: center; 
    margin-right: 20px;
}

@media screen and (max-width: 991px) {

    .header__logo a img{
        max-width: 150px;
    }
}


.accordion-group {
  background: #e8f1fb;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 25px;
  font-family: Arial, sans-serif;
}

.accordion-group h2 {
  color: #283573;
  margin-bottom: 15px;
}

.accordion-item {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.accordion-header {
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 16px;
  background: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  position: relative;
}

.accordion-header::after {
  content: "▼";
  position: absolute;
  right: 15px;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-header::after {
  transform: rotate(-180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.accordion-item.active .accordion-content {
  padding: 15px;
}