.apartment-line{
    margin-top: 5rem;
}
.cl-white{
    color: #ffffff!important;
}
.button-price-list{
    padding: 8px;
    font-size: 18px;
    background: linear-gradient(180deg, #e52d27, #b31217);
    color: #fff;
    margin-top: 10px;
    width: 170px;
}
.button-price-list:hover{
    background: transparent;
    color:#e52d27;
    border: 1px solid #e52d27;
}
.registrati{
    margin: 0 5px;
}
.apartment-line .row .title-section{
    font-size: 24px;
    margin-bottom: 16px;
    color: #dcab3a;
    font-weight: 700;
}
.hotline{
    color: #dcab3a;
    font-size: 23px;
}
.apartment-line .row .content_auto{
    margin-left: auto;
    max-width: 550px;
}
.nav-room .container-fluid .row .title-section{
    padding-top: 40px;
    font-size: 28px;
    margin-bottom: 80px;
    color: #dcab3a;
}
.nav-room{
    background-color: #0d063c;
    font-family: "GilroyRegular", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
}
.apartment-line{
    font-family: "GilroyRegular", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
}
.main-popup-regis .frame-frm-regis{
    font-family: "GilroyRegular", sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
}
.nav-room .nav-tabs li {
    margin-bottom: 10px;
}
.nav-room .nav-tabs li a {
    display: block;
    border: 2px solid transparent;
    border-radius: 99px;
    padding: 5px 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nav-room .nav-tabs li:not(:last-child) a {
    margin-right: 25px;
}
.nav-room .nav-tabs{
    border-bottom: 0;
    margin-top: 18px;
    font-size: 16px;
    margin-bottom: 18px;
    text-transform: uppercase;
    justify-content: center;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
}
.nav-room .tabs__room li:hover a,
.nav-room .tabs__room li a.active {
    border: 2px solid #cca22c;
    color: #cca22c;
    border-radius: 99px;
}
.form-check-input{
    margin-left: -20px;
}
.form-check{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.frame-frm-regis .frm-regis .ladi-form-item label{
    margin-right: 5px;
}
.frame-frm-regis .frm-regis .ladi-form-item{
    max-width: 423px;
    margin: auto;
}
.main-popup-regis .frame-frm-regis::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}
.main-popup-regis .frame-frm-regis::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}
.main-popup-regis .frame-frm-regis::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,left bottom,left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
}
.ladi-group img{
    width: 27px;
    height: 27px;
    margin-right: 8px;
}
.ladi-group .ladi-headline{
    text-decoration-line: underline;
    -webkit-text-decoration-line: underline;
    color: rgb(0, 201, 148);
    font-size: 16px;
    line-height: 1.6;
}
.frame-frm-regis .ladi-infor_{
    color: rgb(255, 188, 1);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 40px;
}
.ladi-form-item {
    padding: 15px;
    background-color: #ffffff;
    color: #000000;
}
.frame-frm-regis .frm-regis .ladi-form-item {
    background: #fff;
}
.cstom-ket-noi .mt-content ul li .fa{
    margin-right: 8px;
}
    @media (max-width: 1366px){
    .nav-room .container-fluid .row .title-section{
        margin-bottom: 40px;
    }
}
.main-popup-regis .frame-frm-regis button.btn-waring{
    width: 423px;
    padding-top: 14px;
    padding-bottom: 14px;
}

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
}
.swiper-button-next img{
    width: 33px;
    height: 33px;
}
.swiper-button-prev img{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    width: 33px;
    height: 33px;
}
.img_project .title_img_project{
    font-family: "SVNGilroyBold";
    color: #dcab3a;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-transform: uppercase;
    margin-bottom: 16px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #dcab3a;
}
.swiper-button-prev:after{
    display: none;
}
.swiper-button-next:after{
    display: none;
}
.swiper-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.swiper-slide .img__small {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 80px;
}
.container_box{
    max-width: 1300px;
}
.img_project .box-project{
    background-color: #7e1221;
    border-radius: 8px;
    padding: 16px 35px;
    min-height: 270px;
    font-size: 18px;
    font-family: "GilroyRegular", sans-serif;
    color: rgb(255, 255, 255);
}
.img_project .box-project ul li:nth-child(odd){
    color: rgb(255, 208, 73);
}
@media (max-width: 991.98px)
{
    .nav-room .container-fluid .row .title-section{
        margin-bottom: 30px;
    }
    .apartment-line .container .row .title-section{
        font-size: 20px;
    }
    .apartment-line .row .content_auto{
        max-width: 100%;
    }
    .nav-room .nav-tabs li{
        padding: 8px!important;
    }
}
@media (max-width: 1024px){
    .nav-room .container-fluid .row .title-section{
        margin-bottom: 25px;
    }
}
@media (max-width: 576px){
    .main-popup-regis .frame-frm-regis button.btn-waring{
        max-width: 250px;
        margin-left: 10px;
    }
    .frame-frm-regis .ladi-infor_{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .frame-frm-regis .frm-regis .ladi-form-item{
        margin-left: 10px;
    }
}
