@font-face{font-family:'Bambus';font-weight:bold;font-style:normal;src:url('fonts/bambus.eot');src:url('fonts/bambus.eot?#iefix')format('embedded-opentype'),url('fonts/bambus.woff2')format('woff2'),url('fonts/bambus.woff')format('woff'),url('fonts/bambus.ttf')format('truetype'),url('fonts/bambus.svg#Bambus')format('svg');}
:root{--fnt:Merriweather;--main:#0a9af3;--hover:#f16122;--text:#333;--prev:#777;--red:#ed1c24;--bord:#d7d7d7;--grey:#f7f7f7;--wite:#fff;}
.fnt{font-family:var(--fnt);}.fs-7{font-size:14px;}.fs-8{font-size:12px;}.fw-5{font-weight:500;}
.cl-m{color:var(--main);}.cl-h{color:var(--hover);}.cl-t{color:var(--text);}.cl-p{color:var(--prev);}.cl-r{color:var(--red);}.cl-w{color:var(--wite);}
.ls-1{letter-spacing: 1px;}.ls-3{letter-spacing: 3px;}.tr-5{transition:all 0.5s ease 0s;}.tr-25{transition:all 0.25s ease 0s;}
.br-5{border-radius:5px;}.br-10{border-radius:10px;}.br-15{border-radius:15px;}.br-30{border-radius:30px;}.br-50{border-radius:50%;}
body{font-family:Roboto,Arial,sans-serif;font-size:15px;color:var(--text);}
input,select,textarea{width:100%;height:40px;padding:0;border:1px solid var(--bord);border-radius:5px;outline:none;text-indent:1rem;transition:all 0.5s ease 0s;}
input:disabled{cursor: not-allowed;}
input:focus,select:focus,textarea:focus{border:1px solid var(--main);box-shadow:0 0 5px rgb(0 0 0 / 15%);}
input[type=submit]{display:inline-block;width:auto;padding:0 50px;background-color:var(--main);border:0;text-transform:uppercase;text-indent:0;letter-spacing:1px;color:var(--wite);}
input[type=submit]:hover{background-color:var(--hover);}
select{background:var(--wite) url(images/select.png) no-repeat center right 9px;appearance:none;}textarea{display:block;height:97px;padding:1rem;text-indent:0;}
h1,h2,h3,h4,h5,h6{margin-bottom:0;}ul,ol,p{margin:0;padding:0;}a{text-decoration:none;}img{display:block;max-width:100%;height:auto;}.wow{opacity:0;}
.i-hov{overflow:hidden;}.i-hov img{transition:all 0.5s ease 0s;}.i-hov:hover img{transform:scale(1.05);}
.n-hov-l a{width:100%;background:linear-gradient(transparent calc(100% - 2px), var(--main) 2px) no-repeat top left / 0% 100%;color:var(--text);transition:all 0.5s ease 0s;}
.n-hov-l a:hover{background-size:100% 100%;color:var(--main);}
.n-hov-t a{background:linear-gradient(to right, var(--hover), var(--hover) 50%, var(--text) 50%) 100% / 200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;transition:all 0.5s ease 0s;}
.n-hov-t a:hover{background-position:0;}
.f-item{position:relative;margin-bottom:1rem;}.f-item span{display:block;margin-bottom:0.25rem;}
.f-item input.error,.f-item select.error,.f-item textarea.error{border-color:var(--red);}
.f-item label.error,.f-item label#emailregistered{position:absolute;top:100%;right:0;font-size:12px;color:var(--red);}

.header{position: relative; background-color: #fff; box-shadow: 0 0 5px rgb(0 0 0 / 15%); z-index: 99992;}
.header.position-absolute{top: 0; left: 0;}
.logo h1{font-size: 100%;}
.logo span, .logo p{position: absolute; width: 1px; height: 1px; word-wrap: normal; overflow: hidden;}
.header-right{right: 0.75rem; height: 29px;}
.header-right .d-none a{line-height: 29px; color: var(--text);}
.header-right .d-none a+a{padding-left: 1rem;}
.header-right .d-flex a+a{}
.header-right .d-flex a img{width: 24px;}
.header-right .d-flex a.menu-button{background-color: var(--main); color: var(--wite)!important;}
.language-dropdown-toggle img{width:24px; height:24px; border-radius:50%;}
.language-dropdown{top: 100%; right: 0; display: none; min-width: 135px; z-index: 1000;}
.language-dropdown img{width:24px; height:24px; border-radius:50%;}

.home-title{margin-bottom: 1.5rem; padding-bottom: 1.5rem; background: url(images/break.png) no-repeat center bottom;}
.home-title > *{display: block; font-weight: normal; text-transform: uppercase; text-align: center; line-height: 1.5; color: var(--main)!important;}
.home-preview{margin-bottom: 1rem; text-align: center; color: var(--prev);}
.home-arrow .slick-arrow{position: absolute; top: 0; bottom: 0; width: 40px; height: 40px; margin: auto; background-color: var(--main); border-radius: 50%; opacity: 0;}
.home-arrow .slick-arrow i{line-height: 40px; color: var(--wite);}
.home-arrow .slick-prev{left: -40px;}
.home-arrow .slick-next{right: -40px;}
.home-arrow:hover .slick-arrow{opacity: 1;}
.home-arrow:hover .slick-prev{left: calc(-40px - 1rem);}
.home-arrow:hover .slick-next{right: calc(-40px - 1rem);}
.home-dots .slick-list{margin-bottom: 1.5rem;}
.home-dots .slick-slide > div{padding: 0.5rem;}
.home-dots .slick-dots{display: flex; justify-content: center; align-items: center;}
.home-dots .slick-dots li{flex: 0 0 auto; width: 15px; height: 15px; background-color: #d7d7d7; border-radius: 50%;}
.home-dots .slick-dots li+li{margin-left: 0.5rem;}
.home-dots .slick-dots li.slick-active{background-color: var(--main);}
.home-button{position: relative; width: 200px; margin: 0 auto; background-color: var(--main); border-radius: 20px; overflow: hidden;}
.home-button:before{content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: var(--hover); opacity: 0; transition: all 0.5s ease 0s;}
.home-button:hover:before{width: 100%; opacity: 1;}
.home-button:hover a i{padding-left: 0.5rem!important;}
.home-button a{position: relative; display: block; text-align: center; line-height: 40px; color: var(--wite)!important;}
.main-detail p{padding: 0 0 1rem;}
.main-detail h2{padding: 0.75rem 0; font-size: 1.5rem;}
.main-detail h3{padding: 0.75rem 0; font-size: 1.25rem;}
.main-detail h3{padding: 0.75rem 0; font-size: 1.0rem;}
.main-detail ul, .main-detail ol{padding: 0 0 0.75rem 2rem;}
.main-detail img{display: inline-block!important; max-width: 100%; height: auto!important;}   
.main-detail table{width: 100%!important; border-collapse: collapse; border-color: var(--bord);}
.main-detail tbody, .main-detail td, .main-detail tfoot, .main-detail th, .main-detail thead, .main-detail tr{border-width: 1px;}
.main-detail iframe{display: block; width: 100%; margin: 0 auto!important;} 
.main-detail figure{padding: 0 0 1rem;}
.main-detail figure figcaption{font-size: 14px; font-style: italic;}

.pagination{list-style: none; display: flex; margin-bottom: 1.5rem;}
.pagination li{flex: 0 0 auto; text-align: center; line-height: 35px;}
.pagination li+li{margin-left: 0.5rem;}
.pagination li a{display: block; width: 35px; background-color: var(--wite); border-radius: 5px; box-shadow: 0 0 3px rgb(0 0 0 / 25%); color: var(--main); transition: all 0.5s ease 0s;}
.pagination li a:hover, .pagination li a.active{background-color: var(--main); color: var(--wite);}

.footer{position: relative; background-color: #0a9af3; color: var(--wite);background: url(images/bg-footer.jpg) no-repeat center bottom / cover;}
.footer ul{list-style: none;}
.footer a{color: var(--wite); transition: all 0.5s ease 0s;}
.footer-info li+li{margin-top: 1rem;}
.footer-info ul li i{width: 25px;}
.footer-list ul li+li{margin-top: 0.5rem;}
.footer-list ul li i{width: 20px; font-size: 8px; transform: rotate(45deg) translatey(2.5px);}
.footer-social ul li i{width: 36px; border: 1px solid var(--wite); border-radius: 50%; text-align: center; line-height: 34px;}
.footer-social ul li+li{margin-left: 0.5rem;}
.footer-bottom{position: relative; padding: 1rem 0; background-color: #076dab;}
.top{position: fixed; right: 15px; bottom: 95px; display: none; cursor: pointer; z-index: 99990;}
.top i{display: block; width: 40px; background: var(--main); border-radius: 50%; font-size: 16px; text-align: center; line-height: 40px; color: #fff;}

.social-s{position: fixed; right: 10px; bottom: 10px; z-index: 99990;}
.social-owl{position: relative; width: 60px; height: 60px; background: #fff; border: 10px solid #0096f2; border-radius: 50%; cursor: pointer;}
.social-owl:before, .social-owl:after{position: absolute; top: -10px; left: -10px; width: 60px; height: 60px; border-radius: 50%;}
.social-owl:before{content: '\f00d'; background-color: var(--main); font-family: 'Font Awesome 6 Pro'; font-size: 20px; font-weight: 300; text-align: center; line-height: 60px; color: #fff; opacity: 0; z-index: 2; transition: all 0.25s ease 0s;}
.social-owl:after{content: ''; box-shadow: 0 0 10px var(--main),0 0 10px var(--main); animation: shadow 1.5s infinite;}
.social-owl-2:before{opacity: 1;}
.social-item{display: flex; height: 40px; align-items: center; justify-content: center;}
.social-item img{width: 30px; border-radius: 50%; overflow: hidden;}
.social-popup{position: absolute; right: 0; bottom: calc(100% + 20px); display: none; width: 175px; padding: 15px; background: #fff; border-radius: 5px; box-shadow: 0 0 30px 1px rgb(0 0 0 / 25%);}
.social-popup a{display: block; font-size: 14px; text-align: left; line-height: 30px; color: #333; transition: all 0.25s ease 0s;}
.social-popup a+a{margin-top: 10px;}
.social-popup a:hover{color: #080;}
.social-popup a img{display: inline-block; width: 30px; margin-right: 10px; border-radius: 50%; vertical-align: top;}
.social-popup:after{content: ''; position: absolute; right: 20px; bottom: -20px; display: block; border: 10px solid transparent; border-top-color: #fff;}
@keyframes shadow{0%{transform:scale(1.05);} 50%{transform:scale(1.15);} 100%{transform:scale(1.25);opacity:0;}}


/* tags */
.tags{margin: 5px 0 15px;}
.tags a{background: #e5761a;color: white;padding: 3px 5px;margin-right: 3px;text-decoration: none;font-size: 11px;-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;border-radius: 3px;}
.tags a:hover{background: #48a73f;}

.hotel_left{width: 270px; float: left;}
.hotel_right{float: right;}
.page-content{background: #f4f4f4;padding: 20px 0;}

/* Like - Share */
.tab-cnt{border-top: 1px solid #e9e9e9;margin-top: 15px;}
.tab-cnt2{margin-top: 10px;}
.stat-cnt{float: right; margin-top: -1px; width: 150px;}
.stat-cnt2{margin-top: 0;}
.stat-bar{width: 150px; height: 2px;}
.bg-green{ background-color: #1f497d; height: 2px; float: left;}
.bg-red{background-color: #ff0000; height: 2px; float: left;}
.detaillike{float: left; margin: 10px 0 0;}
.detaillike2{margin: 10px 0 7px 10px;}

.like-btn, .dislike-btn{padding: 15px 25px 5px 20px; float: right; cursor: pointer; color: rgba(51,51,51,0.6); font-size: 13px;}
.like-btn{background: url(images/like-ico.png) 0px 13px no-repeat; }
.like-btn:hover, .like-h{background: url(images/like-ico-h.png) 0px 13px no-repeat; color: #1f497d;}
.dislike-btn{background: url(images/dislike-ico.png) 0px 13px no-repeat;}
.dislike-btn:hover, .dislike-h{background: url(images/dislike-ico-h.png) 0px 13px no-repeat; color: #ff0000;}
.like-btn, .dislike-btn{margin: 0;}

.HT{margin-bottom: 20px;}
.HT ul{list-style: none;} 
.HT ul li{border-bottom: 1px solid #ebebeb; padding: 5px 7px;}
.HT ul li.last-child{border-bottom: 0;}
.HT ul li a{display: block; color: #333333;}
.HT ul li a i{width: 25px; font-size: 20px;}
.HT ul li a span{font-weight: bold;}
.HT ul li .HTimg{float: left; margin-right: 7px;}
.HT ul li .HTname{line-height: 22px;}
.HT ul li .HTname span{color: #0471bd; font-size: 17px;}
.HT ul li .HTphone{margin: 5px 0 7px;}
.HT ul li .HTphone span{color: #ff0000;}
.HT ul li .HTphone i{color: #ff0000;}
.HT ul li .HTskype span{color: #00aff0;}
.HT ul li .HTskype i{color: #00aff0;}