/*--------------------------------------------------------------
# CKEDITOR5
--------------------------------------------------------------*/

figure.image img, img.image_resized {
    height: auto !important;
}
  
.image-style-align-left {
    float: left;
    margin-right: 10px;
}
  
.image-style-align-right {
    float: right;
    margin-left: 10px;
}
  
.image_resized {
    margin-left: auto;
    margin-right: auto;
}
  
.image-style-block-align-right {
    margin-left: auto;
    margin-right: unset;
}
  
.image-style-block-align-left {
    margin-right: auto;
    margin-left: unset;
}

td figure.image img, td img.image_resized {
    width: 100px;
}

figure.media {
	display: block;
	background: transparent;
	width: auto;
	padding: 10px;
}

/*=============================
	Global CSS 
===============================*/
body{
	color:#000;
	overflow-x: hidden;
	line-height: 25px;
	letter-spacing: 1;
}

a.disabled {
	pointer-events: none;
	cursor: default;
	opacity: .5;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}

p {
	color: #000;
}

iframe {
	width: 100%;
    height: 100%;
}

.pro-features {
	position: fixed;
	right: -300px;
	width: 300px;
	height: auto;
	line-height: 46px;
	background: #fff;
	text-align: left;
	color: #333;
	top: 50%;
	transform:translateY(-50%);
	box-shadow: -4px 0px 5px #00000036;
	color: #fff;
	z-index: 9999;
	padding:20px 30px 30px 30px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.pro-features.active{
	right:0;
}
.pro-features li.big-title {
	color: #1A76D1;
}
.pro-features li.title {
	color: #1A76D1;
}
.pro-features .button{}
.pro-features .button .btn {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	display: inline-block;
	float: left;
	width: 100%;
	text-transform: capitalize;
}
.pro-features li {
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 22px;
	margin-bottom: 10px;
}
.get-pro {
	position: absolute;
	left: -80px;
	width:80px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px 0 0 5px;
	background: #1A76D1;
	text-align: center;
	color: #fff;
	top: 0;
	cursor: pointer;
	box-shadow: -4px 0px 5px #00000036;
}

.desktop {
	display: flex;
}

.mobile {
	display: none;
}

.icon-down {
	width: 18px;
}

.icon-home {
	width: 30px;
    margin-right: 1rem;
}

.navigator {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: auto;
	margin-bottom: auto;
	color: #9FA1A4;
}

.navigator.first {
	color: #00BCE4;
}

.navigator-mb {
	margin-bottom: 2rem;
}

.content {
	padding: 50px 0;
}

.content h1, .content h2 {
	color: #2B5597;
	margin-bottom: 1rem;
}

.content h3 {
	color: #2B5597;
	margin-bottom: 1rem;
}

.content h4 {
	color: #2B5597;
	margin-bottom: .5rem;
}

.content h5 {
	color: #2B5597;
	margin-bottom: .5rem;
}

.content h6 {
	color: #2B5597;
	margin-bottom: .5rem;
}

.mt-btn {
	margin-top: 2rem;
}

.btn-blue {
	position: relative;
	display: inline-block;
	background: #699BCF;
    padding: 12px 50px;
    border-radius: 50px;
	color: #fff !important;
	border: unset;
}

.btn-blue:hover {
	background: #2B5597;
	color: #fff;
}

.btn-white {
	position: relative;
	background: #fff;
    padding: 12px 50px;
    border-radius: 50px;
	color: #000 !important;
	width: fit-content;
    display: block;
	border: unset;
}

.btn-white:hover {
	background: #699BCF;
	color: #fff;
}

.btn-contact {
	background: transparent;
    border: 1.5px solid #fff;
    color: #fff !important;
    padding: 5px 30px;
    border-radius: 50px;
}

.btn-contact:hover {
	border: 1.5px solid #00BCE4;
	background: #00BCE4;
    color: #fff !important;
}

.owl-nav [class*='owl-'] {
	background: transparent !important;
}

.owl-nav img {
	width: 60px;
	opacity: .5;
}

.owl-nav .owl-next:hover img, .owl-nav .owl-prev:hover img {
	opacity: 1;
}

.form-check-input:checked {
	background-color: #2DB7E4;
    border-color: #2DB7E4;
}

.text-blue {
	color: #00BCE4 !important;
}

.text-white {
	color: #fff !important;
}

.padding-content {
	padding-left: 1rem;
	padding-right: 1rem;
}

.content-top {
	padding-top: 100px !important;
}

.content-bottom {
	padding-bottom: 100px !important;
}

/*=============================
	End Global CSS 
===============================*/

/*===================
	Start Header CSS 
=====================*/
.header{
	background-color:transparent;
	position:relative;
}
.header .navbar-collapse{
	padding:0;
}
.header .header-inner {
    background: #fff;
	background-size: 100%;
    background-repeat: no-repeat;
	background-position: bottom;
    z-index: 999;
    width: 100%;
    position: absolute;
}
.header .logo {
	float: left;
	position: relative;
	z-index: 1;
	display: flex;
    width: 90%;
}
.header .logo img{
	width: 250px;
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}
.header .nav {
	float: right;
}
.header .nav li{
	position:relative;
}
.header .nav li:last-child{
	margin:0;
}

.header .nav li:last-child a{
	margin-right: 0;
	margin-left: auto;
}

.header .nav li a {
	color: #000;
	text-transform: capitalize;
	margin: 10px 0;
	padding: 5px 15px;
	position: relative;
	display: inline-block;
	position:relative;
}

.header .nav li a.menu-blue {
	color: #000;
}
.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
}
.header .nav li.active a{
	color:#2B5597;
}

.header .nav li.active a.menu-blue{
	color:#2B5597;
}

.header .nav li:hover a:before{
	opacity:1;
	width: 100%;
	visibility:visible;
}
.header .nav li:hover a{
	color:#2B5597;
}

.header .nav li:hover a.menu-blue{
	color:#2B5597;
}
.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
}

.header .nav.menu.top {
	border-bottom: 2px solid #9FA1A4;
}

.navbar-all {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
/* Middle Header */
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}
.header.style2 .logo {
	margin-top:6px;
}
.header .middle-header {
	padding: 20px 0px;
}
.header .widget-main{
	float:right;
}
.header.style2 .get-quote {
	margin-top: 0;
}
.header .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	padding-left: 55px;
}
.header .single-widget:last-child{
	margin:0;
}
.header .single-widget .logo{
	margin:0;
	padding:0;
	margin-top: 7px;
}
.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #1A76D1;
	border-radius: 4px;
	text-align: center;
}

.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}
.header .single-widget.btn{
	margin-left:0;
}
/* Dropdown Menu */
.header .nav li .dropdown {
	list-style: unset;
	background: #2B5597;
	width: max-content;
	position: absolute;
	left:-20px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	border-radius: 0 10px 10px 10px;
	width: 300px;
}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
	top: 55px;
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
	padding: 10px 0;
	border-bottom: .5px solid #fff;
}
.header .nav li .dropdown li:last-child{
	border:none;
}
.header .nav li .dropdown li a {
	border-radius: 0;
    padding: 5px 15px;
	margin: 0;
	color: #fff;
	display: block;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
}
.header .nav li .dropdown li:hover a, .header .nav li .dropdown li.active a{
	color:#00BCE4;
}
.header .nav li .dropdown li:hover, .header .nav li .dropdown li.active {
    border-left: 3px solid #00BCE4;
}
.header .nav li .dropdown li:hover:last-child, .header .nav li .dropdown li:last-child.active {
    border-radius: 0 0 0 10px;
}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
}
/* Right Bar */
.header.style2 .main-menu{
	display:inline-block;
	float:left;
}
.header .right-bar {
	float: right;
}
.header .right-bar {
	padding-top:20px;
}
.header .right-bar {
	display: inline-block;
}
.header .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #1a76d1;
	border-radius: 4px;
	display: block;
}
.header .right-bar li a:hover{
	color:#fff;
	background:#27AE60;
}
/* Header Sticky */
.header.sticky .header-inner{
	position:fixed;
	z-index:999;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
}
/*=========================
	End Header CSS
===========================*/

/*===========================
	Start Hero Area CSS
=============================*/
.slider {
	padding-top: 140px;
}
.slider .single-slider {
	height: 1800px;
	background-size: cover;
	background-position: bottom;
	background-repeat:no-repeat;
	border-radius: 0 0 100px 100px;
}
.slider .single-slider .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	text-align: center;
}
.slider .single-slider .text h2 {
	color: #fff;
	text-align: center;
	text-shadow: #000 1px 0 8px;
}
.slider.index2 .single-slider .text{
	margin-top:150px;
}
.slider .single-slider h1 {
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	text-shadow: #000 1px 0 8px;
}
.slider .single-slider h1 span{
	color:#1a76d1;
}
.slider .single-slider p {
	color: #fff;
	text-shadow: #000 1px 0 8px;
}
/*===========================
	End Hero Area CSS
=============================*/

/*=========================
	Home CSS
===========================*/

.item-hover {
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.item-hover:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}



/*=========================
	About Us CSS
===========================*/

.about-us-content ul{
	padding-left: 1.5rem;
}

.about-us-content ul li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    line-height: 30px;
    list-style: none;
}

.about-us-content ul li:before {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    background: url('/img/icon/water.png') no-repeat left center;
    background-size: contain;
    content: '';
}
/*=========================
	Start Footer CSS
===========================*/
.footer{
	position:relative;
}
.footer .footer-top{
	padding: 70px 0px;
    background: #fff;
}

.footer .single-footer .social{
	margin-top:25px;
}
.footer .single-footer .social li{
	display:inline-block;
	margin-right:10px;
}
.footer .single-footer .social li:last-child{
	margin-right:0px;
}
.footer .single-footer .social li a {
	height: 40px;
    width: 40px;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    display: block;
}
.footer .single-footer .social li a:hover{
	background:#2DB7E4;
}
.footer .single-footer.f-link li{
	display:block;
}
.footer .single-footer.f-link li:last-child{
	margin:0;
}
.footer .single-footer.f-link li a {
	display: block;
	color: #000;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer .single-footer.f-link li a.menu {
	color: #2B5597;
}
.footer .single-footer.f-link li a:hover{
	padding-left:8px;
}
.footer .single-footer h2{
	color:#000;
	line-height: 24px;
	text-transform:capitalize;
	text-transform:capitalize;
	position:relative;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.footer .single-footer .time-sidual{
	margin-top:15px;
}
.footer .single-footer .time-sidual{
	overflow:hidden;
}
.footer .single-footer .time-sidual li {
	display: block;
	color: #000;
	width: 100%;
	margin-bottom: 5px;
}
.footer .single-footer .time-sidual li span{
	display:inline-block;
	float:right;
}
.footer .single-footer .day-head .time {
	float: right;
}
.footer .single-footer p{
	color:#000;
	padding-right: 2rem;
}

.footer .single-footer .logo {
	width: 180px;
	margin-bottom: 1rem;
}
.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer input::input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer .copyright{
	background: linear-gradient(90deg, rgba(43,85,151,1) 0%, rgba(0,188,228,1) 100%);
	padding:20px 0px;
}
.footer .copyright .copyright-content p{
	color:#fff;
}
.footer .copyright .copyright-content p a{
	color:#fff;
	text-decoration:underline;
	display:inline-block;
	margin-left:4px;
}

.footer .single-footer li{
	padding-left: 0;
	list-style: none;
}

.footer .single-footer li a{
	color: #fff;
}

.footer .single-footer li .dropdown {
	list-style: unset;
    width: max-content;
    z-index: 999;
    transform-origin: 0 0 0;
    transform: scaleY(0.2);
	height: 0;
    opacity: 0;
    visibility: hidden;
	-webkit-transition: height .3s;
    -moz-transition: height .3s;
    transition: height .3s;
}

.footer .single-footer li:hover .dropdown {
	position: absolute;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    background: #00BCE4;
    padding: 10px;
    border-radius: 20px;
	width: max-content;
	height: auto;
}

.footer .single-footer li .dropdown li a{
	color: #fff;
}

.footer .single-footer li:hover a {
	color: #00BCE4;
}

.footer .single-footer li .dropdown li:hover a{
	color: #000;
}

.footer .single-footer .icon-down {
	width: 12px;
}

.footer .single-footer .first-menu-footer {
	border-right: 1.5px solid #000;
}

.footer .single-footer .last-menu-footer {
	padding-left: 2rem;
}



/*=========================
	End Footer CSS
===========================*/

.hero-slider .owl-controls {
	position: relative;
    margin-top: -30px;
    z-index: 999999;
}

.customers .logo {
	padding: 10px 40px;
}

.form-search .icon {
	padding-right: 30px;
    background: url(/img/icon/magnifying-glass.png) no-repeat left, #fff;
    background-size: 15px;
    background-position: top 4px right 10px;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #000;
    width: 195px;
}

.form-search {
	padding: 15px 0px;
}

.material .card {
	border: unset;
    border-radius: 30px;
}

.material .card img {
	border-radius: 30px 30px 0 0;
}

.material .card-body {
	background: #E0EBF6;
	border-radius: 0 0 30px 30px;
	padding: 3rem;
}

.branch {
	margin-bottom: 1.5rem;
}

.content2-bg h2 {
	color: #fff;
}

.content3-detail {
	margin-bottom: 3rem;
}

.whatdowedo {
	background: #F5F5F5;
    padding: 2rem;
    border-radius: 30px;
    margin-bottom: 1.5rem;
}

.whatdowedo img {
	width: 120px;
}

.pagination .number {
	margin-bottom: 1.5rem;
}

.pagination .number a {
    margin: 0 .5rem;
    color: #000;
    background: #ddd;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #9FA1A4;
	height: 45px;
    width: 45px;
}

.pagination .number a.active {
	color: #fff;
    background: #2B5597;
}

.pagination .page-btn img{
	width: 20px;
}

.pagination .button a {
	margin: 0 .5rem;
    color: #fff;
    background: #2B5597;
    padding: 7px;
    display: inline-block;
    width: 130px;
    border-radius: 50px;
}

.pagination .button a:hover {
	transform: scale(1.05);
	transition: all .5s;
	background: #2B5597;
}

.line-clamp {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-5 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-media .next-icon {
	width: 30px;
}

.news-media .card {
	width: 100%;
	border: unset;
	border-radius: 30px;
}

.news-media .card img {
	border-radius: 30px 30px 0 0;
	width: 100%;
	height: 250px;
    object-fit: cover;
}

.news-media .card-body {
	background: #9FA1A4;
	padding: 1.5rem;
	border-radius: 0 0 30px 30px;
}

.news-media .card-body.media-detail {
	background: #2B5597;
	min-height: 130px;
}

.news-media .card .media-overley {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	background: linear-gradient(90deg, rgba(43,85,151,1) 0%, rgba(0,188,228,0.4990371148459384) 100%);
	width: 100%;
	height: 100%;
	border-radius: 30px;
	opacity: 0;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease;
}

.news-media .card:hover .media-overley {
	opacity: 1;
}

.news-media .card:hover .media-detail .card-title {
	display: none;
}

.news-media .media-overley .text h5, .news-media .media-overley .text h6 {
	color: #fff;
}

.news-media .media-overley .text {
	position: relative;
	top: 90%;
	left: 50%;
	transform:translate(-50%, -90%);
}

.news-media .media-overley .text img {
	margin-top: 5rem;
    width: 60px;
    height: auto;
}

.news-media .media {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
    width: 100%;
    margin: unset;
    background: transparent;
    border-radius: 20px;
    padding: 10px 0;
}

.news-media .media-body {
	-ms-flex: 1;
    flex: 1;
    margin: unset;
    color: #fff;
}

.news-media .card-title {
	color: #fff;
}

.news-media .created-at {
	background: #2B5597;
	margin-right: 20px;
	color: #fff;
	padding-top: 10px;
	border-radius: 15px 15px 0 0;
}

.news-media .created-at .date {
	padding: 0 10px;
	line-height: 1;
}

.news-media .created-at .month {
	padding: 0 10px;
}

.news-media .created-at .year {
	background: linear-gradient(90deg, rgba(43,85,151,1) 0%, rgba(0,188,228,1) 100%);
	padding: 0 10px;
}

.news-media-detail h1 {
	margin-bottom: 5rem;
}

.news-media-detail .detail {
	margin-top: 3rem;
	margin-bottom: 5rem;
}

.news-media-detail .cover {
	margin-bottom: 3rem;
}

.news-media-detail .cover img{
	border-radius: 30px;
}

.download-document .icon-download {
	width: 30px;
}

.download-document .download {
	padding: 10px 0;
    border-bottom: 1.5px solid #A5A5A5;
}

.download-document .download:first-child {
	padding: 10px 0;
	border-top: 1.5px solid #A5A5A5;
    border-bottom: 1.5px solid #A5A5A5;
}

.application {
	padding: 120px 0;
	margin-top: 2rem;
}

.application tr td {
	padding: 15px;
}

.application tr th {
    color: #fff;
    padding: 15px;
	vertical-align: middle;
}

.application tr th:first-child {
	border-radius: 20px 0 0 0;
}

.application tr th:last-child {
	border-radius: 0 20px 0 0;
}

.application thead {
	background: #2B5597;
}

.application tbody tr {
	color: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 1.5px;
	--bs-table-accent-bg: #9FA1A4;
}

.application tbody tr:hover {
	background: #699bcf;
	--bs-table-accent-bg: #699bcf;
}

.application .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #EBEBEB;
}

.application tbody tr:hover {
	cursor: pointer;
}

.search {
	padding-top: 15rem;
}

mark {
	background: transparent;
}

.search-content a div {
	margin-bottom: 2rem;
}

.contact-us-message .form-control, .contact-us-message .form-select {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #898D8D;
    border-radius: 0;
    padding: .2rem 0;
    color: #898D8D;
}

.contact-us-message .form-select {
    background-color: transparent;
    background-image: url(/img/icon/down.png);
    background-repeat: no-repeat;
    background-position: right center;
	background-size: 15px;
}

.contact-us-message .form-input {
	margin-bottom: 3rem;
}

.contact-us-message h2 {
	margin-bottom: 3rem;
}

.contact-us-message .was-validated .form-select:invalid:not([multiple]):not([size]) {
	background-image: unset;
}

.btn-pagination {
	margin-top: 5rem;
	text-align: center;
}

.btn-pagination a {
	margin-left: 10px;
	margin-right: 10px;
}

.application-form h3 {
	border-left: 1rem solid #699BCF;
    padding-left: 1rem;
}

.application-form .btn-submit {
	margin-top: 5rem;
}

.sn-group {
	background: url(/images/bg/sn-group.png), url(/images/bg/bg-circle.png), linear-gradient(180deg, rgba(194, 215, 236, 1) 0%, rgba(208, 232, 225, 1) 100%);
    background-repeat: no-repeat;
	background-size: 200px, 50%, 100%;
    background-position: left 25% center, left -20% center, right;
}

.sn-group-img {
	width: 180px;
}

.sn-group .s-napa {
	margin-left: 140px;
	margin-bottom: 2rem;
}

.sn-group .gusco {
	margin-left: 180px;
	margin-bottom: 2rem;
}

.sn-group .gem {
	margin-left: 140px;
}

.service-icon {
	width: 120px;
	background: #C1D7EC;
    border-radius: 100%;
    margin-bottom: 1rem;
}

.sn-service-mb {
	margin-bottom: 3rem !important;
}

hr.footer {
	background-color: #fff;
	height: 1.5px;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #A5A5A5 !important;
}

.swiper-button-prev {
	background-image: url(/img/icon/prev.png) !important;
	background-size: 60px;
	height: 60px !important;
	width: 60px !important;
}
  
.swiper-button-next {
	background-image: url(/img/icon/next.png) !important;
	background-size: 60px;
	height: 60px !important;
	width: 60px !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .5;
}

.sitemap .dropdown {
	padding-left: 2rem;
}


/*=========================
	Gem
===========================*/

.content-mx {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}

.mt-detail {
	margin-top: 2rem;
}

.mt-we-are-gem {
	margin-top: 4rem;
}

.gem-item {
	padding-left: 3.5rem !important;
	padding-right: 3.5rem !important;
}

.icon-gem-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gem-text {
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
	width: 55%;
	text-align: center;
}

.cover-ourwork {
	height: 350px;
	width: 350px;
	object-fit: cover;
	border-radius: 20px;
}

.ourwork-text {
	position: absolute;
	top: 100%;
    left: 0%;
    transform: translate(0%, -100%);
	width: 100%;
	background: #00BCE4;
	border-radius: 0 0 20px 20px;
	padding: 10px;
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.ourwork-text h4 {
	color: #fff;
}

.box-overlay {
	position: relative;
}

.box-overlay .overlay{
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-overlay:hover .ourwork-text {
	opacity: 0;
}

.box-overlay:hover .overlay {
	opacity: 1;
    width: 100%;
	height: 100%;
	background: #08437d87 !important;
	border-radius: 20px;

}

.box-overlay:hover .overlay h4 {
	position: absolute;
    top: 50%;
	transform: translate(0, -50%);
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 0 10px;
}

.bg-home {
    background: url(/img/bg/gem-logo-bg.png);
	background-repeat: no-repeat ;
    background-size: 35%;
    background-position: top 25% right 20%;
}

.about-menu {
	background: #2B5597;
    color: #fff;
    padding: 15px 15px 15px 2rem;
    border-radius: 0 20px 20px 0;    
	margin-bottom: 15px;
}

.about-menu:hover, .about-menu.active {
	background: #00BCE4;
    color: #fff;
}

.about-detail {
	padding-right: 10%;
	margin-top: -7px;
}

.about-detail .line {
	background: linear-gradient(90deg, rgba(43,85,151,1) 0%, rgba(0,188,228,1) 100%);
	width: 100%;
	height: 8px;
	margin: 2rem 0 2.5rem 0;
	border-radius: 20px;
}

.about-detail .content-detail {
	padding-left: 2rem;
}

.about-us-content {
	padding-left: 2rem;
}

.gems-main-services tbody {
	border-style: hidden;
}

.img-border-radius {
	border-radius: 20px;
}

figure {
	margin: 0;
}

figure.table {
	height: auto;
}

.gem-reward {
	width: 200px;
	padding: 20px;
}

.about-detail ul {
	padding-left: 1rem;
}

.services .item img {
	border-radius: 20px;
}

.about-detail .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.about-detail .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.about-detail .accordion-item {
	border: unset;
}

.about-detail .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-left: 20px;
}

.about-detail .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #2B5597;
    box-shadow: unset;
	border-left: 5px solid #00BCE4;
	padding-left: 20px;
}

.about-detail .accordion-button {
	background: #DDDDDD;
	color: #000;
	padding: 10px;
	border-radius: 0 10px 10px 0;
	border-left: 5px solid #2B5597;
    padding-left: 20px;
}

.about-detail .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
}

.about-detail .accordion-body {
	padding-bottom: 40px;
}

.about-detail .accordion-button:not(.collapsed)::after {
    background-image: url(/img/icon/minus.png);
	border-radius: 30px;
}

.about-detail .accordion-button::after {
    background-image: url(/img/icon/plus.png);
	border-radius: 30px;
}

.media {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
    width: 50%;
    margin: auto;
    background: #2B5597;
    border-radius: 20px;
	padding: 10px 20px;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    color: #fff;
}

.media .icon-svg {
	width: 40px;
    margin-right: 1rem;
    margin-top: auto;
    margin-bottom: auto;
}

.media-body h6 {
	color: #fff;
	margin-bottom: 0;
}

.mt-file {
	margin-top: 2rem;
}

.system-service.mb {
	margin-bottom: 1.5rem;
}

.box-service {
	position: relative;
}

.box-service .overley {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	border-radius: 20px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease;
}

.box-service .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}

.box-service .border-radius {
	border-radius: 20px;
}

.box-service .text h4, .box-service .text p {
	color: #fff;
}

.box-service .overley .text .link {
    margin: 1.5rem auto 0 auto;
}

.box-service .overley .text .link .icon-next {
	background: #fff;
    border-radius: 50px;
    width: 50px;
}

.box-service .link-bottom {
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -90%);
}

.box-service .link-bottom .icon.next {
	display: none;
	margin: auto;
	background: #fff;
    border-radius: 50px;
    width: 50px;
}

.box-service .link-bottom .icon.up {
	background: #00BCE4;
	border-radius: 50px;
	width: 50px;
}

.box-service:hover .overley {
	background: linear-gradient(90deg, rgba(43,85,151,1) 0%, rgba(0,188,228,0.5) 100%) !important;
}

.box-service .overley .text .detail {
	color: #fff;
	opacity: 0;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease;
}

.box-service:hover .overley .text .detail {
	opacity: 1;
}

.box-service:hover .link-bottom .icon.next {
	display: block;
}

.box-service:hover .link-bottom .icon.up {
	display: none;
}

.box-service .text.item {
	width: 80%;
}

.prev-icon {
	color: #9FA1A4 !important;
}

.prev-icon:hover {
	color: #00BCE4 !important;
}

.prev-icon .icon.prev {
	background: #00BCE4;
	border-radius: 50px;
	width: 45px;
	margin-right: 1rem;
	transform: rotate(270deg);
}

.prev-icon span {
	margin: auto 0;
}

.maxi {
	border-radius: 20px;
}

.mini {
	margin-top: 10px;
}
  
.mini img {
	margin: 4px 4px 0px 0px;
	cursor: pointer;
	height: 150px;
	object-fit: cover;
	border-radius: 20px;
}

.our-work-detail {
	margin: 2rem 0;
}

.our-work-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.our-work-media-body {
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    color: #000;
}

.our-work-media img {
	width: 35px;
}

.iframe-map iframe {
	height: 450px;
	border-radius: 20px;
}

.iframe-map {
	margin-top: 2rem;
}

.our-work .item h6 {
	color: #000;
}

.our-work .item img {
	height: 300px;
	border-radius: 20px;
	object-fit: cover;
}

.gallery img {
	border-radius: 30px;
}

.nearby-news img {
	border-radius: 30px;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    cursor: pointer;
    color: white;
    display: inline-block;
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	pointer-events: none;
}

.inputfile + label {
	margin-top: 1.5rem;
    padding: 5px 30px;
    background-color: #2DB7E4;
    border-radius: 50px;
}
  
.inputfile:focus + label,
.inputfile + label:hover {
	background-color: #757575;
}

.resume {
	background: #2B5597;
    border-radius: 30px;
    padding: 20px;
	height: 100%;
}

.icon-work-with-us {
	width: 80px;
	margin-bottom: 1rem;
}

.photo {
	background: #DDD;
    border-radius: 30px;
    padding: 20px;
	height: 100%;
}

.btn-application {
    position: relative;
    display: inline-block;
    padding: 12px 50px;
    border-radius: 50px;
    color: #fff !important;
    border: unset;
    background: linear-gradient(90deg, rgba(43, 85, 151, 1) 0%, rgba(0, 188, 228, 1) 100%);
    width: 50%;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 0px solid #ccc;
    border-bottom: 1.5px solid #ddd;
    border-radius: 0;
    padding: 3px;
}

.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    color:black;
    border-bottom: 1px solid #898D8D;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
	color: #2B5597 !important;
}
.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border:5px solid transparent;
    border-color:#2B5597 transparent transparent transparent;
    position:absolute;
    top:9px;
    right:6px;
}

.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    background-color:#2B5597;
	border-radius: 0 15px 15px 15px;
	width: max-content;
}
.options li {
    padding:5px 20px;
	list-style: none !important;
	border-bottom: 1px solid #ffff;
    color: #fff;
}

.options li:first-child {
	display: none;
}

.options li:last-child {
	border-bottom: 0px solid #ffff;
}

.options li:hover {
	border-left: 5px solid #00BCE4;
    color:#00BCE4;
}

.options li:hover:last-child {
	border-left: 5px solid #00BCE4;
    border-radius: 0 0 0 15px;
}

.map iframe {
	height: 500px;
}

.contact-footer-bg {
	background-size: cover !important;
    background-repeat: no-repeat !important;
    margin: auto;
    padding: 190px 0;
}

.contact-footer-bg h2 {
	color: #fff !important;
}

.lang .dropdown {
	width: max-content !important;
}

.simple-gallery {
	margin-top: 2rem;
}

.owl-carousel.our-work {
	margin-top: 1rem;
}

.news-image {
	position: relative;
}

.news-image .overley{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	opacity: 0;
	border-radius: 30px 30px 0 0;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease;
}

.news-image .btn-read-more {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	border: 1.5px solid #fff;
	background: transparent;
	border-radius: 50px;
	padding: 5px 40px;
}

.news-image:hover .overley {
	opacity: 1;
}

.gallery .owl-controls, .nearby-news .owl-controls {
	margin-top: 2rem;
}

.work-logo {
	width: 150px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.upload-file {
	margin-bottom: 3rem !important;
}

.footer-address {
	padding-right: 7rem;
}

#content {
	scroll-padding-top: 500px;
}

.flip-effect .flip-img{
	transition: transform 1s;
}

.flip-effect .flip-text{
	transition: transform 1s;
}

.flip-effect:hover .flip-img{
	transform: rotateY(180deg);
}

.flip-effect:hover .flip-text{
	transform: rotateY(360deg);
}

.owl-prev, .owl-next {
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

.owl-prev {
    left: -100px;
}

.owl-next {
    right: -100px;
}

.services .owl-prev {
    left: 0px;
}

.services .owl-next {
    right: 0px;
}

.gems-main-services tr figure.image img, .about-detail figure.image img{
	transition: transform .5s;
}

.gems-main-services tr:hover figure.image img {
	transform: scale(1.1);
}

.about-detail figure.image:hover img{
	transform: scale(1.04);
}

.gems-main-services tr td {
	transition: color .5s;
}

.gems-main-services tr:hover td {
	color: #00BCE4;
}

.mini .owl-prev img, .mini .owl-next img{
	height: auto;
    border-radius: 0;
    object-fit: unset;
}

.mini .owl-prev, .our-work .owl-prev{
    left: -55px;
}

.mini .owl-next, .our-work .owl-next {
    right: -55px;
}


.mini .owl-prev, .mini .owl-next {
    top: 55%;
    transform: translateY(-55%);
}

.gallery .owl-prev, .gallery .owl-next {
    height: 130px;
}

.gallery .owl-prev, .nearby-news .owl-prev {
    left: -50px;
}

.gallery .owl-next, .nearby-news .owl-next {
    right: -50px;
}

.nearby-news .owl-prev, .nearby-news .owl-next {
    height: 200px;
}

.no-banner {
	padding-top: 10rem !important;
}

#myVideo {
	width: 100%;
    position: absolute;
    bottom: 0;
}

.history-mb, .logo-sn-group {
	display: none;
}

.our-work .owl-prev, .our-work .owl-next {
	top: 40%;
    transform: translateY(-40%);
}

