/* Breadcrumbs Hack */
.breadcrumbs{margin-top:0}
/* Tag Main Page */
#tag-main-text-top{width:100%;height:auto;display:table;margin:0 0 40px}
.tag-main-list{width:100%;height:auto;display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:30px;column-gap:30px}
.tag-main-list-item{width:100%;height:auto;box-shadow:0 0 12px 0 rgba(32,46,60,.06);background:#fff;padding:15px;border:1px solid #fff;transition:.3s}
.tag-main-list-item:nth-child(2n){border-color:#f0f0f0}
.tag-main-list-item:hover{border-color:#2076d2}
.tag-main-list-item-top{width:100%;height:0;padding-top:66.6666%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;margin-bottom:10px}
.tag-main-list-item-bot{width:100%;height:auto;display:table;color:#383838;font-size:0;line-height:30px;font-weight:700;padding:5px}
.tag-main-list-item-bot>div:first-child{width:40px;height:40px;display:inline-block;vertical-align:middle;margin:0 15px 0 0;background-size:contain;background-repeat:no-repeat;background-position:50% 50%}
.tag-main-list-item-bot>div:last-child{width:calc(100% - 55px);display:inline-block;vertical-align:middle;font-size:20px;text-align:left}
#tag-main-text-bot{width:100%;height:auto;display:table;margin:40px 0 0}
#tag-main-banner{width:100%;height:auto;display:table;padding:10px 30px;margin:30px 0;text-align:center;background:#1771ca}
#tag-main-banner>img{max-width:100%}
/* Tag Detail Page - Left */
#tag-left-icon{width:100%;height:0;padding-top:100%;background-position:50% 50%;background-repeat:no-repeat;background-size: contain;display:table;margin-bottom:20px}
#tag-left-faq{width:100%;height:auto;display:table;margin:0 0 20px;box-sizing:border-box}
#tag-left-faq *{box-sizing:border-box}
.tag-left-faq-item{width:100%;height:auto;display:table;background:#f6f7f9;padding:13px 15px 15px;margin:0 0 10px}
#tag-left-faq>.tag-left-faq-item:last-child{margin-bottom:0}
.tag-left-faq-item:not(.tag-left-faq-item-active){cursor:pointer}
.tag-left-faq-item.tag-left-faq-item-active>.tag-left-faq-item-q{color:#2076d2;font-weight:600;padding:0 0 15px}
.tag-left-faq-item:not(.tag-left-faq-item-active)>.tag-left-faq-item-q{color:#383838}
.tag-left-faq-item-q{width:100%;height:auto;display:table;font-size:18px;text-align:left;font-weight:500}
.tag-left-faq-item-a{width:100%;height:auto;display:none}
.tag-left-faq-item.tag-left-faq-item-active>.tag-left-faq-item-a{display:table}
.tag-left-faq-item-a>p{font-size:16px;line-height:1.5;margin-bottom:20px;color:#35384880}
.tag-left-faq-item-a>p:last-child{margin-bottom:10px}
/* Tag Detail Page - Right */
#tag-wide-img{width:60%;background-position:50% 40%;background-repeat:no-repeat;background-size:cover;display:table;margin-bottom:30px}
#tag-desc-top p:first-child{font-size:20px;line-height:32px}
#tag-desc-top p:not(:first-child){font-size:16px;line-height:24px}
#tag-title{margin-top:35px}
#tag-product-list{width:100%;height:auto;display:table;table-layout:fixed}
#tag-banner{width:100%;height:auto;display:table;padding:20px 30px;margin:0;text-align:center;background:#1771ca}
#tag-banner img{max-width:100%}
#tag-main-banner>img{max-width:100%}
.module_products_list{margin-bottom:0 !important}
#tag-desc-bot{width:100%;height:auto;display:table;margin:40px 0}
/* Tag Pagination */
#tag-pagination{width:100%;height:auto;display:table;text-align:center;margin:30px 0 50px}
#tag-pagination>.text:nth-child(2){font-size:18px;padding-bottom:15px;display:table;text-align:center;width:100%}
#tag-pagination>.text:last-child{font-size:0}
#tag-pagination>.text:last-child a,#tag-pagination>.text:last-child b{background:#1771ca;color:#fff;border:2px solid #1771ca;height:40px;width:auto;padding:0 15px;margin:0 5px;line-height:36px;font-weight:500;text-decoration:none;text-align:center;border-radius:8px;transition:.2s;display:inline-block;vertical-align:middle;font-size:16px}
#tag-pagination>.text:last-child a:hover,#tag-pagination>.text:last-child b{background:#fff;color:#1771ca}

@media screen and (max-width:767px){
    .tag-left-faq-item{padding-left:20px;padding-right:20px}
    .tag-left-faq-item-q{font-size:20px}
    .tag-main-list{grid-template-columns:1fr 1fr}
    #tag-pagination>.text:last-child a,#tag-pagination>.text:last-child b{height:30px;line-height:26px;padding:0 10px;margin:0 3px}
}
@media screen and (max-width:479px) {
    .tag-left-faq-item{padding-left:15px;padding-right:15px}
    .tag-left-faq-item-q{font-size:18px}
    .tag-main-list{grid-template-columns:1fr}
    #tag-banner{padding:5px}
}