/* Theme Name: Paksecarrental 
Theme URI: https://paksecarrental.devlao.com/
Description: A Theme for WordPress with Bootstrap. 
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Lao:wght@400;500;600;700;900&display=swap');
@font-face {
    font-family: 'BoonTook';
    src: url('../Paksecarrental/font/BoonTook-Regular.woff2') format('woff2'), url('../tripitaka91/font/BoonTook-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Sarabun';
    src: url('../Paksecarrental/font/Sarabun-Regular.woff2') format('woff2'), url('../tripitaka91/font/Sarabun-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PBWarnjai';
    src: url('../Paksecarrental/font/PBWarnjai-Bold.woff2') format('woff2'), url('../Paksecarrental/font/PBWarnjai-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../Paksecarrental/font/BebasNeue-Regular.woff2') format('woff2'), url('../Paksecarrental/font/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif; font-weight: normal;
    font-size:17px!important;
    line-height: 1.6!important;
    height:100%;
    background-color: #f1f1f1;
    color:#313649;
    overflow-x: hidden;
}
.post-content p, .custom-info-window p {font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif; font-weight: normal; text-align: left; margin-top: 5px; font-size: 16px; }
.dropdown-menu.show {
    width: 230px;
    padding: 10px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.24);
    margin-top: 30px !important;
    border: 0px;
    border-radius: 10px;
    background-color: #f8f8f8;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #2566ba!important;
    opacity: 0.3;
}
.header {
    font-size: 16px; height:50px; border-bottom: 2px solid #000; margin-left: 30px; margin-right: 30px; display: flex; align-items: center;
}
@media (max-width: 767.98px) {
    .pritxt {
        font-size: 25px;
    }
    .sectxt {
        font-size: 18px;
    }
    .hdtxt {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
     .pritxt {
        font-size: 40px;
    }
    .sectxt {
        font-size: 28px;
    }
    .hdtxt {
        font-size: 18px;
    }
}
.content h1 {
    font-size: 3rem;
    color: #333;
    margin: 0;
}
.content img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0.8;
}
.dropdown-menu .fi {margin-right: 15px;}
.main-container {
    min-height:85vh;
    margin-left: 15px;
    margin-right: 15px;
}
@media (min-width: 768px) {
    .main-container {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
   }
}
.article-content iframe {
  width: 100%;
  height: 480px;
  border: 0;
}