* {
    box-sizing: border-box;
}


.text-blue {
    color: #0e2e50;
}

.dtpd .controls {
    padding: 10px;
}

.dtpd .slides-container {
    position: relative;
    overflow: hidden;
    display: flex;
    flex: 1;
}

.dtpd .slide {
    position: absolute !important;
    font-size: 90px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.9);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100vw !important;
}

.dtpd .slides-inner {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}


.map iframe {
    border: 10px solid #0e2e4f;
    width: 98%;
}

.pjdt .social-links {
    text-align: center;
    margin: 8px 6px -1px 10px;
}

.pjdt .social-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #a81422;
    margin: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 1px 5px 0px #909090;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    border: 1px dotted #fff;
}

.pjdt .social-btn::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #ffffff;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.pjdt .social-btn i {
    line-height: 50px;
    font-size: 22px;
    transition: 0.2s linear;
}




.pjdt .social-links {
    text-align: center;
    margin: 8px 6px -1px 10px;
}

.pjdt .social-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #a81422;
    margin: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 1px 5px 0px #909090;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    border: 1px dotted #fff;
}

.pjdt .social-btn i {
    line-height: 50px;
    font-size: 22px;
    transition: 0.2s linear;
}

.pjdt .social-btn:hover i {
    transform: scale(1.3);
    color: #a81422;
}

.pjdt .social-btn::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #ffffff;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.pjdt .social-btn:hover::before {
    animation: effect 0.6s 1;
    top: -10%;
    left: -10%;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1em !important;
    height: 1em !important;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.pjdt p a {
    color: #a81422;
}

.clred {
    color: #a81422;
}

.mar-top-40xs {
    margin-top: 35px;
}

/*-- Hover Animation Effect --*/
@keyframes effect {
    0% {
        left: -120%;
        top: 100%;
    }

    50% {
        left: 10%;
        top: -30%;
    }

    100% {
        top: -10%;
        left: -10%;
    }
}


/*-- Footer Responsive CSS --*/
@media (max-width: 576px) {
    .pjdt .social-btn {
        width: 40px;
        height: 40px;
        margin: 5px;
    }

    .pjdt .social-btn i {
        line-height: 40px;
        font-size: 18px;
    }
    .container__item .form__field {
        width: 97% !important;
        background: #fff;
        color: #a3a3a3;
        font: inherit;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
        border: 0;
        outline: 0;
        padding: 22px 18px;
    }
    .cmt-child {
        background: #172437;
        border-radius: 18px;
        color: #9E9E9E;
        margin-top: 10px;
        padding-top: 10px;
        margin-left: 15px !important;
        width: 92% !important;
        text-align: start !important;
    }
}

/*-- Footer CSS --*/


/***********************************************************************************************/
/* =Back to top */
/***********************************************************************************************/

.back-to-top {
    text-align: center;
    background: #ed4d2b;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    z-index: 9999
}

.back-to-top:hover {
    opacity: .9;
}

.back-to-top2 {
    text-align: center;
    background: #ed4d2b;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 48px;
    font-size: 12px;
    position: fixed;
    right: 17px;
    bottom: 25px;
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    z-index: 9999
}

.back-to-top2:hover {
    opacity: .9;
}

/* ................ */
.Fter .tagnew {
    width: 62px;
    position: absolute;
    margin-left: -3px;
    margin-top: -4px;
    transform: rotate(-90deg);
}

.Fter .namett {
    padding: 4px;
    font-size: 12px;
    background: #a81422;
    color: white;
    position: absolute;
    margin-left: -115px;
    margin-top: 53px;
    border-radius: 4px;
}

/* Slider auto */

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.pd-sl .slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 960px;
}

.pd-sl .slider::before,
.pd-sl .slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.pd-sl .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.pd-sl .slider::before {
    left: 0;
    top: 0;
}

.pd-sl .slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.pd-sl .slider .slide {
    height: 100px;
    width: 250px;
}


/* Style cho sản phẩm thuộc dự án */
.OverViewBlock {
    padding: 0px 20px 30px 20px;
    background: '#f8f9fa'
}

.contentbody {
    background-color: white;
    border-radius: 5px;
    padding: 7px 7px 2px 7px !important;
    box-shadow: rgb(0 31 63) 2px 2px 7px;
}

.contentbodyblue {
    background-color: #172437;
    border-radius: 5px;
}

.contentbodyblue .colortextNB {
    color: white;
}

.contentbody .playNB {
    position: absolute;
    width: 100px;
    margin-left: -11px;
    margin-top: -9px;
    transform: rotate(-91deg);
    width: 96px;
}

.contentbody .play {
    position: absolute;
    margin-top: 83px;
    margin-left: 109px;
}

.margin-top30-xs {
    margin-top: 30px
}

.contentbody .Orther2 {
    width: 96%;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 5p;
    padding-bottom: 4px;
    color: #1f2d3d;
}

.contentbody .Orther2 i {
    color: #a81422 !important;
}

.contentbody .mas {
    position: absolute;
    color: #a81422;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 11px;
    margin-top: 5px;
    overflow: hidden;
    font-weight: bold;
}

.contentbody .padding-5-xs {
    padding: 5px;
}

.pricePD {
    font-size: 12px !important;
    color: #ad262d;
    font-weight: bolder;
}

.contentbody .col-2 {

    border-Top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    color: #a81422;
    font-size: 14px;
}

.contentbody .ftbn2 {
    margin-right: -8px;
}

.contentbody .col-10 {
    border-Top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px;
    font-style: italic;
}

.contentbody .Viewpd {
    text-align: center;
    border-right: 1px dashed rgb(222, 226, 230);
    border-top: 1px dashed rgb(222, 226, 230);
    font-family: "Roboto Slab";
    font-size: 12px;
    color: #6c757d;
    padding-top: 6px;
}

.contentbody .button-container-1 button {
    width: 100%;
    height: 35px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
    background: #a81422;
    -webkit-mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png);
    mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-animation: ani2 0.7s steps(22) forwards;
    animation: ani2 0.7s steps(22) forwards;
}

/********** Template CSS **********/
body {
    font-family: sans-serif;
}


.text-primary {
    color: #a81422 !important;
}

.Height {
    height: 280px;
}

.Height-100 {
    height: 100px;
}

.bor-none {
    border: none !important
}

.btn-outline-primary:hover {
    color: white;
    background-color: #a81422;
    border-color: #a81422;
}

.property-item .border-top {
    border-top: 1px dashed white !important;
}

.property-item .border-end {
    border-right: 1px dashed white !important;
}

.avartar {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    margin-right: 5px;
    border: 1px dashed #a81422;
}

.property-item small {
    color: white;
}

.colorBrown {
    color: #675959 !important;
}

.bg-light {
    background-color: #172437 !important;
}

.text-primary {
    color: #a81422 !important;
}

.bg-hq-blue {
    background-color: #172437 !important;

}

.bg-hq-red {
    background-color: #a81422 !important;

}

.cl-hq-white {
    color: white !important;

}

:root {
    --primary: #00B98E;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #0E2E50;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.nav-bar {
    position: relative;
    margin-top: 45px;
    padding: 0 3rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #a81422;
}

.dropdown-item:active {
    background-color: #a81422 !important;
}

.dropdown-item:hover {
    background-color: #a81422 !important;
    color: white !important;
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.hd  a {
    color: var(--dark);
    font-weight: bolder !important;
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;

    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -120px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #a81422;
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.paddingbot-30-xs {
    padding-bottom: 0px;
}

.margin-left-20-xs {
    margin-left: 0px;
}

.padd25 {
    padding: 25px
}

.border-radius-5 {
    border-radius: 5px;
}

.mt-80 {
    margin-top: 0px;
}

.fta {
    color: #a81422 !important;
    font-size: 13px !important;
}
.navbar-toggler {
    padding: 0.25rem 0.3rem !important;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: box-shadow 0.15s ease-in-out;
}
.input_Search{
    height: 33px !important;
    padding-left: 15px !important;
}
.pdt85i{
    padding-top: 0px;
}
@media (max-width: 768px) {
    .AvaCus_PD{
        display:block !important 
    }
    .imagesmall {
        margin-top: 80px;
    }
    .pdt85i{
        padding-top: 85px !important;
    }
    .ml-15{
        margin-left: 10px !important;
    }
    .Post-img {
        width: 50px !important;
        height: 50px !important;
        border-radius: 5px;
        margin-left: -15px;
        margin-bottom: 3px;
    }
    .mycart .nav{
        flex-wrap: nowrap !important;
    }
    .SellerProfile_statusOnline
    {
        flex-wrap: nowrap !important;
    }
    .fz10{
        font-size: 10px !important;
    }
    .bgmycart{
        margin-top: 10px;
        background: aliceblue;
        padding-top: 10px;
    }
    .hidden-xs {
        display: inline-block !important;
    }
    .customervd .play {
        position: absolute;
        margin-top: 23px !important;
        margin-left: 46px !important;
        width: 30px !important;
        height: 30px !important;
    }

    .VideoPD iframe {
        height: 460px !important;
    }

    .purchasepd .rơwtt {
        padding-bottom: 6px;
        border-bottom: 1px solid #e9ecef;
        margin-bottom: 7px;
        font-size: 13px !important;
    }

    .purchasepd .tt {
        font-weight: bolder;
        margin-left: -2px;
        font-size: 16px !important;
        color: #0e2e50;
        font-family: unset;
        margin-bottom: 10px;
    }

   .a_Search {
    height: 31px;
    width: 33px;
    border-radius: 5px;
    border: 1px solid #9e9e9ea8;
    }

    .Search .owl-nav{
        margin-right: -3px;
        margin-top: 8px;
    }
    .btsearchhead {
        font-size: 15px;
        margin-left: 7px;
        margin-top: 6px;
        color: #a81422;
    }

    .navbar {
        box-shadow: none !important;
        border-bottom: 1px solid #a81422 !important;
    }

    .imgepig img {
        height: 222px !important;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-top: 0px;
    }

    .purchaseimg {
        margin-top: 80px;
    }

    .fixmenu {
        position: fixed;
        z-index: 3;
        top: 74px;
        width: 100%;
        background: white;
    }

    .purchaseimg .tickets-container .item {
        margin-left: -5px !important;
        width: 104% !important;
    }

    .purchaseimg .col-xs-12 {
        padding: 0px !important;
    }

    .purchase .timepost {
        font-style: normal !important;
        font-size: 12px;
        padding-left: 15px;
        color: #666565 !important;
    }

    .purchase .adr {
        font-style: italic;
        font-size: 12px;
        padding-left: 20px !important;
        color: #0e2e50;
        ;
    }

    .purchase div.tickets-container {
        margin: 0px !important;
    }

    .purchase ul li a img {
        width: 30px;
    }

    .purchase ul li a div {
        font-size: 9px !important;
        font-weight: bold;
        margin-top: 11px;
    }

    .margin-top30-xs {
        margin-top: 8px;
    }

    .contentbody .button-container-1 button {
        height: 23px !important;
        font-size: 9px !important;
    }

    .Product-l-of-pj .col-6 {
        padding-right: 7px;
        padding-left: 8px;
    }

    .contentbody .col-2 {
        border-Top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        color: #a81422;
        font-size: 11px !important;
    }

    .contentbody .playNB {
        position: absolute;
        width: 100px;
        margin-left: -7px !important;
        margin-top: -8px !important;
        transform: rotate(-91deg);
        width: 66px !important;
    }

    .contentbody .padding-5-xs {
        padding: 2px 4px !important;
    }

    .Product-l-of-pj .col-10 {
        font-size: 10px !important;
    }

    .contentbody .play {
        position: absolute;
        margin-top: 9% !important;
        margin-left: 16% !important;
    }

    .posti {
        font-size: 19px;
        margin-top: -42px !important;
        margin-left: -4px !important;
        background: #a81422;
        border-radius: 29px;
        padding: 14px;
    }

    .service .itemsv {
        padding: 0px !important;
        border: none !important;
        margin-left: 0px !important;
    }

    .service .name {
        font-size: 8px !important;
        font-weight: bolder;
        margin-top: 10px;
    }

    .mt-80 {
        margin-top: 80px !important;
        background: #20243508 !important;
        border-radius: 5px !important;
    }

    .bor-r-red {
        border-right: none !important;
    }

    .VideoPD .Orther3 {
        padding-top: 10px;
        line-height: 20px;
        padding-left: 4% !important;
        border-top: 1px dashed #a81422 !important;
        padding-bottom: 10px !important;
    }

    .mar-top-40xs {
        margin-top: 10px !important;
    }

    .breadcrumb {
        font-size: 13px !important;
    }

    h1 {
        font-size: 25px !important;
    }

    .padd25 {
        padding: 10px 21px 0px 30px !important;
    }

    .searhpj .col-3 {
        width: 40% !important;
    }

    .searhpj .container {
        padding-bottom: 5px;
    }

    .searhpj .g-2 {
        width: 114% !important;
        margin-left: -23px !important;
        margin-bottom: 5px;
    }

    .fullproject .Orther {
        width: 111% !important;
    }

    .fullproject .Orther .col-10 {
        font-size: 9px !important;
        color: white !important;
    }

    .fullproject .saleNB {
        font-size: 9px !important;
        border-top: 1px dashed #9e9e9e;
        border-right: 1px dashed #9e9e9e;
        color: #111 !important;
        padding-top: 5px;
    }

    .fullproject .button-container-1 {
        margin-top: -20px;
        padding: 7px;
        height: 35px;
        width: 119% !important;
        margin-left: -17px !important;
    }

    .fullproject .button-container-1 button {
        border-bottom-right-radius: 5px !important;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px !important;
        width: 98% !important;
        height: 99%;

        font-weight: 300;
        font-size: 10px !important;

        font-weight: bold;
        background: #a81422;
        -webkit-mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png);
        mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png);
        -webkit-mask-size: 2300% 100%;
        mask-size: 2300% 100%;
        border: none;
        color: #fff;
        cursor: pointer;
        -webkit-animation: ani2 0.7s steps(22) forwards;
        animation: ani2 0.7s steps(22) forwards;
    }

    .fullproject .backgroundNB {
        background-color: white !important;
        margin-bottom: 10px !important;
        margin-left: -4px !important;
        margin-right: 0px !important;
    }

    .fullproject .OverViewBlock {
        padding: 0px !important
    }

    .fullproject .play2 {
        position: absolute;
        margin-left: 63px !important;
        margin-top: 49px !important;
    }

    .hidden-lg {
        display: none !important;
    }

    .owl-carousel .owl-stage-outer {
        z-index: 1 !important;
    }

    .back-to-top {
        margin-bottom: 17px;
        margin-right: -40px;
    }

    .paddingbot-30-xs {
        padding-bottom: 30px;
    }

    .margin-left-20-xs {
        margin-left: 20px;
    }

    .header-carousel .owl-nav {
        left: 25px;
    }

    .footerfixmb {
        position: fixed;
        bottom: 0;
        font-size: 11px;
        height: 50px;
        background: #a81422;
        margin-left: inherit;
        padding-top: 23px;
        z-index: 2;
    }

    .footerfixmb i {
        position: absolute;
        margin-top: -13px;
        margin-left: 18px;
    }

    .video .imgvideo {
        width: 100%;
        height: 70px !important;
    }

    .video .Play {
        position: absolute;
        margin-top: 22px !important;
        margin-left: 16px !important;
        width: 35px !important;
        height: 35px !important;
    }

    .video_title {
        padding-top: 10px !important
    }

    .justify-content-end {
        justify-content: flex-start !important;
    }

    .Overview ul li a {
        font-size: 11px !important;
    }

    .Overview .Playoverview {
        position: absolute;
        right: 138px;
        top: 101px;
        width: 50px;
        height: 50px;
    }

    .xs12 {
        font-size: 12px !important;
        margin-top: 10px !important
    }

    .tvpl a {
        font-size: 12px !important;
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed #a81422 !important;
}


/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: #a81422;
    transform: skew(20deg);
    z-index: 1;
}


/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed rgba(0, 185, 142, .3);
    transition: .5s;
}

.cat-item:hover div {
    background: none;
    border-color: none;
    color: #675959;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    background: #172437;
    box-Shadow: 2px 2px 7px #001f3f;
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.iconhq {
    width: 132px;
    transform: rotate(-44deg);
    left: -32px !important;
    top: -22px !important;
}

/* .property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
} */


/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: #a81422;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #a81422;
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.borvideo {
    border: 1px solid #aaa;
    padding: 5px;
}

.contact {
    visibility: visible;
    animation-name: bounceInLeft;
}

.height350 {
    height: 400px;
}

.video iframe {
    width: 100%;
    height: 100%;
}

.video .imgvideo {
    /*  box-shadow: #1f2c3f 20px -11px 0px 0px; */
    width: 100%;
    height: 100px;
}

.droplet {
    background: mediumaquamarine;
    border-radius: 2% 50%;
    height: 100px;
    margin: 100px;
    transition: all 3s;
    transition-timing: ease-in-out;
    width: 100px;
}

.droplet:hover {
    transform: rotate(1080deg);
}

.location_map:before {
    position: absolute;
    margin-right: 4px;
    margin-bottom: 62px;
    height: 44px;
    border-top: -11px solid transparent;
    border-right: 45px solid #a71422;
    border-bottom: 48px solid transparent;
    content: "";
    display: block;
}

.location_map2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transform: rotate();
}

.location_map2:before {
    position: absolute;
    right: 6px;
    bottom: 62px;
    height: 44px;
    border-top: -11px solid transparent;
    border-right: 45px solid #a71422;
    border-bottom: 48px solid transparent;
    content: "";
    display: block;
}

.location_mapvideo {
    position: absolute;
    right: 12px;
    top: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.location_mapvideo .tagnew {
    position: absolute;
    color: #f8f9fa;
    transform: rotate(45deg);
    right: 10px !important;
    top: 9px !important;
    font-weight: 600;
    font-size: 12px;
}

.location_mapvideo:before {
    position: absolute;
    margin-right: 6px;
    margin-bottom: 52px;
    width: 60px;
    height: 60px;
    border-top: -11px solid transparent;
    border-right: 57px solid #a81422;
    border-bottom: 55px solid transparent;
    content: "";
    display: block;
}

.read {
    position: relative;
    z-index: 9;
    float: right;
    font-size: 12px;
    padding: 10px 26px;
    padding-left: 32px;
    color: #F2F2F2;
    margin-top: 5px;
    background: #555657;
    /* background: #DB3D3E; */
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    margin-right: -29px;
    border-right: 8px solid rgba(0, 0, 0, .15);
    border-radius: 0 3px 0 0;
    -webkit-transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.read:before {
    content: '';
    position: absolute;
    margin-left: -33px;
    margin-top: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 0 0 15px;
    border-color: transparent transparent transparent #F7F8F9;
}

.read:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -7px;
    margin-bottom: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 0;
    border-color: #AFAFAF transparent transparent transparent;
}



.ttvideo {
    color: '#fff'
}

.video_title p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 40px;
    color: #a81422;
    font-weight: 300;
}

.hidden-lg {
    display: block;
}

.hidden-xs {
    display: none;
}

.info-tab {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 0
}

.info-tab::before,
.info-tab::after {
    display: inline-block;
    color: #fff;
    line-height: normal;
    font-family: "icomoon";
    position: absolute
}

.info-tab i::before,
.info-tab i::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -15px;
    transform: rotateX(60deg)
}

.info-tab i::before {
    width: 20px;
    height: 20px;
    box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5)
}

.info-tab i::after {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    bottom: -18px
}

.note-icon {
    background: #47ADE0
}

.tip-icon {
    background: #92CD59
}

.warning-icon {
    background: #AD3C3C
}

.note-icon::before {
    font-size: 23px;
    content: "\e911";
    top: 8px;
    left: 8px
}

.note-icon::after {
    font-size: 17px;
    content: "\e912";
    top: 9px;
    left: 19px
}

.tip-icon::before {
    font-size: 24px;
    content: "\e901";
    top: 7px;
    left: 9px
}

.warning-icon::before {
    font-size: 22px;
    content: "\e91f";
    top: 6px;
    left: 10px;
    transform: scaleY(0.98)
}

.tip-icon i::before {
    background: #75b436
}

.warning-icon i::before {
    background: #9c3636
}

.note-icon i::before {
    background: #1d7ead
}

.icon-mail:before {
    font-weight: 700;
    font-size: 19px
}

.bb,
.bb::before,
.bb::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bb {

    margin: auto;
    color: #69ca62;
    box-shadow: inset 0 0 0 1px rgba(105, 202, 98, .5);
}

.bb::before,
.bb::after {
    content: '';
    z-index: -1;
    margin: -5%;
    box-shadow: inset 0 0 0 2px;
    animation: clipMe 8s linear infinite;
}

.bb::before {
    animation-delay: -4s;
}

.bb:hover::after,
.bb:hover::before {
    background-color: rgba(255, 0, 0, .3);
}

@keyframes clipMe {

    0%,
    100% {
        clip: rect(0px, 220px, 2px, 0px);
    }

    25% {
        clip: rect(0px, 2px, 220px, 0px);
    }

    50% {
        clip: rect(218px, 220px, 220px, 0px);
    }

    75% {
        clip: rect(0px, 220px, 220px, 218px);
    }
}

.newtag2 {
    transform: rotate(45deg);
    position: absolute;
    right: 18px;
    top: 10px;
    font-size: 15px;
}



.video iframe {
    width: 100%;
    height: 100%;
}

.video iframe {
    width: 100%;
    border: 1px solid #999999;
    padding: 5px;
}

.borvideo {
    border: 1px solid #aaa;
    padding: 5px;
}

.location_map {
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transform: rotate(270deg);
    margin-top: -20px;
}

.tagnew {
    position: absolute;
    color: #f8f9fa;
    transform: rotate(-44deg);
    margin-top: 0px;
    font-weight: 600;
}

.video .Play {
    position: absolute;
    margin-top: 20px;
    margin-left: 67px;
}

.margin-top-15 {
    margin-top: 15px;
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}


.social_icons {
    padding-top: 50px;
    padding-bottom: 70px;
}

.social_icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.social_icons ul li {
    list-style: none;
    display: inline;
    padding-left: 10px;
}

.social_icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    line-height: 49px;
    color: #a81422;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.blind {
    font-size: 12px;
    /* line-height: calc(20px + 20vh);
  /*   text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
      0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092;
    color: #fccaff; */
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
    /*  font-family: "Sacramento", cursive; */
    text-align: center;
    animation: blink 12s infinite;
    -webkit-animation: blink 12s infinite;
}



@-webkit-keyframes blink {

    20%,
    24%,
    55% {
        color: #111;
        text-shadow: none;
    }

    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    100% {
        /*     color: #fccaff;
      text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
        0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
        text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
        color: #fff6a9;
    }
}

@keyframes blink {

    20%,
    24%,
    55% {
        color: #111;
        text-shadow: none;
    }

    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    100% {
        /*     color: #fccaff;
      text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
        0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
        text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
        color: #fff6a9;
    }
}


/* aaaaaaa */
.blindindex {
    font-size: 30px;

    text-shadow: 0 0 3px #28a745, 0 0 3px #28a745, 0 0 1px #28a745, 0 0 1px #28a745, 0 0 1px #3d9970, 0 0 0px #212529, 0 0 0px #3d9970;
    color: #029047;
    font-family: "Sacramento", cursive;
    text-align: center;
    animation: blindindex 12s infinite;
    -webkit-animation: blindindex 12s infinite;
}

@-webkit-keyframes blindindex {

    20%,
    24%,
    55% {
        color: #111;
        text-shadow: none;
    }

    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    100% {
        /*     color: #fccaff;
  text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
    0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */

        text-shadow: 0 0 3px #28a745, 0 0 3px #28a745, 0 0 1px #28a745, 0 0 1px #28a745, 0 0 1px #3d9970, 0 0 0px #212529, 0 0 0px #3d9970;
        color: #029047;

        color: #029047;
    }
}

@keyframes blindindex {

    20%,
    24%,
    55% {
        color: #111;
        text-shadow: none;
    }

    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    100% {
        text-shadow: 0 0 3px #28a745, 0 0 3px #28a745, 0 0 1px #28a745, 0 0 1px #28a745, 0 0 1px #3d9970, 0 0 0px #212529, 0 0 0px #3d9970;
        color: #029047;
        color: #029047;
    }
}

.Bg-grey {
    background: #1724370d;
}

.btn-outline-primary.active {
    color: #000;
    background-color: #a81422;
    border-color: #a81422;
}

.mas {
    position: absolute;
    color: #a81422;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 11px;
    margin-top: 5px;
    overflow: hidden;
    font-weight: bold;
}

@-webkit-keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@-webkit-keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

@keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

a {
    color: #00ff95;
}

.button-container-1 button {
    width: 94%;
    height: 99%;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
    background: #a81422;
    -webkit-mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png);
    mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-animation: ani2 0.7s steps(22) forwards;
    animation: ani2 0.7s steps(22) forwards;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.button-container-1 button:hover {
    -webkit-animation: ani 0.7s steps(22) forwards;
    animation: ani 0.7s steps(22) forwards;
}

.Orther .col-10 {
    border-Right: 1px solid #ddd;
    border-Top: 1px solid #ddd;

    color: white;
    font-size: 10px;
}

.padding-5-xs {
    padding: 5px;
}

.Orther .col-2 {
    border-Right: 1px solid #ddd;
    border-Top: 1px solid #ddd;
    border-Left: 1px solid #ddd;
    color: #a81422;
    padding: 2px;
}

.p-4-not-top {
    padding-right: 18px;
    padding-Left: 18px;
}

.Playoverview {
    position: absolute;
    right: 39%;
    top: 34%;
    width: 50px;
    height: 50px
}

.contentpl a {
    color: #0e2e50 !important;
}

.contentpl a:hover {
    color: #a81422 !important;
}

.contentpl span {
    margin-left: 22px;
    position: absolute;
    color: white;
    margin-top: 14px;
}

.btn-danger,
.bg-primary {
    background-color: #a81422 !important;
}

#tab-2,
#tab3 p {
    color: white;
}

.bg-dark {
    background-color: #172437 !important;
}

.Fter i {
    color: #a81422 !important;
}

.glow-on-hover {
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    width: 150px;
    margin-bottom: 15px;
    text-align: left;

}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #172437;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.bor-bt-ft {
    border-bottom: 1px dashed #a81422;
    padding-bottom: 10px;
    width: 156px;
}

.bor-bt-ftxs {
    border-bottom: 1px dashed #a81422;

}

.bor-blue {
    border: 10px solid #0e2e50;
}

.bor-t-ftxs {
    padding-top: 10px;
    border-top: 1px dashed #a81422;
}

.fz16 {
    font-size: 16px !important;
}
.fz12 {
    font-size: 12px !important;
}
.project .tt {
    border-bottom: 1px dashed #a81422;
    margin-left: 10px;
}

.project i {
    color: #a81422;

}

.project span {
    font-size: 16px;
    color: #363333;
}

.pd-10 {
    padding: 10px;
}

.tickets-container {

    /* background-color: #DDDCE1;
    display: flex; */
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    ;
}
.tickets-container .item {
    /*  width: 100%; */
    height: 150px;
    /*  background: #fff; */
    display: flex;
    border-radius: 16px;
}

.borcustomer{
    border: 2px solid #009688;
    border-radius: 20px;
}
.tickets-container .item-right {
    margin-right: 20px;
    width: 30%;
    position: relative;
    height: 100%;
    padding-left: 10px;
    border-bottom: 3px dotted #999;
}


h4 {
    margin-left: 10px;
    margin-bottom: 0;
    color: #999;
}


.ref {
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    color: #999;
    margin-bottom: 25px;

}

.icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 30px;
}

.day {
    font-size: 12px;
}

.day i {
    color: #a81422;
    margin-right: 6px;
}

.meter {
    font-size: 12px;
    font-weight: 900;
}

.buy {
    display: flex;
    justify-content: space-around;
}

.buy-button {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 28px;
    font-family: 'Poppins', sans-serif;
    border: none;
}

.tickets-container .item-right .up-border,
.tickets-container .item-right .down-border {
    padding: 14px 15px;
    background-color: #ddd;
    border-radius: 50%;
    position: absolute
}

.tickets-container .item-right .up-border {
    top: -12px;
    right: -35px;
}

.tickets-container .item-right .down-border {
    bottom: -13px;
    right: -35px;
}

.tickets-container .item-right .num {
    margin: 10px 10px 16px 0px;
    font-size: 35px;
    text-align: center;
}

.tickets-container small {
    font-size: 12px;
}

.tickets-container .item-left {
    width: 70%;
    height: 100%;
    border-left: 3px dotted #999;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.barcode {
    margin-right: 40px;
}




.penis {
    width: 100%;
    height: 100%;
}

.slide-container {
    width: 100%;
    height: auto;
}


.slides {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input {
    display: none;
}

.slide-container {
    display: block;
}

.slide {
    top: 0;
    opacity: 0;
    width: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(0);
    transition: all .7s ease-out;
}

.listpd {
    padding-bottom: 20px;
    margin-top: 30px;
    text-align: center;
    background: #e9ecef;
    border-radius: 10px;
}

.slide img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    border-radius: 12px;
    margin-top: 30px;

}

.nav label {
    width: 20%;
    height: 60%;
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: opacity .2s;
    color: #a81422;
    font-size: 50px;
    /* background: content-box; */
    text-align: center;
    /* background: white; */
    line-height: 242px;
    font-family: "Varela Round", sans-serif;
    background-color: none;
    text-shadow: 0px 0px 15px rgb(119 119 119);
}



.slide:hover+.nav label {
    opacity: 0.5;
}

.nav label:hover {
    opacity: 1;
}

.nav .next {
    right: 0;
}

input:checked+.slide-container .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity .4s ease-in-out;
}

input:checked+.slide-container .nav label {
    display: block;
}

.nav-dots {
    width: 100%;
    top: 135px;
    height: 11px;
    display: block;
    position: absolute;
    text-align: center;
}

.nav-dots .nav-dot {
    top: 60px;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
}

.nav-dots .nav-dot:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
}

input#img-1:checked~.nav-dots label#img-dot-1,
input#img-2:checked~.nav-dots label#img-dot-2,
input#img-3:checked~.nav-dots label#img-dot-3,
input#img-4:checked~.nav-dots label#img-dot-4,
input#img-5:checked~.nav-dots label#img-dot-5,
input#img-6:checked~.nav-dots label#img-dot-6,
input#img-7:checked~.nav-dots label#img-dot-7,
input#img-8:checked~.nav-dots label#img-dot-8,
input#img-9:checked~.nav-dots label#img-dot-9 {
    background: rgba(23, 35, 57, 0.8);
}

@media only screen and (max-width: 43rem) {
    .tickets-container .item {
        width: 100%;
        margin-right: 20px
    }

    div.tickets-container {
        margin: 0 20px auto
    }
}

/* liên quan */
.tcb-product-slider {
    background: #333;
    background-image: url(https://unsplash.it/1240/530?image=721);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.tcb-product-slider .carousel-control {
    width: 5%;
}

.tcb-product-item a {
    color: #147196;
}

.tcb-product-item a:hover {
    text-decoration: none;
}

.tcb-product-item .tcb-hline {
    margin: 10px 0;
    height: 1px;
    background: #ccc;
}

@media all and (max-width: 768px) {
    .tcb-product-item {
        margin-bottom: 30px;
    }
}

.tcb-product-photo {
    text-align: center;
    height: 180px;
    background: #fff;
}

.tcb-product-photo img {
    height: 100%;
    display: inline-block;
}

.tcb-product-info {
    background: #f0f0f0;
    padding: 15px;
}

.tcb-product-title h4 {
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tcb-product-rating {
    color: #acacac;
}

.tcb-product-rating .active {
    color: #FFB500;
}

.tcb-product-price {
    color: firebrick;
    font-size: 18px;
}



.details {
    margin: 50px 0;
}

.details h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 3px;
}

.details .back-link {
    text-align: center;
}

.details .back-link a {
    display: inline-block;
    margin: 20px 0;
    padding: 15px 30px;
    background: #333;
    color: #fff;
    border-radius: 24px;
}

.details .back-link a svg {
    margin-right: 10px;
    vertical-align: text-top;
    display: inline-block;
}

/* full project */
.fullproject .OverViewBlock {
    padding: 0px 20px 30px 20px;
    background: '#f8f9fa';
}

.fullproject .contentbodyblue {
    background-color: white;
    border-radius: 5px;
}

.fullproject .backgroundNB {
    background: #172437;
    box-Shadow: 2px 2px 7px white;
    margin: 10px 10px;
    box-Shadow: 2px 2px 7px #001f3f;
}

.fullproject .play5 {
    width: 67px;
    position: absolute;
    transform: rotate(-41deg);
    margin-left: -22px;
    margin-top: -12px;
}

.fullproject .play2 {
    position: absolute;
    margin-left: 96px;
    margin-top: 54px;
}

.fullproject .fiximgsvLeft {
    MARGIN-LEFT: -1PX;
    border-radius: 5px;
    margin-top: 13px;
}

.fullproject .saleNB {
    font-size: 12px;
    border-top: 1px dashed #9e9e9e;
    border-right: 1px dashed #9e9e9e;
    color: white;
    padding-top: 5px;

}

.fullproject .btnt {

    border-bottom-right-radius: 5px;
}

.fullproject .modal-content {
    background-image: url(./Images/bg.png);
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: auto;
}

.fullproject .close {
    width: 70px;
    height: 70px;
    color: rgb(0 0 0 / 80%) !important;
    position: fixed;
    z-index: 99999999999999999999999999;
    top: 2% !important;
    right: 50%;
    /* margin-right: 20%; */
    /* left: auto; */
    transform: none;
    opacity: inherit;
    background: #a81422 !important;
    border-radius: 50px;
}

.fullproject .Orther .col-2 {
    border-Right: 1px solid #ddd;
    border-Top: 1px solid #ddd;
    border-Left: 1px solid #ddd;
    color: #a81422;
    padding: 0px;
}

.fullproject .button-container-1 button {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.fullproject .button-container-1 {
    margin-top: -9px;
    padding: 5px;
    height: 39px;
}

.fullproject .button-container-1 .mas {
    margin-top: 11px;
}

* {
    padding: 0;
    margin: 0
}



.pulse i {
    color: #fff
}

.pulse img {
    width: 70px;
    height: 70px;
    margin-left: -9px;
    margin-top: 3px;
}

.pulse {
    height: 50px;
    width: 52px;
    background-color: #a81422;
    border-radius: 50%;
}

.pulse::before {
    content: "";
    position: absolute;
    border: 1px solid #a81422;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border-radius: 50%;
    animation: pulse 1s linear infinite
}

.pulse::after {
    content: "";
    position: absolute;
    border: 1px solid #a81422;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

.margin-bottom-55 {
    margin-bottom: 75px;
}

.margin-bottom-165 {
    margin-bottom: 165px;
}

.margin-bottom-110 {
    margin-bottom: 130px;
}

.VideoPD iframe {
    height: 495px;
}

.VideoPD img {
    width: 100%;
}

.ifpd {
    background-image: url('~/real-estate-html-template/img/bgpd2.png');
}

.VideoPD .button-container-1 button {
    height: 35px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
}

.VideoPD .Orther2 i {
    color: #a81422;
    font-size: 14px;
}

.VideoPD .Orther2 .col-2 {
    padding-top: 5px;
}

.VideoPD .col-10 {
    font-size: 12px;
}

.VideoPD .Orther2 {
    padding-top: 10px;
    line-height: 15px;
}

.bor-r-red {
    border-right: 1px dashed #a81422;
}

.bor-t-red {
    border-top: 1px dashed #a81422;
}

.VideoPD .Orther3 .col-2 {
    color: #a81422;
    font-size: 12px;
}

.VideoPD .Orther3 .col-10 {
    font-size: 12px;
    padding-left: 0px;
}

.VideoPD .Orther3 {
    padding-top: 10px;
    line-height: 20px;
}

.VideoPD .ftbnvd {
    font-size: 12px;
    padding: 20px;
}

.VideoPD .ftbnvd i {
    color: #a81422;
}

.vm a {
    position: relative;
    padding: 30px 60px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    font: 700 30px consolas;
    overflow: hidden;
}

.vm a span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #171618, #3bff3b);
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.vm a span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #171618, #3bff3b);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.vm a span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #171618, #3bff3b);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.vm a span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #171618, #3bff3b);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.customervd .playNB {
    position: absolute;
    width: 76px !important;
    margin-left: -8px;
    margin-top: -9px;
    transform: rotate(-91deg);

}


.customervd .play {
    position: absolute;
    margin-top: 49px;
    margin-left: 81px;
    width: 40px !important;
    height: 40px;
}

.customervd .col-2,
.customervd .col-10 {
    font-size: 10px !important;
}

.bor-l-r-radius {
    width: 100% !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 35px !important;
}

.fz12 {
    font-size: 12px;
}

.service .tt {
    font-size: 12px;
    margin: 8px 50px;
}

.service .name {
    font-size: 13px;
    font-weight: bolder;
    margin-top: 10px;
    color: #a81422;
}

.service .itemsv {
    padding: 34px 25px 0px 27px;
    border: 10px solid #0e2e50;
    margin-left: 30px;
}

.service .img {
    width: 50px;
}

.posti {
    font-size: 13px !important;

    background: #a81422;

}

.purchase ul li a div {
    font-size: 12px;
    font-weight: bold;
    margin-top: 11px;
}

.purchase .nav-pills .nav-item .btn.active {
    color: #a81422;
}

.purchase .tt {
    font-weight: bold;
    font-size: 13px;
    color: #0e2e50;
    font-family: emoji;
    /* padding-left: 18px; */
    text-transform: uppercase;
    margin-top: 3px;
}
.ml-15{
    margin-left: 15px;
}
.borshadow{
    border-radius: 5px;
    box-shadow: 1px 0 4px 1px rgb(0 0 0 / 30%);
}
.cl-bluei{
    color: #0e2e50 !important;
}
.mt-0i
{
    margin-top: -20px !important;
}
.mt-5i
{
    margin-top: 5px !important;
}
.mt-14i{
    margin-top: 14px !important;
}
.fs12i{
    font-size: 12px !important;
}
.fwb{
    color: black !important;
}
.purchase .adr {
  /*   font-style: italic; */
    font-size: 11px;
    padding-left: 15px;
    color: #607d8b;
}

.purchase .mney {
    font-weight: bolder;
    color: black;
    font-size: 14px;
    border-top: 1px dashed #00000052;
}

.padding5 {
    padding: 5px
}

.purchasepd img {
    width: 100%;
}

.imgepig img {
    height: 382px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 0px;


}

.fs10 {
    font-size: 10px;
}

.bor_bot {
    border-bottom: 1px dashed #0e2e5036;
    margin-bottom: 9px;
}

.price {
    color: #a81422 !important;
    font-size: 15px !important;
    font-weight: bold !important;
}

.imagesmall img {
    height: 186px;
}

.mbot-2 {
    margin-bottom: 2px;
}

.col-5 small {
    font-size: 12px;
}

.purchasepd .nav label {
    font-size: 103px !important;
    line-height: 364px !important;

}

.purchasepd a:hover {
    font-weight: bolder !important;
    cursor: pointer;
}

.purchasepd .tt {
    font-weight: bolder;
    margin-left: -2px;
    font-size: 20px;
    color: #0e2e50;
    font-family: unset;
    margin-bottom: 10px;
}

.purchasepd .avacus {
    width: 70px !important;
    height: 70px;
    border-radius: 46px;
    margin-right: 5px;
    border: 1px solid #a81422;
}

.purchasepd .cusname {
    font-weight: bolder;
    font-style: italic;
    color: #172437;
    font-size: 13px;

}

.purchasepd .time {
    font-size: 12px;
    font-style: italic;
    margin-left: 5px;
    padding-top: 7px;
    margin-bottom: 5px;
}

.purchasepd .rơwtt {
    padding-bottom: 6px;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 7px;
    font-size: 14px;
}

.LeadButton {
    border: 0.5px solid #172437;
    border-radius: 7px;
    background: #172437;
}

.LeadButton i {
    font-size: 22px;
    margin-right: 50px;
    color: #a81422;
}

.LeadButton span {
    color: #effdf5;
}

.SellerProfile_offlineBullet {
    color: green;
    font-size: 40px;
    margin-top: -20px;
}

.SellerProfile_statusOnlinetime {
    font-size: 12px;
}

.contentpur p {
    font-size: 13px;
}

.dd img {
    width: 20px !important;
}

.sc-cSHVUG {
    width: 13px !important;
}

.imgpur {
    width: 25px !important;
}

.imgpercent {
    height: 85%;
    width: 96%;
}

.fullproject .contentbodyblue .col-md-6 {
    height: 130px;
}

.labeltop {
    position: absolute;
    padding-top: -35px;
    margin-top: -8px;
    background: white;
    font-size: 12px;
    font-style: italic;
}

.textarea {
    width: 100%;
    border: 1px solid #999;
    padding-top: 14px;
    border-radius: 13px;
}

.pd40 {
    padding-left: 40px;
}

.post select {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #ddd;
    color: #6c757d;
    font-size: 14px;
}

.label_Select {
    color: #bbb;
    font-size: 11px;
    text-transform: uppercase;
    /* position: absolute; */
    z-index: 2;
    left: 20px;
    top: 14px;
    padding: 0 2px;
    pointer-events: none;
    background: #fff;
    transition: transform 100ms ease;
}

/* The container */
.containerradio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .containerradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .containerradio:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .containerradio input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .containerradio input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .containerradio .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }

  .Avatarcustomer{
    width: 100px;
    height: 100px;
    border-radius: 57px;
    border: 1px solid #a81422;
  }

  .itemRow {
    height: 20px;
    margin: 5px 0;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    color: #9b9b9b;
}
.itemRow .ratingInfo {
    color: #282f39;
}
.itemRow img {
    margin-right: 10px;
}.shadow{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding:10px;
    border-radius: 10px;
}
.PL-title{
    font-size: 13px;
    font-weight: bolder;
    text-transform: uppercase;
    padding-left: 10px;
}
.PL-Content{
    margin-top: 10px;
    font-size: 12px;
   font-style: italic;
   margin-bottom: 5px;
   padding-left: 10px;
}
.PL-img{
    width: 110px !important ;
    height: 80px !important;
    border-radius: 5px;
    margin-left: -15px;
}
.pull-right{
    float: right;

}
.Height380{
    height: 380px;
}
.imgiconNews{
    width: 15px !important;
    height: 20px !important;
    margin-top: 5px !important;
    font-size: 8px !important;
}
.title-lq{
    background: #0e2e50;
    color: white;
}
.bor-left{
    border-left: 1px dashed #0e2e5052;
}
.Cart_imglogo{
    position: absolute;
    margin-top: -21px;
    width: 80px !important;
    height: 80px;
    margin-left: -117px;
}
.w20p{
    width:20px !important;
}
.fz10{
    font-size: 12px;
}
.fz11{
    font-size: 11px !important;
}
.fz14{
    font-size: 14px !important;
}
.clBlack{
    color:black !important
}
.mt-15s{
    margin-top:-15px;
}
.mw150{
    min-width: 150px;
}
.Cart_title{
    font-weight: 700;
    color: #a81422;
    font-size: 14px;
    margin-bottom: 5px;
    font-style: italic;
}
.mycart  .active{
    background: #0e2d4f !important;
    color: white !important;
}
.mycart .PL-img {
    width: 103% !important;
    height: 100%!important;
    border-radius: 5px;
    margin-left: -5px;
    margin-top: -18px;
}
.ml-5s{
    margin-left: -5px;
    margin-top: 5px;
}
.Post-img {
    width: 80px;
    height: 73px;
    border-radius: 5px;
    margin-left: -15px;
    margin-bottom: 3px;
}

  
  .service a {
    position: relative;
    background: #444;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    transition: 0.5s;
  }
  
  .service a:hover {
    letter-spacing: 0.25rem;
    background: var(--color);
    color: var(--color);
    box-shadow: 0 0 50px 10px var(--color);
  }
  
  .service a::before {
    content: "";
    position: absolute;
    inset: 2px;
    background: #27282c;
  }
  
   .service a span {
    position: relative;
    z-index: 1;
  }
  
  .service a i {
    position: absolute;
    inset: 0;
    display: block;
  }
  
  .service a i::before {
    content: "";
    position: absolute;
    top: -3.5px;
    left: 80%;
    width: 10px;
    height: 5px;
    border: 2px solid var(--color);
    background: #27282c;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  
  .service a:hover i::before {
    left: 20%;
    width: 20px;
  }
  
  .service a i::after {
    content: "";
    position: absolute;
    bottom: -3.5px;
    left: 20%;
    width: 10px;
    height: 5px;
    border: 2px solid var(--color);
    background: #27282c;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  
  .service  a:hover i::after {
    left: 80%;
    width: 20px;
  }
  .btn-viewdt{
    margin-left: 5px;
    background: antiquewhite;
    padding: 10px 10px;
  }
  .borviewdt{
    padding: 0px 5px 5px 4px;
    background: brown;
    color: white;
    border-radius: 5px
  }
  .bg-aliceblue{
    background: aliceblue;
    border-radius: 10px;
  }
  .pd020{
    padding: 0px 20px;
  }
.NameCustomerPd{
    font-size: 14px;
    color: #040e18;
    font-weight: bold;
}
.AvaCus_PD{
    display:none
}
.hoursePd{
    float: right;
    font-size: 12px;
    margin-top: 28px;
    position: absolute;
    margin-left: -93px;
    color: #6b6565;
}
  .avacomment{
    width: 40px !important;
    height: 40px;
    border-radius: 46px;
    margin-right: 5px;
    border: 1px solid #a81422;
  }
  .showcomment li{
    list-style: none;
  }
  .NameComment 
  {
    color: black;
    font-weight: bold;
    margin-left: 50px;
  }
  .cmt-txt{
    padding-top: 3px;
    color: #101010;
    border-radius: 11px;
    font-weight: 500;
    font-style: italic;
    margin-left: 50px;
    margin-bottom: 0px;
  }
  .cmcontent{
    
    border-radius: 15px;
    padding-top: 5px;
  }
  .showcomment ul{
    padding-left: 0px;
}
.commentrow{
    font-size: 12px;
}
.showcomment{
    font-size: 13px;
}
  .showcomment ul li::before{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f7f7f7;
    content: '';
    left: 10px;
    position: absolute;
    top: -10px;
  }

  .cmt-command small a {
    font-size: 13px;

  }
  .comment-list.comment-list>div.cmt-child {
    background: #f8f8f8;
    border-radius: 5px;
    padding: 13px 15px 10px;
    display: none;
    margin: 5px 0 10px;
}
.comment-list.comment-list>div.cmt-child>div.child:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cmt-heading img{
    width: 40px;
}
.child em{
    background: #a81422;
    padding: 4px 8px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    margin-left: 10px;
}
.comment-list.comment-list>div.cmt-child {
    background: #f8f8f8;
    border-radius: 5px;
    padding: 13px 15px 10px;
    display: none;
    margin: 5px 0 10px;
}
#comment-list0.comment-list>div.cmt-child::before, #comment-list0.comment-list>div.cmt-child::after {
    left: 18px;
}
.comment-list.comment-list>div.cmt-child::before, .comment-list.comment-list>div.cmt-child::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -9px;
    left: 28px;
    border-bottom: 10px solid #f8f8f8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.comment-list.comment-list>div.cmt-child::before, .comment-list.comment-list>div.cmt-child::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -9px;
    left: 28px;
    border-bottom: 10px solid #f8f8f8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.cmt-child .cmt-command{
    margin-left: 20px;
    border-bottom: 1px solid #9E9E9E;
    padding-bottom: 13px;
}
.cmt-child{
    background: #172437;
    border-radius: 18px;
    color: #9E9E9E;
    margin-top: 10px;
    padding-top: 10px;
    margin-left: 40px;
    width: 95%;
}
.cmt-child .point{
    width: 50px;
    height: 51px;
    background: #172437;
    position: absolute;
    transform: rotate(45deg);
    z-index: 0;
    margin-left: 11px;
    margin-top: -12px;
}
.child{
    z-index: 2;
    position: relative;
}
.cmt-childcontent{
  
    padding-left: 43px;
  
}
.cmt-top-name .avatar {
position: absolute;
}

.container__item .btn {
    display: inline-block;
    background: transparent;
    color: inherit;
    font: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    transition: all 200ms ease-in;
    cursor: pointer;
}
.container__item .btn--primary {
    background: #a81422;
    color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    border-radius: 2px;
    padding: 12px 36px;
}
.container__item .btn--primary:hover {
    background: #6c7ff2;
}
.container__item .btn--primary:active {
    background: #7f8ff4;
    box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, .2);
}
.container__item .btn--inside {
    margin-left: -96px;
}
.container__item .form__field {
    width: 98%;
    background: #fff;
    color: #a3a3a3;
    font: inherit;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    border: 0;
    outline: 0;
    padding: 22px 18px;
}
.commentrow{
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 20px;
    padding-top: 10px;
}