body.com-content.view-category #sp-main-body {
    padding: 50px 0;
}

body.com-content.view-article #sp-main-body {
    padding: 50px 0;
}

.article-footer-wrap {
    padding-top: 30px;
}

article.item .icons {
    display: none;
}

#sp-right .sp-module {
    /* border: 1px solid #e0e0e0; */
    padding: 25px;
    margin: 20px 0 !important;
    background: #e8eff9;
}

#sp-right .sp-module:first-child {
    margin-top: 0 !important;
}

#sp-right .sp-module .sp-module-title {
    margin-bottom: 15px !important;
    font-size: 16px !important;
    color: #002b7f !important;
}

#sp-right .sp-module ul.categories-module {
    margin: 0 !important;
    text-transform: capitalize;
}

#sp-right .sp-module ul.categories-module>li:not(:last-child) {
    margin-bottom: 10px;
}

#sp-right .sp-module ul.categories-module>li a {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #181818 !important;
    line-height: 1.5;
    padding: 3px 0 !important;
}

#sp-right .sp-module ul.categories-module>li a:before {
    color: #002b7f;
}

#sp-right .sp-module ul.categories-module>li a:hover,
#sp-right .sp-module ul.categories-module>li a:focus {
    color: #f26023 !important;
    padding-left: 5px !important;
}

.blog article.item {
    margin-bottom: 30px;
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0 3px 6px #f1f1f1;
    transition: 0.5s;
}

.blog article.item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 10px #dcdcdc;
}

.blog article.item .entry-image { margin-bottom: 0; }

.blog .entry-header h2 {
    height: 55px;
    font-size: 20px !important;
    line-height: 1.3;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
    margin: 0;
}

.blog .entry-header {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px 20px 0;
    margin-bottom: 0;
}

.blog article.item p.introtext {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
    padding: 10px 20px 0;
}

.blog .entry-header .article-info {
    margin-bottom: 10px;
}

.article-info >dd {
    font-size: 12px;
    font-weight: 400;
}

.blog article .readmore {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 20px;
}

.readmore a.btn {
    font-weight: 400;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .blog article.item { margin-bottom: 20px; }
    .blog .entry-header h2 { font-size: 16px !important;height: 45px; }
    .blog .entry-header .article-info { margin-bottom: 5px; }
    .readmore a.btn { font-size: 13px !important; }
}


/*article detail*/

body.com-content.view-article .page-header {
    margin: 0;
    border: 0;
    display: none;
    padding: 10px 15px;
    text-align: center;
    background: #ffecee;
    margin-bottom: 30px;
}

body.com-content.view-article .page-header h1 {
    font-size: 20px !important;
    margin: 0;
    line-height: 1.5;
}


body.com-content.view-article article.item .entry-header { border-bottom: 1px solid #e0e0e0; }

body.com-content.view-article .entry-header h2 {
    font-size: 28px !important;
    line-height: 1.3 !important;
    letter-spacing: 0;
    margin-bottom: 10px;
}


@media (max-width: 767px) {
    body.com-content.view-article .page-header h1 { font-size: 16px !important; }
    body.com-content.view-article .entry-header h2 { font-size: 20px !important; }
}

body.com-content.view-article #sp-main-body article.item img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

/*body.com-content.view-article #sp-main-body article.item .sppb-row>div {
    flex: 0 0 100%;
    max-width: 100%;
}*/

body.com-content.view-article #sp-main-body article.item .sppb-section {
    padding: 0;
}

body.com-content.view-article #sp-main-body article.item .sppb-addon-wrapper {
    margin-bottom: 15px !important;
}

body.com-content.view-article #sp-main-body article.item .sppb-row-container {
    padding: 0;
}

body.com-content.view-article #sp-main-body article.item .sppb-addon-content,
body.com-content.view-article #sp-main-body article.item .sppb-addon-content span,
body.com-content.view-article #sp-main-body article.item .sppb-addon-content p {
    font-size: 16px;
}

body.com-content.view-article #sp-main-body article.item .sppb-addon-title {
    font-size: 20px !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
    body.com-content.view-article #sp-main-body article.item .sppb-addon-content, body.com-content.view-article #sp-main-body article.item .sppb-addon-content span, body.com-content.view-article #sp-main-body article.item .sppb-addon-content p { font-size: 14px; }
}



/*form*/

#sp-right .sp-module .bfQuickMode label {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 3px;
    width: 100%;
}

#sp-right .sp-module .bfQuickMode .bfbs3-form-inline .bfbs3-form-control {
    width: 100%;
}

#sp-right .sp-module .bfQuickMode textarea {
    height: 100px;
}

#sp-right .sp-module .bfQuickMode input[type=file] {
    font-size: 12px;
    color: #000;
}

#sp-right .sp-module .bfQuickMode .bfbs3-nonform-control {
    width: 100%;
    display: inline-flex;
}

#sp-right .sp-module .bfQuickMode .bfbs3-form-group-actions,
#sp-right .sp-module .bfQuickMode .form-group-actions {
    min-height: 100%;
    margin: 0;
    display: flex;
}


/*end of form*/

div#article-body table td {/* padding: 5px; */}

@media (max-width: 991px) {
    div#article-body table td {
        /* display: inline-flex; */
        /* width: 50% !IMPORTANT; */
    }
}

div#article-body table {
    width: 100% !IMPORTANT;
    overflow: auto !important;
    display: table;
}

div#article-body table .hikashop_product_image {
    width: auto !important;
}

div#article-body table #hikashop_inserted_product_240 {
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.5s;
}

div#article-body table #hikashop_inserted_product_240:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 10px #dcdcdc;
}

div#article-body table #hikashop_inserted_product_240 span.hikashop_product_name {
    line-height: 1.3;
    font-size: 14px;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 0;
}

/*tag*/
.sp-module.tag-module a {
    display: inline-block;
    width: unset !IMPORTANT;
    background: #ce1126;
    border-radius: 5px;
    color: #fff;
    padding: 8px 15px;
    line-height: 1;
    font-size: 16px;
}
.sp-module.tag-module li:hover a {
    background: #002b7f;
 	 color: #fff;
}
.sp-module.tag-module ul >li {
    display: inline;
}
.sp-module.tag-module ul >li >a:before {
    display: none;
}

.sp-module.tag-module {
    background: transparent !IMPORTANT;
    padding: 0px !IMPORTANT;
}

/*category*/
/*.categories-list h3.page-header.item-title {
    background: #ececec;
    padding: 30px;
    font-size: 26px;
    width: 69% !IMPORTANT;
    display: inline-block;
}
.categories-list .badge {
    font-size: 12px;
    margin-left: 10px;
}
.categories-list img {
    display: inline-block;
    width: 30%;
    max-width: 200px;
    
}*/

.categories-listblog-category-page h3.page-header.item-title {
    font-size: 26px;
    margin: 0px;
    padding: 30px;
    border: none;
    background: #e8eff9;
    margin: 15px 0px;
}
.categories-listblog-category-page .badge {
    margin-left: 5px;
}
.blog-category-page section#sp-main-body {
    padding: 35px 0px !IMPORTANT;
}
#sp-right .sp-module:first-child iframe {
    width: 214px;
}

/*filter*/
.view-categories.blog-category-page #sp-right {
    display: none;
}
.view-categories.blog-category-page #sp-component {
    width: 100% !IMPORTANT;
}

/*article category*/
ul.categories-module.mod-list li  {
    font-size: 26px;
    margin: 0px 15px 15px 0px !important;
    line-height: 30px;
    padding: 30px;
    border: none;
    background: #e8eff9;
    margin: 15px 0px;
    width: 23.3%;
    display: inline-block;
    font-weight: 700;
}
@media(Max-width:991px){
ul.categories-module.mod-list li  {
    font-size: 24px;
    margin: 0px 0px 10px 0px !important;
    line-height: 30px;
    padding: 20px;
    border: none;
    background: #e8eff9;
    width: 49.1%;
}
}

/**/
.semi-free-travel-style-001 {
    background: #ffffff;
    padding: 30px !IMPORTANT;
    border-radius: 30px !IMPORTANT;
    border: 3px solid #002b7f;
    margin-bottom: 30px !IMPORTANT;
}


.view-article.layout-blog .sppb-carousel-extended-nav-control .nav-control.next-control {
    float: right;
    margin-right: 0px;
    background:#fff;
    color:#f36b22; border-color:#f36b22;
}

.view-article.layout-blog .sppb-carousel-extended-nav-control .nav-control.prev-control {
    float: left;
    margin-left: 0px;
    background:#fff;
    color:#f36b22; border-color:#f36b22;
}

.view-article.layout-blog i.fa.fa-angle-right,.view-article.layout-blog i.fa.fa-angle-left {
    line-height: 55px;
}

.view-article.layout-blog div.sppb-carousel-extended-dots {
    bottom: 22px;
    height: 20px;
    top: auto;
}

@media (max-width: 767px) {
.view-article.layout-blog .sppb-carousel-extended-nav-control .nav-control {
        height: 40px!important;
        line-height: 38px!important;
        width: 40px!important;
    }
.view-article.layout-blog i.fa.fa-angle-right,.view-article.layout-blog i.fa.fa-angle-left {
    line-height: 40px;
}

.view-article.layout-blog div.sppb-carousel-extended-dots {
    bottom: 18px;
    height: 20px;
    top: auto;
}}





