
/* Package */

#global-page { padding-top: 0;}

.header { position: relative;}

.package-content { padding: 20px 0px; font-size: 0; border: 1px solid #ba9c62; overflow: hidden;}
.package-list { 
    width: 46%; 
    min-height:80px;
    float: left; margin: 0 2%; 
    padding: 10px 0; 
    font-size: 0;
    border-bottom: 1px solid #ba9c62; overflow: hidden;}
.package-list .column-1,
.package-list .column-2,
.package-list .column-3,
.package-list .column-4 { display: inline-block; vertical-align: middle; }
.package-list .column-1 { width:40%;}
.package-list .column-2 { width:20%;}
.package-list .column-3  { width:20%; text-align: right;}
.package-list .column-4 { width:20%; text-align: right;}
.package-list .entry-head {
    font-size:15px;
    color: #7b232e;
}
.package-list .entry-date {
    font-weight: 400;
    white-space: nowrap;
    font-size: 12px;
    color: #555;
}
.package-list .price-discount { font-family: 'kanitbold'; font-size:16px; color: #333;}
.package-list .price-discount small { font-size:12px; font-family: 'kanitregular';}
.package-list .price { font-size: 12px;}
.package-list .price s { color: #999;}
.package-list .price small { color: #333; font-size:12px; font-family: 'kanitregular';}
.package-list .btn-md, .package-list a.btn-md { font-size: 12px; padding: 0 12px;}

.navbar-fixed .global-fullcontent { overflow: visible;}

.filter-package { text-align: right;}

.styled-select { width:200px;}
.chosen-container-single .chosen-single {
    font-size: 16px;
    font-family: 'kanitregular';
    color:#7a232e;
}
.chosen-container-active .chosen-single {
    font-size: 16px;
    font-family: 'kanitregular';
    color:#7a232e;
}
.chosen-container .chosen-results li {
    padding:5px 15px;
    font-size: 16px;
    font-family: 'kanitregular';
    color:#7a232e;
    line-height:30px;
}
.styled-select select {
    font-size: 16px;
    font-family: 'kanitregular';
    color:#7a232e;
    padding: 0;
}
.styled-select:after { top: 12px; color:#7a232e;}
.chosen-container .chosen-drop { border: 1px solid #eee;}
.chosen-container-single .chosen-single { height: 50px; line-height:50px;}

.section-treatment .entry-caption .entry-head { 
    white-space: inherit;
    width:inherit;
}

.list-highlight-treatment .entry-caption .inr { min-height:190px;}
.list-highlight-treatment .entry-caption .inr-bottom { padding: 10px 15px;}

@media screen and (max-width:980px) {
    
    .package-content { padding: 30px;}
    .package-list { width: 100%; float: none; margin: 0;}
}

@media screen and (max-width:767px) {
    .styled-select { width:100%;}
    .filter-package { text-align:left; padding-bottom:20px;}
    .inline-checkbox { display: block; line-height: 1;  padding:5px 6px;}
    
    .navbar-fixed { height:auto;}
    .package-content { padding:15px;}
    .package-list .column-1 { width: 100%;}
    .package-list .column-2, 
    .package-list .column-3,
    .package-list .column-4 { width:33.333%;}
    
    .list-highlight-treatment .entry-caption .inr { min-height: inherit;}
    
}