/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */
body{
    background: #fff;
}
.top-toolbar {
    background-color: #19436c;
    border-bottom: 1px solid #eee;
    padding: 10px 0 8px 0;
}
.top-toolbar .social-content ul.social-links {
    text-align: right;
    margin-bottom: 0;
}
.top-toolbar a, .top-toolbar li {
    color: #fff;
}
.top-contact-info ul {
    margin-top: 0;
    margin-bottom: 0;
}
ul{
    padding: 0;
    list-style: none;
}
.headline p {
    margin: 0 0 0 0;
    padding: 0;
}
.wsmenu {
    font-family: Helvetica, sans-serif;
    color: #fff;
    position: relative;
    font-size: 15px;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
}
.logo {
    margin-top: 15px;
}
.logo a {
    display: inline-block;
}
.logo a img {
    margin: 0 auto;
    width: 100px;
    float: left;
}
.logo h1 {
    -webkit-text-fill-color: rgba(237, 8, 8, .73);
    font-family: 'Roboto Slab', serif;
    background: url(../images/water.png) repeat;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-background-clip: text;
    animation: animate 15s linear infinite;
    margin-top: 2%;
    float: left;
}
@keyframes animate{0%{background-position:left 0 top 0}40%{background-position:left 800px top -30px}80%{background-position:left 1800px top -20px}100%{background-position:left 2400px top 0}}
.wsmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    display: block;
    padding: 0;
}
.wsmenuexpandermain {
    position: relative
}

.overlapblackbg {
    display: none
}
h4 a {
    font-family: 'Roboto Slab', serif, sans-serif;
    font-weight: 700;
    margin: 0;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .6px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.entry-wrap .entry-content .entry-title h4 a {
    text-align: left;
    font-weight: 600;
    letter-spacing: 1px;
    color: #19436c;
    height: 50px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 16px;
}

.entry-wrap .entry-content {
    padding: 15px;
}
.entry-wrap .entry-content .entry-readmore a {
    display: inline-block;
    padding: 5px 25px;
    border-radius: 3px;
    margin-top: 10px;
}
.entry-wrap .entry-content .entry-readmore a:hover {
    color: red;
}
.bgblue-1 {
    border: 2px solid #19436c;
    color: #19436c;
}
:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.wsmenu {
    font-family: Helvetica, sans-serif;
    color: #fff;
    position: relative;
    font-size: 15px;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background-color: #fff
}

.wsmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    display: block;
    padding: 0
}

.wsmenu-list > li {
    text-align: center;
    display: table-cell
}

.wsmenu-list > li > a .fa {
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
    margin-right: 0
}

.wsmenu-list li ul li a .fa.fa-angle-double-right {
    font-size: 12px;
    margin: 0 3px 0 -4px
}

.wsmenu-list > li > a {
    display: block;
    color: #555;
    padding: 38px 21px;
    line-height: 1;
    text-decoration: none;
    position: relative;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase
}

.wsmenu-list > li:last-child a {
    display: block;
    color: #555;
    padding: 20px 5px 20px 21px;
    line-height: 1;
    text-decoration: none;
    position: relative
}

.wsmenu-list li a:before {
    margin-right: 5px;
    position: relative;
    content: "|";
    line-height: 16px;
    font-size: 24px;
    top: 3px;
    color: rgba(255, 255, 255, 0)
}

.wsmenu-list li a.active:before,
.wsmenu-list li a:focus:before,
.wsmenu-list li a:hover:before {
    margin-right: 5px;
    position: relative;
    content: "|";
    line-height: 16px;
    font-size: 24px;
    top: 3px
}

.megamenu iframe {
    width: 100%;
    margin-top: 10px;
    min-height: 200px
}

.megamenu video {
    width: 100%;
    margin-top: 10px;
    min-height: 200px
}

.wsmenu-list li:hover .megamenu {
    opacity: 1
}

.megamenu {
    width: 100%;
    max-width: 1170px;
    right: 0;
    left: 0;
    position: absolute;
    top: 48px;
    color: #000;
    z-index: 1000;
    margin: 0 auto;
    text-align: left;
    padding: 0 14px;
    font-size: 14px;
    border: solid 1px #eaeaea;
    background-color: #fff;
    opacity: 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .3s, opacity .3s;
    -ms-transition: -ms-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    -webkit-transition: -webkit-transform .3s, opacity .3s
}

.megamenu .title {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 9px 5px 9px 0;
    font-size: 17px;
    color: #424242;
    margin-bottom: 7px;
    text-align: left;
    height: 39px
}
.wsmenu-list li a.active:before, .wsmenu-list li a:focus:before, .wsmenu-list li a:hover:before {
    margin-right: 5px;
    position: relative;
    content: "|";
    line-height: 16px;
    font-size: 24px;
    top: 3px;
}
.wsmenu-list li a.active:before, .wsmenu-list li a:focus:before, .wsmenu-list li a:hover:before {
    color: #08c2f3;
}
.wsmenu-list li a:focus, .wsmenu-list li a:hover, .wsmenu-list li a.active {
    color: #08c2f3;
}
.overlapblackbg {
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, .45);
    cursor: pointer;
}
.overlapblackbg.menuopen {
    display: block;
}
.wsmenuexpandermain {
    display: none;
}
.smallogo img {
    margin: 0 auto;
    width: 80px;
}
.owl-nav{
    display: none;
}
.filmoja-slider-area {
    position: relative;
}
.footer-widget-title h5 {
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
}
.footer-widget-title h5:before {
    content: "|";
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    color: #fecc17;
    background: #fecc17;
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.footer-widget-title {
    margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif, sans-serif;
}
.shadow-div {
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .27);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .27);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .27);
}
.entry-wrap {
    background: #fff;
    margin-bottom: 30px;
}
.sidebar-widget {
    padding: 15px 15px;
    margin-bottom: 30px;
}
.sidebar-widget-title {
    padding: 15px 0;
}
.sidebar-widget-title h5 {
    display: inline-block;
    font-size: 18px;
    color: #444;
    text-transform: uppercase;
}
.sidebar-widget-title h5 span {
    display: inline-block;
    margin-right: 15px;
    width: 5px;
    height: 17px;
    line-height: 1;
    position: relative;
    top: 2px;
    letter-spacing: 2px;
}
.bgyallow-1 {
    border: 2px solid #fecc17;
    color: #fecc17;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    padding-left: 10px;
    padding-right: 10px;
}
.container {
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.bgredblue {
    background: #19436c;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.white {
    color: #fff;
}
.page-title-wrap h4 {
    font-size: 24px;
    text-align: center;
}
.page-title-wrap{
    margin-bottom: 20px;
}
.search-ticket-container {
    background-color: rgba(255, 255, 255, .65);
    border: 1px solid rgb(25 67 108 / 78%);
    border-radius: 27px;
    box-shadow: 0px 10px 20px -8px rgb(30 30 30 / 25%);
    padding: 20px 20px;
}
.muave_title {
    float: left;
}
.muave_khuhoi {
    float: right;
}
.btn-group {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #19436c;
    border: 5px solid #19436c;
    border-radius: 20px;
}
.btnAnimated {
    background-color: #19436c;
    color: #777;
    border: none;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin-top: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    cursor: pointer;
    float: left;
    border-radius: 20px;
    color: #fff;
}
.btnAnimated.active {
    background-color: #fff;
    color: rgba(221, 50, 40, 1);
    cursor: not-allowed !important;
}
.margin-top-20, .margin-top-20.description p {
    margin-top: 20px !important;
}
.fluentform .ff-el-group {
    margin-bottom: 20px;
}
.fluentform .ff-el-input--label {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}
.fluentform .ff-el-input--label label {
    display: inline-block;
    font-weight: 500;
    line-height: inherit;
    margin-bottom: 0;
}
.fluentform .ff-el-input--label label {
    font-size: 18px !important;
    font-weight: bold !important;
}
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    color: #f56c6c;
    content: " *";
    margin-left: 3px;
}
.fluentform .ff-el-form-control {
    background-clip: padding-box;
    background-image: none;
    border: 1px solid #dadbdd;
    border-radius: 7px;
    color: #606266;
    display: block;
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%;
    padding: 11px 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}
.fluentform .ff-el-form-control {
    font-size: 16px;
    font-weight: bold !important;
}
select.ff-el-form-control:not([size]):not([multiple]) {
    height: 42px;
}
select.ff-el-form-control:not([size]):not([multiple]) {
    height: 46px !important;
}
.muave_title h5 span {
    display: inline-block;
    margin-right: 15px;
    width: 5px;
    height: 17px;
    line-height: 1;
    position: relative;
    top: 2px;
    letter-spacing: 2px;
}
.muave_title h5 {
    display: inline-block;
    font-size: 18px;
    color: #444;
    text-transform: uppercase;
}
.wpb_row  {
    position: relative;
    bottom: 0;
    z-index: 1;
    width: 100%;
    margin-top: -220px;
    margin-bottom: 60px;
}
.owl-dots{
    display: none;
}
form.fluent_form_4 .wpf_has_custom_css.ff-btn-submit {
    background-color: #19436c;
    border-color: #19436c;
    color: #ffffff;
    min-width: 100%;
}
form.fluent_form_4 .wpf_has_custom_css.ff-btn-submit:hover {
    background-color: #ffffff;
    border-color: #19436c;
    color: #124E88;
    min-width: 100%;
}
.fluentform .ff_btn_style {
    border: 1px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.fluentform .ff_btn_style {
    font-size: 18px !important;
    font-weight: bold !important;
}
.ui-datepicker .ui-datepicker-buttonpane {
    padding-top: 30px !important;
    position: relative;
}
.ui-datepicker-buttonpane::before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background: yellow;
    border: 1px solid #333;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    position: absolute;
    top: 0;
}
.ui-datepicker-buttonpane::after {
    display: block;
    margin-top: 5px;
    float: left;
    position: absolute;
    top: 0;
    left: 30px;
}
.price {
    color: red;
    font-weight: bold;
}
.panel-default>.panel-heading a{
    color: #fff;
}
.panel-default>.panel-heading{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1;
    border: 0;
}
.panel-default>.panel-heading {
    background: #19436c;
    padding: 15px;
    padding-top: 15px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 0;
    margin-bottom: 10px;
}
img{
    max-width: 100%;
}
.panel-default {
    border: 0;
    border-radius: 0;
    padding-bottom: 10px;
}
.panel-body {
    padding: 10px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.section-title-wrap{
    text-align: center;
}
.section-title-wrap .title-divider {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.section-title-wrap .title-divider .line {
    width: 40px;
    height: 1px;
    display: inline-block;
    background: #19436c;
}
.section-title-wrap h4 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    color: #278ac7;
    font-size: 20px;
    line-height: 1;
}
.rgba-bgblue-1 {
    background: rgba(39, 138, 199, .88);
}
.feature-item .figure {
  position:relative;
}

.feature-item .figure .feature-overlay {
  position:absolute;
  top:0;
  left:0;
  right:0;
  opacity:0;
  transition:all .5s ease;
  width:100%;
  height:100%;
  padding:0;
}

.feature-item .figure .feature-overlay .feature-overlay-inner {
  height:100%;
}

.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content {
  position:relative;
  top:50%;
  transform:translateY(-50%);
  text-align: center;
}

.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content ul.feature-links li {
  display:inline-block;
  margin-left:8px;
}

.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content ul.feature-links li a {
  width:44px;
  height:44px;
  border-radius:50%;
  line-height:46px;
  font-size:16px;
}

.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content ul.feature-links li:first-child {
  margin-left:0;
}

.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content .feature-divider {
  width:60px;
  height:3px;
  margin:30px auto;
}
.entry-disc {
    height: 60px;
    overflow: hidden;
}
.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content .star-rating {
  text-align:center;
}

.feature-slider .item {
  margin:5px 10px;
}

.score-callback .star-off.fa-star {
  font-size:12px;
}

.score-callback .star-on.fa-star {
  font-size:12px;
}

.feature-item .feature-content {
  padding:0;
  position:relative;
}

.feature-item .feature-content .feature-title h6 a {
  letter-spacing:0;
  font-size:16px;
  text-transform:uppercase;
  text-align:left;
  font-family:'Roboto Slab',serif;
}

.feature-item .feature-content .feature-location p {
  letter-spacing:1px;
  margin-top:5px;
  opacity:1;
}

.feature-item .feature-content .feature-location a {
  font-family:'Roboto Slab',serif;
  text-transform:capitalize;
}

.feature-item .feature-content .feature-location a i {
  font-size:12px;
  line-height:12px;
  margin-right:5px;
}

.feature-item:hover .feature-overlay {
  opacity:1;
  transition:all .5s ease;
}

.feature-item .feature-meta-cat {
  position:absolute;
  top:-30px;
  right:20px;
}

.feature-item .feature-meta-cat a {
  font-size:24px;
  width:60px;
  height:60px;
  line-height:62px;
  text-align:center;
  border-radius:50%;
}
.blue-1 {
    color: #19436c;
}
.feature-item .feature-content {
  background:#fff;
}

.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content ul.feature-links li a {
  color:#fff;
}

.score-callback .star-off.fa-star {
  color:#999;
}

.score-callback .star-on.fa-star {
  color:#f6e200;
}

.feature-item .feature-content .feature-title h6 a {
  color:#19436c;
  font-weight:600;
}

.feature-item .feature-content .feature-location p {
  text-align:left !important;
}

.feature-item .feature-content .feature-location a i {
  color:#19436c;
}
.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content ul.feature-links li a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 46px;
    font-size: 16px;
    display: block;
}
.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content ul.feature-links li a {
    color: #fff;
}
.bgwhite {
    background: #fff;
}
h6 {
    font-size: 16px;
}
h4 {
    font-size: 24px;
}
.price-lst img {
  max-width:90%;
  margin:0 auto;
  box-shadow:0 0 15px 0 #33333333;
}

.widget_booking {
  text-align:left;
  display:flex;
  justify-content:space-around;
}
.desc-text {
    max-height: 430px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.desc-text-full {
    max-height: none !important;
    margin-bottom: 0;
}
.desc-text::after {
    content: " ";
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255)) repeat scroll 0% 0%;
    position: absolute;
    bottom: 0px;
    height: 100px;
    width: 100%;
    left: 0;
}
.desc-text-full::after{
    display: none !important;
}
.showmore {
    position: relative;
    text-align: center;
}
.btn-more {
    background: #01cdff;
    border-radius: 0;
    margin-top: -50px;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 14px;
}
.relative{
    position: relative;
}
.mnv-subdate {
	margin: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 5px;
}
.mnv-subdate::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
} 
.mnv-subdate::-webkit-scrollbar-thumb {
    background-color: #d5c4f0;
}
.mnv-subdate::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.mnv-subdate li {
	width: auto;
    padding: 0 10px;
    margin-right: 1px;
	display: inline-block;
	float: left;
	text-align: center;
    position: relative;
}

.mnv-subdate li span {
	color: #fff !important;
	font-size: 12px;
	display: block;
	line-height: 13px;
	padding: 5px 3px;
}
.mnv-subdate li.active:after {
    position: absolute;
    content: "";
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateX(-50%);
    border-bottom: 2px solid #9d66f4;
    border-right: 2px solid #9d66f4;
    bottom: -6px;
    right: calc(50% - 6px);
    background-color: #9d66f4;
}
.mnv-subdate li.active span
{
    color: #fff !important;
}
.mnv-subdate li {
	background: #88b2ac;
}
.mnv-subdate li.active {
	background: #9d66f4;
}

.mnv-subdate li.active a {
	color: #2483b3;
}
@media (max-width:950px) {
  .widget_booking {
    text-align:left;
    display:block;
  }
  .widget_booking>div {
    width:48%;
    float:left;
    margin:5px;
  }
  .widget_booking>div>input,
  .widget_booking>div>select {
    width:80%;
  }
  #scheduleTripsOfDay {
    margin-top:150px;
  }
}

@media (max-width:500px) {
  .widget_booking {
    text-align:left;
    display:block;
  }
  .widget_booking>div {
    width:100%;
    float:left;
    margin:5px;
  }
  .widget_booking>div>input,
  .widget_booking>div>select {
    width:80%;
  }
  #scheduleTripsOfDay {
    margin-top:250px;
  }
}

.price-lst h3 {
  font-size:19px;
  text-align:center;
  color:#000;
}

.price-lst ul {
  list-style:none;
  display:inline-block;
  text-align:left;
  width:95%;
}

.price-lst ul li {
  padding:7px;
  width:100%;
  display:flex;
  justify-content:space-between;
  border-bottom:.3px dotted #19436c61;
  letter-spacing:1.5px;
}

.price-lst ul li p:last-child {
  font-weight:700;
  color:red;
}
.table-header {
    background-color: #19436c;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.col-3 {
    flex-basis: 33.33333%;
}
.col-4 {
    flex-basis: 25%;
}
.col-5 {
    flex-basis: 20%;
}
.col-6 {
    flex-basis: 16.666666%;
}
a.btn-default{
    color: #333;
}
.btn-xs, .btn-group-xs>.btn {
    line-height: 1.8;
}
.coach_title{
    font-size: 90%;
}
.place_end{
    font-size: 70%;
    
    font-weight: normal;
}
.list-timer li {
    border-radius: 0;
    padding: 15px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.table-row {
    background-color: #fff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
}
.imp {
    color: #19436c;
    font-weight: 600;
    letter-spacing: 3px;
}






@media (min-width: 768px) {
    .frm-fluent-form .ff-t-container {
        display: flex;
        gap: 15px;
        width: 100%;
    }
    .frm-fluent-form .ff-t-cell {
        display: flex;
        flex-direction: column;
        vertical-align: inherit;
        width: 100%;
    }
    .frm-fluent-form .ff-t-cell:first-of-type {
        padding-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .smallogo h1 {
        font-size: 25px !important;
        margin-top: 8px !important;
    }
    .section-title-wrap h4 {
        font-size: 17px;
    }
    .entry-wrap .entry-content .entry-title h4 a {
        font-size: 14px;
        height: 42px;
    }
    h6 {
        font-size: 14px;
    }
    .page-title-wrap h4 {
        font-size: 18px;
    }
    .page-title-wrap {
        margin-bottom: 15px;
    }
    .padding-bottom-30 {
        padding-bottom: 10px;
    }
    .padding-top-30 {
        padding-top: 10px;
    }
}


@media only screen and (max-width: 1200px) {
    .filmoja-slider-area.fix {
        margin-top: 55px;
    }
    .icons-flat {
        display: none;
    }
    .wpb_row {
        margin-top: 30px;
    }
    .muave_khuhoi {
        float: none;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
    }
    .muave_title {
        float: none;
    }
    .wsmenuexpandermain {
        display: block !important;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .animated-arrow {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 200;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        cursor: pointer;
        padding: 13px 35px 16px 0;
        margin: 10px 0 0 15px;
        z-index: 102;
    }
    .animated-arrow span, .animated-arrow span:after, .animated-arrow span:before {
        cursor: pointer;
        height: 3px;
        width: 23px;
        background: #c9c9c9;
        position: absolute;
        display: block;
        font-size: 12px;
        content: '';
        transition: all .5s ease-in-out;
    }
    .animated-arrow span:before {
        top: -7px;
    }
    .animated-arrow span:after {
        bottom: -7px;
    }
    .smallogo {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 0px;
        position: fixed;
        z-index: 100;
        width: 100%;
        height: 55px;
        top: 0;
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0, #fff 50%, #fff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #fff), color-stop(100%, #fff));
        background: -webkit-linear-gradient(top, #fff 0, #fff 50%, #fff 100%);
        background: -o-linear-gradient(top, #fff 0, #fff 50%, #fff 100%);
        background: -ms-linear-gradient(top, #fff 0, #fff 50%, #fff 100%);
        background: linear-gradient(to bottom, #fff 0, #fff 50%, #fff 100%);
        box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
    }
    .headline{
        -webkit-text-fill-color: rgba(237, 8, 8, 0.73);
        font-family: 'Roboto Slab', serif;
        background: url(../images/water.png) repeat;    
        background: -o-linear-gradient(transparent, transparent);    
        -webkit-background-clip: text;    
        font-size: 35px;    
        font-weight: bold;    
        text-transform: uppercase;    
        -webkit-background-clip: text;    
        animation: animate 15s linear infinite;    
        float: left;    
        padding-right: 25px;
    }
    .wsmenu {
        width: 0;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        margin: 0;
        background-color: #f7fbfc;
        border-radius: 0;
        z-index: 100;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        border: none !important;
        background-color: #fff !important;
    }
    .wsmenu.menuopen {
        width: 240px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        z-index: 10000;
    }
    .wsmenu .wsmenu-list {
        height: 100%;
        overflow-y: auto;
        display: block !important;
    }
    .wsmenu .wsmenu-list > li {
        width: 240px;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
    }
    .wsmenu > .wsmenu-list > li > a {
        padding: 9px 32px 9px 17px;
        font-size: 14px;
        text-align: left;
        border-right: 0;
        background-color: transparent;
        color: #666;
        line-height: 25px;
        border-bottom: 1px solid #eee;
        position: static;
    }
    .wsmenu.menuclose {
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .wsmenuexpandermain .menuopen {
        left: 240px !important;
        margin-top: 4px !important;
    }
    .wsmenu {
        width: 0;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        margin: 0;
        background-color: #f7fbfc;
        border-radius: 0;
        z-index: 100;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        border: none !important;
        background-color: #fff !important;
    }
    .animated-arrow.menuopen span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0;
    }
    .animated-arrow.active span:after, .animated-arrow.menuopen span:before {
        top: 7px;
    }
    .animated-arrow.menuopen span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .animated-arrow.menuopen span {
        background-color: transparent;
    }
}
.newsgle-nav {
    background: white;
    width: 100%;
    border-radius: 0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
}
.newsgle-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.newsgle-nav ul li {list-style: none!important;}
.newsgle-nav ul>li a {
    border:none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}
.newsgle-nav ul>li .chat_animation{display:none}
.newsgle-nav ul>li a i.ticon {
    width: 36px;
    height: 36px;
    display: block;
    background-color: #124e88;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    padding: 10px;
    border-radius: 50%;
}

.newsgle-nav ul>li a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}.newsgle-nav ul li .button .btn_phone_txt {
    position: relative; top:35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
}
.newsgle-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}.newsgle-nav ul>li a.chat_animation svg {
    margin: -13px 0 -20px;
}

.newsgle-nav ul>li a{padding:0; margin:0 auto}
.newsgle-nav {
    background: white;
    width: 100%; border-radius:0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
}
.newsgle-nav li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
}
.newsgle-nav li:nth-child(3) a i{
    width: 50px !important;
    height: 50px !important;
    margin-top: -17px;
    border: 2px solid #fff;
}















