a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Open Sans', sans-serif; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Open Sans', sans-serif;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: 700;}
.semi{font-weight: 600;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
.header-top{
    background: #116bbf;
    padding: 10px 0;
}
.info-com a {
    color: #fff;
    margin-right: 15px;
    border-right: 1px solid #000;
    padding-right: 15px;
}
.info-com a i{
    margin-right: 5px;
}
.info-com a:last-child{
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.lang-social select{
    margin-right: 15px;
    width: auto;
}
.div-lang{
    border-right: 1px solid #000;
}
.lang-social {
    display: flex;
    align-items: center;
}
.social-head {
    display: flex;
    align-items: center;
}
.social-head a{
    color: #fff;
    margin-left: 15px;
}
.logo {
    display: block;
    border-right: 1px solid #e1e1e1;
    width: 230px;
    padding-right: 30px;
}
.ul-main-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    width: calc(100% - 200px);
}
.ul-main-menu > li > a{
    display: inline-block;
    color: #5e5e5e;
    padding: 46px 20px;
    font-weight: 600;
}
.ul-main-menu > li.active > a,
.ul-main-menu > li:hover > a{
    color: #75c5cf;
}
.header-bottom{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    border-top: 2px solid #75c5cf;
}
.item-banner > a{
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct-banner{
    position: absolute;
    top: 60px;
}
.tit-bn-big {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    position: relative;
    top: -200px;
    transition: all 0.3s;
    display: block;
    text-align: center;
}
.main-banner .item-banner.active .tit-bn-big{
    top: 0;
    transition: all 0.3s;
    transition-delay: 0.5s;
}
.tit-bn-small {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    position: relative;
    top: -220px;
    transition: all 0.3s;
    display: block;
    text-align: center;
}
.main-banner .item-banner.active .tit-bn-small{
    top: 20px;
    transition: all 0.3s;
    transition-delay: 0.8s;
}
.see-rooms{
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%);
    background-color: #418BCA;
    color: #fff;
    border: 1px solid #b90a96;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 18px;
    position: relative;
    top: -250px;
    transition: all 0.3s;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 130px;
    border-radius: 7px;
}
.main-banner .item-banner.active .see-rooms{
    top: 40px;
    transition: all 0.3s;
    transition-delay: 1s;
}
.main-banner{
    position: relative;
}
.prev-bn{
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: 20px;
    color: #fff;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.next-bn{
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    right: 20px;
    color: #fff;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prev-bn:hover,
.next-bn:hover{
    background: #000;
}
.tt-i{
    color: #000;
    margin-left: 7px;
}
.has-calen {
    background: url(../img/calendar.svg) center center no-repeat;
    background-position: calc(100% - 15px);
    background-size: 14px;
}
.sm-check{
    border: 1px solid #35929e;
    background: linear-gradient(to bottom, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%);
    background-color: #75c5cf;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    width: 100%;
    height: 34px;
}
.flex-end{
    display: flex;
    align-items: flex-end;
}
.block-book-room {
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #ebebeb;
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
    padding: 30px 30px;
    z-index: 99;
    background-color: #fff;
    margin-top: -60px;
    position: relative;
}
.datepicker,
.datepickers-container{
    z-index: 99 !important;
}
.tit-pub {
    position: relative;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.tit-pub:before{
    border-color: #ebebeb;
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 2px solid #ccc;
    content: "";
}
.tit-pub span{
    position: relative;
    z-index: 1;
    padding: 0 20px;
    background: #fff;
    display: inline-block;
}
.items-acc{
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
    background: #fff;
    position: relative;
    right: -1px;
}
/*.items-acc img{
    height: 260px;
    object-fit: cover;
}*/
.tit-acc {
    display: block;
    margin: 6px;
    text-align: center;
    color: #000;
}
.block-slider-acc{
    margin: 0 auto;
    width: calc(100% - 100px);
    position: relative;
}
.prev-acc{
    position: absolute;
    left: -50px;
    cursor: pointer;
    z-index: 99;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    background: url(../img/control.png) 0 0 no-repeat;
}
.prev-acc:hover{
    background: url(../img/control.png) 0 -32px no-repeat;
}
.next-acc{
    position: absolute;
    right: -50px;
    cursor: pointer;
    z-index: 99;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    background: url(../img/control.png) -32px 0 no-repeat;
}
.next-acc:hover{
    background: url(../img/control.png) -32px -32px no-repeat;
}
.block-slider-gall{
    margin: 0 auto;
    width: calc(100% - 100px);
    position: relative;
}
.prev-gall{
    position: absolute;
    left: -50px;
    cursor: pointer;
    z-index: 99;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    background: url(../img/control.png) 0 0 no-repeat;
}
.prev-gall:hover{
    background: url(../img/control.png) 0 -32px no-repeat;
}
.next-gall{
    position: absolute;
    right: -50px;
    cursor: pointer;
    z-index: 99;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    background: url(../img/control.png) -32px 0 no-repeat;
}
.next-gall:hover{
    background: url(../img/control.png) -32px -32px no-repeat;
}
.lSSlideOuter .lSPager.lSpg{
    margin-top: 30px !important;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, 
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #98cb66;
}
.lSSlideOuter .lSPager.lSpg > li a{
    background-color: #8a8a8a;
    width: 10px;
    height: 10px;
}
.item-our-team .pic {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 200px;
    margin: 0 auto;
}
.item-our-team .pic:before, 
.item-our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 13px solid #e6e5e5;
    position: absolute;
    top: 0;
    left: 0;
}
.item-our-team .pic:after {
    border-color: #37b0f1 #e6e5e5 #e6e5e5 #37b0f1;
    z-index: 1;
    transform: rotate(-10deg);
    transition: all 0.5s ease 0s;
}
.item-our-team:hover .pic:after {
    transform: rotate(350deg);
}
.tit-ot {
    font-size: 26px;
    font-weight: bold;
    color: #222;
    padding-bottom: 10px;
    margin: 15px 0 10px 0;
    position: relative;
    text-align: center;
}
.tit-ot:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #222;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.post-ot {
    font-style: italic;
    color: #777;
    text-align: center;
}
.icon-ot{
    text-align: center;
    margin-top: 15px;
}
.icon-ot > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #e0e0e0;
    color: #999;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 13px;
}
.icon-ot > a:hover{
    background: #37b0f1;
    color: #fff;
}
.room-thumb {
    width: 100%;
    height: 283px;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 2px 0 0 #e0e0e0;
    box-shadow: 0 2px 0 0 #e0e0e0;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 5000;
    border: 1px solid #ebebeb;
}
.room-thumb img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 239px;
    object-fit: cover;
}
.room-thumb .mask {
    width: 100%;
    height: 281px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: translateY(228px);
    -moz-transform: translateY(228px);
    -o-transform: translateY(228px);
    -ms-transform: translateY(228px);
    transform: translateY(228px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.room-thumb .main-mask {
    border-bottom: 1px solid #ebebeb;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.main-mask h3 {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 10px 0 0 20px;
    display: inline-block;
    max-width: 260px;
    margin-top: -5px;
    margin-bottom: 5px;
}
.main-mask h3 a{
    color: #75c5cf;
}
.room-thumb .main-mask .price-mask {
    display: inline;
    float: right;
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    padding: 6px 25px;
    border-top: none;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    color: #75c5cf;
}
.room-thumb .main-mask .price-mask span {
    display: block;
    color: #ccc;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}
.room-thumb .content-mask {
    position: relative;
    padding: 20px;
    text-align: left;
}
div.content-mask p {
    margin-bottom: 10px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-unstyled li {
    margin: 0 0 10px;
    font-size: 13px;
}
.room-thumb .content-mask i {
    margin-right: 5px;
    color: #75c5cf;
}
.btn-bookn {
    border: 1px solid #35929e;
    background: linear-gradient(to bottom, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
    background-color: #75c5cf;
    color: #fff !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
}
.room-thumb:hover img {
    -webkit-transform: translateY(-228px);
    -moz-transform: translateY(-228px);
    -o-transform: translateY(-228px);
    -ms-transform: translateY(-228px);
    transform: translateY(-228px);
}
.room-thumb:hover .mask {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.block-fb{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.avatar-fb{
    width: 100px;
    margin-right: 50px;
    border: 1px solid #75c5cf;
    border-radius: 50%;
    overflow: hidden;
}
.cmt-fb{
    width: calc(100% - 150px);
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    text-align: left;
}
.cmt-fb:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: 30px;
    border-top: 7px solid;
    border-bottom: 7px solid;
    border-right: 10px solid;
    border-color: transparent #ebebeb transparent transparent;
}
.cmt-fb:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    top: 30px;
    border-top: 6px solid;
    border-bottom: 6px solid;
    border-right: 10px solid;
    border-color: transparent #fff transparent transparent;
}

.name-send {
    color: #75c5cf;
    margin-top: 5px;
}
.block-slider-fb{
    margin: 0 auto;
    width: calc(100% - 160px);
    position: relative;
}
.prev-fb{
    position: absolute;
    left: -80px;
    cursor: pointer;
    z-index: 99;
    width: 58px;
    height: 58px;
    top: calc(50% - 29px);
    background: #fff;
    border-radius: 50%;
    border: 1px solid #75c5cf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #75c5cf;
    font-size: 25px;
}
.prev-fb:hover{
    background: #75c5cf;
    color: #fff;
}
.prev-fb i{
    position: relative;
    left: 0;
    opacity: 1;
}
.prev-fb:hover i{
    -webkit-animation-name: rtol;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-name: rtol;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes rtol {
    from {left: 0px;opacity: 1;}
    to {left: -20px;opacity: 0;}
}
@keyframes ltor {
    from {left: 0px;opacity: 1;}
    to {left: -20px;opacity: 0;}
}
.next-fb{
    position: absolute;
    right: -80px;
    cursor: pointer;
    z-index: 99;
    width: 58px;
    height: 58px;
    top: calc(50% - 29px);
    background: #fff;
    border-radius: 50%;
    border: 1px solid #75c5cf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #75c5cf;
    font-size: 25px;
}
.next-fb:hover{
    background: #75c5cf;
    color: #fff;
}
.next-fb i{
    position: relative;
    right: 0;
    opacity: 1;
}
.next-fb:hover i{
    -webkit-animation-name: ltor;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-name: ltor;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes ltor {
    from {right: 0px;opacity: 1;}
    to {right: -20px;opacity: 0;}
}
@keyframes ltor {
    from {right: 0px;opacity: 1;}
    to {right: -20px;opacity: 0;}
}
.block-slider-book{
    margin: 0 auto;
    position: relative;
}
.prev-book{
    position: absolute;
    left: 30px;
    cursor: pointer;
    z-index: 99;
    width: 58px;
    height: 58px;
    top: calc(50% - 29px);
    background: #fff;
    border-radius: 50%;
    border: 1px solid #75c5cf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #75c5cf;
    font-size: 25px;
}
.prev-book:hover{
    background: #75c5cf;
    color: #fff;
}
.prev-book i{
    position: relative;
    left: 0;
    opacity: 1;
}
.prev-book:hover i{
    -webkit-animation-name: rtol;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-name: rtol;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.next-book{
    position: absolute;
    right: 30px;
    cursor: pointer;
    z-index: 99;
    width: 58px;
    height: 58px;
    top: calc(50% - 29px);
    background: #fff;
    border-radius: 50%;
    border: 1px solid #75c5cf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #75c5cf;
    font-size: 25px;
}
.next-book:hover{
    background: #75c5cf;
    color: #fff;
}
.next-book i{
    position: relative;
    right: 0;
    opacity: 1;
}
.next-book:hover i{
    -webkit-animation-name: ltor;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-name: ltor;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.block-smiley{
    background: rgba(117,197,207,0.8);
    padding: 80px;
}
.tit-smiley{
    font-size: 36px;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}
.des-smiley{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.view-a{
    color: #75c5cf;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%);
    background-color: #fff;
    border: 1px solid #d2d2d2;
    padding: 13px 18px;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}
.footer-top{
    background: #00576d;
}
.social-ft{
    margin-top: 40px;
}
.div-co-ft{
    margin-top: 20px;
}
.div-co-ft a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
}
.div-co-ft a:last-child{
    margin-right: 0;
}
.div-co-ft a:hover{
    opacity: 0.9;
}
.div-co-ft a.co-ft-fb{
    background: #3b5998;
}
.div-co-ft a.co-ft-tw{
    background: #55acee;
}
.div-co-ft a.co-ft-in{
    background: #3371b7;
}
.div-co-ft a.co-ft-gg{
    background: #d93e2d;
}
.div-co-ft a.co-ft-yt{
    background: #e02a20;
}
.blog-a-ft{
    width: 75px;
    margin-right: 15px;
    border: 3px solid #fff;
}
.blog-a-ft:hover img{
    opacity: 0.7;
}
.blog-ct-ft{
    width: calc(100% - 80px);
}
.ft-date{
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
}
.blog-ct-ft p a{
    color: #fff !important;
}
.flex-ft .flex-bw{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.flex-ft .flex-bw:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.loca-ft a{
    color: #fff !important;
}
.loca-ft{
    margin-bottom: 5px;
}
.tit-form-ft{
    color: #fff;
    font-size: 20px !important;
    text-align: center;
}
.form-ft {
    background: #04657d;
    padding: 15px;
}
.check-ft label{
    color: #fff;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 0;
}
.check-ft label:last-child{
    margin: 0;
}
.check-ft label input{
    margin-top: 1px;
    margin-right: 3px;
}
.fgr-ft{
    margin-bottom: 20px;
}
.fgr-ft input.form-control{
    background: #3397bd;
    text-align: center;
    color: #fff;
}
.form-ft p{
    font-size: 14px;
}
.sm-ft{
    font-size: 18px;
    background: #14b3b3;
    text-transform: uppercase;
    display: block;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
}
.footer-bottom{
    padding: 20px 0;
    background: #000;
}
.cate-ft{
    margin-top: 40px;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-top: 2px solid #75c5cf;
    border-bottom: 2px solid #75c5cf;
    z-index: 9999;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.ul-sub-menu > li > a{
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #e1e1e1;
    color: #5e5e5e;
}
.ul-sub-menu > li:last-child a{
    border: none;
}
.ul-sub-menu > li:hover > a{
    color: #75c5cf;
}
.has-sub:hover .ul-sub-menu{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}
.list-apartment > a{
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #000;
}
.list-apartment .tit-apart{
    font-weight: 700;
    display: block;
}
.list-apartment > a.active{
    background: #75c5cf;
    color: #fff;
}
.list-apartment > a:hover{
    background: #eee;
}
.list-apartment {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.main-list-smiley .room-thumb{
    margin-bottom: 30px;
}
.main-breac span{
    color: #fff;
    text-transform: uppercase;
}
.main-breac span a{
    color: #fff !important;
}
.main-breac{
    background: rgba(117,197,207,0.8);
    padding: 10px 0;
}
.tit-page{
    background: rgba(117,197,207,0.8);
    padding: 20px 0;
}
.tit-page h1{
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.list-units-aside{
    border: 3px solid rgba(117,197,207,0.8);
    margin-bottom: 30px;
}
.block-units.active{
    background: rgba(117,197,207,0.8);
}
.block-units.active a{
    color: #000;
}
.block-units{
    border-bottom: 2px solid rgba(117,197,207,0.8);
}
.list-units-aside .block-units:last-child{
    border: none;
}
.block-units a{
    display: block;
    padding: 10px;
    color: #75c5cf;
    font-size: 14px;

}
.block-units a .tit-unit{
    font-weight: 700;
    display: block;
}
.block-units:hover{
    background: #eee;
}
.block-units:hover a{
    color: #000;
}
.map-smiley{
    display: none;
}
.map-smiley.not-all {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.map-smiley span{
    margin-right: 5px;
}
.bang-hotel table th {
    border-bottom: 2px solid rgba(117,197,207,1);
    background: #fafafa;
    color: rgba(117,197,207,1);
    text-transform: uppercase;
}
.bang-hotel table {
    border: 2px solid rgba(117,197,207,1);
    width: 100%;
}
.bang-hotel table tr td,
.bang-hotel table tr th{
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 2px solid rgba(117,197,207,1);
}
.rm-room{
    background: rgba(117,197,207,1);
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 700;
    padding: 6px;
}
.tab-map-aside .nav-tabs>li>a{
    display: block;
    width: 100%;
    color: #666;
    font-weight: 700;
    border-right: 1px solid #ddd;
    margin: 0;
    transition: unset;
    border-radius: 0;
}
.tab-map-aside .nav-tabs>li{
    float: none;
    margin: 0;
}
.tab-map-aside .nav-tabs>li.active>a, 
.tab-map-aside .nav-tabs>li.active>a:focus, 
.tab-map-aside .nav-tabs>li.active>a:hover{
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    transition: unset;
}
.tab-map-aside .nav-tabs>li>a:hover{
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background: none;   
    transition: unset;
}
.tab-map-aside .nav-tabs{
    border-bottom: none;
}
.tit-news{
    margin: 0;
    padding: 5px 10px;
    background: #ede9da;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}
.tit-news a{
    color: #75c5cf;
}
.tit-news:hover a{
    color: #5e5e5e;
}
.block-news{
    margin-bottom: 30px;
}
.block-list-news {
    border: 1px solid #ccc;
    padding: 40px 40px 10px 40px;
}
.tit-ct-asi{
    color: #fff;
    background-color: #67C5DF;
    border-color: #67C5DF;
    margin: 0;
    padding: 10px 15px;
    text-transform: uppercase;
}
.tit-dct{
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.div-ct {
    padding: 15px;
}
.persen{
    margin-bottom: 20px;
}
.clgreen{
    color: #75c5cf;
}
.btn-send{
    color: #fff;
    background: linear-gradient(to bottom, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%);
    background-color: #418BCA;
    border: 1px solid;
    border-color: #418BCA;
    font-weight: 800;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
    padding: 6px 12px;
    border-radius: 4px;
}
.up-file{
    margin-bottom: 10px;
}
.btn-subm{
    display: block;
    width: 100%;
    border: none;
    font-weight: 600;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    background: #14b3b3;
    font-size: 18px;
}
.date-post{
    width: 50px;
    height: 50px;
    background: #75c5cf;
    border-radius: 50%;
    color: #fff;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700
}
.date-post span:first-child{
    font-size: 11px;
    font-weight: 400;
}
.authur{
    width: calc(100% - 70px);
}
.tit-posta{
    margin: 0;
    margin-bottom: 10px;
    font-size: 24px;
}
.d-authur span{
    margin-right: 20px;
}
.d-authur span a{
    color: #75c5cf;
}
.d-authur span i{
    font-size: 12px;
    color: #979797;
    margin-right: 5px;
}
.tl-page a{
    font-size: 13px;
}
.c-month{
    background: #2980b9;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.bang-book table tr th,
.bang-book table tr td{
    text-align: center;
    padding: 5px;
    font-size: 13px;
    font-weight: 600;
}
.tr-week td{
    color: #4aa3df;
    font-weight: 700;
}
td.c-month {
    height: 31px;
}
.ol-list li{
    margin-bottom: 5px;
}
.form-book-room{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
    overflow: hidden;
}
.form-book-room .tit-pub span{
    font-weight: 600;
}
.price-room {
    padding: 15px;
    margin: 15px 0;
    border: 1px dashed #ccc;
}
header{
    position: relative;
}
.item-banner img{
    height: 576px;
    object-fit: cover;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 45px;
    right: 5px;
    display: none;
    background: #fff !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
    color: #75c5cf !important;
    border: 1px solid #75c5cf;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.float-social{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: calc(50% - 151px);
    left: 0;
    z-index: 9999;
    transition: all 1s;
}
.float-social a{
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.fs-fb{
    background: #3C589A;
}
.fs-tw{
    background: #55acee;
}
.fs-gg{
    background: #dd4b39;
}
.fs-li{
    background: #0077b5;
}
.fs-in{
    background: #527fa4;
}
.fs-ms{
    background: #0084ff;
}
.float-social a.fs-dh {
    background: #000;
    width: 20px;
    height: 20px;
    position: relative;
    right: 0;
    transition: all 1s;
    transform: rotate(0deg);
}
.count-share {
    text-align: center;
    display: inline-block;
    font-weight: 600;
}
.float-social.float-hide {
    left: -40px;
    transition: all 1s;
}
.float-social.float-hide a.fs-dh {
    right: -40px;
    transition: all 1s;
    transform: rotate(180deg);
}
.menu-mobile,
.ul-sub-mnmb{
    display: none;
}
.bang-hotel{
    overflow: auto;
}


@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li > a {
        padding: 46px 15px;
        font-size: 14px;
    }
    .ul-sub-menu > li > a{
        font-size: 14px;
    }
    .items-acc{
        right: unset;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .logo-mb {
        color: #e1e1e1;
        border: 1px solid #e1e1e1;
        width: 44px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        font-size: 12px;
    }
    .logo{
        border-right: 0;
    }
    .menu-mobile{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
    }
    .ul-menu-mobile{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .ul-menu-mobile > li > a{
        display: block;
        padding: 15px;
        color: #555;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 1px solid #e1e1e1;
        font-size: 14px;
    }
    .ul-menu-mobile > li:first-child > a{
        border-top: 1px solid #e1e1e1;
    }
    .ul-menu-mobile > li.active > a{
        color: #75c5cf;
    }
    .has-sub-mb{
        position: relative;
    }
    .ul-sub-mnmb{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .ul-sub-mnmb > li > a{
        display: block;
        padding: 15px;
        color: #555;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 1px solid #e1e1e1;
        font-size: 14px;
    }
    .tit-bn-big{
        font-size: 34px;
    }
    .tit-bn-small{
        font-size: 29px;
    }
    .block-book-room .flex-end{
        flex-wrap: wrap;
    }
    .item-our-team{
        margin-bottom: 30px;
    }
    .room-thumb{
        margin-bottom: 30px;
    }
    .float-social{
        flex-direction: row;
        top: unset;
        bottom: 0;
    }
    .count-share{
        font-size: 13px;
    }
    .float-social a.fs-dh{
        display: none;
    }
    .lang-bar-mb {
        display: flex;
        align-items: center;
    }
    .lang-mb{
        margin-right: 20px;
    }
    .lang-mb > a:first-child{
        margin-right: 10px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .tit-bn-big{
        font-size: 28px;
    }
    .tit-bn-small{
        font-size: 24px;
    }
    .block-fb{
        flex-direction: column;
    }
    .avatar-fb{
        margin: 0;
        margin-bottom: 10px;
    }
    .cmt-fb:after,
    .cmt-fb:before{
        content: unset;
    }
    .cmt-fb{
        width: 100%;
    }
    .block-slider-fb{
        width: 100%;
    }
    .prev-fb{
        left: 0;
    }
    .next-fb{
        right: 0;
    }
    .block-smiley{
        padding: 40px;
    }
    .tit-smiley{
        font-size: 30px;
    }
    .des-smiley{
        font-size: 22px;
    }
    .smiley-map iframe{
        height: 500px;
    }
    .tab-map-aside .nav-tabs>li>a{
        border-right: none;
    }
    .tab-map-aside .nav-tabs>li.active>a, 
    .tab-map-aside .nav-tabs>li.active>a:focus, 
    .tab-map-aside .nav-tabs>li.active>a:hover{
        border-right: 1px solid #ddd !important;
        border-radius: 4px;
    }
    .bang-hotel table{
        width: 800px;
    }
    .info-com a{
        font-size: 13px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .info-com a{
        display: block;
        border: none;
    }
    .logo{
        width: 170px;
    }
    .item-banner img{
        height: 350px;
    }
    .tit-bn-big{
        font-size: 24px;
    }
    .tit-bn-small{
        font-size: 22px;
    }
    .block-book-room{
        margin-top: 20px;
        padding: 15px;
    }
    .block-smiley{
        padding: 20px 15px;
    }
    .tit-smiley{
        font-size: 24px;
    }
    .des-smiley{
        font-size: 18px;
    }
    .block-list-news{
        padding: 15px;
    }
    .smiley-map iframe{
        height: 350px;
    }
    .flex-bw.tl-page{
        display: block;
    }
    .flex-bw.tl-page a{
        margin-top: 10px;
        display: block;
    }
    .flex-bw.noflex{
        display: block;
    }
    .authur{
        width: 100%;
    }
}