/*
Theme Name:     PQ Express Boat
Description:    PQ Express Boat Child Theme
Theme URI:      https://phuquocexpressboat.com/
Author:         ngothang.me
Author URI:     https://ngothang.me
Version:        1.0
Template:       traveler
*/
:root {
    --container-max-width: 1320px;
}
@media(max-width:1366px) {
    :root {
        --container-max-width: 1140px;
    }
}
@media(max-width:1024px) {
    :root {
        --container-max-width: 992px;
    }
}
@media(max-width:992px) {
    :root {
        --container-max-width: 767px;
    }
}
@media(max-width:767px) {
    :root {
        --container-max-width: 767px;
    }
}
body header .header {
    padding: 0!important;
    max-width: var(--container-max-width);
    margin: auto;
}
body header .header .header-left .logo img{width:auto;}
body header #topbar{background:#D73427;padding: 10px 50px;}
body header #topbar .topbar-items li a{font-size:14px;}
body header #topbar .socials li a{font-size:18px;}
body header .header .header-right .st-list li.dropdown-language {
    display: flex !important;
    flex-direction: row;
    padding: 0;
}
body header .header .header-right .st-list li.dropdown-language > a {
    /* width: 18px; */
    overflow: hidden;
}
body header .header .header-right .st-list li.dropdown-language > a .fa {
    display: none;
}
body header .header .header-right .st-list li.dropdown-language .dropdown-menu {
    display: inline;
    padding: 0;
    margin-left: 10px;
    border: none;
    position: initial;
    min-width: auto;
}
body header .header .header-right .st-list li.dropdown-language .dropdown-menu li {
    display: inline;
}
body header .header .header-right .st-list li.dropdown-language .dropdown-menu li a {
    padding: 0;
    /* width: 18px; */
    height: 20px;
    overflow: hidden;
    display: block;
}
.st-blog-list-el .cate.category-color, .st-blog-list-el .excerpt-wrapper {display:none!important;}
.st-blog-list-el h3.title {text-align:center;}
.st-description table, .st-faq-list table, .st-program-list table {width:100%!important;}
.st-description table th, .st-description table td,
.st-faq-list table th, .st-faq-list table td, 
.st-program-list table th, .st-program-list table td {border-width:1px;}
#comment-wrapper{display:none;}