body {
    overflow-x: unset;
    background: #fff
}
h1 {
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    color: #000
}
@media (max-width: 767px) {
    h1 {
        font-size: 20px
    }
}
.evo-blog-nav {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px
}
@media (max-width: 767px) {
    .evo-blog-nav {
        position: relative;
        overflow: hidden
    }
}
.evo-blog-nav .nav-blog {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}
.evo-blog-nav .nav-blog a {
    padding: 20px 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    font-size: 12px;
    position: relative;
    color: #1c1c1c;
    min-width: 70px;
    text-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    position: relative
}
.evo-blog-nav .nav-blog a + a {
    border-left: 1px solid #f5f5f5
}
.evo-blog-nav .nav-blog a:first-child {
    border-left: 1px solid #f5f5f5
}
.evo-blog-nav .nav-blog a:last-child {
    border-right: 1px solid #f5f5f5
}
.evo-blog-nav .nav-blog a.active,
.evo-blog-nav .nav-blog a:hover,
.evo-blog-nav .nav-blog a:focus {
    color: #c1582a
}
.evo-blog-nav .nav-blog a.active:after,
.evo-blog-nav .nav-blog a:hover:after,
.evo-blog-nav .nav-blog a:focus:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #c1582a;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0
}
.page-faq .faq-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #222
}
.page-faq .product-fpt-with-stick-tab {
    margin-bottom: 15px
}
.page-faq .product-fpt-with-stick-tab .accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 10px
}
.page-faq .product-fpt-with-stick-tab .accordion .card .card-header {
    padding: 8px 10px;
    font-size: 15px;
    color: #222;
    background-color: #e09371;
    border: none
}
.page-faq .product-fpt-with-stick-tab .accordion .card .card-header h4 {
    font-size: 15px
}
.page-faq .product-fpt-with-stick-tab .accordion .card .card-header h4 button {
    min-height: unset;
    padding: 0;
    line-height: inherit;
    font-size: 15px;
    width: 100%;
    text-align: left;
    height: auto;
    color: #fff;
    white-space: inherit
}
@media (max-width: 1024px) {
    .page-faq .product-fpt-with-stick-tab .accordion .card .card-header h4 button:hover {
        text-decoration: none
    }
}
.page-faq .product-fpt-with-stick-tab .accordion .card .card-body {
    padding: 10px;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: none
}
.page-faq .product-fpt-with-stick-tab .accordion .card .card-body p {
    margin-bottom: 5px
}
.page-faq .product-fpt-with-stick-tab .accordion .card .card-body p a {
    color: #222;
    font-weight: 600
}
.page-faq .product-fpt-with-stick-tab .accordion .card .card-body p a:hover,
.page-faq .product-fpt-with-stick-tab .accordion .card .card-body p a:focus {
    color: #c1582a
}
.sidebar-page {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    z-index: 1020
}
.sidebar-page h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #222
}
.sidebar-page ul {
    overflow: hidden
}
.sidebar-page ul li {
    line-height: 30px
}
.sidebar-page ul li a {
    position: relative;
    padding: 5px 0px;
    overflow: hidden;
    -webkit-transition: padding .2s ease-in-out;
    -moz-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    color: #222
}
.sidebar-page ul li a:before {
    content: '';
    left: -20px;
    -webkit-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
    background-color: #222;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 46%;
    height: 2px;
    width: 15px;
    color: inherit;
    font-size: 18px;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    background: #222
}
.sidebar-page ul li a:hover,
.sidebar-page ul li a:focus {
    padding-left: 30px;
    color: #222;
    font-weight: 600
}
.sidebar-page ul li a:hover:before,
.sidebar-page ul li a:focus:before {
    left: 10px
}
.sidebar-page ul li.active a {
    font-weight: 500
}