.absolute-footer {
    background: #011c3a;
    padding: 10px;
}
.copyright-footer {
    color: #fff;
    font-size: 13px;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
}
.infoFooter * {
    font-size: 14px;
    margin-bottom: 6px;
}
.ux-menu-link__link {
    min-height: auto;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}
.ux-menu div+div a {
    padding-top: 8px;
}
.info_right_header {
	display: flex;
	align-items: center;
	gap: 20px;
}
.dt {
    display: flex;
    align-items: center;
}
.dt svg {
    width: 25px;
    height: 25px;
}
.dt svg path {
    fill: #fff;
}
.dt a {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}
@keyframes animation{
    0% {
    box-shadow: 0 0 -10px #fff;
}
40% {
    box-shadow: 0 0 20px #fff;
}
60% {
    box-shadow: 0 0 20px #fff;
}
100% {
    box-shadow: 0 0 -10px #fff;
}
}
.booking {
    font-size: 14px;
    padding: 3px 12px;
    border-radius: 99px;
    border: solid 1px #fff;
	    animation: animation 3s infinite;
    font-weight: bold;
}
.booking a {
color: #fff !important;
    text-transform: unset;
}
.nav-dropdown > li.nav-dropdown-col {
        display: block;
    }
    .nav-dropdown {
        border: 1px solid #ddd;
        padding: 0;
    }
    .nav-dropdown .nav-dropdown-col > a, .nav-dropdown li a {
        font-weight: normal!important;
        text-transform: none!important;
        font-size: 15px;
        font-weight: 500
    }
    .nav-dropdown .nav-dropdown-col > ul li:hover {
        background: var(--primary-color);
    }
    .nav-dropdown-default > li:hover > a, .nav-dropdown.nav-dropdown-col > ul li:hover > a {
        color: white;
    }
    .nav-dropdown-default > li:hover {
        background: var(--primary-color);
    }
    .nav-dropdown-default > li > a {
        border-bottom: 0!important;
    }
    .nav-dropdown-has-arrow li.has-dropdown:before {
        border-width: 10px;
        margin-left: -10px;
    }
    .nav-dropdown .nav-dropdown-col > ul {
    margin-top: -44px;
    display: none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: white;
    min-width: 240px;
    border: solid 1px #f1f1f1;
 }
.nav-dropdown>li.nav-dropdown-col{
   width:100%;
   border-right:0;
}
.nav-dropdown .nav-dropdown-col>ul li a{
    padding: 12px 10px;
    text-transform: none;
    border-bottom: dotted 1px #cfcfcf;
    color: #000;
}
.header-nav li.nav-dropdown-col:hover >ul{
   display:block !important;
}
#masthead .flex-right > ul.header-nav > li > ul.sub-menu {
	padding: 0;
}
#masthead .flex-right > ul.header-nav > li:hover > ul.sub-menu {
	left: 0;
}
#masthead .flex-right > ul.header-nav > li > ul.sub-menu > li > a {font-size: 15px;color: #000;transition: all .5s;padding-top: 12px;padding-bottom: 12px;}
#masthead .flex-right > ul.header-nav > li > ul.sub-menu > li > a:hover {
	padding-left: 30px;
	background: var(--primary-color);
	color: #fff;
	font-weight: bold;
}
#masthead .flex-right > ul.header-nav > li > ul.sub-menu > li+li {
	border-top: dotted 1px #cfcfcf;
}
#masthead .flex-right > ul.header-nav > li > ul.sub-menu > li > a:before {
	content: '\f0da';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 5px;
}
.nav-dropdown .nav-dropdown-col>ul li a:hover {
    color: #fff !important;
}
.infoAbout *:first-child {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 2px;
}
.infoAbout *:nth-child(2) {
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.btn {
    border-radius: 99px;
    font-weight: 100;
    text-transform: uppercase !important;
    font-size: 14px;
}
.des-service {
    border-left: solid 2px #0a509f;
    padding-left: 20px;
}
.section-title-center b {
    background: transparent;
}
.titlehome .section-title-center:before {
    content: '';
    background: #0a509f;
    position: absolute;
    height: 3px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
}
.news .box-text h5 {
	font-size: 16px;
	margin: 0 0 5px 0;
	text-transform: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .thoigian {
	margin-bottom: 0;
}
.news .box-text .from_the_blog_excerpt {
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .box {
	background: #f6f6f6;
	padding: 5px;
}
.news .box .box-text {
	padding: 0 15px;
}
.news .button {
    border-radius: 99px;
    font-weight: 100;
}
.des-feedback *:last-child {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #0a509f;
}
.row-kh {
    align-items: center;
}
ol.flickity-page-dots {
    bottom: -32px;
}
ol.flickity-page-dots li.dot {
    background-color: #0a509f;
    border-color: #0a509f;
    border-radius: 0 !important;
    width: 22px;
    height: 5px;
    border-radius: 99px !important;
}
.infoFooter p {
	margin-bottom: 8px;
	position: relative;
	padding-left: 25px;
	font-size: 16px;
}
.infoFooter {
	padding-right: 20px;
}
.infoFooter p:before {
	font-family: 'Font Awesome 7 Free';
	left: 0;
	font-weight: 900;
	position: absolute;
}
.infoFooter p:nth-child(1):before,.infoFooter p:nth-child(2):before,.infoFooter p:nth-child(3):before,.infoFooter p:nth-child(4):before, .infoFooter p:nth-child(5):before {
	content: '\f3c5';
}
.infoFooter p:nth-child(6):before {
	content: '\f095';
}
.infoFooter p:nth-child(7):before {
	content: '\f0e0';
}
footer h4 {
	font-size: 20px;
}
footer .tabbed-content > ul > li > a {
	padding: 0;
	text-transform: inherit;
}
footer .tabbed-content > ul > li {
	margin: 0 13px;
}
.icon-lh {
	width: 31px !important;
	display: inline-block;
}
.deskn {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .14);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
.deskn *:first-child {
    font-weight: bold;
    font-size: 16px;
    color: var(--primary-color);
}
.deskn * {
    margin-bottom: 0;
    font-size: 14px;
}
.dichvu {
	background: #fff;
	padding: 15px 15px 30px;
	border-radius: 30px;
	border: solid 1px #ebebeb;
	box-shadow: 0px 0px 15px -7px #000000a3;
}
.dichvu .button {
	font-weight: 100;
	font-style: italic;
	font-size: 15px;
}
.dichvu  p {
	font-size: 15px;
	line-height: 1.3;
	height: 30px;
}
.title2 .section-title-center span {
	color: #fff;
	width: 100%;
	background: #0a509f;
	padding: 25px;
	border-radius: 20px;
	z-index: 1;
}
.title2 .section-title-center:before {
	content: '';
	background: #0a509f40;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	border-radius: 20px;
}
.des-single-footer ul {
    margin-left: 30px;
}
.des-single-footer {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}
@media (min-width: 992px){
	.nopad{
		padding-bottom: 0 !important;
	}
	#top-bar {
  position: relative;
  overflow: visible;
  z-index: 3;
}
#top-bar::before {
  content: "";
  position: absolute;
  left: -158px;
  top: 0;
  width: 550px;
  height: 50px;
  background: #fff;
  clip-path: path("M0,0 H229 C435,0 390,9 434,39 C431,32 429,55 551,54 H0 Z");
}
#top-bar > .flex-row,
#top-bar .container,
#top-bar .header-inner,
#top-bar .nav,
#top-bar .html {
  position: relative;
  z-index: 2;
}
#logo {
    position: relative;
    top: -20px;
    left: 50px;
}
}
@media (max-width: 549px){
	.nopadm{
		padding-bottom: 0 !important;
	}
	.news .box .box-text {
    padding: 15px;
}
	.title2 .section-title-center span {
    padding: 15px;
    font-size: 17px;
}
	.dichvu p {
    font-size: 14px;
}
}
@media (max-width: 991px){
	.mfp-content {
    background: #fff !important;
}
.off-canvas .nav-vertical>li>a {
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
}
}