/*-- -firt mobile --*/

@media (max-width: 768px) {
    img {
        width: auto\9;
        height: auto;
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;
    }
    .with-5 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin-bottom: 15px;
    }
    .padd-mobiles .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .padd-mobiles .page-new-title h1 {
        text-align: center;
        padding-top: 20px;
    }
    .padd-mobiles .page-item-des h2 a {
        font-size: 1.5em;
        line-height: 28px;
        font-weight: 500;
    }
    .padd-mobiles .page-item-des {
        padding: 0;
    }
    .padd-mobiles .detail-page header h1 {
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .padd-mobiles .page-social {
        padding: 0;
    }
    .padd-mobiles .detail-page-show {
        padding: 10px 0 10px 0;
    }
    .h1-text {
        font-size: 1.5rem !important;
        font-weight: 700 !important;
    }
    .stats-item {
        font-size: 0.8125rem !important;
    }
    .shelf-content {
        margin: 25px 0 35px 0 !important;
        padding-top: 10px;
    }
    p.shelf-lead {
        font-size: 0.875rem !important;
    }
    .bg-des ul {
        border-left: none !important;
        padding-left: 10px !important;
    }
    .tags a {
        border: 1px solid #eee;
        display: inline-flex;
        padding: 1px 4px !important;
    }
    .p-title {
        height: 44px !important;
        overflow: hidden;
    }
}

.card {
    border: 1px solid #dedede;
}

.news-all .card {
    border: none !important;
}


/*-- breadcrumb --*/

.breadcrumb {
    background-color: transparent;
    margin: 0.5rem 0;
    padding: 0.5rem 0rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb a {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb-item.active {
    color: #9b9b9b;
}

.breadcrumb a:hover {
    text-decoration: none;
    color: #eb1e25;
}


/**-- bg-dark promo_banner --*/

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiperslide {
    width: 100%;
    height: 550px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}

.swiper-cbuttom .swiper-button-prev {
    background: #f8f8f8;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
    -webkit-transition: all .1s cubic-bezier(.4, 0, .6, 1);
    transition: all .1s cubic-bezier(.4, 0, .6, 1);
    left: 0;
}

.swiper-cbuttom .swiper-button-next {
    background: #f8f8f8;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
    -webkit-transition: all .1s cubic-bezier(.4, 0, .6, 1);
    transition: all .1s cubic-bezier(.4, 0, .6, 1);
    right: 0;
}

.swiper-cbuttom .swiper-button-next,
.swiper-cbuttom .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    display: block;
    padding: 5px;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #5c5b5b;
    font-size: 1.2rem!important;
    line-height: 1;
}


/*-- index head --*/

.index-head {
    margin-top: 0;
    color: rgba(27, 31, 35, .85);
    background-image: url("../image/pexels-bongkarn-thanyakij-3759089.jpg");
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-bottom: 0px;
    background-color: #fefefe;
    border-bottom: 1px solid #eee;
}


/*-- index -- */

#product-view {
    background-color: #fff;
}

#product-view img.card-img-top {
    height: 220px;
    object-fit: cover;
    transform: scale(1.005);
    transition: all .5s ease;
}

#product-item2 {
    background-color: transparent
}

#product-item2 img.card-img-top {
    height: 220px;
    object-fit: cover;
    transform: scale(1.005);
    transition: all .5s ease;
}

#product-item3 {
    background-color: #fff;
}

#product-item3 img.card-img-top {
    height: 220px;
    object-fit: cover;
    transform: scale(1.005);
    transition: all .5s ease;
}

#product-item5 {
    background-color: #fff;
}

.sale-price {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.sale-price .badge-promotion {
    float: right;
    margin-left: 0.5rem;
    background-color: #ff0000;
    width: 38px;
    height: 35px;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-right: 14px;
    margin-top: 14px;
    padding: 4px 2px 3px;
}

.sale-price .badge-promotion .items-sale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-weight: 600;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.sale-price .badge-promotion .items-sale .percent {
    margin: 2px 0;
}

.sale-price .badge-promotion .items-sale .label-sales {
    color: #fff;
    margin: 2px 0;
}

.sale-price .badge-promotion:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    border-style: solid;
    position: absolute;
    border-width: 0 19px 4px;
    border-color: transparent #ff0000;
}

.p-title {
    font-size: 1.125rem;
    display: block;
    padding-bottom: 5px;
    height: 52px;
}

.p-title a {
    font-weight: 400;
    color: #333;
    line-height: 130%;
}

.p-title a:hover {
    color: #345af1;
    text-decoration: none;
}

.p-price {
    color: red;
    font-size: 1.2rem;
}

.price-old {
    font-size: 1.1rem;
    text-decoration: line-through;
}

.artic-title-item {
    text-align: center;
}

.artic-title-item h2 {
    font-family: 'Pridi', sans-serif;
    color: #333;
    font-size: 1.7rem;
    font-weight: 500;
}

.artic-title-item h2 a:hover {
    color: #345af1;
    text-decoration: none;
}

.artic-title-item.text-center .delimiter {
    margin: 0 auto 20px;
}

.artic-title-item .delimiter {
    width: 130px;
    margin: 0 auto 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    color: #c3c3c3;
}

.artic-title-item .delimiter:before,
.artic-title-item .delimiter:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #c3c3c3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.artic-title-item .delimiter:before {
    bottom: 0;
    left: 0;
}

.artic-title-item .delimiter:after {
    bottom: -5px;
    right: 0;
}

.artic-news-item {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.artic-news-item h2 {
    display: block;
    padding: 0 10px 10px 10px;
    min-height: 58px;
}

.artic-news-item h2 a {
    font-size: 1.125rem;
}

.artic-news-item h2 a:hover {
    text-decoration: none;
    color: #183e9f;
}

.artic-news-item p {
    padding: 0 10px 15px 10px;
    margin-bottom: 0;
    line-height: 22px;
}

.artic-news-item:hover img {
    transform: scale(1.1);
}

.fade-box .lazyload,
.fade-box .lazyloading {
    opacity: 0;
    transition: opacity 400ms;
}

.avatar-width {
    width: 100%;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.fade-box img.lazyloaded {
    opacity: 1;
}

.artic-news-item .img-box {
    overflow: hidden;
}

.artic-news-item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transform: scale(1.005);
    transition: all 500ms ease;
}

.artic-news-item:hover {
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}

.document {
    background-color: #fff;
}

.px-50 {
    padding: 50px 0;
}

.document .number-item {
    background-color: #fff;
    box-shadow: 0px 0px 30px -15px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0px 0px 30px -15px rgb(0 0 0 / 40%);
    -webkit-transition: all 0.55s ease;
    -moz-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.document .number-item p.icon50 {
    color: red;
    font-size: 4rem;
    margin-bottom: 0;
}

.document .number-item h3 {
    color: #333;
    font-size: 1.375rem;
    padding-bottom: 15px;
    padding-top: 15px;
}

.document .number-item h3 strong {
    font-weight: 500;
}

.document .number-item h4 {
    color: #444;
    font-size: 1rem;
    font-weight: 500;
}

.section-prices {
    background-color: #0069ff;
}

.section-prices p {
    font-size: 1.2em;
    color: #fff;
    margin: 0;
    display: block;
    padding-top: 14px;
    text-transform: uppercase;
}

.section-prices a .button-price {
    font-size: 14px;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    padding: 0 10px;
    background-color: #ef9d07;
    border: none;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 3px;
    margin: 5px 0;
}

.section-prices a .button-price:hover {
    background-color: #d99518;
}

.quote-box p {
    font-size: 16px;
    line-height: 24px;
}


/*-- page detail --*/

.max-view {
    max-width: 800px;
    margin: 0 auto;
}

.header-article {
    background-color: #183e9f;
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
    padding: 2rem 0;
}

.header-article h1 {
    max-width: 800px;
    margin: 0 auto;
    font-size: 2.5rem;
    line-height: 120%;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.block-detail-top {
    background-color: #fff;
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 6px;
}

.detail-page {
    background-color: #fffefd;
    border-radius: 6px;
}

.detail-page .des {
    font-family: Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 160%;
}

.bg-des ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #757575;
    position: absolute;
    left: -12px;
    top: 10px;
    border-radius: 50%;
}

.social-share li {
    display: inline-flex;
    padding: 0 5px;
    background: #fff;
    margin-right: 5px;
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(10, 10, 10, 0.1);
}

.social-share li a {
    color: #454545;
    font-size: 12px;
    font-weight: 500;
}

.social-share li a:hover {
    color: #183e9f;
    text-decoration: none;
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.2em
}

.resp-sharing-button {
    transition: 25ms ease-out;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-self: center;
    justify-content: center;
    line-height: 30px;
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}


/* Non solid icons get a stroke */

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}


/* Solid icons get a fill */

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #656565;
    stroke: none;
    text-align: center;
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--facebook {
    background-color: #fff;
    border-color: #fff;
}

.share-post .resp-sharing-button--facebook {
    background-color: #eee;
}

.share-post .resp-sharing-button--facebook:hover {
    background-color: #ddd;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    fill: #555;
    background-color: #fff;
    border-color: #fff;
}

.share-post .resp-sharing-button--twitter {
    background-color: #eee;
}

.share-post .resp-sharing-button--twitter:hover {
    background-color: #ddd;
}

.resp-sharing-button--twitter {
    background-color: #fff;
    border-color: #fff;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #fff;
    border-color: #fff;
}

.share-post .resp-sharing-button--pinterest {
    background-color: #eee;
}

.share-post .resp-sharing-button--pinterest:hover {
    background-color: #ddd;
}

.resp-sharing-button--pinterest {
    background-color: #fff;
    border-color: #fff;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
    background-color: #fff;
    border-color: #fff;
}

.detail-page-show p,
.page-view p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 1.5rem;
}

.page-view p a,
.page-view p strong {
    text-decoration: underline;
}

.page-view h1,
.page-view h2,
.page-view h3,
.page-view h4,
.page-view h5,
.page-view h6 {
    padding-bottom: 1.5rem;
    line-height: 160%;
    font-weight: 500;
}

.page-view h1,
.page-view h2 {
    font-size: 1.5rem;
}

.page-view h3,
.page-view h4,
.page-view h5,
.page-vieww h6 {
    font-size: 1.375rem;
}

.detail-page-show p a,
.detail-page-show p a strong {
    text-decoration: underline;
}

.detail-page-show h1,
.detail-page-show h2,
.detail-page-show h3,
.detail-page-show h4,
.detail-page-show h5,
.detail-page-show h6 {
    padding-bottom: 1rem;
    line-height: 160%;
    font-weight: 500;
}

.detail-page-show h1,
.detail-page-show h2 {
    font-size: 1.5rem;
}

.detail-page-show h3,
.detail-page-show h4,
.detail-page-show h5,
.detail-page-show h6 {
    font-size: 1.375rem;
}

.detail-page-show ul,
.detail-page-show ol,
.page-view ul,
.page-view ol,
.product-content-detail ul,
.product-content-detail ol {
    margin-top: 1rem;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

ul#toc,
ol#toc {
    margin-top: 0;
    margin-left: 0.5rem;
    margin-bottom: 0;
}

ul#toc li ul,
ol#toc li ul {
    margin-top: 0;
    margin-bottom: 0;
}

.detail-page-show ul li ul,
.detail-page-show ol li ul {
    padding-top: 5px;
}

.detail-page-show ul li ul li:last-child,
.detail-page-show ol li ul li:last-child {
    padding-bottom: 0px
}

.detail-page-show .content table {
    margin-bottom: 1rem;
}

.detail-page-show .content table tr td {
    padding: 10px;
    border: 1px solid #eaeaea;
}

.detail-page-show .content table tr td p {
    margin-bottom: 0;
}

.detail-page-show .content table tbody tr:nth-child(even) {
    background-color: #f0f2f5;
}

.detail-page header h1 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
}

#toc li a {
    font-family: Arial, sans-serif;
    color: #0069ff;
    font-size: 1.125rem;
    font-weight: 400;
}

.page-social {
    color: #999;
}

.page-social>span {
    font-size: 0.875rem;
}

.detail-page-show ul li,
.detail-page ol li,
.page-view ol li,
.page-view ul li,
.product-content-detail ul li,
.product-content-detail ol li {
    font-family: Arial, sans-serif;
    font-size: 1.125rem;
    padding-bottom: 5px;
    list-style-type: disc;
}

.text-contents ul#toc li,
.text-contents ol#toc li {
    padding-bottom: 5px;
}

ul#toc li,
ol#toc li {
    list-style: none;
}

.tags h1 {
    font-size: 1.25rem;
}

.tags h1 strong {
    background: #fff;
    border-radius: 3px;
    color: #444;
    padding: 4px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tags {
    font-size: 14px;
}

.tags a {
    background: #fff;
    font-size: 0.8125rem;
    color: #444;
    padding: 4px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tags a:hover {
    cursor: pointer;
    background-color: #0069ff;
    color: #fff;
    text-decoration: none;
}


/*-- other page --*/

.section-title h4 {
    color: #0069ff;
    font-size: 1rem;
    line-height: 33px;
}

.section-title__filler {
    margin-left: 1em;
    flex-grow: 1;
    border-color: #d6d6d7;
}

.section-title-detail h4 {
    font-size: 1rem;
    font-weight: 500;
}

.page-other ul li.list-group-item {
    border: none;
    padding: 0.5rem 1rem;
}

.page-other ul li.list-group-item h3 a {
    font-size: 1rem;
    font-weight: 400;
    color: #0069ff;
}

.page-other ul li.list-group-item h3 a:hover {
    text-decoration: none;
    color: #0d5484;
}

.page-other ul li.list-group-item h3 a i {
    font-size: 12px;
    color: #cecece;
}

.button-now {
    background-color: #fff;
    border: 2px solid #f60;
    text-shadow: 0 0 black;
    border-radius: 50px;
    color: #f60;
}


/*-- Page --*/

.question-all {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 2px rgba(10, 10, 10, 0.1);
}

.over-item {
    overflow: hidden;
}

.button-like a {
    color: #9b9b9b;
    background-color: #fff;
    border-color: #fff;
    padding: .25rem;
    line-height: 1;
    font-size: 1rem;
}

.button-like a.btn-outline-primary {
    background-color: transparent;
    border-color: transparent;
}

.button-like a:hover {
    background-color: transparent;
    border-color: #fff;
    color: #0069ff;
}

.question-box {
    border-bottom: 1px solid #eee;
}

.question-box:last-child {
    border-bottom: none;
}

.question-item h1 {
    font-size: 2em;
    display: block;
    padding-bottom: 30px;
    color: #0069ff;
}

.question-item {
    padding: 10px 0;
}

.question-item h3 a {
    color: #0069ff;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    -webkit-transition: color .15s linear;
    transition: color .15s linear;
}

.question-item h3 a:hover {
    text-decoration: none;
    color: #0069ff;
}

.question-desc p {
    color: #454545;
    margin-bottom: 0;
    font-size: 1rem;
}

.question-box .summary {
    line-height: 25px;
}

.avatar-mxs {
    padding-top: 3px;
}

.height-35 {
    line-height: 35px;
}

.avatar-mxs>img {
    display: block;
    width: 30px !important;
    height: 30px;
    margin: auto;
    cursor: pointer;
    border-radius: 100%;
    object-fit: cover;
}

.avatar-mxs a.color-user {
    color: #0069ff;
}

.avatar-xs>img.avatar-40 {
    width: 40px !important;
    height: 40px !important;
}

.avatar-xs>img {
    width: 25px !important;
    height: 25px;
    margin: auto;
    cursor: pointer;
    border-radius: 100%;
    object-fit: cover;
}

.color-user {
    color: #9b9b9b;
    white-space: nowrap;
    font-size: 0.875rem;
}

.color-user:hover {
    color: #0069ff;
    text-decoration: none;
}

.stats-user {
    color: #0069ff;
    font-weight: 500;
}

.stats-item {
    color: #9b9b9b;
    font-size: 0.875rem;
}

.stats-date {
    color: #9b9b9b;
    font-size: 0.8125rem;
    line-height: 18px;
}

.stats-eye {
    color: #9b9b9b;
    font-size: 1rem;
    line-height: 27px;
}


/*content news*/

#content-news {
    background-color: #fff;
}

img.avatar-item {
    float: left;
    width: 280px;
    height: 200px;
    border-radius: 20px;
}

.news-item-head h3 a {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 150%;
}

.news-item-head h3 a:hover {
    color: #0069ff;
    text-decoration: none;
}

.head-box p {
    font-size: 1rem;
    color: #454545;
    margin-bottom: 0;
}

.right-box h5 {
    font-size: 1.125rem;
    line-height: 140%;
}

.right-box span,
.right-box small {
    font-size: 0.875rem;
}

.text-contents {
    font-size: 1.125rem;
}

.text-contents h1,
.text-contents h2 {
    font-size: 1.375rem;
}

.text-contents h3,
.text-contents h4,
.text-contents h5,
.text-contents h6 {
    font-size: 1.125rem;
}

.text-contents h1,
.text-contents h2,
.text-contents h3,
.text-contents h4,
.text-contents h5,
.text-contents h6 {
    padding-bottom: 10px;
    font-weight: 600;
    line-height: 160%;
}

.text-contents p {
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
}

.text-contents ul,
.text-contents ol {
    margin-left: 2rem;
}

.text-contents ul li,
.text-contents ol li {
    font-size: 1.125rem;
    padding-bottom: 10px;
    list-style-type: disc;
    font-family: Arial, sans-serif;
}


/*-- Footer --*/

footer.sticky-footer {
    flex-shrink: 0;
}

#footer {
    background: linear-gradient(to right, #1e1e1f, #000827) !important;
    color: #fff;
    text-align: unset;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bottom-text h3 {
    font-family: 'Pridi', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    padding-bottom: 10px;
    line-height: 140%;
}

.bottom-text p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 3px;
}

.bottom-text p.icon-footer>i {
    color: #fff;
    padding-right: 5px;
}

.bottom-text p i {
    color: #9a9a9a;
}

.bottom-text a b {
    color: #f60;
}

.footer-text>h4 {
    font-size: 1rem;
    color: #fff;
    padding-bottom: 5px;
}

.footer-text>ul li:before {
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 0.75rem;
    color: #e0e0e0;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.footer-text>ul li a {
    font-size: 0.875rem;
    color: #fff;
}

.footer-text>ul li a:hover {
    text-decoration: none;
    color: #345af1;
}

.bottom-date p {
    font-size: 0.75rem;
    color: #545454;
    margin-bottom: 0;
}

.bottom-date .mt-3 {
    border-top: 1px solid #3a3b41;
}

.color-copy {
    color: #d2d2d2;
}

.social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    margin-right: 8px;
    background: transparent;
    border: solid 2px #fff;
    font-size: 20px;
    margin-top: 0px;
}

.social a:hover {
    background: #fff;
}

.social a .fa,
.social a .fab,
.social a .fas {
    color: #fff;
}

.social a:hover .fa,
.social a:hover .fab,
.social a:hover .fas {
    color: #6e7874;
}


/*paging*/

.paging-style {
    margin: 30px 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .5rem;
    margin-left: -.5rem;
}

.paging-style>li {
    display: inline;
}

.paging-style>li>a,
.paging-style>li>span {
    float: left;
    padding: 2px 12px !important;
    text-decoration: none;
    background-color: transparent;
    margin: 2px 2px;
    color: #333;
    font-weight: 500;
    border: 1px solid #dddd;
    border-radius: 0px !important;
    height: 35px;
    width: 35px;
    line-height: 30px;
    font-size: 16px !important;
}

.paging-style li.active a {
    background-color: #0069ff !important;
    border: 1px solid #0069ff;
    color: #fff !important;
}


/* cart shopping */

.container-cart {
    width: 100%;
    min-height: 400px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.cart-head {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.buymore {
    float: left;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #1454b1;
    padding: 15px 0 0 15px;
}

.yourcart {
    display: block;
    overflow: hidden;
    text-align: right;
    color: #333;
    line-height: 40px;
    padding-top: 15px;
}

.buymore:after,
.buymore:before {
    content: '';
    width: 0;
    height: 0;
    border-right: 7px solid #1454b1;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 0;
    top: 28px;
}

.buymore:after {
    margin-left: 2px;
    border-width: 9px;
    border-right-color: #f0f0f0;
    top: 26px;
}

.container-cart .detail_cart {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: auto;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 20px;
}

.cart-title {
    font-size: 14px;
    font-weight: 700;
    color: #454545;
    display: block;
}

.cart-total {
    display: block;
    border-top: 1px solid #ececec;
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 50px;
}

.cart-right {
    float: right;
    display: block;
}

.cart-right span.prices {
    font-size: 16px;
    font-weight: 600;
    color: #ff6904;
    padding-left: 10px;
}

.area_order {
    padding: 0 10px;
}

.button-cart-show {
    background: #c40000 !important;
    border: none;
}

.area_buy {
    display: block;
    line-height: 20px;
    padding: 10px;
    border-radius: 6px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #183e9f;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#183e9f), to(#183e9f));
    background: -webkit-linear-gradient(top, #183e9f, #183e9f);
    background: -moz-linear-gradient(top, #ff6904, #ff6904);
    background: -ms-linear-gradient(top, #ff6904, #ff6904);
    background: -o-linear-gradient(top, #ff6904, #ff6904);
}

.cart-deletes {
    font-size: 13px;
    color: #999;
}

.table thead th {
    width: 20%;
    border-bottom: 1px solid #dee2e6 !important;
}

.style-input {
    background-color: #f4f4f4;
    border: 1px solid #eee;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 5px;
}


/* add web to home mobile */

.ath-viewport * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ath-viewport {
    position: relative;
    z-index: 2147483641;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.ath-modal {
    pointer-events: auto !important;
    background: rgba(0, 0, 0, 0.6);
}

.ath-mandatory {
    background: #000;
}

.ath-container {
    pointer-events: auto !important;
    position: absolute;
    z-index: 2147483641;
    padding: 0.7em 0.6em;
    width: 18em;
    background: #eee;
    background-size: 100% auto;
    box-shadow: 0 0.2em 0 #d1d1d1;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
}

.ath-container small {
    font-size: 0.8em;
    line-height: 1.3em;
    display: block;
    margin-top: 0.5em;
}

.ath-ios.ath-phone {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em;
}

.ath-ios6.ath-tablet {
    left: 5em;
    top: 1.8em;
}

.ath-ios7.ath-tablet {
    left: 0.7em;
    top: 1.8em;
}

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet,
.ath-ios10.ath-tablet {
    right: 0.4em;
    top: 1.8em;
}

.ath-android {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em;
}


/* close icon */

.ath-container:before {
    content: '';
    position: relative;
    display: block;
    float: right;
    margin: -0.7em -0.6em 0 0.5em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 2.7em;
    height: 2.7em;
    text-align: center;
    overflow: hidden;
    color: #a33;
    z-index: 2147483642;
}

.ath-container.ath-icon:before {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    float: none;
}

.ath-mandatory .ath-container:before {
    display: none;
}

.ath-container.ath-android:before {
    float: left;
    margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
    position: absolute;
    right: auto;
    left: 0;
    margin: 0;
    float: none;
}


/* applied only if the application icon is shown */

.ath-container.ath-icon {}

.ath-action-icon {
    display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999em;
    overflow: hidden;
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon,
.ath-ios10 .ath-action-icon {
    width: 1.6em;
    height: 1.6em;
    background-image: url(data:image/png;base64,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);
    margin-top: -0.3em;
    background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
    width: 1.8em;
    height: 1.8em;
    background-image: url(data:image/png;base64,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);
    margin-bottom: 0.4em;
    background-size: 100% auto;
}

.ath-android .ath-action-icon {
    width: 1.4em;
    height: 1.5em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
    background-size: 100% auto;
}

.ath-container p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2147483642;
    text-shadow: 0 0.1em 0 #fff;
    font-size: 1.1em;
}

.ath-ios.ath-phone:after {
    content: '';
    background: #eee;
    position: absolute;
    width: 2em;
    height: 2em;
    bottom: -0.9em;
    left: 50%;
    margin-left: -1em;
    -webkit-transform: scaleX(0.9) rotate(45deg);
    transform: scaleX(0.9) rotate(45deg);
    box-shadow: 0.2em 0.2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
    content: '';
    background: #eee;
    position: absolute;
    width: 2em;
    height: 2em;
    top: -0.9em;
    left: 50%;
    margin-left: -1em;
    -webkit-transform: scaleX(0.9) rotate(45deg);
    transform: scaleX(0.9) rotate(45deg);
    z-index: 2147483641;
}

.ath-application-icon {
    position: relative;
    padding: 0;
    border: 0;
    margin: 0 auto 0.2em auto;
    height: 6em;
    width: 6em;
    z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
    border-radius: 1em;
    box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3), inset 0 0.07em 0 rgba(255, 255, 255, 0.5);
    margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
    .ath-container.ath-phone {
        width: 24em;
    }
    .ath-android.ath-phone {
        margin-left: -12em;
    }
    .ath-ios.ath-phone {
        margin-left: -12em;
    }
    .ath-ios6:after {
        left: 39%;
    }
    .ath-ios8.ath-phone {
        left: auto;
        bottom: auto;
        right: 0.4em;
        top: 1.8em;
    }
    .ath-ios8.ath-phone:after {
        bottom: auto;
        top: -0.9em;
        left: 68%;
        z-index: 2147483641;
        box-shadow: none;
    }
}