/* ========== custom s ========== */

/*page-bar s*/

.page-bar {
    padding: 5px 0;
    background: #f5f5f5;
}

.page-bar .list-default>li {
    padding: 0 10px;
}

.page-bar .list>li>a {
    display: block;
}

.page-bar .list>li .fa {
    font-size: 22px;
}

/*page-bar e*/

/*header s*/

header {
    padding: 10px 0;
}

header .search {
    /*width: calc(100% - 60px);*/
    width: 100%;
    float: left;
}

header .search .form-control {
    width: calc(100% - 60px);
    float: left;
}

header .search button {
    width: 50px;
    height: 50px;
    text-align: center;
    margin-left: 10px;
    float: left;
}

header .cart-list .btn-cart {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin-left: 10px;
    float: left;
}

header .keyword>a {
    color: #999;
    font-weight: bold;
    margin: 2px 5px;
}

/*header e*/

/*nav s*/

.animenu {
    /*height: 50px;*/
    background: url("../img/elements_header_background.png"), linear-gradient(to right, rgba(255, 64, 129, 1), rgba(197, 17, 98, 1), rgba(255, 64, 129, 1));
    background-size: 300px 300px, auto;
}

.animenu__nav {
    margin-bottom: 0;
    background: transparent;
}

.animenu__nav>li {
    position: relative;
    border-right: none;
}

.animenu__nav>li>a {
    color: #fff;
    padding: 15px 30px;
    text-transform: inherit !important;
}

/*.animenu__nav>li.active>a,
.animenu__nav>li>a:hover {
    color: #fff;
    background: #ff4081;
}*/

.animenu__nav__dropdown>li:first-child>a:after {
    display: none;
}

.animenu__toggle {
    float: right;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, .5);
}

.animenu__toggle:hover {
    background-color: rgba(255, 255, 255, .7);
}

.animenu__toggle__bar {
    width: 30px;
}

.animenu__nav__dropdown {
    min-width: 200px;
}

.animenu__nav__dropdown {
    margin: 0;
    background-color: #373737;
    background: url("../img/elements_header_background.png"), linear-gradient(to bottom, rgba(255, 64, 129, 1), rgba(197, 17, 98, 1), rgba(255, 64, 129, 1));
    background-size: 300px 300px, auto;
    transition: margin .15s, opacity .15s;
}

.animenu__nav__dropdown>li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.animenu__nav__dropdown a {
    color: #fff;
    padding: 10px;
    width: 100%;
    border-color: #fff;
}

.animenu__nav__dropdown a:hover,
.animenu__nav__dropdown a:focus-within {
    background-color: #ff4081;
    border-color: #ff4081;
    color: #fff;
}

/*payment-info-box*/
.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;
    }
}

/*payment-info-box*/

/*nav e*/

/*---------- nav s ----------*/

.navbar-default {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-bottom: 2px;
    border-radius: 0 10px 8px 8px;
    border: none;
    background-color: transparent;
    box-shadow: 4px 1px 0 #f37e7e;
}

.navbar-default .left-adorn {
    position: absolute;
    left: -5px;
    bottom: -20px;
    z-index: 99;
}

.navbar-default .right-adorn {
    position: absolute;
    top: -10px;
    right: -15px;
    z-index: 99;
}

.navbar-default .left-radius {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-default .right-radius {
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-default img {
    width: auto;
    height: 100%;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>span {
    display: block;
    color: #000;
    height: 46px;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 35px 18px 35px;
}

.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>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>span:focus,
.navbar-default .navbar-nav>li>span:hover,
.navbar-default .navbar-nav>.active>span,
.navbar-default .navbar-nav>.active>span:focus,
.navbar-default .navbar-nav>.active>span:hover {
    color: #fff;
    border: none;
    background-color: #f37e7e;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>span,
.navbar-default .navbar-nav>.open>span:focus,
.navbar-default .navbar-nav>.open>span:hover {
    color: #fff;
    background-color: #f37e7e;
}

.navbar-collapse {
    padding-top: 10px;
    padding-left: 55px;
    padding-right: 55px;
    background: url(../img/navbar/navbar-bg.png) 15px 0 repeat-x;
}

.dropdown>a:after,
.dropdown>span:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 5px;
}

.dropdown-menu {
    background-color: #f37e7e;
    box-shadow: none;
}

.dropdown-menu>li>a,
.dropdown-menu>li>span {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    background-color: rgba(255, 255, 255, .3);
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>span:focus,
.dropdown-menu>li>span:hover {
    display: block;
    color: #f37e7e;
    padding: 8px 20px;
}

.dropdown-menu>li>a:before,
.dropdown-menu>li>span:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 5px;
}

/*---------- nav e ----------*/

/*section s*/

/*menu s*/

.menu-icon {
    width: 32px;
    height: 32px;
}

.aside-box {
    padding-top: 20px;
    background: url(../img/title/semi-circle.png) 0 0 repeat-x;
    overflow: hidden;
}

/*menu e*/

/*heading s*/

.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;
}

/*heading e*/

/*item s*/

.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%;
}

/*item e*/

.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;
}

/*section e*/

/*fotorama s*/

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 1;
}

.fotorama__wrap .fotorama__pointer {
    border-radius: 15px;
}

.fotorama__thumb {
    border-radius: 5px;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    border-radius: 5px;
}

.fotorama__nav-wrap {
    margin-top: 5px;
}

/*fotorama e*/

/*slide-main s*/

.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;
}

/*slide-main e*/

/*product-detail s*/

.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;
}

/*product-detail e*/

.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 s*/

.table-user>tbody>tr>th {
    font-weight: bold;
    background: #f5f5f5;
}

/*table-user e*/

/*filter s*/
.filter-controls .table>tbody>tr>th {
    background: #efefef;
}

/*filter e*/

/*customize s*/

.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;
}

/*customize e*/

/*footer s*/

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;
}

/*footer e*/

/*chat-online s*/

.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;
}

/*chat-online e*/

/*aside-collapse s*/
.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;
    }
}

/*2021-02-10*/
.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);
}

/*2021-02-10*/

/*aside-collapse e*/

/* ========== custom e ========== */

/*2023-11-23*/
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;
}

@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%;
    }
}