/*@font-face{
   	font-family: Helvetica Neue;
   	src: url("../myfont/Helveticaneue/TTF/helveticaneue.ttf");
}*/
:root {
	--main-color: #0c6285;
  	--sub-color: #7a5900;
  	--bg-color: #0c6285;
  	--body-color: #4d4d4d;
  	--line-color: #e3e3e3;
  	--bold-grey: #737272;
  	--grey: #f6f6f6;
  	--red: #d9151f;
  	--orange: orange;
  	--blue: #0c6285;
  	--gradient: linear-gradient(90deg,#104e73 0,#097696 100%);
  	--btn-color: #f79031;
  	--myfont: 'Helvetica Neue', sans-serif;
  	--hover-color: orange;
}
html {
	scrollbar-width: thin;
}
body{
	font-family: var(--myfont);
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
}
*,
*:before,
*:after {
  	box-sizing: border-box;
}
a {text-decoration: none;color: var(--body-color)}
a:hover {text-decoration: none;color: var(--blue)}
p{margin-bottom: 0}
.h1, .h2, .h3, h1, h2, h3 {
  	margin: 0;
}
button:focus {
  outline: unset;
}
input:focus-visible {
  outline: unset;
}
.fullwidth{width: 100%;}
.fullheight{height: 100%;}
.container-fluid, .row {
  	margin-left: 0;
  	margin-right: 0;
  	padding: 0;
}
.no-padding{padding: 0;}
.center{text-align: center;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.clear10{clear: both;height: 10px;}
.clear20{clear: both;height: 20px;}
.clear40{clear: both;height: 40px;}
.flex{display: flex;}
.flex-bw{display: flex;justify-content: space-between;}
.flex-se{display: flex;justify-content: space-evenly;}
.editor {
	max-width: 100%;
}
.editor img, .editor table, .editor iframe {
	max-width: 100%;
}
img {
	width: auto;
	height: auto;
}
ul{list-style-type: none;padding: 0;margin: 0}
.no-padding-right{padding-right: 0;}
.no-padding-left{padding-left: 0;}
.items-center {
	display: flex;
	align-items: center;
}
.justify-content-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-control {
	border: 1px solid var(--line-color);
	border-radius: 0;
	box-shadow: unset;
	height: 40px;
	font-size: var(--font-size-small);
}
.form-control:focus, .form-control:focus-visible {
	outline: none;
	box-shadow: none;
}
.webkit-line-clamp-1 {
    width: 500px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.webkit-line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    -webkit-line-clamp: 2;
    height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.webkit-line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 3;
    height: 68px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.webkit-line-clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 19px;
    -webkit-line-clamp: 4;
    height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.title-sweet {
	font-weight: 600;
	font-size: 22px;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 5px;
}
/**************************************************
 * 
 * **/
.first-menu {
	display: flex;
	align-items: center;
	gap: 20px;
}
.first-menu > li {
	position: relative;
}
.first-menu > li > a {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0;
	display: flex;
	align-items: center;
	color: #fff;
}
.first-menu > li:before {
	content: '';
	width: 0;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 2px;
}
.first-menu > li:hover:before {
	width: 220px;
	max-width: 100%;
	transition: width 1s;
}
.first-menu > li.active:before {
	width: 100%;
	max-width: 100%;
}
.p-help {
	width: 14px;
	height: 14px;
}
.p-help svg {
	width: 14px;
}
.seccond-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	z-index: 9;
	width: 220px;
	height: 0;
	box-shadow: 0 0 20px -10px #0000008f;
	opacity: 0;
	overflow: hidden;
}
.seccond-menu > li > a {
	padding: 8px 14px;
	width: 100%;
	display: inline-block;
}
.seccond-menu > li:hover > a {
	background: var(--red);
	color: #fff;
}
.first-menu > li:hover .seccond-menu {
	opacity: 1;
	height: auto;
	transition: all .3s ease-out;
}
.while-cl {
	color: white;
}
.header-top {
	background-color: #f3f3f3;
}
.header-top .top-menu {
	gap: 60px;
}
.header-top .top-menu a {
	font-size: 13px;
	padding: 2px 0;
}
.header-center .logo {
	width: 280px;
}
.social-head {
	gap: 25px;
}
.social-head a img {
	width: 44px;
}
.header-center {
  	padding: 10px 0;
  	border-bottom: 1px solid var(--line-color);
}
.header-bottom {
	background: var(--gradient);
}
.form-search button {
	border: none;
	width: 40px;
	height: 36px;
}
.form-search button img {
	width: 24px;
}
.form-search input {
	width: 340px;
	height: 36px;
	border: none;
}
.form-search form {
	border: 1px solid var(--line-color);
	border-radius: 20px;
	overflow: hidden;
	padding: 0 10px;
}
.bg-overlay {
	background-color: #000000c4;
	z-index: 4;
	top: 0;
	left: 0;
	position: fixed;
	overflow: auto;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
}
.bg-overlay.active {
	opacity: 1;
	visibility: visible;
}
.main-title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	color: var(--blue);
	margin-bottom: 40px;
	text-transform: uppercase;
}
.item-hover:hover {
	transition: .4s all;
	transform: translateY(-5px);
}
.btn-view-more {
	padding: 8px 16px;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	background: var(--gradient);
	color: #fff;
	border: 1px solid var(--blue);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	transition: color 0.3s ease-out;
}
.btn-view-more::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.btn-view-more:hover {
	border-color: var(--blue);
	color: var(--body-color) !important;
}
.btn-view-more:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.main-block {
	margin-bottom: 40px;
}
.owl-nav {
  position: absolute;
  top: calc(50% - 22px);
  width: 100%;
}
.owl-theme .owl-nav {
	margin-top: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev {
  	left: -50px;
}
.owl-carousel .owl-nav button.owl-next {
  	right: -50px;
}
.owl-carousel .owl-nav button {
	background: #0000001c !important;
	height: 44px;
	position: absolute;
	width: 44px;
	border-radius: 100% !important;
	opacity: .5;
	font-size: 20px !important;
	margin: 0 !important;
	color: #fff;
}
.owl-carousel .owl-nav button:hover {
	background: #000 !important;
}
footer {
	background: var(--gradient);
	color: #fff;
}
.grid-footer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	padding: 40px 0;
	line-height: 28px;
}
.grid-footer .col-footer:first-child {
	grid-column: 1 / span 2;
}
.copyright {
	background: #fff;
	padding: 10px 0;
	font-size: 12px;
	color: var(--body-color);
}
.col-footer a {
	color: #fff;
}
.tit-col-ft {
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 16px;
}
.form-contact-ft {
	border-radius: 4px;
	overflow: hidden;
	margin-top: 10px;
}
.form-contact-ft input {
	height: 34px;
  	border: none;
}
.form-contact-ft .btn-joinus {
	border-radius: 0 4px 4px 0;
	background: #fdc718;
	color: #000;
}
.note-ft {
	line-height: 20px;
}
.header-fixed .header-bottom {
	position: fixed;
	width: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	box-shadow: 0 0 6px -2px #000;
}
.pagi {
	gap: 4px;
}
.pagi a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background: #fff;
}
.pagi a:hover, .pagi a.active {
	background: var(--main-color);
	color: #fff;
}
.breadcrumbs {
  	padding: 8px 0;
}
.rat-star span {
	margin: 0 2px;
}
.rat-star span.checked {
  	color: #ffb909;
}
.breadcrumbs span.space {
  	margin: 0 4px;
}
.grid-main-service {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}
.item-main-ser {
	justify-content: center;
}
.item-main-ser img {
	width: 80px;
	margin-right: 15px;
}
.item-main-ser .name {
	font-size: 16px;
	color: var(--blue);
}
.box-img.zoom-img {
	position: relative;
	overflow: hidden;
}
.box-img.zoom-img img {
	transition: all 0.5s;
	transform: scale(1);
}
.box-img.zoom-img:hover img {
	transform: scale(1.1);
}
.box-img.zoom-img > a:hover:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fdfdfd17;
}
.social-medi-fixed {
    position: fixed;
    right:20px;
    bottom: 110px;
    z-index: 2;
}
.item-social {
    position: relative;
}
.item-social:not(:last-child) {
    margin-bottom: 10px;
}
.item-social > a {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 8px -2px #0000003b;
}
.item-social > a > img {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    object-fit: cover;
    animation: wiggle 2s linear infinite;
}
.item-social:hover:before {
    position: absolute;
    content: attr(data-title);
    top: calc(50% - 17px);
    right: 59px;
    color: #fff;
    background: rgba(255, 170, 19, 1);
    padding: 0px 10px;
    height: 34px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    transition: all .5s ease-in;
    white-space: nowrap;
}
.item-social:hover:after {
    position: absolute;
    content: '';
    top: calc(50% - 5px);
    right: 54px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(255, 170, 19, 1);
    transition: all .5s ease-in;
}
@keyframes wiggle {
	0%, 7% {
		transform: rotateZ(0);
	}
	15% {
		transform: rotateZ(-15deg);
	}
	20% {
		transform: rotateZ(10deg);
	}
	25% {
		transform: rotateZ(-10deg);
	}
	30% {
		transform: rotateZ(6deg);
	}
	35% {
		transform: rotateZ(-4deg);
	}
	40%, 100% {
		transform: rotateZ(0);
	}
}













@media(max-width: 1199px){
	.first-menu {
		gap: 10px;
	}
	.first-menu > li > a {
  		font-size: 14px;
  	}
}
@media(max-width: 991px){
	.hide991 {
		display: none;
	}
	.show991 {
		display: block;
	}
	.header-mobile {
		width: 100%;
	}
	.header-mobile .header-bottom-mobile {
		padding: 15px 0;
	}
	.logo img {
	  	max-width: 280px;
	}
	.act-search .act-ic > img {
		width: 28px;	
	}
	.menu-bar {
	  	width: 28px;
	  	line-height: 8px;
	  	cursor: pointer;
	}
	.menu-bar span {
		height: 2px;
	  	background: #000;
	  	display: inline-block;
	}
	.menu-bar span:nth-child(1) {
	  	width: 100%;
	}
	.menu-bar span:nth-child(2) {
	  	width: 100%;
	}
	.menu-bar span:nth-child(3) {
	  	width: 100%;
	}
	.header-top-mobile {
		padding: 2px 0;
		background: linear-gradient(90deg, rgb(16, 78, 115) 27%, rgb(207, 231, 255) 100%);
	}
	.social-head {
	  	gap: 20px;
	}
	.social-head a img {
	  	width: 28px;
	}
	.header-top-mobile .top-menu a {
		font-weight: 800;
  		color: #fff;
	}
	.header-top-mobile .top-menu a img {
		width: 24px;
	}
	#nav-mobile {
		position: fixed;
		top: 0;
		left: -100px;
		width: 0;
		height: 100%;
		background: #fff;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		transition: all .5s ease;
	}
	#nav-mobile.active {
		left: 0;
		width: 520px;
		max-width: 80%;
		opacity: 1;
		visibility: visible;
		transition: all .5s ease;
	}
	.first-menu-mob > li {
		width: 100%;
		position: relative;
	}
	.first-menu-mob > li > a {
		width: 100%;
		height: 44px;
		display: flex;
		align-items: center;
		padding-left: 15px;
		padding-right: 4px;
		font-weight: 500;
		border-bottom: 1px solid var(--line-color);
	    color: #7b5151;
	    font-size: 16px;
	}
	.first-menu-mob > li.has-sub > a {
		width: calc(100% - 44px);
	}
	.p-help-mob {
		width: 44px;
		height: 44px;
		position: absolute;
		right: 0;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		border-left: 1px solid var(--line-color);
		border-bottom: 1px solid var(--line-color);
		cursor: pointer;
	}
	.p-help-mob svg {
		width: 20px;
		margin: 0;
	}
	.seccond-menu-mob {
		height: 0;
		opacity: 0;
		visibility: visible;
		transition: all .5s ease;
	}
	.seccond-menu-mob > li > a {
		width: 100%;
		height: 44px;
		display: flex;
		align-items: center;
		border-bottom: 1px solid var(--line-color);
		padding-left: 30px;
		padding-right: 4px;
	}
	.first-menu-mob > li.active > .seccond-menu-mob {
		height: auto;
		opacity: 1;
		visibility: visible;
		transition: all .5s ease;
	}
	.tab-content-mobile > .tab-content {
		display: none;
	}
	.tab-content-mobile > .tab-content.active {
		display: block;
	}
	#modalSearch .modal-content {
	  	padding: 40px;
	}
	#modalSearch .modal-content input {
		border: none;
		border-radius: 0;
	  	border-bottom: 1px solid var(--line-color);
		box-shadow: unset;
		font-size: 13px;;
	}
	#modalSearch .modal-content form {
		position: relative;
	}
	.set-20-svg {
		position: absolute;
		top: 0;
		right: 0;
		color: var(--main-color);
		font-size: 22px;
		height: 43px;
		width: 43px;
		text-align: center;
		padding: 0;
		font-weight: 900;
		background: none;
		border: none;
	}
	.set-20-svg svg {
		width: 20px;
		height: 20px;
		fill: #111111111;
	}
	.act-search {
		width: 34px;
		height: 34px;
	}
	.action-header .dropdown.bootstrap-select.form-control.bs3 {
		background-color: transparent;
	}
	.action-header .btn.dropdown-toggle.btn-default {
		border: unset;
		padding: 6px 10px;
	}
	.action-header .bootstrap-select .dropdown-toggle .caret {
		right: 8px;
	}
	.action-header .dropdown-menu > li > a {
		padding: 3px 15px;
	}
	.logo-nav {
		width: 220px;
	}
	.head-nav-mob {
		padding: 15px;
		border-bottom: 1px solid var(--line-color);
	}
	.close-nav-mob {
		font-size: 18px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.grid-footer {
		grid-template-columns: 1fr 1fr 1fr;	
	}
	.grid-footer .col-footer:first-child {
	  	grid-column: 1 / span 3;
	}
}
@media(max-width: 767px){
	.show767 {
		display: block;
	}
	.hide767 {
		display: none;
	}
	.main-block {
	  	margin-bottom: 40px;
	}
	.item-main-ser {
		display: unset;
		text-align: center;
	}
	.item-main-ser img {
		margin: 0;
	}
	.item-main-ser .name {
		margin-top: 10px;
	} 
}
@media(max-width: 480px){
	.hide480 {
		display: none !important;
	}
	.show480 {
		display: block;
	}
	.logo img {
	    max-width: 180px;
	}
	.main-title {
	  	font-size: 24px;
	  	line-height: 32px;
	}
	.grid-footer {
		grid-template-columns: 1fr 1fr;	
	}
	.grid-footer .col-footer:first-child, .grid-footer .col-footer:last-child {
	  	grid-column: 1 / span 2;
	}
	.btn-view-more {
		font-size: 12px;
		padding: 6px 12px;
	}
	.owl-carousel .owl-nav button {
		background: #ffffff94 !important;
		height: 44px;
		position: absolute;
		width: 24px;
		border-radius: 0 !important;
		opacity: .5;
		font-size: 20px !important;
		margin: 0 !important;
		color: #fff;
	}
	.owl-carousel .owl-nav button.owl-prev {
	  	left: 0;
	  	border-radius: 0 4px 4px 0 !important;
	}
	.owl-carousel .owl-nav button.owl-next {
	  	right: 0;
	  	border-radius: 4px 0 0 4px !important;
	}
	.social-head {
	    gap: 10px;
	}
	.grid-main-service {
  		grid-gap: 15px;
  	}
  	.item-main-ser .name {
		font-size: 14px;
	}
	.social-medi-fixed {
		right: 10px;
	}
	.item-social > a {
		width: 44px;
		height: 44px;
	}
}