/* Wrapper */
.kh-msds-wrapper {
    margin: 30px 0;
}

/* Info */
.kh-section-banner,
.kh-section-info{
    padding:0!important;
}
.kh-section-info-title{
    margin-top: 20px;   
}

/* Search form */
.kh-msds-controls {
    margin-bottom: 20px;
     display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.kh-msds-controls-title {
    width: 80%;
}
.kh-msds-controls-title h2{
	margin-bottom: 0;
	font-weight: 600;
}
.kh-msds-search-form{
	display: flex!important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	position: relative;
	margin-bottom: 0;
}
.kh-msds-search-form input[type="text"] {
    padding: 25px;
    border: 1px solid #ccc;
    border-radius: 4px;
	margin-bottom: 0;
}
.kh-msds-search-form button {
    border: none;
    position: absolute;
    margin-right: 0;
	margin-bottom: 0;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    top: 5px;
    right: 0;
}
.kh-msds-search-form button .msds-icon-search:before{
	color: #a8a8a8;
}
.kh-msds-search-form button:hover {
    color: #b4afaf;
}

/* Grid layout */
.kh-msds-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-top: 40px;
  gap: 0px;
}
.kh-msds-col {
	flex: 0 1 calc(33.333% - 13.33px);
    box-sizing: border-box;
    background: white;
    padding: 5px;
    min-height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.kh-msds-item {
    border: 1px solid #e2e2e2;
    padding: 25px 15px 15px 15px;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    transition: box-shadow 0.2s;
}
.kh-msds-item:hover {
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.kh-msds-title {
    /*font-size: 16px;*/
    margin-bottom: 0px;
    font-weight: bold;
}
.kh-msds-view{
	 color: #8d8787;
    font-size: 105%;
	    margin-bottom: 0px;
}
.kh-msds-actions .kh-msds-btn {
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: underline;
    /*background: #0073aa;*/
    color: #000;
}

.kh-msds-actions .kh-msds-btn:hover {
    /* background: #005f8d;*/
}
.kh-msds-btn.kh-msds-popup .fa-download{
	background: #f15d23;
    padding: 7px;
    border-radius: 50%;
    margin-left: 5px;
    text-decoration: none;
}
.kh-msds-btn.kh-msds-popup .fa-download:before {
    color: #fff;
}
.kh-msds-btn.disabled {
   /* background: #ccc !important;*/
    pointer-events: none;
    cursor: default;
}

/* Pagination */
.kh-msds-pagination {
    margin-top: 20px;
    text-align: center;
}
.kh-msds-pagination .page-numbers {
    margin: 0 2px;
    padding: 4px 12px 5px 12px;
    border: 1px solid #000;
    border-radius: 50%;
    font-weight: 600;
}
.kh-msds-pagination .current {
    background: #f15d23;
    color: #fff;
}

/* Modal */
.kh-msds-modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}
.kh-msds-modal-box {
    background: #fff;
    width: 90%;
    max-width: 600px;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.kh-msds-modal-close {
    position: absolute;
    top: 0px;
    right: 10px;
	width: 50px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
    margin: 0;
    padding: 0;
}
.kh-msds-modal-close >i:before{
    color:#fff; 
}
.kh-popup-msds{
    padding: 0 !important
}
.kh-popup-msds form{
        margin-bottom:0;
}
.kh-popup-msds .kh-popup-title{
     max-width: 100%;
    padding: 20px 10px !important;
}
.kh-popup-msds .kh-popup-title h2{
      white-space: normal;
    margin:0;
}
.kh-popup-msds .msds-form{
    padding: 0 20px;
}
.kh-popup-msds .msds-form p{
     text-align: center;
}
.kh-popup-msds #kh-msds-popup-tel{
    text-align: left !important;
}
.kh-popup-msds .wpcf7-spinner{
    display: block;
}
.kh-popup-msds #kh-msds-popup-tel{
   width:70%;
   text-align: center;
     border-radius:10px;
}
.kh-popup-msds .wpcf7-submit{
    border-radius:20px;
    margin:0;
}
.kh-popup-msds .wpcf7 .wpcf7-not-valid-tip:after{
	margin-left:0;
	display:none;
}

/* Responsive mobile */
@media (max-width: 575.98px) {
  /* CSS cho điện thoại nhỏ */
    .kh-msds-controls{
            flex-direction: column;
    }
    .kh-msds-controls-title,.kh-msds-search-form{
        width:100%;
    }
    .kh-msds-search-form{
        margin-top:15px;
    }
    .kh-msds-col{
         flex: 0 1 calc(100% - 0px);
         padding:0;
         margin-bottom: 0px;
    }
    .kh-popup-msds .kh-popup-title h2{
        font-size:20px;
    }
	.kh-msds-modal-close{
		right:0;
	}
	.kh-popup-msds #kh-msds-popup-tel{
		width:80%;
	}
}

/* Mobile lớn (Landscape phones, 576px trở lên) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* CSS cho điện thoại ngang */
    .kh-msds-controls{
            flex-direction: column;
    }
    .kh-msds-controls-title,.kh-msds-search-form{
        width:100%;
    }
    .kh-msds-search-form{
        margin-top:15px;
    }
    .kh-msds-col{
         flex: 0 1 calc(48.333% - 0px);
         padding:0;
         margin-bottom: 20px;
    }
   
}