.pro.content-item {
    position: relative;
}

    .pro.content-item .img:hover img {
        transform: scale(1.07);
    }

    .pro.content-item .img {
        height: 338px;
        width: 100%;
        overflow: hidden;
    }

.ctvpage .grid.wide {
    max-width: 1200px;
}

.pro.content-item .img img {
    transition: all linear .3s;
}

.pro.content-item .wrap {
    width: 100%;
    flex-direction: column;
    transition: all linear .2s;
    transition-delay: .1s;
    padding-top: 15px;
}

    .pro.content-item .wrap .wrap-title {
        color: var(--default-color-2);
        font-size: 20px;
        transition: all linear .2s;
        user-select: none;
        height: 46px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-family: 'tuv';
    }

        .pro.content-item .wrap .wrap-title:hover {
            color: #fff;
        }

    .pro.content-item .wrap .place {
        font-size: 15px;
        color: #868686;
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

        .pro.content-item .wrap .place i {
            margin-right: 7px;
        }

/*    contructor public*/

.contruct.content-item {
    position: relative;
}

    .contruct.content-item .img:hover img {
        transform: scale(1.07);
    }

    .contruct.content-item .img {
        height: 368px;
        width: 100%;
        overflow: hidden;
    }

        .contruct.content-item .img img {
            transition: all linear .3s;
        }

    .contruct.content-item .wrap {
        width: 100%;
        flex-direction: column;
        transition: all linear .2s;
        transition-delay: .1s;
        padding: 14px 16px;
        background-color: #ffffff;
        border: 1px solid #e7e7e7;
        border-top: 0;
    }

    .contruct.content-item:hover .wrap {
        background: #f88b24;
    }

        .contruct.content-item:hover .wrap .wrap-title {
            color: #fff;
        }

        .contruct.content-item:hover .wrap .place {
            color: #fff;
        }

        .contruct.content-item:hover .wrap .info-item {
            color: #fff;
        }

    .contruct.content-item .wrap .wrap-title {
        color: var(--default-color-2);
        font-size: 18px;
        transition: all linear .2s;
        user-select: none;
        border-bottom: 1px solid #e7e7e7;
        overflow: hidden;
        height: 65px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        padding-bottom: 16px;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-family: OpenM;
    }

        .contruct.content-item .wrap .wrap-title:hover {
            color: var(--default-color-2);
        }

    .contruct.content-item .wrap .place {
        font-size: 15px;
        color: #868686;
        margin-top: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

        .contruct.content-item .wrap .place i {
            margin-right: 7px;
        }

/* no data*/

.no-data {
    color: #606060;
    font-size: 15px;
    font-family: 'BEVNR';
    margin-bottom: 20px;
    display: block;
}

/*show page*/

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contruct.content-item .wrap .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
}

.contruct.content-item .wrap .info-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #868686;
}

    .contruct.content-item .wrap .info-item i {
        font-size: 14px;
        margin-right: 3px;
    }

    .contruct.content-item .wrap .info-item img {
        margin-right: 3px;
    }

    .contruct.content-item .wrap .info-item span {
    }

.pager span {
    width: 30px;
    height: 30px;
    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;
    border: 1px solid var(--default-color-3);
    color: #fff;
    background-color: var(--default-color-3);
    margin: 0 5px;
}

.pager a {
    width: 30px;
    height: 30px;
    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;
    border: 1px solid var(--default-color-3);
    margin: 0 5px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

    .pager a:hover {
        background-color: var(--default-color-3);
        color: #fff;
    }

.title-tops {
    font-family: Bebas;
    font-size: 35px;
    margin: 0;
    color: #1359bb;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.descript-tops {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    padding: 0 10%;
    opacity: 1;
    margin-top: 5px;
    color: #2d2b2b;
}

/*list tag*/
.list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .list-tag i {
        padding-right: 3px;
    }

    .list-tag a {
        background-color: var(--default-color-3);
        padding: 5px 10px;
        border-radius: 5px;
        margin: 10px 5px;
        font-size: 12px;
        font-family: 'BeVNR';
        color: #fff;
        transition: all .3s;
    }

        .list-tag a:hover {
            background: #005304;
        }
/*selection*/
.list-contruct .item .place::-moz-selection, .title-tops::-moz-selection, .descript-tops::-moz-selection, .list-pro .item span::-moz-selection, .no-data::-moz-selection {
    background-color: var(--bg-selection);
    color: var(--color-selection);
}

.list-contruct .item .place::selection,
.title-tops::selection,
.descript-tops::selection,
.list-pro .item span::selection,
.no-data::selection {
    background-color: var(--bg-selection);
    color: var(--color-selection);
}

.pro.content-item .wrap .place::selection {
    background-color: var(--bg-selection-2);
    color: var(--color-selection);
}

/*End*/

/*End*/

/*SErvice*/

/*End*/
a {
    text-decoration: none;
}

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/*cart*/

.countcart {
    text-align: center;
    padding: 0;
    font-size: 15px;
    color: #ffd450;
}

.cart {
    color: #fff;
    float: left;
    position: relative;
    margin: auto;
    margin-left: 13px;
    width: 176px;
}

.span-cart {
    text-align: left;
    box-sizing: border-box;
    /* overflow: hidden; */
    position: relative;
}

    .span-cart a {
        color: inherit !important;
        font-size: 12px !important;
        font-weight: inherit;
        width: 100%;
        height: 100% !important;
        display: block !important;
        text-decoration: none;
        position: relative !important;
        padding-left: 46px !important;
        box-sizing: border-box;
        text-transform: capitalize !important;
    }

        .span-cart a > div {
            margin-top: 3px;
        }

        .span-cart a:before {
            content: "\f07a";
            font-family: "fontawesome";
            width: 36px;
            height: 36px;
            line-height: 36px;
            border: 2px solid #ffd450;
            color: #ffd450;
            position: absolute;
            border-radius: 50%;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            box-sizing: border-box;
            left: 0;
            top: 0px;
        }

    .span-cart i {
        margin-right: 10px;
    }

.cart-top {
    position: absolute;
    right: 0;
    background: #fff;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%), 0 0 1px 0 rgb(255 255 255 / 50%);
    overflow: hidden;
    z-index: 999999;
    width: 350px;
    top: 100%;
    text-align: left;
    padding: 15px;
    padding-bottom: 5px;
    color: #000;
    box-sizing: border-box;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
    -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
    transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
}

.cart:hover .cart-top {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.cart-top > span {
    display: block;
    font-size: 13px;
}

.list-cart-top {
    overflow: hidden;
}

.item-cart {
    display: block;
    margin-top: 10px;
}

    .item-cart a {
        text-decoration: none;
        display: block !important;
        overflow: hidden;
        padding: 0 !important;
    }

        .item-cart a > div {
            overflow: hidden;
        }

    .item-cart img {
        width: 44px;
        height: 37px;
        object-fit: cover;
        float: left;
        margin-right: 10px;
    }

    .item-cart a span {
        font-size: 14px;
        color: #000000;
        font-family: BeVNR;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 80px);
        float: left;
        line-height: 1.6;
        margin-top: 0;
        text-transform: capitalize;
    }

    .item-cart p {
        margin: auto;
        float: right;
        color: #ed1c24;
        font-weight: 500;
        font-family: BeVNR;
        width: 80px;
        text-align: right;
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: capitalize;
    }

.bot-cart {
    overflow: hidden;
    margin-top: 15px;
}

    .bot-cart p {
        float: left;
        margin: auto;
        margin-top: 9px;
        font-size: 14px;
    }

    .bot-cart a {
        float: right;
        text-decoration: none;
        background: #1359bb;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-family: BeVNR !important;
        height: 30px !important;
    }

        .bot-cart a:hover {
            background: #ed1c24;
            color: #fff !important;
        }

/*End*/

.modal-notification {
    position: fixed;
    z-index: 999999;
    background: #000000b5;
    left: 50%;
    top: 50%;
    padding: 30px;
    text-align: center;
    display: none;
    transform: translate(-50%, 0px);
}

    .modal-notification i {
        font-size: 52px;
        color: #7eff67;
    }

    .modal-notification span {
        display: block;
        color: #fff;
        margin-top: 5px;
    }

.close-modal {
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.inner-page {
    padding-bottom: 40px;
}

.other-log {
    color: #32393f;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Bebas';
    font-size: 25px;
    margin-bottom: 10px;
}

.textmin {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

    .textmin .warning {
        position: absolute;
        right: 10px;
        top: 13px;
    }

    .textmin input {
        width: 100%;
        font-size: 14px;
        color: black;
        padding: 15px 15px;
        border-radius: 3px;
        outline: none;
        border: 1px solid #b3b3b3;
        box-sizing: border-box;
    }

    .textmin textarea {
        /* height:70px; */
        width: 100%;
        border: 1px solid #b3b3b3;
        border-radius: 4px;
        padding: 10px 15px;
        outline: none;
        box-sizing: border-box;
        font-family: 'BeVNR';
        font-size: 16px;
    }

.tbthanhtoan {
    width: 100%;
    float: left;
}

.textmin .tbthanhtoan input {
    float: left;
    width: auto;
    margin: auto;
    margin-top: 5px;
    margin-right: 5px;
}

.tbthanhtoan label {
    float: left;
    margin: auto;
}

.lbthongtinnganhang {
    display: none;
    width: 100%;
    float: left;
}

    .lbthongtinnganhang * {
        font-family: atenalight !important;
        max-width: 100% !important;
        color: black !important;
        font-weight: bold;
        margin: auto;
    }

.xemttnh {
    display: block;
}

.btthanhtoann {
    width: 100%;
    float: left;
}

    .btthanhtoann input {
        width: 100%;
        outline: none;
        text-align: center;
        float: left;
        background-color: #1359bb;
        color: white;
        border: none;
        font-size: 18px;
        padding: 20px 0;
        text-transform: uppercase;
        cursor: pointer;
        transition: all .3s;
    }

        .btthanhtoann input:hover {
            background: #ed1c24;
        }

.rightthanhtoan {
    width: 45%;
    float: right;
}

.leftthanhtoan {
    width: 52%;
    float: left;
}

.thongtindh {
    width: 96%;
    float: left;
    list-style: none;
    border: 1px solid #b3b3b3;
    padding: 10px 2%;
    border-radius: 4px;
}

    .thongtindh ul {
        width: 100%;
        float: left;
        padding: 0;
        list-style: none;
        margin: auto;
    }

    .thongtindh li {
        width: 100%;
        float: left;
        border-bottom: 1px solid #b3b3b3;
        padding: 5px 0;
    }

.namett {
    width: calc(100% - 100px);
    float: left;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    display: flex;
    /* text-align: left; */
    line-height: 160%;
}

.thumb-item-cart {
    float: left;
    height: 25px;
    margin: auto;
    margin-right: 10px;
    width: 35px;
    object-fit: cover;
    margin-left: 0;
}

.pricett {
    font-size: 14px;
    text-align: right;
    color: #db0707;
    font-family: revert-layer;
}

.tamtinh {
    width: 100%;
    float: left;
    text-align: left;
    border-bottom: 1px solid #b3b3b3;
    padding: 10px 0 10px;
}

    .tamtinh p {
        width: 40%;
        float: left;
        margin: auto;
        font-weight: 500;
        font-size: 15px;
    }

        .tamtinh p:nth-child(2) {
            width: 60%;
            text-align: right;
        }

.gift-code {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.type-tt {
    display: block;
    font-weight: bold;
}

    .type-tt p {
        display: inline-block;
        margin-left: 5px;
    }

        .type-tt p:nth-child(n+2):before {
            content: "-";
            margin-right: 5px;
        }

.textcode {
    outline: none;
    border: 1px solid #ffa610;
    padding: 10px 10px;
    height: 37px;
    box-sizing: border-box;
}

.btncode {
    border: none;
    outline: none;
    background: #ffa610;
    height: 37px;
    box-sizing: border-box;
    padding: 10px 15px;
    font-family: 'nb';
    cursor: pointer;
}

.phivanchuyen {
    width: 100%;
    float: left;
    font-size: 15px;
    border-bottom: 1px solid #b3b3b3;
    padding: 10px 0;
}

.tongcongtt {
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px 2%;
    background-color: #ededed;
    color: #000;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .tongcongtt p {
        width: 40%;
        float: left;
        margin: auto;
        font-weight: bold;
        font-size: 15px;
        color: #333;
    }

        .tongcongtt p:nth-child(2) {
            width: 60%;
            text-align: right;
            color: var(--bg-selection-2);
        }

.item-cart a {
}

.message .icon {
    position: fixed;
    right: 35px;
    bottom: 275px;
    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: 265px;
    transition: all ease .3s;
}

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

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

/*css thong tin cac nut*/

.btn-zalo i {
    background: #0A7CFF;
}

.btn-call i {
    background: #fbbc18;
}

.btn-mess i {
    background: #0c8fc2;
}

.btn-map i {
    background: #08a131;
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 27px;
    z-index: 10;
    cursor: pointer;
}

.btn-mess {
    bottom: 268px;
}

    .btn-mess:hover .btnTwo {
        width: 206px;
        opacity: 1;
        transition: .3s;
        bottom: 274px;
        right: 62px;
    }

.btn-map {
    bottom: 198px;
}

    .btn-map:hover .btnTwoHomeStay {
        width: 191px;
        opacity: 1;
        transition: .3s;
        bottom: 203px;
        right: 55px;
    }

.btn-zalo {
    bottom: 128px;
}

    .btn-zalo:hover .btnChatZalo {
        width: 206px;
        opacity: 1;
        transition: .3s;
        bottom: 297px;
        right: 48px;
    }

.btn-call {
    bottom: 55px;
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

    .btn-frame i img {
        vertical-align: middle;
        width: 70%;
    }

.btn-call .btn-circle {
    border: 2px solid #fbbc18;
    border-color: #fbbc18;
}

.btn-map .btn-circle {
    border: 2px solid #08a131;
    border-color: #08a131;
}

.btn-zalo .btn-circle {
    border: 2px solid #0A7CFF;
    border-color: #0A7CFF;
}

.btn-mess .btn-circle {
    border: 2px solid #0c8fc2;
    border-color: #0c8fc2;
}

.btn-call .btn-circle-fill {
    background-color: #fbbc18;
}

.btn-frame .btn-circle {
    width: 52px;
    height: 52px;
    top: -3px;
    right: 2px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.1;
    opacity: 0.5;
}

.btn-frame .zoomIn {
    /* animation-name: zoomIn; */
}

.btn-zalo .btn-circle-fill {
    background-color: #0A7CFF;
}

.btn-mess .btn-circle-fill {
    background-color: #0c8fc2;
}

.btn-map .btn-circle-fill {
    background-color: #08a131;
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.do-animate .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .btn-circle-fill {
    width: 60px;
    height: 60px;
    top: -8px;
    right: -2px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.4;
}

a.btn-map.btn-frame img {
    border-radius: 47%;
}

.btn-frame .pulse {
    animation-name: pulse;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/*End*/

div#arcontactus {
    display: none;
}

.swiperBanner .grid.wide {
    position: absolute;
    top: 0;
    max-width: 93%;
}

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

.swiperBanner:hover .swiper-button-prev {
    transform: translateX(0);
}

.swiperBanner:hover .swiper-button-next {
    transform: translateX(0);
}

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

.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(40px);
    background-color: rgb(255 255 255 / 20%) !important;
    border: 2px solid #fff;
    opacity: 1;
}

    .swiperBanner .swiper-button-next:hover {
        background-color: #1359bb !important;
        border-color: #1359bb;
        opacity: 0.8 !important;
    }

.swiperBanner .swiper-button-prev:hover {
    background-color: #1359bb !important;
    border-color: #1359bb;
    opacity: 0.8 !important;
}

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

li.itemProHotHome:hover h3.titleProHotHome {
    color: #00773f;
}