.small-slide {
    width: 20%;
    /*max-height: 390px;*/
    overflow: hidden;
    background: #f4f4f4;
    border-left: 1px solid silver;
    border-top: 1px solid silver;
}

.item-slide {
    border-bottom-color: silver;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 7px;
    /*width: 207px;*/
    width: 100%;
    cursor: pointer;
    height: 70px;
    overflow: hidden;
    text-align: center;
}

.small-slide .active {
    /*background-position: -1px -596px;*/
    background-image: unset !important;
    position: relative;
    z-index: 999;
    /*width: 207px;*/
    width: 100%;
    margin: 0;
    border: none;
    background: var(--main-color);
}

div.active {
    display: block;
    overflow: hidden;
    width: 95%;
}

.banner-contain.active {
    display: block !important;
}

.small-slide h3 {
    color: var(--main-color);
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 15px;
    text-transform: uppercase;
}

.item-slide.active h3 {
    color: #FFFFFF;
    padding-right: 10px;
    text-transform: uppercase;
}

.item-slide p {
    color: #666666;
    font-size: 11px;
    font-style: italic;
    padding: 0 30px 0 10px;
}

.slideshow {
   width: 80%;
    /*height: 390px;*/
    position: relative;
    float: left;
    /*margin-left: -12px;*/
    border-left: 1px solid silver;
}

.main-banner-home .banner-right{
    width: 20%;
}

.main-banner-home .banner-right a{
    display: block;
    height: 100%;
}

.main-banner-home .banner-right a img{
    object-fit: cover;
    height: 100%;
}

@keyframes blink-animation {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.banner-right img {
    animation: blink-animation 1.5s infinite;
}

.wapper-banner {
    background: #f7f7f7;;
}

.slideshow .banner-contain {
    left: 0;
    position: absolute;
    top: 0;
    display: none;
    /*width: 762px;*/
    /*height: 393px;*/

    width: 100%;
    height: 100%;
}

.slideshow .banner-contain .text {
    background-color: #FFFFFF;
    bottom: 0px;
    color: #333333;
    height: 58px;
    opacity: 0.8;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    right: 15px;
    width: 220px;
    overflow: hidden;
}

/*.slideshow .banner-contain .text .title {*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    line-height: 18px;*/
/*    height: 18px;*/
/*}*/

title {
    float: left;
    font-size: 13px;
    height: 44px;
    line-height: 44px;
    margin-left: 15px;
}

.slideshow .banner-contain .text .description {
    font-size: 11px;
    line-height: normal;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 26px;
}

.slideshow .banner-contain .text .read-more-custom {
    position: absolute;
    bottom: 10px;
    background: var(--main-color);
    padding: 5px 20px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    border-radius: 15px;
    line-height: 20px;
}

.slideshow .wrap-banner-nav {
    bottom: 0;
    height: 30px;
    position: absolute;
    right: 20px;
    z-index: 99;
}

.slideshow .wrap-banner-nav ul {
    display: inline-block;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 10px;
}

.slideshow .wrap-banner-nav ul li {
    float: left;
    height: 16px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-right: 9px;
    margin-top: 4px;
    padding-bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0;
}

.slideshow .wrap-banner-nav ul li a.item-banner-nav {
    background: #ccc;
    border-radius: 12px;
    float: left;
    height: 12px;
    width: 12px;
    cursor: pointer;
}

.slideshow .wrap-banner-nav ul li a.active {
    background-image: unset !important;
    background: var(--main-color);
}

div.active img {
    width: 100%;
}

.slideshow img {
    width: 762px;
    height: 100%;
    position: relative;
    object-fit: cover;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block;
}

#mm-blocker {
    background: transparent;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

#mm-blocker {
    background: rgba(3, 2, 1, 0.5);
}

.mm-menu {
    background: #fff;
}

/*banner*/
.main-banner-home {
    position: relative;
    height: 550px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;

    width: 100%;
    margin: 15px auto 0;
    background: #fff;
}

.ico {
    background-image: url(/tp/T0320/img/156918/sprite-icon.png)!important;
    background-repeat: no-repeat;
}

.item-slide.active p {
    color: #FFFFFF;
    padding: 0 30px 0 10px;
}

/*get customer*/
.home-customer-info {
    /*max-width: 60%;*/
    margin: 20px auto 15px;
}

.left-wrapper {
    padding: 15px;
    background: var(--main-color);
}

.left-wrapper h2 {
    color: #fff;
    text-transform: uppercase;
}

.input-customer input {
    margin-bottom: 20px;
    height: 35px;
    border-radius: 5px;
}

.input-customer input.address_register {
    margin-bottom: 0;
}

.button-book {
    margin-top: 15px;
    width: 100%;
}

.button-book.desk-button {
    padding: 0 15px;
    width: 92%;
    margin: 5px auto 0;
}

.button-book.desk-button a {
    font-size: 20px;
    border: solid 1px #fff;
    margin-bottom: 10px;
    background: transparent;

    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.button-book.desk-button a:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.button-book a {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    color: #fff;
    border: none;
    outline: none;
    background: var(--main-color);
    padding: 5px 0;
    display: block;
    cursor: pointer;
    font-weight: 600;
}

.button-book a:hover {
    color: #fff;
}

.controls-input label{
    display: inline-block;
    /*margin-left: 10px;*/
    cursor: pointer;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
}

.footer-container {
    background: var(--main-color);
}

/* Homepage Coupon */
.homepage-coupon-wrap {
    margin: 35px 0;
    padding: 0 20px;
}

.coupon-item {
    display: flex;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    height: 100px;
}

.coupon-itrem-left,
.coupon-itrem-right {
    width: 50%;
    border: 3px solid #4383ff;
    padding: 20px;
}

.coupon-itrem-left {
    border-right: 3px dashed #4383ff;
    position: relative;
}

.coupon-itrem-right {
    border-left: none;
    text-align: center;
}

.coupon-itrem-left::before,
.coupon-itrem-left::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 3px solid #4383ff;
    position: absolute;

}

.coupon-itrem-left::before {
    top: -15px;
    right: -16px;
}

.coupon-itrem-left::after {
    bottom: -15px;
    right: -16px;
}

.cp-name,
.cp-code {
    font-weight: 700;
    line-height: 19px;
    color: #002670;
}

.cp-desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    color: #002670;
}

.coupon-itrem-right a {
    display: block;
    background-color: var(--main-color);
    padding: 6px 8px;
    font-size: 14px;
    color: #fff;
    max-width: 100px;
    border-radius: 20px;
    margin: 5px auto 0;
}

.coupon-itrem-right a:focus,
.coupon-itrem-right a:hover {
    color: #fff;
}

.homepage-coupon-wrap .owl-carousel .owl-stage {
    margin: 0 auto;
}

.home-customer-info form .wrapper-content {
    background: var(--main-color);
}

.home-customer-header {
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    color: #fff;
    padding: 10px 0;
    background: var(--main-color);
    margin-bottom: 0;
}

.right-wrapper {
    padding: 15px;
}

.right-wrapper h2 {
    font-size: 21px;
    color: #000;
    padding: 4px 15px;
    width: 100%;

    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    margin-bottom: 20px;
    height: 40px;
    border-radius: 5px;
}

.form-problem .controls-input {
    width: calc(50% - 5px);
    padding: 8px 15px;
    background-color: #fff;
    border: 1px solid #ccc;

    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 20px;

    color: #000;
    height: 40px;
    border-radius: 5px;
    display: inline-flex;

    align-items: center;
    overflow: hidden;
    justify-content: space-between;
    gap: 10px;
}

.form-problem .controls-input:nth-child(odd) {
    margin-right: 10px;
}

.label-box {
    overflow: hidden;
    width: 85%;
    line-height: 16px;
}

.form-problem .controls-input label {
    margin-bottom: 0;
    white-space: nowrap;
}

/*.form-problem .controls-input label.running-label {*/
/*    animation: runText 10s linear infinite;*/
/*}*/

@keyframes runText {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.form-problem .controls-input input {
    margin-top: 0;
    width: 15%;
    margin-bottom: 0;
    line-height: 15px;
    display: inline-block
}

.button-book.mobile-button {
    display: none;
}

.header-top-bar-custom {
    background: #0c55cb;
    color: #fff;
    padding: 10px 0;
}

.header-top-bar-custom p {
    margin-bottom: 0;
}

.bannercategory {
    background: #fff;
}

/*why chose*/
.main-whynote .box-why-note .title-why h2 {
    padding-top: 50px;
}

.item_customer .thumb {
    /*padding: 10px 10px;*/
    /*height: 250px;*/
    /*width: 250px;*/
}

.item_customer .content-name {
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    display: block;
}

.list-user_review .item_customer .content {
    /*min-height: 300px;*/
    /*padding: 0 10px;*/
}

.item_customer .content-des {
    display: block;
    text-align: center;
    font-weight: 600;
    min-height: 45px;
}

.video-big {
    margin-bottom: 30px;
}

.playhover-img {
    opacity: 0;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    transition: opacity ease-out .3s;
    cursor: pointer;
}

.news-slides .box-news:hover .playhover-img {
    opacity: 1;
    top: 0;
    transition: all ease-out .3s;
}

.video-small .img-top {
    position: relative;
}

.news-slides .box-news .playhover-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    max-width: 15%;
}

.main-news .box-news-container .box-news .text-bottom {
    min-height: 65px;
    margin-top: 15px;
}

.box-news-custom {
    display: flex;
    align-items: center;
}

.box-news-custom .img-top {
    flex: 0 0 50%;
    width: 50%;
    display: block;
}

.text-bottom-cus {
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-news-container {
    margin-top: 30px;
}
.main-news-cus-sub .box-news-container {
    margin-top: 0;
}

.main-news-cus-sub .main-news {
    padding-top: 20px;
}

.main-news-cus .title-hd-cus {
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}

.main-news-cus .title-hd-cus .title-content-cus {
    position: relative;
    color: #333;
    font-size: 27px;
    font-weight: 600;
}

.customer-title-name-cus {
    position: relative;
    color: #333;
    font-size: 27px;
    font-weight: 600;
}

.customer-title-name-cus::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -110px;
    width: 80px;
    height: 2px;
    background: #333;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}

.customer-title-name-cus::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -110px;
    width: 80px;
    height: 2px;
    background: #333;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}

.title-main .title-hd {
    font-size: 27px;
    font-weight: 600;
}

.input-half-box {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.input-half {
    width: 50%;
}


@media (max-width: 480px) {
    .homepage-coupon-wrap .row>div:nth-child(2n){
        padding-left: 7px;
    }
    .homepage-coupon-wrap .row>div:nth-child(2n+1){
        padding-right: 7px;
    }
    .homepage-coupon-wrap{
        margin: 20px 0;
    }
    .coupon-itrem-left,
    .coupon-itrem-right{
        border: 2px solid var(--main-color);
        padding: 10px 10px;
    }
    .coupon-itrem-right{
        border-left: none;
    }
    .coupon-itrem-left {
        border-right: 2px dashed var(--main-color);
        position: relative;
    }
    .coupon-itrem-left::before {
        top: -13px;
        right: -11px;
    }
    .coupon-itrem-left::before, .coupon-itrem-left::after {
        content: "";
        display: block;
        background-color: #fff;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 2px solid #4383ff;
        position: absolute;
    }
    .cp-name, .cp-code {
        font-weight: 700;
        line-height: 12px;
        font-size: 10px;
    }
    .coupon-itrem-left::after {
        bottom: -13px;
        right: -11px;
    }
    .coupon-itrem-right a{
        font-size: 11px;
        padding: 3px 5px;
    }
    .cp-desc {
        font-weight: 300;
        font-size: 10px;
        line-height: 11px;
    }
}
@media (min-width: 1600px) {
    .main-banner-home {
        height: 67.5vh;
    }
}

@media (min-width: 1024px) {

    .coupon-itrem-left,
    .coupon-itrem-right {
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    .coupon-itrem-left,
    .coupon-itrem-right {
        padding: 15px;
    }
}

/* End Homepage Coupon*/
/*add quick */
.wrap-add-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}

.wrap-add-cart .quantity {
    display: flex;
    align-items: center;
}

.wrap-add-cart .quantity i {
    width: 20px;
    height: 20px;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    align-self: center;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.wrap-add-cart .quantity input {
    width: 50px;
    height: 30px;
    align-self: center;
    text-align: center;
    margin: 0 5px;
}

.wrap-add-cart .btn-buyNow {
    margin-left: 10px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 12px;
    line-height: 1.5;
    border-radius: 0.25rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    position: relative;
    background: #ebebeb;
    cursor: pointer;
}

.wrap-add-cart .btn-buyNow i {
    font-size: 16px;
}
/*end add quick*/
.list-footer-right-custom .title-footer i,
.list-footer-left-custom .title-footer i {
    display: none;
}

#product-lists .category-img.row-fluid{
    display: none;
}

.item_customer .content-intro {
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 600;
}

.form-controls.form-problem {
    display: flex;
    flex-wrap: wrap;
}

.slide-box-news-cus .box-news .img-top iframe {
    min-height: 180px;
}

@media (min-width: 1200px) {
    .slide-box-news-cus .box-news .img-top iframe {
        min-height: 330px;
    }
}

@media (min-width: 1024px) {
    /*.main-banner-home {*/
    /*    width: 1200px;*/
    /*}*/

    .item_customer .content-intro {
        margin-top: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slide-box-news-cus .box-news .img-top iframe {
        min-height: 300px;
    }
}

@media (min-width: 992px) {
    #boxMenu {
        display: none !important;
    }

    /*.item_customer .content-intro {*/
    /*    min-height: 40px;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    display: -webkit-box;*/
    /*    -webkit-line-clamp: 2;*/
    /*    -webkit-box-orient: vertical;*/
    /*    margin-bottom: 15px;*/
    /*}*/
}

@media (min-width: 768px) and (max-width: 992px) {
    .slide-box-news-cus .box-news .img-top iframe {
        min-height: 200px;
    }
}

@media (min-width: 768px) {
    .input-customer input {
        height: 40px;
    }

    .news-slides-desk-cus {
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
    }

    /*customer*/
    .list-user_review.row {
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
    }

    .seemore-customer {
        padding: 10px 20px;
        border: 1px solid #333;
        font-size: 16px;
        color: #333;
        border-radius: 30px;
        -webkit-transition: all .3s;
        transition: all .3s;
        display: inline-block;
        margin-top: 15px;
    }

    .seemore-customer:hover {
        background: var(--main-color);
        border-color: var(--main-color);
        color: #fff;
    }

    .form_sub_index a {
        font-size: 25px;
        padding: 5px 20px;
    }

    #modalSubIndex .modal-dialog {
        width: 380px;
    }

    .video-big .box-news .img-top iframe {
        height: 600px;
    }

    .news-slides .box-news .img-top iframe {
        height: 220px;
    }

    .main-news-cus .title-hd-cus .title-content-cus::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -110px;
        width: 80px;
        height: 2px;
        background: #333;
        -webkit-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }

    .main-news-cus .title-hd-cus .title-content-cus::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -110px;
        width: 80px;
        height: 2px;
        background: #333;
        -webkit-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }

    .img-note-cus a img {
        min-height: 360px;
        object-fit: cover;
    }
}

@media (max-width: 992px) {
    .item_customer .content-intro a {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .home-customer-info .col-md-6 {
        padding: 0;
    }

    .controls-input label {
        font-size: 10px;
    }

    .form-problem .controls-input {
        gap: 0;
        padding: 5px;
        height: 35px;
    }

    .form-problem .controls-input input {
        width: 15%;
    }

    .main-banner-home .slideshow {
        margin-left: 0;
    }

    .main-banner-home {
        height: 230px;
    }

    /*.main-banner-home {*/
    /*    display: none;*/
    /*}*/
    .main-banner-home .small-slide {
        display: none;
    }
    .main-banner-home .slideshow {
        width: 100%;
    }
    .slideshow img {
        width: 100%;
    }

    .home-customer-info {
        max-width: 100%;
    }

    /*.home-customer-info form{*/
    /*    display: none;*/
    /*}*/

    /*.home-customer-info .toggle {*/
    /*    display: block !important;*/
    /*}*/

    /*.main-news .row,*/
    /*.home-customer-info .row {*/
    /*    margin: 0 !important;*/
    /*}*/

    .home-customer-info .row {
        margin: 0 !important;
    }

    .main-news .col-md-6.col-xs-12.col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .main-news .box-news {
        margin: 0;
    }

    .frm-search {
        display: none;
    }

    form.frm-search.active {
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 999;
        display: flex;
        align-items: center;
    }

    form.frm-search .btn.focus,
    form.frm-search .btn:focus,
    form.frm-search .btn:hover {
        outline: none;
    }

    form.frm-search .btn {
        padding: 6px 10px;
    }

    .box-navbar-icon-cus {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .box-navbar-icon-cus i {
        font-size: 22px;
        margin-left: 15px;
    }

    .box-header-auth {
        position: absolute;
        display: inline-block;
        top: 5px;
        right: 5px;
        z-index: 10;
    }

    #mobile-menu a.cart-link {
        margin-right: 0 !important;
        right: 35px !important;
    }

    .user-auth-icon {
        font-size: 25px;
        position: absolute;
        display: inline-block;
        top: 6px;
        right: 5px;
        z-index: 10;
        margin-right: 0;
    }

    #mobile-menu .fixed-nav.is .mobile-fixed-top {
        display: block !important;
        padding-bottom: 0;
    }

    .button-hide-show {
        margin-top: 15px;
        width: 100%;
    }

    .button-hide-show p {
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        font-size: 30px;
        color: #fff;
        border: none;
        outline: none;
        background: var(--main-color);
        padding: 5px 0;
        display: block;
        cursor: pointer;
        line-height: unset;
    }

    .list-footer-right-custom .title-footer,
    .list-footer-left-custom .title-footer {
        padding: 5px 0 !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .list-footer-right-custom .title-footer i,
    .list-footer-left-custom .title-footer i {
        display: block;
    }

    .list-footer-left-custom ul,
    .list-footer-right-custom ul {
        display: none;
    }

    .left-wrapper {
        padding: 15px 10px;
    }

    .left-wrapper h2 {
        font-size: 18px;
        text-align: center;
    }

    .right-wrapper h2 {
        font-size: 18px;
    }

    .coupon-item {
        height: unset;
    }

    .homepage-coupon-wrap .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

    .homepage-coupon-wrap .owl-nav i {
        font-size: 30px;
    }

    .homepage-coupon-wrap .owl-prev {
        position: absolute;
        left: -12px;
    }

    .homepage-coupon-wrap .owl-next {
        position: absolute;
        right: -12px;
    }

    .homepage-coupon-wrap {
        padding: 0 10px;
    }


    .box-news-container .owl-nav {
        position: absolute;
        bottom: 15%;
        width: 100%;
    }
    .box-news-container button i {
        font-size: 30px;
    }
    .box-news-container button.owl-prev {
        position: absolute;
        left: 0px;
    }
    .box-news-container button.owl-next {
        right: 0px;
        position: absolute;
    }

    /*.main-news-cus {*/
    /*    padding-top: 0;*/
    /*}*/

    .box-news {
        margin: 0 15px;
    }
    .banner-policy .wrap-policy {
        overflow-x: auto;
        justify-content: unset;
    }
    body .contact_footer {
        width: 100%;
    }
    .purchase-product {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .purchase-product .add-to-cart {
        width: 60%;
    }
    .purchase-product .addnow {
        width: 38%;
        margin-left: 5px;
    }

    body .purchase-product .btn-addCart {
        font-size: 16px;
        padding: 10px 15px;
    }

    .btn-proceed-checkout-mobile:nth-child(1) {
        margin-bottom: 10px;
    }

/*    why chose*/
    .main-whynote .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .main-whynote .row .col-md-6.policy-block {
        padding-right: 15px;
        padding-left: 15px;
    }

    .main-whynote .box-why-note .title-why h2 {
        padding-top: 30px;
    }

    .right-wrapper {
        padding: 0 10px;
    }

    .form-problem .controls-input {
        margin-bottom: 15px;
    }

    .main-whynote .row {
        margin: 0;
    }

    .main-whynote .row .col-md-6 {
        padding: 0;
    }

    .video-big .box-news .img-top iframe {
        height: 275px;
    }

    .video-small {
        padding: 0 7px;
    }

    .video-small .news-slides .pd-cus {
        padding: 0 8px;
    }

    .video-small .box-news iframe {
        height: 65px;
    }

    .main-news .box-news-container .box-news .text-bottom {
        height: 50px;
        margin: 5px 0;
    }

    .main-news .box-news-container .box-news .text-bottom h3 a {
        font-size: 12px;
        -webkit-line-clamp: 3;
    }

    .box-news-container .row {
        margin: 0;
    }

    .video-big {
        margin-bottom: 15px;
    }

    .button-book a,
    .home-customer-header {
        font-size: 20px;
    }

    .input-customer input {
        margin-bottom: 15px;
    }

    .cusomer_review .title h2 .title-name {
        font-size: 22px;
    }

    .box-news-container {
        margin-top: 15px;
    }

    .box-news-small-cus {
        display: flex;
        align-items: start;
    }

    .box-news-small-cus .img-top {
        flex: 0 0 40%;
        width: 40%;
        display: block;
    }

    .box-news-small-cus .text-bottom {
        padding: 0 0 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .box-news-small-cus .text-bottom {
        margin-top: 0 !important;
    }

    .main-news .box-news-container .box-news-small-cus .text-bottom {
        height: unset;
    }

    .box-news-container-cus .news-slides .col-md-4.col-xs-12.col-sm-12 {
        padding: 0;
        margin-bottom: 20px;
    }

    .box-news-container-cus .news-slides:last-child .col-md-4.col-xs-12.col-sm-12{
        margin-bottom: 0;
    }

    .list-user_review .item_customer .content {
        /*min-height: 290px;*/
    }

    .item_customer .thumb {
        /*min-height: 200px;*/
    }

    .customer-title-name-cus::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -40px;
        width: 40px;
        height: 2px;
        background: #333;
        -webkit-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }

    .customer-title-name-cus::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -40px;
        width: 40px;
        height: 2px;
        background: #333;
        -webkit-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }

    .title-main .title-hd a,
    .main-news-cus .title-hd-cus .title-content-cus {
        font-size: 22px;
    }

    .main-news-cus .title-hd-cus .title-content-cus::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -50px;
        width: 40px;
        height: 2px;
        background: #333;
        -webkit-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }

    .main-news-cus .title-hd-cus .title-content-cus::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -50px;
        width: 40px;
        height: 2px;
        background: #333;
        -webkit-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }

    .title-main .title-hd a:after,
    .news-text-title-cus::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -50px !important;
        width: 40px !important;
        height: 2px;
        background: #333;
        -webkit-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }

    .title-main .title-hd a:before,
    .news-text-title-cus::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -50px !important;
        width: 40px !important;
        height: 2px;
        background: #333;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }

    .title-main .title-hd a:before,
    .title-main .title-hd a:after {
        display: block !important;
    }

    .main-news,
    .main-whynote {
        padding-top: 20px;
    }

    .main-whynote .list-box-why {
        gap: 10px;
    }

    .cusomer_review {
        padding-bottom: 15px;
    }

    .button-book.desk-button {
        display: none;
    }
    .button-book.mobile-button {
        display: block;
    }

    /**/
    .button-book.mobile-button {
        width: 90%;
        margin: 15px auto;
    }

    .button-book.mobile-button a {
        animation-name: pulse;
        animation-delay: 1s;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        background: transparent;
        border: 1px solid;
    }


    .slideshow .banner-contain .text {
        width: 110px !important;
        height: 43px;
        right: 0;
        padding: 0px 6px 0px 6px !important;
    }

    .title-marquee-container p {
        margin-bottom: 2px !important;
        font-size: 10px !important;
    }

    .slideshow .banner-contain .text .description {
        padding: 0;
        margin-bottom: 15px;
    }

    .slideshow .banner-contain .text .read-more-custom {
        position: unset;
        font-size: 13px;
        padding: 3px 10px !important;
        margin-left: 6px;
        white-space: nowrap;
    }

    .slideshow .banner-contain .text .title {
        font-size: 14px;
        height: unset;
        line-height: 14px;
    }

    .header-top-bar-custom {
        padding: 4px 0;
    }

    .item_customer .content-intro a{
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 8px;
    }

    body .form_sub_index a {
        font-size: 18px;
        padding: 10px;
        width: 100%;
    }

    #tab-caption {
        display: flex;
        overflow-x: scroll;
    }

    .home-page .tab-caption-item {
        white-space: nowrap;
    }
}


@media (max-width: 480px) {
    .list-user_review .item_customer .content {
        /*min-height: 340px;*/
        /*padding: 10px 0 0;*/
    }

    .item_customer .thumb {
        /*min-height: 190px;*/
        padding: 0;
    }

    .item_customer .content-intro a {
        margin-bottom: 15px;
    }

    .form_sub_index a {
        font-size: 16px !important;
        padding: 10px 8px !important;
    }

    .home-customer-header {
        font-size: 17px;
    }

    .button-book a {
        font-size: 14px;
    }
}


@media (max-width: 414px) {
    body .purchase-product .btn-addCart {
        font-size: 12px;
        padding: 10px;
    }

    .item_customer .content-name {
        min-height: 70px;
    }

    .item_customer .thumb {
          /*min-height: 190px;*/
          padding: 0;
      }

    .item_customer .content-intro a {
        margin-bottom: 10px;
    }

    .form_sub_index a {
        font-size: 14px !important;
        padding: 10px 8px !important;
    }

    .button-book a {
        font-size: 12px;
    }
}

@media (min-width: 381px) and (max-width: 413px) {
    .slide-box-news-cus .box-news .img-top iframe {
        min-height: 165px;
    }
}

@media (max-width: 380px) {
    .slide-box-news-cus .box-news .img-top iframe {
        min-height: 155px;
    }

    .item_customer .thumb {
        /*min-height: 180px;*/
        padding: 0;
    }

    .list-user_review .item_customer .content {
        padding: 0px;
    }

    .item_customer .content-intro a {
        margin-bottom: 10px;
        font-size: 13px;
        min-height: 35px;
        margin-top: 5px;
    }

    .item_customer .content-des {
        font-size: 13px;
    }

    .item_customer .content-name {
        font-size: 13px;
        padding: 8px 0;
        min-height: 50px;
    }

    .list-user_review .item_customer .content {
        /*min-height: 330px;*/
    }

    .item_customer .content-intro {
        font-size: 13px;
    }

    .form_sub_index a {
        font-size: 13px !important;
        padding: 10px 7px !important;
    }

    .home-customer-header {
        font-size: 15px !important;
    }
}

@media (max-width: 321px) {
    .item_customer .thumb {
        /*min-height: 150px;*/
        padding: 0;
    }

    .item_customer .content-des {
        font-size: 12px;
    }
    .item_customer .content-name {
        font-size: 12px;
        padding: 6px 0;
        min-height: 50px;
    }

    .list-user_review .item_customer .content {
        /*min-height: 320px;*/
        padding: 0;
    }

    .item_customer .content-intro {
        font-size: 12px;
    }

    .item_customer .content-intro a {
        margin-bottom: 10px;
        font-size: 12px;
        min-height: 35px;
    }

    .form_sub_index a {
        font-size: 12px !important;
    }
}

.copied-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    transition: all .2s;
    box-sizing: border-box;
    z-index: 99999;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    border-radius: 16px;
    padding: 18px;
    touch-action: pan-y;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .03em;
    color: #000;
    margin-bottom: 0;
    display: none;
}

.box-news iframe{
    width: 100%;
}


:root {
    --main-color: #0c55cb;
}

.main-whynote .box-why-note .title-why h2:before,
.rightTop_head .cartTop .carttop_wrapper .fa,
.btn-quickview,
.box-product .discount-percent,
.back-to-top.display a {
    background: var(--main-color);
}

.home-page .tab-caption-item:hover,
.home-page .tab-caption-item.selected {
    border-color: var(--main-color);
}

.main-news .box-news .date {
    background: var(--main-color);
}

.main-news .box-news:hover .text-bottom h3 a,
#quickview-cart-desktop .cart-modal a,
#quickview-cart-desktop #price-preview
{
    color: var(--main-color);
}

#quickview-cart-desktop .btnAddToCart {
    background: var(--main-color);
    border-color: var(--main-color);
}

.attr-size.req label.active, .attr-color.req label.active {
    color: var(--main-color);
    border-color: var(--main-color);
}

#sidebar-wrapper {
    display: none !important;
}
.mm-menu.mm-current {
    z-index: 999;
}

.layered-content > li >a:hover, .main_item_cat .layered-content >li.active>a, .advanced-filter .tag-choise:hover, .advanced-filter.check .tag-choise {
    color: var(--main-color) !important;
}

#slider-range.ui-slider-horizontal .ui-slider-range,
#slider-range.ui-slider-horizontal .ui-slider-handle,
.main_item_cat .dropdown-filter {
    background: var(--main-color) !important;
}
.breadcrumb > .active {
    color: var(--main-color) !important;
}
.site-fixed .filter-tag .check-box-list .advanced-filter.check .tag-choise:before,
.site-fixed .filter-tag .check-box-list .advanced-filter .tag-choise:hover:before,
.site-fixed .main_item_cat .layered-content >li.active>a:before {
    color: var(--main-color);
    border-color: var(--main-color) ;
}
.previous-link,
.payment-icon-fa,
body .breadcrumb > li:last-child a,
body .guide-size span,
body .purchase-product .cart-modal a {
    color: var(--main-color);
}
body .purchase-product .btn-addCart {
    background: var(--main-color);
    border-color: var(--main-color);
}

body .xt-products:hover,
#getCoupon.btn-danger,
body #pContent .title>span:hover,
body #pContent .title>span.active {
    background: var(--main-color);
    border-color: var(--main-color);
}
.previous-link:hover, .previous-link:focus,
.title-product-cart-mobile span,
.section__title--link,
body .product-info span.nameCategoryView,
body .product-info span.pview-code {
    color: var(--main-color) !important;
}
.checkout .btn-proceed-checkout-mobile,
body .paginator>a:hover,
body .paginator>span.currentPage,
.group-filter[aria-expanded=false] .dropdown-filter,
.formError .formErrorArrow div,
.product-thumbnail__quantity,
.formError .formErrorContent,
.btn.btn-gray:hover,
.main-container .col-main .cart .btn-proceed-checkout,
body .size.req a.deactive:before,
body .size.req a.deactive:after {
    background: var(--main-color) !important;
}

body .size.req a.active {
    color: var(--main-color);
    border-color: var(--main-color) !important;
}
body .paginator>a:hover,
body .paginator>span.currentPage,
body .color.req a:hover,
body .color.req a.active {
    border-color: var(--main-color) !important;
}
.input-radio:checked, .input-checkbox:checked {
    box-shadow: 0 0 0 10px var(--main-color) inset;
}

.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
    position: relative;
}
body .box-product .box-text {
    text-align: center;
}

.header-wrap-icon .icon-cart svg, .header-wrap-icon .icon-search svg, .header-wrap-icon .icon-account svg {
    fill: #252a2b;
    width: 24px;
    height: 24px;
}
.header-left, .header-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}
.header-wrap-icon {
    text-align: right;
}
.header-wrap-icon > span {
    display: inline-block;
    margin: 8px 5px 0;
    position: relative;
    transition: opacity 150ms linear;
}

#site-cart-handle .cart-menu .count-holder {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    height: 17px;
    overflow: hidden;
}
#site-cart-handle .cart-menu .count {
    transition: top 150ms linear;
    position: relative;
    top: 0px;
    animation-duration: 300ms;
    animation-name: scroll-in;
}
#site-cart-handle:hover .cart-menu .count {
    animation-name: scroll-out;
}
@keyframes scroll-in {
    0% {
        top: 2px;
    }
    49% {
        top: -14px;
    }
    50% {
        top: 19px;
    }
    100% {
        top: 2px;
    }
}

@keyframes scroll-out {
    0% {
        top: 2px;
    }
    49% {
        top: 19px;
    }
    50% {
        top: -14px;
    }
    100% {
        top: 2px;
    }
}

#site-nav-cart, #site-search {
    position: fixed;
    width: 480px;
    height: 100vh;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 8888;
    overflow: hidden;
    -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
#site-nav-cart.show-cart, #site-search.show-cart {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
#site-overlay {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 7777;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}
#site-overlay.active {
    opacity: 1;
    visibility: visible;
}
body {
    position: relative !important;
    right: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -ms-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.sidebar-move {
    right: 480px;
}
#site-nav-cart .site-nav-container-last, #site-search .site-search-container-last {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 60px 70px 250px;
    width: calc(100% + 20px);
    height: 100%;
    overflow-y: scroll;
}
.site-nav-container-last .title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 3px 0 0 0;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-nav-container-last .title .fa-times {
    font-size: 25px;
    cursor: pointer;
}
.site-nav-container-last .cart-view {
    margin-top: 50px;
}
#cart-view tr:last-child {
    border: none;
}
#cart-view td.img img {
    width: 70px;
    border: 1px solid #ededed;
    margin-right: 10px;
    max-width: none;
}
.cart-view table td a.pro-title-view {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
#cart-view span.pro-quantity-view {
    float: left;
    width: auto;
    background: #ededed;
    text-align: center;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1;
    margin-right: 12px;
}
#cart-view span.pro-price-view {
    display: block;
    text-align: center;
    float: left;
    line-height: 26px;
    font-weight: 500;
    opacity: 0.7;
}
#cart-view tr td:not(.img) {
    padding: 25px 0;
    position: relative;
    padding-right: 20px;
}
.remove-cart {
    position: absolute;
    right: 10px;
}
table#cart-view tr {
    border-bottom: 1px dotted #bcbcbc;
}
table#cart-view tr td, table.table-total tr td  {
    border: none;
}
.cart-view .line {
    float: left;
    width: 100%;
    border-top: 2px solid #000000;
    margin: 10px 0px;
}

.cart-view a.linktocheckout, .cart-view a.linktocart {
    padding: 19px 30px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 25px;
    display: inline-block;
}
.button.dark {
    color: #fff;
    border: 1px solid #0c55cb;
}
.button.dark:before {
    background-color: #0c55cb;
}
.button:before {
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.button.dark:hover {
    color: #252a2b;
}
.site-search-container-last .title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 3px 0 0 0;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-search-container-last form.search-header {
    position: relative;
    margin-top: 20px;
}
.site-search-container-last form.search-header input[type="search"] {
    background: #ededed;
    color: #252a2b;
    width: 100%;
    border: none;
    height: 55px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 150ms linear;
}
.site-search-container-last form.search-header .btn-search {
    width: 55px;
    height: 55px;
    line-height: 64px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    transition: opacity 150ms linear;
}
.site-search-container-last form.search-header .btn-search {
    width: 55px;
    height: 55px;
    line-height: 64px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    transition: opacity 150ms linear;
}
.site-search-container-last form.search-header .btn-search svg {
    width: 25px;
    height: 22px;
    opacity: .12;
}
.site-search-container-last .title .fa-times {
    font-size: 25px;
    cursor: pointer;
}
.wrap-logo a img {
    width: 170px;
    height: 105px;
    object-fit: contain;
}
#fix-top-menu  .menutopid {
    background: #0c55cb;
}
.menu-top .coll-icon span {
    color: #fff;
}
.menu-top > li > a:hover > .coll-icon span, .menu-top > li:hover .coll-icon {
    color: #fff !important;
}
.form_sub_index {
    text-align: center;
}
.form_sub_index a {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: #0c55cb;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
}
.form_sub_index a:focus {
    color: #fff;
}
.form_sub_index a:hover {
    color: #fff;
}
#modalSubIndex .form-group input {
    width: 100%;
    height: 45px;
    border: 1px solid transparent;
    background: #ededed;
    color: #252a2b;
    padding: 0 20px;
    font-weight: 500;
    -webkit-appearance: none;
}
#signUpSubmitIndex {
    background: #0c55cb;
    padding: 0 40px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}
.modal-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#modalSubIndex .modal-content .close {
    position: inherit;
    margin-top: 0;
    padding-top: 0;
    font-size: 25px;
}
#modalSubIndex .modal-title {
    font-size: 18px;
    text-transform: uppercase;
}
#modalSubIndex .close-modal {
    cursor: pointer;
}
.main-whynote {
    background: #fff;
}

.main-whynote .row {
    background: #0c55cb;
}

.main-whynote .row .col-md-6.col-custom {
    padding-left: 0;
}

.main-whynote .box-why-note .title-why h2 a, .main-whynote .list-box-why .text-icon h3 a, .main-whynote .list-box-why .text-icon p {
    color: #fff;
}
.banner-policy {
    padding: 50px 0 35px;
}
.banner-policy .title-policy {
    margin: 0 0 30px;
}
.banner-policy .wrap-policy {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-policy .wrap-policy .policy_item {
    flex: 0 0 calc(100%/6);
    width: calc(100%/6);
    min-width: 200px;
    padding: 0 10px;
}
.banner-policy .wrap-policy .policy_item span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0;
    color: #0c55cb;
    white-space: normal;
}
#modalSubIndex .modal-dialog {
    margin: 140px auto;
}
.cusomer_review .title .title-line {
    height: 2px;
    width: 100%;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.cusomer_review .title h2 {
    font-size: 27px;
    margin: 5px 0;
    position: relative;
    background: #fff;
}
.cusomer_review .title {
    text-align: center;
    padding: 43px 0;
}
.cusomer_review .title h2 .title-name {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 15px;
}
.list-user_review .item {
    display: flex;
}
.list-user_review .item .thumb {
    width: 40%;
}
.list-user_review .item .content {
    width: 57%;
    padding: 5px 0px 5px 10px;
    border: 1px solid #eee;
}
.list-user_review .item .content b, .list-user_review .item .content i {
    display: block;
    padding: 5px 0 0;
}
.list-user_review .item .content b {
    color: #0c55cb;
}
.cusomer_review {
    padding-bottom: 35px;
}
.contact_footer {
    position: fixed;
    bottom: 0px;
    z-index: 800;
    text-align: center;
    display: flex;
    justify-content: center;
    border: 0px solid #01AEF0;
    width: 600px;
    left: 50%;
    transform: translate(-50%, 0);
}
.contact_footer .iconItem {
    width: calc(100%/3);
    display: block;
    float: left;
}
.contact_footer .iconItem a img {
    width: 160px;
    height: 49px;
}

.contact_footer .ring {
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.img-lk .social {
    display: flex;
    flex-wrap: wrap;
}
.img-lk .social li a i {
    font-size: 27px;
}
.img-lk .social li a:hover {
    color: unset;
}

.main-whynote {
    padding: 50px 0 0;
}

.title-marquee-container {
    white-space: nowrap;
    overflow: hidden;
}

.title-marquee-container p {
    display: inline-block;
    animation: marquee 15s linear infinite;
    font-size: 11px;
    margin-bottom: 0;
}

@keyframes marquee {
    0% { transform: translateX(50%); }
    100% { transform: translateX(-100%); }
}

.slideshow .banner-contain .text {
    /*border: 1px solid;*/
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    width: 150px;
    right: 0;
}

.slideshow .banner-contain .text .read-more-custom {
    bottom: 5px;
}