:root {
    --theme-main-color: #feced3;
    --theme-sub-color: #f37e7e;
    --theme-pink-color: pink;
}

.header-banner {}

.header-countdown {
    background-color: var(--theme-pink-color);
    padding: 10px;
}
.header-countdown .header-countdown-box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}
.header-countdown .header-countdown-box > * + * {
    margin-left: 8px;
}
.header-countdown .header-countdown-box img {
    width: auto;
    height: 18px;
}

.header-countdown .countdown-box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}
.header-countdown .countdown-box > * + * {
    margin-left: 8px;
}
.header-countdown .countdown-box img {
    width: auto;
    height: 18px;
}

header {
    /*background-color: #ffe7e9;*/
    border-bottom: 1px solid var(--theme-main-color);
    padding: 10px 0;
}
header .header-tips {
    border: 1px solid #000;
    margin-bottom: 0;
    padding: 4px;
    color: #00f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}
header .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 36px;
    background-color: var(--theme-sub-color) !important;
    border: none;
    border-radius: 4px;
    padding: 0 10px;
}
header .btn img {
    width: auto;
    height: 16px;
}
header .btn:focus, header .btn:hover {
    opacity: .8;
    background-color: var(--theme-sub-color);
}
header .btn.dropdown-toggle:after {
    display: none;
}
header .logo,
header .header-banner {
    display: inline-flex;
}
header .header-banner img {
    width: auto;
    height: 100%;
    max-height: 50px;
}
header .dropdown.open {
    position: static;
}
header .dropdown-menu {
    position: relative;
    width: 100vw;
    padding: 5px;
}
header .open > .dropdown-menu {
    position: absolute;
    top: 55px;
    display: flex;
    align-items: center;
    width: 100vw;
    padding: 5px;
}
header .dropdown-menu > * + * {
    margin-left: 5px;
}
header .dropdown-menu .form-control {
    width: 100%;
    height: 36px;
    border: 2px solid var(--theme-sub-color);
    font-size: 14px;
}
header .header-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 8px;
}
header .header-inner > * {
    position: relative;
    display: flex;
    align-items: center;
}
header .header-logo {
    width: 25%;
}
header .header-banner {
    width: 25%;
}
header .header-icon {
    position: static;
    width: 50%;
    justify-content: flex-end;
}
header .header-icon > * + * {
    margin-left: 10px;
}
header .header-tips {
    width: 100%;
}
header .navbar-toggle {margin: 0;}

.navbar {
    min-height: inherit;
    border: none;
    margin-bottom: 10px;
}
.navbar .navbar-collapse {padding: 0;}
.navbar-default {}
.navbar-default .navbar-nav {background-color: #feced3;width: 100%;margin: 0;padding: 10px 15px;}
.navbar-default .navbar-nav > li + li {
    border-top: 1px dashed var(--theme-sub-color);
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > span {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #333;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li.open > span,
.navbar-default .navbar-nav > li > span:focus,
.navbar-default .navbar-nav > li > span:hover {
    background-color: var(--theme-sub-color);
    color: #fff;
}
.navbar-default .navbar-nav > li > a:before,
.navbar-default .navbar-nav > li > span:before {
    content: "";
    background: url(../img/icon/icon-navbar-01.png) 0 0 no-repeat;
    padding-right: 22px;
}
.navbar-default .navbar-nav > li .dropdown-toggle:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 5px;
}
.navbar-default .navbar-nav > li .dropdown-menu {
    background-color: #fff;
    border-radius: 5px;
}
.navbar-default .navbar-nav > li.dropdown-large {position: static;}
.navbar-default .navbar-nav > li.dropdown-large .dropdown-large-menu {
    width: 100%;
}
.navbar-default .navbar-nav > li.dropdown-large .dropdown-large-menu .column-list {
    list-style: none;
    padding-left: 15px;
}
.navbar-default .navbar-nav > li.dropdown-large .dropdown-large-menu .column-list > li > a {
    display: inline-block;
    padding: 6px 0;
}
.navbar-default .navbar-nav  .menu-block {margin-bottom: 10px;}
.navbar-default .navbar-nav  .menu-block .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    padding: 5px 15px 5px 25px;
    font-weight: bold;
}
.navbar-default .navbar-nav  .menu-block .heading:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
}
.navbar-default .navbar-nav  .menu-block .item-list {list-style: none;padding: 0;}
.navbar-default .navbar-nav  .menu-block .item-list > li {
    padding: 5px 15px 5px 25px;
}
.navbar-default .navbar-nav  .menu-block .item-list > li > a {
    color: #666;
}

.navbar-default .navbar-nav > li .dropdown-menu .tag {
    position: relative;
}
.navbar-default .navbar-nav > li .dropdown-menu .tag:after {
    content: attr(data-tag);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    padding: 2px 6px 4px 8px;
    font-style: italic;
    font-size: 12px;
    line-height: 1;
}
.navbar-default .navbar-nav > li .dropdown-menu .tag.red:after {
    background-color: red;
    border-right: 3px solid darkred;
    color: white;
}
.navbar-default .navbar-nav > li .dropdown-menu .tag.orange:after {
    background-color: orange;
    border-right: 3px solid darkorange;
    color: white;
}
.navbar-default .navbar-nav > li .dropdown-menu .tag.yellow:after {
    background-color: yellow;
    border-right: 3px solid darkgoldenrod;
    color: black;
}
.navbar-default .navbar-nav > li .dropdown-menu .tag.green:after {
    background-color: green;
    border-right: 3px solid darkgreen;
    color: white;
}
.navbar-default .navbar-nav > li .dropdown-menu .tag.blue:after {
    background-color: blue;
    border-right: 3px solid darkblue;
    color: white;
}
.navbar-default .navbar-nav > li .dropdown-menu .tag.cyan:after {
    background-color: cyan;
    border-right: 3px solid darkcyan;
    color: black;
}
.navbar-default .navbar-nav > li .dropdown-menu .tag.purple:after {
    background-color: purple;
    border-right: 3px solid darkslateblue;
    color: white;
}

.d-xs-hidden {
    display: none;
}

@media (max-width: 420px) {}
@media (min-width: 576px) {
    header .logo img,
    header .header-banner img {
        max-height: 60px;
    }
    header .header-tips {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    header {
        background-color: transparent;
        border-bottom: none;
        box-shadow: 0 1px 5px rgba(#000, .3);
    }
    header .header-tips {
        line-height: 1.5;
    }
    header .btn {
        height: 42px;
        padding: 0 15px;
    }
    header .dropdown {
        position: relative;
        width: 100%;
    }
    header .dropdown .dropdown-toggle {
        display: none;
    }
    header .dropdown-menu {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        border: none;
        padding: 0;
        box-shadow: none;
    }
    header .dropdown-menu .form-control {
        height: 42px;
    }
    header .header-logo {
        width: 20%;
    }
    header .header-banner {
        width: 20%;
    }
    header .header-icon {
        width: 60%;
    }
    header .header-icon .btn-navbar {
        order: 3;
        margin-left: 10px;
    }
    header .header-icon .dropdown {
        margin-left: 0;
    }
    header .navbar-toggle {display: none;}

    .navbar {}
    .navbar.navbar-default {
        border-radius: 4px 10px 8px 8px;
        box-shadow: 4px 1px 0 #f37e7e;
    }
    .navbar.navbar-default:before {
        content: "";
        position: absolute;
        top: -8px;
        right: -17px;
        width: 55px;
        height: 37px;
        background-image: url("../img/navbar/navbar-adorn-right.png");
    }
    .navbar.navbar-default:after {
        content: "";
        position: absolute;
        bottom: -23px;
        left: -20px;
        width: 63px;
        height: 47px;
        background-image: url("../img/navbar/navbar-adorn-left.png");
    }
    .navbar-default .navbar-collapse:before {
        content: "";
        width: 100%;
        height: 10px;
        /*background-color: transparent;*/
        background-image: url(../img/navbar/navbar-bg.png);
        background-position: top left;
        background-repeat: repeat-x;
    }
    .navbar-default .navbar-nav {
        padding: 4px 5px;
    }
    .navbar-default .navbar-nav > li + li {
        border-top: none;
    }
    .navbar-default .navbar-nav > li .dropdown-menu {
        max-height: 50vh;
        overflow-y: scroll;
    }
    .navbar-default .navbar-nav > li.dropdown:nth-last-of-type(1) .dropdown-menu,
    .navbar-default .navbar-nav > li.dropdown:nth-last-of-type(2) .dropdown-menu {
        left: inherit;
        right: 0;
    }

    .navbar-default .navbar-nav  .menu-block {
        display: flex;
        align-items: flex-start;
    }
    .navbar-default .navbar-nav  .menu-block .heading {
        width: 20%;
        border-bottom: none;
    }
    .navbar-default .navbar-nav  .menu-block .heading:after {
        display: none;
    }
    .navbar-default .navbar-nav  .menu-block .item-list {
        width: 80%;
        column-count: 3;
        border-left: 1px solid #ddd;
    }
    .navbar-default .navbar-nav  .menu-block .item-list > li {
        padding: 5px 15px 5px 25px;
    }
    .navbar-default .navbar-nav  .menu-block .item-list > li > a {
        color: #666;
    }

    .d-xs-hidden {
        display: block;
    }
}
@media (min-width: 992px) {
    header {
        box-shadow: none;
    }
    header .logo img,
    header .header-banner img {
        max-height: 100px;
    }
    header .header-inner {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 8px;
    }
    header .header-logo {
        width: auto;
        grid-column: span 3 / span 3;
        grid-row-start: 1;
        grid-row-end: 3;
    }
    header .header-banner {
        width: auto;
        grid-column: span 3 / span 3;
        grid-row-start: 1;
        grid-row-end: 3;
    }
    header .header-icon {
        width: auto;
        grid-column: span 6 / span 6;
        grid-row-end: 2;
        grid-column-start: 7;
    }
    header .header-icon .navbar-toggle {
        display: none;
    }
    header .header-tips {
        width: auto;
        grid-column: span 6 / span 6;
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 7;
        grid-column-end: 13;
    }

    .navbar.navbar-default {
        height: 56px !important;
    }
    .navbar-default .navbar-collapse {
        position: relative;
        height: 56px !important;
        padding-top: 10px;
        padding-left: 55px;
        padding-right: 55px;
        background: url(../img/navbar/navbar-bg.png) 15px 0 repeat-x;
    }
    .navbar-default .navbar-collapse:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 56px;
        background: url(../img/navbar/navbar-bg-left.png) 0 0 no-repeat;
    }
    .navbar-default .navbar-collapse:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 56px;
        background: url(../img/navbar/navbar-bg-right.png) 0 0 no-repeat;
    }
    .navbar-default .navbar-nav {
        background-color: transparent;
        padding: 0;
    }
    .navbar-default .navbar-nav  .menu-block .heading {
        width: 15%;
    }
    .navbar-default .navbar-nav  .menu-block .item-list {
        width: 85%;
    }
    .navbar-default .navbar-nav  .menu-block .item-list {
        column-count: 4;
    }
}
@media (min-width: 1200px) {
    .header-countdown .header-countdown-box {
        font-size: 20px;
        font-weight: 700;
    }
    .header-countdown .header-countdown-box > * + * {
        margin-left: 10px;
    }
    .header-countdown .header-countdown-box img {
        height: 20px;
    }

    header .logo img,
    header .banner img {
        max-height: 120px;
    }
    header .header-tips {
        padding: 6px 10px;
    }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > span {
        padding: 10px 25px;
        font-size: 16px;
        line-height: 20px;
    }
}
@media (min-width: 1400px) {}

.payment-info-box {
    margin-top: 50px;
    margin-bottom: 30px;
}
.payment-info-box .title {
    margin-bottom: 30px;
    color: #799c58;
    font-size: 2.5rem;
}
.payment-info-box .status-box {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
}
.payment-info-box .status-box>* {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.payment-info-box .status-box>*:not(:first-child) {
    border-left: 1px solid #ddd;
}
.payment-info-box .status-box>*>span {
    display: block;
    padding: 10px 15px;
    color: #999;
    font-size: 2rem;
}
.payment-info-box .note {
    margin-bottom: 30px;
    color: #f37e7e;
    font-size: 1.5rem;
    /*font-weight: bold;*/
}
.payment-info-box .summary {
    color: #777;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .payment-info-box .status-box>*:nth-of-type(1),
    .payment-info-box .status-box>*:nth-of-type(2) {
        border-bottom: 1px solid #ddd;
    }
    .payment-info-box .status-box>*:nth-of-type(3) {
        border-left: none;
    }
}
@media (max-width: 479px) {
    .payment-info-box .status-box>*>span {
        font-size: 1.5rem;
    }
}
@media (max-width: 375px) {
    .payment-info-box .status-box>*>span {
        font-size: 1.25rem;
    }
}

.menu-icon {
    width: 32px;
    height: 32px;
}
.aside-box {
    padding-top: 20px;
    background: url(../img/title/semi-circle.png) 0 0 repeat-x;
    overflow: hidden;
}

.heading-special {
    position: relative;
    height: 56px;
    line-height: 55px;
    padding: 0 35px;
    border-bottom: none !important;
    background: url(../img/title/title-bar-bg.png) 0 0 repeat-x;
    box-shadow: 4px 1px 0 #f37e7e;
}
.heading-special img {
    width: auto;
    height: 100%;
}
.heading-special .left-adorn {
    position: absolute;
    bottom: -18px;
    left: -5px;
    z-index: 999;
}
.heading-special .right-adorn {
    position: absolute;
    top: -12px;
    right: -10px;
    z-index: 999;
}
.heading-special .left-radius {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.heading-special .right-radius {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.heading-wave {
    background: url(../img/title/border-semi-circle.png) 0 0 repeat-x;
}
.heading.heading-after-triangle:after {
    position: absolute;
    left: 50%;
    top: 56px;
    transform: translate(-50%);
    content: "";
    height: 0px;
    width: 0px;
    border-top: 20px solid #dadada;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.heading.heading-after-triangle>span:after {
    position: absolute;
    left: 50%;
    top: 54px;
    transform: translate(-50%);
    content: "";
    border-top: 20px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    z-index: 999;
}

.product-box-frame:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-frame.png) top left no-repeat;
    background-size: 100%;
    z-index: -1;
}
.product-box-frame .title {
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 0;
    background: url(../img/bg-ribbon.png) top left no-repeat;
    background-size: 100%;
}

.column.hover:hover .inner-box {
    opacity: 1;
    background: rgba(0, 0, 0, .5);
}
.column.hover:hover .inner-box {
    display: block !important;
    background: rgba(0, 0, 0, .5);
}
.home-info-pic .inner-box {
    margin-left: 25%;
}

@media (max-width: 767px) {
    .home-info-pic .inner-box {
        margin-left: 0;
    }
}

.btn-click {
    padding: 8px 0;
    border: none;
    border-radius: 5px;
    background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .4);
}
.border-color-01 {
    border-color: #e9d083;
}
.border-color-02 {
    border-color: #dde0e5;
}
.border-color-03 {
    border-color: #d9ac92;
}
.border-color-04 {
    border-color: #aaddf7;
}
.product-detail img {
    max-width: 750px;
}

.slide-main .slick-prev {
    left: 25px;
    z-index: 1;
}
.slide-main .slick-next {
    right: 25px;
    z-index: 1;
}
.slide-main .slick-slide img {
    border-radius: 15px;
    overflow: hidden;
}
.slide-main .slick-dots {
    position: relative;
    top: 10px;
    display: block;
    width: calc(100% + 10px);
    float: left;
    margin-left: -5px;
    margin-right: -5px;
}
.slide-main .slick-dots li {
    width: 20%;
    height: 116px;
    margin: 0;
    padding: 0 5px;
    float: left;
}
.slide-main .slick-dots li button {
    width: 100%;
    height: 106px;
    float: left;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.slide-main .slick-dots li button:before {
    display: none;
}
.slide-main .slick-dots li button.thumbnail img {
    width: 100%;
    height: auto;
    opacity: 0.8;
    margin-top: -10%;
}
.slide-main .slick-dots li button.thumbnail img {
    opacity: 0.6;
}
.slide-main .slick-dots li button.thumbnail:hover img,
.slide-main .slick-dots .slick-active .thumbnail img {
    opacity: 1;
}

.product-detail {}
.product-detail-table>caption,
.heading .detail-title {
    background: linear-gradient(#feced3, #fffefb);
}
.product-detail-table>tbody>tr>th {
    border: 1px solid #fff;
    background-color: #ffedef;
}
.product-detail-table>tbody>tr>td {
    border: 1px solid #fff;
    background-color: #fff5f6;
}
.product-detail img {
    /*width: auto;
    height: 100%;*/
    max-width: 750px;
}
.panel-heading .panel-title>a:not(.collapsed) .fa-plus {
    display: none;
}
.panel-heading .panel-title>a.collapsed .fa-plus {
    display: inline-block;
}
.panel-heading .panel-title>a.collapsed .fa-minus {
    display: none;
}
.p-detail-media-list {
    max-width: 700px;
}

.detail-selection {}
.detail-selection .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 0;
}
.detail-selection .radio-inline {
    margin-right: 15px;
    margin-bottom: 10px;
}

.table-user>tbody>tr>th {
    font-weight: bold;
    background: #f5f5f5;
}

.filter-controls .table>tbody>tr>th {
    background: #efefef;
}

.customize-box-01 .radio-inline>input[type="radio"] {
    margin-left: 0;
}
.customize-box-02 .radio-inline+.radio-inline {
    margin-left: 0;
}
.customize-box-02 .radio-inline {
    margin-right: 10px;
}

footer {
    padding: 30px 0;
}
.policy-list>a {
    position: relative;
    display: inline-block;
    margin: 0 20px;
}
.policy-list>a::after {
    position: absolute;
    top: -4px;
    right: -25px;
    content: "|";
}
.policy-list>a:hover::after {
    color: #333;
}
.policy-list>a:last-child::after {
    display: none;
}
.copyright,
.copyright a {
    color: #999;
}

.btn-chat {
    position: fixed;
    top: 85%;
    top: 75%;
    transform: translateY(-50%);
    right: 0;
    z-index: 99999;
}
.btn-chat {
    text-align: center;
    padding: 0;
    border: none;
    background-color: transparent;
}
.btn-chat:focus,
.btn-chat:hover,
.btn-chat:active:focus,
.btn-chat:active:hover {
    padding: 0;
    border: none;
    background-color: transparent;
}

.btn-chat img {
    width: auto;
    height: 100%;
}
.btn-chat img.normal-pic {
    display: block;
}
.btn-chat img.mobile-pic {
    display: none;
}
.chat-online .modal label>span {
    color: #f00;
}
.chat-online .modal .form-control {
    border: 1px solid #ddd;
}

.aside-collapse ul>li {
    width: 100%;
    float: left;
}
.aside-collapse ul>li .dropdown-toggle {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}
.aside-collapse ul>li .dropdown-menu {
    position: relative;
    float: left;

    border: none;
    background: transparent;
}
.aside-collapse ul>li .dropdown-menu>li {
    padding: 2px;
}
.aside-collapse ul>li .dropdown-menu>li>a {
    color: #333;
    padding: 6px;
}

#are-you-ready .title-box .logo img {
    width: auto;
    height: 100%;
    max-height: 100px;
}
#are-you-ready .content .title-a {
    color: black;
    font-size: 20px;
    font-weight: bold;
}
#are-you-ready .content .title-b {
    color: #d81b60;
    font-size: 20px;
    font-weight: bold;
}
#are-you-ready .content .title-c {
    color: #333333;
}
#are-you-ready .btn-box {
    width: 100%;
}
#are-you-ready .btn-box img {
    max-height: 50px;
}

.table-sm>thead>tr>th {
    text-align: center;
}
.table-sm>thead>tr>th,
.table-sm>tbody>tr>th {
    background: #fff3b2;
    font-weight: normal;
}

.table-responsive .table-sm>thead>tr>th,
.table-responsive .table-sm>tbody>tr>th,
.table-responsive .table-sm>tbody>tr>td {
    white-space: normal;
}

@media (max-width: 767px) {
    .table-sm>thead>tr>th,
    .table-sm>tbody>tr>th,
    .table-sm>tbody>tr>td {
        padding: 5px 1px;
    }
}

.aside-box .accordion dt {
    /*background: #fff;*/
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    padding: 10px 25px 10px 5px;
    cursor: pointer;
    border-top: solid 1px #feced3;
    font-weight: lighter;
}
.aside-box .accordion dt::before {
    display: block;
    vertical-align: top;
    content: "";
    position: absolute;
    top: 42%;
    right: 14px;
    width: 10px;
    height: 10px;
    margin: -2px 0 0 0;
    border-right: 2px solid #f37e7e;
    transform: translateX(-50%);
}
.aside-box .accordion dt::after {
    display: block;
    vertical-align: top;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin: -2px 0 0 0;
    border-top: 2px solid #f37e7e;
    transform: translateX(-50%);
}
.aside-box .accordion dt.open {
    border-bottom: solid 1px #feced3;
}
.aside-box .accordion dt.open::before {
    display: none;
}
.aside-box .accordion dt.page_move::before {
    display: none;
}
.aside-box .accordion dt.page_move::after {
    display: block;
    vertical-align: top;
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 0;
    border-top: solid 2px #f37e7e;
    border-right: solid 2px #f37e7e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.aside-box .accordion dd {
    display: none;
}
.aside-box .accordion dd li {
    border-bottom: solid 1px #feced3;
}
.aside-box .accordion dd li a {
    font-size: 13px;
    line-height: 1.3;
    padding: 10px 25px 10px 25px;
    display: block;
    text-decoration: none;
    position: relative;
    background-color: #fff;
    transition: background-color .3s;
}
.aside-box .accordion dd li a::after {
    display: block;
    vertical-align: top;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 0;
    border-top: solid 2px #f37e7e;
    border-right: solid 2px #f37e7e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
}

.iframe-main {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.iframe-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-container ol {
    position: relative;
    list-style: none;
}
.blog-container ol>li {
    position: relative;
    margin-left: 15px;
}
.blog-container ol.list> :first-child {
    counter-reset: toc;
}
.blog-container ol.list-sub {
    margin-top: 10px;
    counter-reset: toc;
}
.blog-container ol>li:before {
    content: counters(toc, "-");
    counter-increment: toc;
    position: absolute;
    top: 4px;
    right: calc(100% + 10px);
    transform: scale(.95);
    display: block;
    width: auto;
    border-right: 1px solid;
    padding-right: 10px;
    white-space: nowrap;
    line-height: 1;
}

.widget {
    z-index: 10;
    position: absolute;
    top: 5px;
    display: flex;
    flex-direction: column;
}
.widget>*+* {
    margin-top: 5px;
}
.widget.l {
    left: 5px;
}
.widget.r {
    right: 5px;
}
.widget [class*="tag-"] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    /*font-weight: 600;*/
    font-style: italic;
}
.widget [class*="tag-"].red {
    background: #f08cb9;
    border: #f08cb9;
    color: #fff;
}
.widget [class*="tag-"].orange {
    background: orange;
    border: orange;
    color: #fff;
}
.widget [class*="tag-"].yellow {
    background: yellow;
    border: yellow;
    color: #000;
}
.widget [class*="tag-"].green {
    background: #73be64;
    border: #73be64;
    color: #fff;
}
.widget [class*="tag-"].blue {
    background: #73bee1;
    border: #73bee1;
    color: #fff;
}
.widget [class*="tag-"].cyan {
    background: cyan;
    border: cyan;
    color: #333;
}
.widget [class*="tag-"].purple {
    background: #a582b9;
    border: #a582b9;
    color: #fff;
}
.widget .tag-circular {
    width: 40px;
    height: 40px;
    background: #ec6a6a;
    border: 1px solid #ec6a6a;
    border-radius: 100%;
    color: #fff;
}
.widget .tag-square {
    background: #ec6a6a;
    border: 1px solid #ec6a6a;
    border-radius: 2px;
    padding: 2px 6px;
    color: #fff;
}
.widget .icon-ranking {
    width: auto;
    height: 100%;
    max-height: 40px;
}


.section-policy-block {}
.section-policy-block .aside-box {
    background-image: none;
    background-color: #feced3;
    border-radius: 8px 8px 0 0;
    padding: 10px;
}
.section-policy-block .aside-box .aside-title {
    border-bottom: 1px solid #ffebed;
}
.section-policy-block .aside-box .aside-title>span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    margin-bottom: -1px;
    border-bottom: 1px solid #f37e7e;
}
.section-policy-block .aside-box .aside-list {
    position: relative;
    list-style: none;
    background-color: #ffebed;
    border-radius: 5px;
    border: 1px solid #f38a8c;
    padding: 10px;
}
.section-policy-block .aside-box .aside-list > li + li {
    border-top: 1px dashed #feced3;
}
.section-policy-block .aside-box .aside-list > li > a {
    display: inline-block;
    padding: 10px 0;
}
.section-policy-block .aside-box .aside-list > li > a:before {
    content: "\f138";
    margin-right: 10px;
    font-family: FontAwesome;
}

@media (max-width: 1024px) {
    .aside-category {
        display: none;
    }
}
@media (max-width: 991px) {
    .aside-category {
        display: block;
        position: fixed;
        top: 85%;
        transform: translateY(-50%);
        right: 15px;
        z-index: 99999;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 100%;
        background: red;
        color: #fff;
        font-size: 24px;
    }

    .aside-slide-main {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        cursor: pointer;
        z-index: 9999999;
        background: rgba(0, 0, 0, 0.4);
    }

    .aside-slide-main .aside-inner-box {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
        text-align: left;
        overflow-y: auto;
        padding: 1rem;
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        background: white;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
    }

    .aside-slide-main .aside-inner-box.active {
        box-shadow: rgba(0, 0, 0, 0.1) 0 0 200px 0;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@media (max-width: 767px) {
    .aside-category {
        top: 75%;
    }
}
@media (max-width: 479px) {
    .aside-category {
        top: 85%;
    }

    .aside-slide-main .aside-inner-box {
        width: 80%;
    }
}

.heading {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f37e7e;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px;
}
.heading > * {
    margin: 0;
}
.heading > * + * {
    margin-left: 10px;
}
.heading.heading-main {
    background-color: #c62828;
    color: #fff;
}
.heading.heading-default {
    background-color: #feced3;
    color: #333;
}


/*the end*/
a:hover,
a:focus {
    color: #f37e7e;
}

.color-rabudoll {
    color: #f37e7e;
}
.color-rabudoll-lighter {
    color: #ffebed;
}

.border-rabudoll {
    border-color: #f37e7e;
}
.border-rabudoll-lighter {
    border-color: #ffebed;
}

.form-control.border-rabudoll:focus,
.form-control.border-rabudoll:hover {
    border: 1px solid #f37e7e;
}

.bg-color-rabudoll {
    background-color: #f37e7e;
}
.bg-color-rabudoll-middle {
    background-color: #feced3;
}
.bg-color-rabudoll-lighter {
    background-color: #ffebed;
}
.button-rabudoll {
    border-color: #f37e7e;
    background-color: #f37e7e;
}

.page-bar .list>li .fa {
    color: #f37e7e;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    background: #f37e7e;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    text-decoration: none;
    border-color: #ec6a6a;
    background: #ec6a6a;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(243, 126, 126);
}

/*index keywords style*/
.button-rabudoll-o {background: #fff;border: 1px solid #f37e7e;color: #f37e7e;margin-right: 5px;margin-bottom: 5px;}
.button-rabudoll-o:focus, .button-rabudoll-o:hover {background: #fff;color: #333;}