.single-nha-tro section {
    padding: 10px 0;
}
#thuvien .item{
  margin: 3px;
}
#thuvien .item img{
  display: block;
  width: 100%;
  height: auto;
}
.owl-buttons {
    position: absolute;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.owl-buttons .owl-prev, .owl-buttons .owl-next {
    background: #fff !important;
    opacity: 1 !important;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
}
.owl-buttons  i {
    color: #000;
    line-height: 28px;
    vertical-align: middle;
}
#single-nt2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.hostel_tag {
    display: flex;
    position: relative;
    margin-bottom: 10px;
}
p.yellow_tag {
    padding: 5px 8px;
    background: rgba(255, 233, 157, .4);
    border-radius: 3px;
    color: #cd8909;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
p.blue_tag {
    padding: 5px 8px;
    background: rgba(82, 75, 212, .1);
    border-radius: 3px;
    color: #5563bb;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-left: 10px;
}
.hostel_tag p {
    margin-bottom: 0;
}
h2.hostel_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    color: #181460;
    margin-bottom: 5px;
}
.description_container {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
.rooms_list_container h3, .detail-title2 {
    font-size: 16px;
    color: #181460;
    font-weight: bold;
}
.detail-title2{
    margin-bottom: 8px;
}
.room_detail_container {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 6px;
}
.room_detail_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.room_detail_title span {
    border-radius: 3px 3px 0 0;
    background: #7a77c0;
    padding: 4px 10px;
    color: #fff;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.acccordion_item {
    background: #e0def5;
    padding: 7px 20px 7px 10px;
    position: relative;
    border-radius: 0 6px 6px 6px;
}
.acccordion_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
p.room_name {
    margin-bottom: 0;
    line-height: 1;
}
.open_detail {
    color: #181460;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #373295;
    background: #fff;
    width: 70px;
    padding: 5px 10px;
    text-align: center;
}
.acccordion_item {
    margin-bottom: 15px;
}
.acccordion_body {
    display: none;
}
.open_detail i {
    transition: all .2s;
    font-size: 12px;
}
.acccordion_item.active .open_detail i {
    transform: rotate(180deg);
}
.acccordion_body {
    background: #f3f2f8;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.detail-title {
    color: #181460;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.thuvien2 {
    margin-top: 10px;
}
.thuvien2 .item  img {
    border-radius: 10px !important;
}
.thuvien2 .owl-item {
    margin-right: 8px;
}
.detail_list {
    margin: 8px 0;
    display: flex;
    flex-wrap: wrap;
}
.detail-item {
    display: flex;
    width: 50%;
}
span.service {
    display: flex;
    width: 52%;
    color: #7d7d7d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
span.service-desc {
    width: 48%;
    color: #262626;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
#single-nt3 {
    padding-top: 0 !important;
}
.line-right {
    width: 100%;
    height: 10px;
    background: #ededfb;
    margin-bottom: 30px;
}
ul.utility_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 60px;
}
ul.utility_list li {
    width: 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #262626;
    margin-bottom: 0;
    position: relative;
}
ul.utility_list li:before {
    content: '\f105';
    font-weight: 600;
    margin-right: 4px;
    font-family: "Font Awesome 5 Free";
}
.contact_info {
    border-radius: 6px;
    display: flex;
    align-items: center;
}
.phone_contact {
    background: #ebb143;
    padding: 15px 20px;
    border-radius: 6px 0 0 6px;
    width: 50%;
    border: 1px solid #ebb143;
}
.social_contact {
    height: 91px;
    width: calc(50% - 0px);
    padding: 0 30px;
    background: #fde9c2;
    border: 1px solid #ebb143;
    border-radius: 0 6px 6px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phone_contact p {
    color: #181460;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.phone_contact strong {
    color: #181460;
    font-weight: 700;
    font-size: 24px;
    line-height: 41px;
}
.social_contact i {
    transform: scale(1.85);
}
i.icon-bluezalo {
    background-position: -6px -61px;
    width: 18px;
    height: 18px;
}
i.icon-bluemessenger {
    background-position: -37px -61px;
    width: 18px;
    height: 18px;
}
i.icon-bluefacebook {
    background-position: -67px -61px;
    width: 18px;
    height: 18px;
}
[class^="icon-"], [class*="icon-"]{
    background-image: url(/wp-content/themes/flatsome-child/assets/images/hostel_desk_sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    background-size: 150px 208px;
}
.map-nhatro iframe {
    width: 100%;
    height: 150px;
}
.other_hostel_section h2 {
    color: #181460;
    font-size: 24px;
}
.hostel_box > .box {
    border: 1px solid #f4f4f4;
    box-shadow: 0 4px 4px rgb(207 218 233 / 25%);
    border-radius: 6px;
    position: relative;
    padding: 10px;
    background: #fff;
}
.hostel_box_header {
    width: 100%;
}
.hostel_box_header img {
    height: 166px;
}
.hostel_box_body {
    margin-top: 10px;
    margin-bottom: 15px;
}
span.black_tag {
    background: #e8e8e8;
    border-radius: 3px;
    color: #797979;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 10px;
}
.hostel_box_body .yellow_tag, .hostel_box_body .blue_tag {
    font-size: 13px;
    line-height: 16px;
    padding: 4px 10px;
    font-weight: bold;
    margin-left: 0;
}
.hostel_box_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hostel_box_footer .map_btn {
    color: #241caf;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
}
.hostel_box_footer .detail_btn {
    padding: 4px 10px;
    background: #373295;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    user-select: none;
}
.hostel_box_body ul {
    margin-top: 10px;
    list-style: none;
}
.hostel_box_body ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #181460;
    margin-bottom: 2px;
}
.hostel_box_footer .map_btn i {
    transform: scale(2);
    margin-right: 10px;
}
.icon-location {
    background-position: -24px -10px;
    width: 6px;
    height: 7px;
}