.swiperBanner .swiper-button-next {
    color: #fff;
    width: 58px;
    height: 58px;
    border-radius: 10px;
    font-weight: bold;
    opacity: 0.8;
    transition: all linear .3s;
    transform: translateX(-58px);
    background-color: rgb(255 255 255 / 20%) !important;
    border: 2px solid #fff;
    opacity: 1;
}

.swiperBanner .swiper-button-prev {
    color: #fff;
    width: 58px;
    height: 58px;
    font-weight: bold;
    border-radius: 10px;
    opacity: .8;
    transform: translateX(76px);
    transition: all linear .3s;
    background-color: rgb(255 255 255 / 20%) !important;
    border: 2px solid #fff;
    opacity: 1;
}

.banner {
    padding-top: 90px;
}

.swiperBanner .swiper-button-prev, .swiperBanner .swiper-button-next {
    top: 50%;
}

    .swiperBanner .swiper-button-prev:hover, .swiperBanner .swiper-button-next:hover {
        background-color: #009bd5 !important;
    }

    .swiperBanner .swiper-button-prev:after {
        font-size: 20px;
    }

    .swiperBanner .swiper-button-next:after {
        font-size: 20px;
    }

.swiperBanner .grid.wide {
    position: absolute;
    top: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    clear: both;
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*About*/
ul.wp-bottom-list-img-content-about {
    margin: auto;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    /* column-gap: 40px; */
    /* row-gap: 13px; */
}

h2.title-about-left-sys {
    font-family: 'playSB';
    font-size: 17.16px;
    color: #807a73;
    margin-top: 14px;
    margin-bottom: 16px;
}

span.des-about-left-sys {
    font-size: 14px;
    font-family: 'MonM';
    color: #444444;
    line-height: 1.5;
}

ul.list-sys-about-left {
    margin: auto;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(1,minmax(0,1fr));
    column-gap: 28px;
    row-gap: 30px;
}

ul.wp-bottom-list-img-content-about li img.img-about-left-sys-bottom {
    width: 245px;
    height: 320px;
    display: block;
    /* padding-right: 40px; */
}

ul.wp-bottom-list-img-content-about li {
    width: 245px;
    height: 100%;
    display: block;
    /* margin-right: 40px; */
}

    ul.wp-bottom-list-img-content-about li.right-right-sys {
        margin-left: 40px;
    }

.img-about-left-sys {
    background: #ab7153;
    width: 65px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.left-about-home {
    float: left;
    width: 50%;
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-direction: column;
    -webkit-flex-direction: column; /* Safari */
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start; /* Safari */
    position: relative;
}

.right-about-home {
    width: 45%;
    float: right;
}

section.about-bottom-home a {
    font-family: MonR;
    font-size: 16px;
    color: #51321b;
}

    section.about-bottom-home a:hover {
        color: #e2bb53;
    }

    section.about-bottom-home a i {
        font-size: 14px;
    }

h4.name-about-home {
    color: #009bd5;
    font-size: 52px;
    font-family: 'playB';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: -23px;
}

h6.name-about-home1 {
    font-size: 24.65px;
    color: #ffc506;
    font-family: 'MonM';
    position: relative;
    top: -14px;
}

section.about-top-home {
    text-align: center;
}

    section.about-top-home h2 {
        font-size: 83.74px;
        color: #ead7a3;
        font-family: CanP;
        text-transform: uppercase;
        margin-bottom: 26px;
    }

span.content-about-home {
    font-size: 16px;
    color: #676767;
    line-height: 1.5;
    font-family: 'InterR';
    text-align: center;
    display: block;
    margin-top: 24px;
    margin-bottom: 40px;
}

.wp-home-about {
    padding-top: 82px;
    padding-bottom: 50px;
    background: url(/Design/img/SeaStarHotel/LogoSeaStarHotel/Home/decorAbout.png) no-repeat;
    background-size: cover;
}

section.about-bottom-home {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
}

a.detail-view-about-home {
    display: inline-block;
    font-size: 14.28px;
    color: #ffffff;
    font-family: 'MonM';
    background: #009bd5;
    padding: 18px 70px;
}

h3.title-cate-home {
    font-family: playSB;
    font-size: 17.16px;
    color: #807a73;
    margin-bottom: 16px;
}

span.content-cate-home {
    font-size: 14px;
    color: #444444;
    font-family: monR;
    line-height: 1.5;
    margin-bottom: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-bottom-home {
    padding-right: 37px;
}

.img-icon-about-home {
    background: #275c53;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 55px;
    border-radius: 7px;
    margin-bottom: 14px;
}

.left-bottom-home img {
    width: 245px;
    display: block;
    height: 320px;
    object-fit: cover;
    background: #275c53;
}

.wp-about-img img.img-about-one {
    /* position: absolute; */
    right: -130px;
    bottom: 96px;
    z-index: 2;
    width: 312px;
    height: 438px;
    background: #fffdfa;
}

.wp-about-img {
    position: relative;
    display: flex;
}

.wp-about-img-left img {
    background: #fffdfa;
    position: relative;
}

.right-cate-about-home {
    margin-bottom: 24px;
}

.wp-about-img-left {
    position: relative;
    width: 313px;
    height: 446px;
    margin-top: 30px;
    margin-left: 36px;
}

    .wp-about-img-left img {
        width: 100%;
        height: 100%;
    }

.wp-home-about .grid.wide {
    max-width: 1285px;
}

/*End*/

/*System Room*/

span.content-room-home {
    color: #616161;
    font-size: 16px;
    display: block;
    line-height: 1.5;
    margin-bottom: 46px;
    padding: 0 109px;
}

/*Room Top*/
ul.list-room-top {
    /* padding: 0; */
    margin: auto;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(1,minmax(0,1fr));
    column-gap: 22px;
    row-gap: 10px;
}

.pager {
    padding: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
}

    .pager span {
        color: #4d4d4d;
        margin: 0 5px;
        position: relative;
        font-size: 15px;
        text-transform: inherit;
        font-weight: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        padding-right: 26px;
        justify-content: center;
        color: #fff;
        border: 1px solid #90ce4e;
        background: #90ce4e;
        transition: all linear .2s;
        border: 1px solid #bababa;
        border-radius: 5px;
        padding: 4px 8px;
    }

    .pager a {
        background: var(--tt-default-color);
        margin: 0 5px;
        color: #4d4d4d;
        margin: 0 5px;
        position: relative;
        font-size: 15px;
        text-transform: inherit;
        font-weight: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        padding-right: 26px;
        justify-content: center;
        color: #fff;
        border: 1px solid #90ce4e;
        transition: all linear .2s;
        border: 1px solid #bababa;
        border-radius: 5px;
        padding: 4px 8px;
    }

ul.list-room-search {
    margin: auto;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 10px;
}

.img-room-top a img {
    width: 100%;
    height: 578px;
    display: block;
}

h2.title-room-top, h2.title-room-bottom {
    padding-bottom: 10px;
}

    h2.title-room-top a {
        font-size: 28px;
        font-family: playSM;
        color: #ffffff;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

span.book-room-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: 'MonR';
    background: #ab7153;
    border-radius: 6px;
    padding: 11px 26px 11px 26px;
    text-transform: uppercase;
}

    span.book-room-bottom a {
        color: #fff;
    }

.wp-bottom-room-home {
    position: relative;
    bottom: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    padding: 0 47px;
}

.left-des-room-home {
    width: 624px;
    height: 185px;
    background: #e8e2df;
    border-radius: 5px;
}

span.book-room-bottom a i {
    padding-right: 9px;
    font-size: 23px;
}

.left-about-coffee img {
    background: #fec962;
    position: absolute;
    top: -141px;
    width: 450px;
    height: 580px;
}

.wp-about-lambeach-coffee {
    background: url(/Design/img/AboutCoffee/about.png) no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 53px;
}

li.item-img-about-coffee a {
    height: 140px;
    overflow: hidden;
}

li.item-img-about-coffee {
    width: 190px;
    height: 140px;
    overflow: hidden;
}

.wp-info-room-top span {
    font-size: 16px;
    font-family: MonR;
    color: #7b7b7b;
    padding: 0 10px;
}

    .wp-info-room-top span img {
        padding-right: 5px;
    }

span.room-arrow {
    padding: 0 8px;
    border-right: 1px solid #888888;
}

    span.room-arrow i {
        color: #a37358;
        padding-right: 3px;
    }

span.room-dt {
    padding: 0 10px;
    border-right: 1px solid #888888;
}

.wp-room-bottom-child span.room-dt {
    padding: 0 7px;
}

.wp-room-bottom-child .wp-info-room-bottom span {
    font-size: 13px;
}

.wp-room-bottom-child span.room-guest {
    padding-left: 7px;
}

span.room-guest {
    padding-left: 10px;
    border-left: 1px solid #888888;
}

.img-room-side {
    padding: 20px 28px 33px 28px;
}

.img-room-side-bottom {
    padding: 8px 23px;
    text-align: center;
    width: max-content;
    background: rgb(239 246 255 / 90%);
    border-radius: 5px;
    position: absolute;
    z-index: 2;
    bottom: 66px;
    left: calc(50% - 208px);
    margin: auto;
}

span.content-room-bottom {
    font-family: MonR;
    font-size: 16px;
    /* height: 100%; */
    padding: 39px 39px 0 39px;
    color: #212121;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

li.itemTopRoomHome span.wp-content-sys-room-bottom {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

li.itemTopRoomHome .img-room-bottom-sys {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 262px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

li.itemBottomRoomHome .img-room-bottom-sys {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.wp-content-sys-room-bottom {
    font-family: MonR;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

li.itemBottomRoomHome span.wp-content-sys-room-bottom {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wp-info-room-top {
    margin-bottom: 16px;
    padding: 15px 0px;
    /* width: 440px; */
    border: 1px solid #8d634a;
    border-radius: 5px;
    background: #ffffff;
}

span.price-room-top {
    font-size: 25.22px;
    color: #ffffff;
    font-family: 'MonSB';
}

li.itemBottomRoomHome {
    background: #e8e2df;
    padding: 10px;
    border-radius: 10px;
}

span.detail-view-room-bottom a {
    font-family: MonR;
    font-size: 13px;
    color: #51321b;
}

    span.detail-view-room-bottom a i {
        transition: all linear .2s;
    }

span.detail-view-room-bottom:hover a {
    color: #e2bb53;
}

    span.detail-view-room-bottom:hover a i {
        padding-left: 3px;
        color: #e2bb53;
    }

.img-room-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 29px 20px 29px;
    background: #fff8e4;
    border-radius: 0 0 20px 20px;
}

span.donviDate {
    font-size: 20px;
    font-family: 'MonR';
}

span.donviD {
    position: relative;
    top: -6px;
    font-size: 14.01px;
    color: #ffffff;
    font-family: 'MonR';
    padding-left: 5px;
}

li.itemTopRoomHome span.detail-view-room-bottom {
    padding-top: 10px;
}

li.itemBottomRoomHome span.detail-view-room-bottom {
    padding-top: 15px;
}

span.detail-view-room-bottom {
    display: block;
    position: relative;
    top: 3px;
}

li.item-room-top {
    position: relative;
}

.sys-room-img-top {
    margin: 0 36px;
    margin-bottom: 78px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 29px 0 34px 0;
    margin-top: -85px;
}

span.chitu {
    font-size: 14.56px;
    color: #fffeff;
    font-family: 'MonR';
}

span.wp-price-room-top {
    font-family: 'MonSB';
    display: inline-block;
    font-size: 23.22px;
    color: #ffffff;
    background: #ab7153;
    border-radius: 6px;
    padding: 11px 10px 10.79px 26px;
}

.price-book-room-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-room-top a {
    overflow: hidden;
}

    .img-room-top a img {
        transition: all linear .1s;
    }

li.item-room-top:hover .img-room-top a img {
    transform: scale(1.1);
}

.img-room-top {
    overflow: hidden;
    /* border-radius: 20px 20px 0 0; */
}

.wp-bottom-room {
    padding-bottom: 176px;
}

    .wp-bottom-room .swiper-button-next, .wp-bottom-room .swiper-button-prev {
        background: rgb(13 21 24 / 50%);
        width: 62px;
        height: 62px;
        border-radius: 50%;
        border: 1px solid #62432f;
    }

        .wp-bottom-room .swiper-button-next:hover, .wp-bottom-room .swiper-button-prev:hover {
            background: #fff;
            border: 1px solid #fff;
        }

        .wp-bottom-room .swiper-button-next:after, .wp-bottom-room .swiper-button-prev:after {
            font-size: 20px;
            color: rgb(255 255 255 / 50%);
        }

        .wp-bottom-room .swiper-button-next:hover:after, .wp-bottom-room .swiper-button-prev:hover:after {
            color: #51321b;
        }

.swiper-button-next {
    right: -34px;
}

.swiper-button-prev {
    left: -34px;
}
/*End*/

/*Img Side Room*/
span.slogan-img-room-side {
    font-size: 26.54px;
    color: #ffca62;
    font-family: playBI;
}

span.hotline-room-side-sys img {
    position: absolute;
    left: -59px;
    top: -12px;
}

a.phone-room-side-sys {
    font-size: 31.07px;
    color: #e2bb53;
    font-family: 'playSB';
}

span.name-contact-room-sys {
    font-size: 28px;
    font-family: playSB;
    color: #e2bb53;
    padding-right: 10px;
    padding-left: 7px;
}

.sys-room-img-top .grid.wide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.hotline-room-side-sys {
    position: relative;
}
/*End*/

/*About Coffee*/
.right-about-coffee {
    float: right;
    width: 53%;
}

.left-about-coffee {
    float: left;
    width: 41%;
    position: relative;
}

h5.title-about-coffee {
    font-family: playSBI;
    font-size: 45px;
    color: #ffffff;
    margin-bottom: 20px;
}

span.title-hi-coffee {
    display: block;
    font-size: 23px;
    font-family: MonR;
    color: #ffffff;
    margin-bottom: 50px;
    position: relative;
}

    span.title-hi-coffee:after {
        content: "";
        position: absolute;
        background: #e8e2df;
        width: 69px;
        height: 2px;
        bottom: -3px;
        left: 0;
    }

span.des-about-coffee {
    display: block;
    font-family: MonR;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.view-full-about-coffee {
    display: inline-block;
    font-family: MonM;
    color: #ffffff;
    font-size: 16px;
    margin-top: 34px;
    margin-bottom: 38px;
    border-bottom: 1px solid #ded5d0;
}

ul.list-img-about-coffee {
    padding: 0;
    margin: auto;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 10px;
}
}

li.item-img-about-coffee a img {
    display: block;
    width: 100%;
    height: 100%;
}

li.item-img-about-coffee a img {
    display: block;
    width: 190px;
    height: 140px;
    object-fit: cover;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all .2s;
}

li.item-img-about-coffee:hover a img {
    /* transform: scale(1.1); */
    border: 1px solid #f7f4f2;
}
/*End*/
/*Room Bottom*/
ul.list-room-bottom {
    margin: auto;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 22px;
    row-gap: 36px;
}

.img-room-bottom-sys-top a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear .1s;
}

li.itemBottomRoomHome:hover .img-room-bottom-sys-top a img, li.itemTopRoomHome:hover .img-room-bottom-sys-top a img {
    transform: scale(1.1);
}

ul.listTopRoomHome {
    margin: auto;
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 2px;
    row-gap: 10px;
}

.img-room-bottom-sys-top a:before {
    content: "";
    position: absolute;
    background: rgb(0 26 33 / 50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 1;
}

li.itemTopRoomHome:hover .img-room-bottom-sys-top a:before {
    opacity: 1;
    visibility: visible;
}

li.itemTopRoomHome:hover .img-room-bottom-sys {
    opacity: 1;
    visibility: visible;
    bottom: 183px;
}

li.itemTopRoomHome .price-room-bottom {
    margin-bottom: 0;
}

li.item-room-bottom:hover .img-room-bottom-sys-top a img {
    transform: scale(1.1);
}

.img-room-bottom-sys-top a {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

li.itemTopRoomHome:hover li.itemTopRoomHome .img-room-bottom-sys {
}

span.donviVND {
    padding-left: 5px;
}

li.itemTopRoomHome {
    position: relative;
}

.img-room-bottom-sys-top {
    overflow: hidden;
    position: relative;
    /* z-index: 1; */
}

li.item-room-bottom {
    margin: auto;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 29px;
    background: #e8e2df;
    /* box-shadow: -1px 4px 9px #a6acb159; */
    border-radius: 10px;
    padding: 10px;
}

ul.listBottomRoomHome {
    margin: auto;
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 10px;
}

h2.title-room-bottom a {
    font-size: 28px;
    font-family: 'playB';
    line-height: 1.5;
    color: #009bd5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wp-info-room-bottom span {
    font-size: 16.35px;
    font-family: MuliR;
    color: #888888;
    display: flex;
    align-items: center;
}

    .wp-info-room-bottom span img {
        padding-right: 5px;
    }

.wp-info-room-bottom {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-room-bottom {
    display: inline-block;
    font-size: 30px;
    color: #f2c202;
    font-family: playEB;
}

li.itemBottomRoomHome .price-room-bottom {
    margin-bottom: 0;
}
/*End*/

/*Tien Ich Khach San*/

/*End*/

/*New*/

.top-travel-guide {
    /* text-align: center; */
    padding-top: 64px;
    padding-bottom: 35px;
}

h2.title-travel-guide {
    font-size: 18px;
    color: #fec962;
    font-family: 'MonR';
    margin-bottom: 15px;
}

h6.des-travel-guide {
    font-size: 36px;
    font-family: playSM;
    color: #009bd5;
    padding-left: 56px;
    margin-top: -18px;
}

ul.list-bottom-travel-guide {
    margin: auto;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 19px;
    row-gap: 19px;
}

.img-bottom-travel-guide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.list-bottom-travel-guide.listHandbookHome li.item-bottom-travel-guide:last-child {
    display: none;
}

a.title-travel-guide-bottom {
    font-family: InterSB;
    font-size: 20px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    font-weight: 500;
}

span.content-travel-guide-bottom {
    font-size: 14.07px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    padding-top: 16px;
    /* padding-bottom: 15px; */
}

span.detail-travel-guide-bottom a {
    font-size: 12.19px;
    color: #009bd5;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 27px;
    border: 1px solid #009bd5;
    border-radius: 50px;
}

    span.detail-travel-guide-bottom a i {
        font-size: 11px;
    }

.content-bottom-travel-guide {
    padding-left: 13px;
    padding-top: 17px;
    padding-bottom: 11px;
}

span.detail-travel-guide-bottom {
    margin-top: 36px;
    display: block;
}

.wp-travel-guide {
    padding: 50px 0;
    background: #F2FBFF;
}

    .wp-travel-guide .p-descript {
        color: #333;
    }

.detail-view-travel-guide a {
    font-family: MonM;
    font-size: 16px;
    color: #565656;
    text-decoration: underline;
}

    .detail-view-travel-guide a:hover {
        color: #a37358;
    }

.detail-view-travel-guide {
    text-align: center;
    display: block;
    padding-top: 23px;
    padding-bottom: 53px;
}

.img-bottom-travel-guide a {
    overflow: hidden;
    height: 246px;
}

    .img-bottom-travel-guide a img {
        transition: all linear 0.2s;
    }

li.item-bottom-travel-guide:hover .img-bottom-travel-guide a img {
    transform: scale(1.1);
}

li.item-bottom-travel-guide:hover span.detail-travel-guide-bottom a {
    background: #009bd5;
    color: #fff;
    border: 1px solid #009bd5;
}

.img-bottom-travel-guide {
    overflow: hidden;
    height: 246px;
}
/*End*/

/*Img Library*/

.list-img-lib-bottom {
    margin: auto;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(5,minmax(0,1fr));
    column-gap: 5px;
    row-gap: 5px;
}

.itemImgLibHome a, .itemImgLibHome a img {
    display: block;
    width: 100%;
    height: 100%;
}

.itemImgLibHome a {
    height: 235px;
}

.item-col a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.item-col {
    margin-bottom: 10px;
    overflow: hidden;
}

h4.name-img-lib {
    font-family: MonR;
    font-size: 18px;
    color: #fec962;
    margin-bottom: 17px;
}

.top-img-library {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 36px;
    padding-top: 26px;
    padding-right: 26px;
}

span.content-img-lib {
    font-family: 'playR';
    font-weight: 500;
    font-size: 32px;
    color: #009bd5;
    padding-left: 48px;
    margin-top: -16px;
    display: block;
}

.right-detail-img-view a {
    font-size: 16px;
    color: #fff;
    font-family: 'InterR';
    background: #009bd5;
    padding: 12px 29px;
    text-transform: uppercase;
    transition: all .3s;
}

    .right-detail-img-view a:hover {
        background: #ffc506;
    }

.li-col.li-col1 .item-col-1, .li-col.li-col2 .item-col-2 {
    /* width: 273px; */
    height: 203px;
}

.item-col-2 {
    /* width: 273px; */
    height: 203px;
    margin-bottom: 0 !important;
}

.li-col.li-col2 .item-col-1 {
    height: 417px;
    /* width: 269px; */
    margin-bottom: 0;
}

.item-col:hover a img {
    transform: scale(1.1);
}

.item-col a {
    overflow: hidden;
}

    .item-col a img {
        transition: all linear .1s;
        background: #275c53;
    }

.li-col.li-col2 .item-col.item-col-2 {
    display: none;
}

span.des-img-lib {
    font-family: MonR;
    font-size: 15px;
    color: #484949;
    padding-top: 27px;
    display: block;
    line-height: 1.4;
}

.bottom-img-library {
    padding: 0;
    margin: auto;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 0;
    padding-left: 30px;
}

.wp-img-library {
    padding-bottom: 30px;
    padding-left: 26px;
    background: #eff6ff;
}

    .wp-img-library .container {
        padding: 0 10px;
    }
/*End*/
.back-to-top.show {
    opacity: 1;
    pointer-events: all;
}

.back-to-top {
    position: fixed;
    right: 48%;
    bottom: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--tt-default-color);
    color: #fff;
    z-index: 99999;
    font-size: 24px;
    opacity: 0;
    transition: all linear .3s;
    pointer-events: none;
}

/*Code Nut */

.zalo {
    position: fixed;
    right: 14px;
    bottom: 107px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 999;
    background-color: #0A7CFF;
}

.message .icon {
    position: fixed;
    right: 14px;
    bottom: 189px;
    width: 40px;
    display: flex;
    height: 40px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    z-index: 999;
    align-items: center;
    justify-content: center;
    background-color: #0A7CFF;
}

    .message .icon img {
        pointer-events: none;
    }

.message .content {
    position: fixed;
    right: 15px;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
    bottom: 69px;
    transition: all ease .3s;
}

    .message .content.show {
        opacity: 1;
        pointer-events: all;
        right: 84px;
    }

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: -11px;
    right: -24px;
    z-index: 999999;
}

    .hotline-phone-ring-wrap.sdt-2 {
        bottom: 90px;
        left: -20px;
    }

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
    pointer-events: none;
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    pointer-events: none;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/*hot line*/

.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 36px;
    left: 36px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .hotline-phone-ring-img-circle .pps-btn-img img {
            width: 20px;
            height: 20px;
        }

    .hotline-phone-ring-img-circle span {
        position: absolute;
    }

.gm {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    right: 14px;
    background-color: green;
    bottom: 276px;
    z-index: 999;
}

    .gm img {
        width: 75%;
        height: 75%;
        border-radius: 50%;
    }

    .gm .decor-1 {
        background-color: green !important;
    }

    .gm .decor-2 {
        border-color: green !important;
    }

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.icon-fix .icon img {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    transform: scale(0.6);
}

.icon-fix img {
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.icon-fix .decor-1 {
    position: absolute;
    width: 140%;
    height: 140%;
    border-radius: 50%;
    background-color: #0A7CFF;
    opacity: .4;
    animation: forDecor-1 linear 1s infinite;
    pointer-events: none;
}

.icon-fix .decor-2 {
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #0A7CFF;
    animation: forDecor-2 linear 1s infinite;
    transition-delay: 1s;
    pointer-events: none;
}

@keyframes forDecor-2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    100% {
        transform: scale(1.4);
        opacity: 1;
    }
}

@keyframes forDecor-1 {
    0% {
        transform: scale(1);
    }

    80% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animate {
    0% {
        stroke-dashoffset: 200%;
        stroke-opacity: .8;
    }

    100% {
        stroke-dashoffset: 0%;
        stroke-opacity: 0;
    }
}
/*End*/

.thongbao {
    font-size: 17px;
    margin-top: 20px;
    display: block;
    color: var(--default-color-1);
    font-weight: bold;
}

.bottom-travel-guide {
    /* padding-bottom: 81px; */
}

/*Menu Res*/

.menu-rs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999999999999999999999999999999999999999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    background: #ffffff;
}

    .menu-rs.show {
        pointer-events: all;
        opacity: 1;
    }

    .menu-rs .decor {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .menu-rs .decor .item {
            position: absolute;
            width: 100%;
            height: calc(100% / 3);
            background-color: #009bd5;
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
            -webkit-transition-delay: .2s;
            -o-transition-delay: .2s;
            transition-delay: .2s;
            margin-bottom: 0;
        }

    .menu-rs.show .decor .item {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .menu-rs .decor::before {
        content: '';
        border: none;
        position: absolute;
        width: 100%;
        height: calc((100% / 3) + 2px);
        top: 0;
        left: 0;
        background-color: #009bd5;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .menu-rs.show .decor::before {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .menu-rs .decor::after {
        content: '';
        position: absolute;
        width: 100%;
        height: calc((100% / 3) + 2px);
        border: none;
        bottom: 0;
        left: 0;
        background-color: #009bd5;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .menu-rs.show .decor::after {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .menu-rs .container {
        position: absolute;
        z-index: 4;
    }

        .menu-rs .container .logo {
            position: relative;
            -webkit-transform: translateY(50px);
            -ms-transform: translateY(50px);
            transform: translateY(50px);
            opacity: 0;
            -webkit-transition: all linear .3s;
            -o-transition: all linear .3s;
            transition: all linear .3s;
            -webkit-transition-delay: .5s;
            -o-transition-delay: .5s;
            transition-delay: .5s;
        }

            .menu-rs .container .logo img {
                =: absolute;
            }

            .menu-rs .container .logo .logo-chinh-rs {
                position: absolute;
                width: unset;
            }

    .menu-rs.show .container .logo {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .menu-rs .container .tenct {
        font-size: 25px;
        color: #ffc506;
        text-align: center;
        font-family: 'playB';
        padding-right: 60px;
        opacity: 0;
    }

    .menu-rs.show .container .tenct {
        opacity: 1;
        padding-right: 0;
        transition: all linear .3s;
        transition-delay: .6s;
        text-transform: capitalize;
        padding-bottom: 10px;
    }

    .menu-rs .decor-close {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        z-index: 5;
        right: 20px;
        top: 20px;
        width: 35px;
        height: 35px;
    }

    .menu-rs.show .decor-close::after {
        -webkit-transform: translateX(0) translateY(0) rotate(-45deg);
        -ms-transform: translateX(0) translateY(0) rotate(-45deg);
        transform: translateX(0) translateY(0) rotate(-45deg);
        opacity: 1;
        pointer-events: none;
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s;
    }

    .menu-rs.show .decor-close::before {
        -webkit-transform: translateX(0) translateY(0) rotate(45deg);
        -ms-transform: translateX(0) translateY(0) rotate(45deg);
        transform: translateX(0) translateY(0) rotate(45deg);
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s;
        opacity: 1;
        pointer-events: none;
    }

    .menu-rs .decor-close::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 6px;
        border-radius: 40px;
        background-color: #fff;
        -webkit-transform: translateX(-60px) translateY(-60px) rotate(45deg);
        -ms-transform: translateX(-60px) translateY(-60px) rotate(45deg);
        transform: translateX(-60px) translateY(-60px) rotate(45deg);
        opacity: 0;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
    }

    .menu-rs .decor-close::after {
        content: '';
        position: absolute;
        width: 30px;
        height: 6px;
        border-radius: 40px;
        -webkit-transform: translateX(60px) translateY(-60px) rotate(-45deg);
        -ms-transform: translateX(60px) translateY(-60px) rotate(-45deg);
        transform: translateX(60px) translateY(-60px) rotate(-45deg);
        background-color: #fff;
        opacity: 0;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
    }

    .menu-rs .container .content {
        /* display: block; */
        display: -ms-flexbox;
        display: block;
        padding-top: 10px;
        height: 100%;
        padding-left: 95px;
        /* justify-content: center; */
    }

.wp-res-full li {
    list-style: none;
    /* padding: 10px 0; */
    text-align: center;
}

    .wp-res-full li a {
        color: #fff;
        font-size: 18px;
        font-family: 'InterR';
    }

.menu-rs .container .content .left {
    position: relative;
    width: 50%;
    padding: 0 10px;
}

    .menu-rs .container .content .left li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 15px;
    }

        .menu-rs .container .content .left li a {
            font-size: 30px;
            font-family: helveNeueBold;
            margin: 15px 0;
            color: #fff;
            -webkit-transition: all linear .3s;
            -o-transition: all linear .3s;
            transition: all linear .3s;
            -webkit-transform: translateX(-100px);
            -ms-transform: translateX(-100px);
            transform: translateX(-100px);
            opacity: 0;
        }

.menu-rs.show .container .content .left li a {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    text-align: center;
}

.menu-rs .container .content .left li a:hover {
    color: #fcf17e;
}

.menu-rs .container .content .right {
    width: 50%;
}

    .menu-rs .container .content .right h3 {
        position: relative;
        text-align: center;
        font-size: 40px;
        color: var(--default-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 0;
        -webkit-transition: all linear .5s;
        -o-transition: all linear .5s;
        transition: all linear .5s;
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        font-family: helveNeueBold;
        transition-delay: .4s;
    }

.menu-rs.show .container .content .right h3 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    color: rgb(255, 206, 0);
}

.menu-rs .container .content .right h3::before {
    content: '';
    position: absolute;
    width: 10%;
    height: 2px;
    opacity: 0;
    background-color: rgb(255, 206, 0);
    border-radius: 5px;
    top: calc(100% + 18px);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    transition-delay: .9s;
}

.menu-rs.show .container .content .right h3::before {
    width: 60%;
    opacity: 1;
}

.menu-rs .container .content .right .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    height: 434px;
    padding-top: 15px;
    margin-top: 25px;
    padding-bottom: 15px;
    overflow-x: hidden;
    overflow-y: overlay;
}

    .menu-rs .container .content .right .content a {
        font-size: 30px;
        margin: 25px 0;
        color: #fff;
        text-align: center;
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
        -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }

.menu-rs.show .container .content .right .content a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    text-transform: capitalize;
}

.menu-rs .container .content .right .content a:hover {
    color: #fcf17e;
}

.menu-rs .container .bot {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
    background: #fec962;
    padding: 10px 0;
}

    .menu-rs .container .bot a {
        font-size: 20px;
        color: #275c53;
        font-family: MonR;
        line-height: calc(100% + 5px);
        /* margin: 10px 0; */
        text-align: center;
        display: flex;
        align-items: center;
    }

@media (min-width: 1400px) {
    .wp-room-top-home {
        max-width: 1400px;
        margin: auto;
        top: -301px;
    }
}

/*end*/

/* Tien Ich Khach San */
ul.list-hotel-facilities {
    margin: auto;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 0;
    position: relative;
}

li.item-hotel-facilities {
    list-style: none;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 68px;
    position: relative;
    background-color: #9dbabe;
}

ul.list-hotel-facilities:before {
    content: "";
    position: absolute;
    background: rgb(0 26 33 / 50%);
    width: 100%;
    height: 100%;
    z-index: 9;
}

li.item-hotel-facilities img {
    position: relative;
    z-index: 9;
}

h5.title-info-hotel-facilities {
    font-size: 30.46px;
    font-family: playM;
    padding-bottom: 5px;
    color: #ffffff;
}

span.des-info-hotel-facilities {
    font-size: 19.12px;
    color: #ffffff;
}

.left-info-hotel-facilities {
    padding-left: 10px;
    position: relative;
    z-index: 9;
}

.wp-sys-room {
    background: url("/Design/img/SeaStarHotel/PhongNgu/decorBack.png") no-repeat;
    background-size: 100% 100%;
}

/* Review khach hang */
.left-widget-review-customer h3 {
    font-size: 32px;
    font-family: playR;
    color: #f6f1eb;
    padding-bottom: 18px;
    margin-bottom: 50px;
    position: relative;
}

span.info-review-cus-home {
    font-size: 16px;
    color: #f6f1eb;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 111px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-widget-review-customer {
    background: url(/Design/img/SeaStarHotel/ThuVienHinhAnh/decorBackReview.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 120px 90px 141px 52px;
    float: left;
    width: 35%;
    transform: translateY(-74px);
}

.wp-img-library .grid.wide {
    max-width: 1340px;
}

.right-widget-img-lib {
    float: right;
    width: 64%;
}

h4.name-cus-home {
    font-size: 16px;
    color: #f6f1eb;
    text-transform: uppercase;
    margin-bottom: 8px;
}

span.position-cus-home {
    font-size: 12px;
    color: rgb(255 255 255 / 50%);
}

.bottom-name-review-cus-home {
    display: flex;
    align-items: center;
    padding-top: 82px;
}

.infomation-name-cus {
    padding-left: 10px;
}

.left-widget-review-customer h3:after {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 25%);
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
}

.bottom-name-review-cus-home img {
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 50px;
}
/*End*/
.swiper-pagination-bullet {
    background: none;
    border: 1px solid #edf1d8;
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background: #edf1d8;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 102px;
    left: 52px;
    text-align: left;
    width: 100%;
}