/*--------------------------------------------------------------
# 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;
}

.marker-yellow{
	background-color:#b9b924;
	color: #fff;
}
.marker-green{
	background-color:#17c117;
	color: #fff;
}
.marker-pink{
	background-color:#f63666;
	color: #fff;
}
.marker-blue{
	background-color:#2B5597;
	color: #fff;
}
.pen-red{
	color:#e91313;
}
.pen-green,.pen-red{
	background-color:transparent;
}
.pen-green{
	color:#180;
}

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

/*=============================
	Global CSS 
===============================*/
body{
	color:#2B5597;
	overflow-x: hidden;
	line-height: 25px;
}

a.disabled {
	pointer-events: none;
	cursor: default;
	background: #C1D7EC !important;
}

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

p {
	color: #2B5597;
}

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 .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;
}

.bg-overlay {
	background: rgba(0, 0, 0, 0.4);
}

.bg-grey {
	background: #F5F5F5;
}

.bg-blue {
	background: #E0EBF6;
}

.icon-down {
	width: 18px;
}

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

.navigator {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: auto;
	margin-bottom: auto;
}

.content {
	padding: 100px 0;
}

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

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

.content h3 {
	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;
}

.box-overlay {
	position: relative;
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
    border-radius: 30px;
}

.box-overlay .overlay {
	position: absolute;
    top: 0;
    width: 100%;
	height: 100%;
    -webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background: rgba(0, 0, 0, 0.3) !important;
	border-radius: 30px;
}

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

.box-overlay .link {
	height: 0;
	width: 0;
	margin: auto;
	padding-top: 0;
	transition: .5s ease;
	opacity: 0;
	transition: width .5s, opacity 1s;
}


.box-overlay:hover.box-shadow{
	box-shadow: rgba(0, 0, 0, 5) 0px 5px 20px;
}

.box-overlay:hover .link {
	padding-top: 1.5rem;
	width: 40px;
	opacity: 1;
}

.box-overlay .border-radius {
	-webkit-transition: transform 1s;
	transition: transform 1s;
}

.box-overlay:hover .border-radius,.box-overlay:hover .overlay {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.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;
}

/* .container {
	padding-left: 0;
	padding-right: 0;
} */

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

/*===================
	Start Header CSS 
=====================*/
.header{
	background-color:transparent;
	position:relative;
}
.header .navbar-collapse{
	padding:0;
}
.header .header-inner {
    background: url(/img/nav/nav-2.png);
	background-size: 100%;
    background-repeat: no-repeat;
	background-position: bottom;
    z-index: 999;
    width: 100%;
	height: 300px;
    position: absolute;
}
.header .logo {
	float: left;
	position: relative;
	z-index: 1;
	display: flex;
    width: 80%;
}
.header .logo img{
	width: 200px;
}
.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;
	margin: 10px 0;
}
.header .nav li:last-child{
	margin:10px 0;
}

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

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

.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
}

.header .nav li.active a{
	color:#2B5597;
	background: #C1D7EC;
    padding: 5px 15px !important;
    border-radius: 50px;
}

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

.header .nav li:hover a{
	color:#2B5597;
	background: #C1D7EC;
    padding: 5px 15px !important;
    border-radius: 50px;
}

.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
}

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

.navbar-all {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

/* 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: #fff;
	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: 10px;
}

.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
	top: 40px;
	padding: 10px 0;
}

.header .nav li .dropdown li{
	float:none;
	margin:0;
}

.header .nav li .dropdown li:last-child{
	border:none;
}

.header .nav li .dropdown li a {
	border-radius: 0;
    padding: 5px 15px;
	margin: 0;
	color: #2B5597;
	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:#2B5597;
	background: #C1D7EC;
}

.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: 120px;
}

.slider .single-slider {
	height: 1800px;
	background-size: cover;
	background-position: bottom;
	background-repeat:no-repeat;
}

.slider .single-slider .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
}

.slider .single-slider .text h1, .slider .single-slider .text h2 {
	color: #fff;
	text-align: center;
}

.slider.index2 .single-slider .text{
	margin-top:150px;
}

.slider .single-slider h1 {
	color: #2C2D3F;
	margin: 0;
	padding: 0;
	line-height: 42px;
}

.slider .single-slider h1 span{
	color:#1a76d1;
}

.slider .single-slider p {
	color: #2C2D3F;
	margin-top: 27px;
}
/*===========================
	End Hero Area CSS
=============================*/

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

.about-ps {
	padding-right: 6rem;
	padding-left: 32.9%;
}

.business-mb {
	margin-bottom: 4rem !important;
}

.border-box-business {
	border-radius: 30px;
	margin-bottom: 1.5rem;
}

.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);
}


.border-box-business .btn-hover {
	top: 60%;
	opacity: 0;
	transition: opacity 1s, transform 1s;
}

.border-box-business:hover .btn-hover {
	opacity: 1;
	transform: translateY(-60%);
}


.box-business {
	height: 550px;
	display: flex;
}

.box-business h3 {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
	padding: 2rem;
	text-align: center;
	color: #fff;
	margin: auto;
	transition: transform 1s;
}

.box-business:hover h3 {
	transform: translate(-50%, -80%);
}

.pl-our-work {
	margin-left: auto;
}



/*=========================
	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:hover a {
    text-decoration: underline;
}

.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: '';
}

.message-from-the-president h2 {
	margin-top: 5rem;
	margin-bottom: 2rem;
	color: #fff !important;
}

.message-from-the-president p {
	color: #fff !important;
}

.mission-vision h2 {
	color: #fff;
}

.mission-vision h3 {
	color: #fff;
}

.mission-vision p {
	color: #fff;
}

.mission-vision .vision {
	border-right: 1.5px solid #fff;
}

.mission-vision .mission {
	padding-left: 10rem;
}

.content-top {
	margin-bottom: 4rem;
}

.img-circle img {
	border-radius: 100%;
}

.img-circle {
	margin-bottom: 1.5rem;
}

.service-box {
	margin-bottom: 1.25rem;
    padding: 2rem;
}

.box-circle.history::before {
    position: absolute;
    top: 80px;
    left: 308px;
    display: block;
    width: 117px;
    height: 150px;
    background: url(/img/icon/history.svg) no-repeat left center;
    background-size: contain;
    content: '';
    z-index: 1;
}

.circle-detail {
	padding: 0 1.5rem;
}

.circle-detail ul {
	padding-left: 10px;
}

.circle-detail ul li{
	padding-left: 10px;
}

.circle-detail ul li::marker {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    content: '●';
}

#message-from-the-chairman {
	padding-bottom: 180px;
}
/*=========================
	Start Footer CSS
===========================*/
.footer{
	position:relative;
}

.footer .footer-top{
	padding: 100px 0px;
    background: #2B5597;
    border-radius: 150px 150px 0 0;
}

.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: #fff;
	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:hover{
	padding-left:8px;
	color: #2DB7E4;
}

.footer .single-footer h2{
	color:#fff;
	line-height: 24px;
	text-transform:capitalize;
	text-transform:capitalize;
	position:relative;
}

.footer .single-footer .time-sidual{
	margin-top:15px;
}

.footer .single-footer .time-sidual{
	overflow:hidden;
}

.footer .single-footer .time-sidual li {
	display: block;
	color: #fff;
	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:#fff;
	padding-right: 2rem;
}

.footer .single-footer .newsletter-inner{
	margin-top:20px;
	position:relative;
}

.footer .single-footer .newsletter-inner input {
	background: transparent;
	border: 1px solid #fff;
	height: 50px;
	line-height: 42px;
	width: 100%;
	margin-right: 15px;
	color: #fff;
	padding-left: 18px;
	padding-right: 70px;
	display: inline-block;
	float: left;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 5px;
}

.footer .single-footer .newsletter-inner input:hover{
	padding-left: 22px;
}

.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 .single-footer .newsletter-inner .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background: #fff;
	border-left: 1px solid #fff;
	text-shadow: none;
	box-shadow: none;
	display: inline-block;
	border-radius: 0px;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
	color: #1A76D1;
}

.footer .single-footer .newsletter-inner .button i{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.footer .single-footer .newsletter-inner .button:hover i{
	color:#2C2D3F;
}

.footer .copyright{
	background:#2B5597;
	padding:25px 0px 25px 0px;
	margin-top: -1px;
}

.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 .menu-footer {
	display: flex;
    float: right;
}

.footer .menu-footer li{
	padding-left: 20px;
	list-style: none;
}

.footer .menu-footer li a{
	color: #fff;
}
/*=========================
	End Footer CSS
===========================*/

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

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

.our-work .owl-stage-outer {
	padding-top: 25px;
	padding-bottom: 25px;
}

.our-work .item {
	padding: 0 5px 0 15px;
	cursor: pointer;
}

.our-work .item img {
	border-radius: 30px;
}

.our-work .item:hover img, .our-work .item:hover .overlay {
	transition: all 1s ease-in-out;
}

.our-work .item:hover img, .our-work .item:hover .overlay {
	transform: scale(1.04);
}

.our-work .owl-controls {
	position: absolute;
    bottom: 0;
    left: -53%;
}

.customers .logo {
	position: relative;
	margin: 20px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
	
}

.customers .logo .sportlight {
	display: inline-block;
    position: absolute;
	width: 130px;
    height: 130px;
	border-radius: 50%;
	transform: scale(0);
	background: #C1D7EC;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	z-index: -1;
}

.customers .logo:hover .sportlight{
    background: #C1D7EC;
	transform: scale(1.1);
}

.customers .logo img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px !important;
}

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


.form-search .icon {
	padding-left: 30px;
    background: url(/img/icon/magnifying-glass.png) no-repeat left, #EBEBEB;
    background-size: 15px;
    background-position: 10px;
    height: 25px;
    border-radius: 25px;
	border: none;
	width: 135px;
}

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

.box-circle {
	background: #C1D7EC;
    padding: 7px 7px 70px 7px;
    border-radius: 300px;
    margin: 0 20px;
	height: 100%;
}

.box-circle .text {
	position: relative;
	padding-top: 1.5rem;
	margin: 0;
}

.box-circle .text p{
	color: #444444;
}
  
.box-circle  .text p {
	padding: 0 10px;
	text-align: center;
}

.box-circle  .gradient-box {
	display: flex;
	align-items: center;
	margin: auto;
	position: relative;
	padding: 3rem;
	box-sizing: border-box;
	color: #FFF;
	background: #000;
	background-clip: padding-box;
	border: solid 5px transparent;
	border-radius: 100%;
}
.box-circle .gradient-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: -5px;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(43,85,151,1) 0%, rgba(45,183,228,1) 100%);
}

.box-circle .gradient-box img{
	z-index: 1;
}

.box-circle .year {
	text-align: center;
    color: #fff;
	position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -80%);
}

.system-service .border-radius {
	border-radius: 30px;
}

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

.system-service-owl .owl-controls{
	bottom: 20%;
}

.our-work-gallery .owl-prev, .our-work-gallery .owl-next {
	height: 100%;
	position: absolute;
	top: 0;
	display: block !important;
	border:0px solid black;
	background: #699BCF !important;
	border-radius: unset !important;
	margin: 0 !important;
	padding: 4px 5px !important;
}
.our-work-gallery .owl-prev { left: 0; }
.our-work-gallery .owl-next { right: 0; }

.our-work-gallery .owl-nav img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
    opacity: 1;
}

.our-work-gallery .owl-nav .owl-next:hover, .our-work-gallery .owl-nav .owl-prev:hover {
	background: #2B5597 !important;
}

.our-work-gallery .border-radius {
	border-radius: 20px;
	height: 200px;
	object-fit: cover;
}

.our-work-gallery .owl-controls .owl-dots{
	position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
}

.all-service h3 {
	margin-bottom: 5rem !important;
}

.all-service .detail .icon-all-service {
	width: 70px;
    margin-bottom: 1rem;
}

.all-service .detail h6 {
	color: #2B5597;
}

.bg-circle {
    background: #E0EBF6;
    height: 300px;
    width: 300px;
    border-radius: 100%;
}

.bg-circle:hover {
	transform: scale(.8);
}

.all-service .mb {
	margin-bottom: 2rem;
}

.bg-circle .detail {
	position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.swimming-pool-system-image {
	height: auto;
	object-fit: cover;
}

.swimming-pool-system .image1 img{
	border-radius: 30px 0 0 30px;
}

.swimming-pool-system .image2 img{
	border-radius: 0 30px 30px 0;
}

.swimming-pool-system .detail1 {
	background: #E0EBF6;
	border-radius: 0 30px 30px 0;
	height: 100%;
}

.swimming-pool-system .detail2 {
	background: #E0EBF6;
	border-radius: 30px 0 0 30px;
	height: 100%;
}

.swimming-pool-system .content-system {
	position: relative;
    top: 50%;
    transform: translate(0, -50%);
	padding: 2rem 5rem;
}

.swimming-pool-system-mb {
	margin-bottom: 3rem !important;
}

.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;
}

.water-filter h2 {
	background: #2B5597;
    color: #fff;
    width: fit-content;
    margin: auto;
    padding: 10px 50px;
    border-radius: 100px;
}

.water-filter .accordion {
	margin: 3rem 0;
}

.water-filter ul,.water-filter ul li {
	color: #2B5597;
}

.water-filter ul {
	padding-left: 2rem;
}

.water-filter-gallery .owl-prev, .water-filter-gallery .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
    opacity: .5;
}
.water-filter-gallery .owl-prev { left: -10px; }
.water-filter-gallery .owl-next { right: -10px; }

.water-filter-gallery .owl-nav .owl-next:hover, .water-filter-gallery .owl-nav .owl-prev:hover {
	opacity: 1;
}

.water-filter .owl-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.water-filter h3, .water-filter h4 button{
	color: #2B5597;
	margin-bottom: 0;
}

.water-filter .accordion-button:not(.collapsed){
	color: #2B5597;
	background-color: transparent;
	box-shadow: unset;
}

.water-filter .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: unset;
	border-top-right-radius: unset;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.water-filter .accordion-item:first-of-type .accordion-button:hover {
	padding-left: 10px;
	transition: all 1s;
}

.water-filter .accordion-item:first-of-type {
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}

.water-filter .accordion-item {
	border: unset;
	background-color: transparent;
}

.water-filter .accordion-button {
	border-top: 1.5px solid #A5A5A5;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.water-filter .accordion-collapse.first {
	border-top: unset;
}

.water-filter .accordion-item:last-of-type .accordion-collapse.first {
	border-bottom: 1.5px solid #A5A5A5;
}

.water-filter .accordion-collapse {
	border-top: 1.5px solid #A5A5A5;
}

.water-filter .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.water-filter .accordion-item:last-of-type .accordion-button.header-first {
	border-bottom: 1.5px solid #A5A5A5;
}

.water-filter .border-radius {
	border-radius: 20px;
	width: 100%;
}

.water-filter .slide-gallery {
	padding: 0 30px;
}

.water-filter .accordion .accordion-body {
	padding: 0;
}

.water-filter .accordion.sub {
	margin: 0;
}

.water-filter h3, .water-filter h4 {
	margin-bottom: 0;
}

.water-filter .accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: unset;
	border-bottom-left-radius: unset;
	padding-left: 0px;
}

.water-filter .accordion-item:last-of-type .accordion-button:hover {
	padding-left: 10px;
	transition: all 1s;
}

.water-filter .accordion.sub .accordion-body {
	padding: 3rem 0;
}

.box-contact {
	background: #E0EBF6;
    text-align: center;
    height: 100%;
    padding: 2rem;
    border-radius: 30px;
}

.box-contact .icon-contact {
	width: 70px;
    margin-bottom: 1rem;
}

.social-contact{
	text-align: center;
}

.social-contact a:hover {
	background: #2DB7E4;
}

.social-contact li{
	display:inline-block;
	margin-right:10px;
}

.social-contact li:last-child{
	margin-right:0px;
}

.social-contact li a {
	height: 50px;
    width: 50px;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    display: block;
}

.branch {
	margin-bottom: 1.5rem;
}

.branch .address {
	background: #E0EBF6;
	padding: 2.5rem;
	border-radius: 30px 0 0 30px;
}

.branch .map iframe {
	border-radius: 0 30px 30px 0;
}

.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;
}

.whatdowedo:hover img {
	transform: scale(.8);
}

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

.pagination .number a {
	margin: 0 .5rem;
	color: #C1D7EC;
}

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

.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;
}

.news-media .card-footer {
	display: flex;
    justify-content: space-between;
	border-top: unset;
	background: #E0EBF6;
	border-radius: 0 0 30px 30px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 1.5rem;
	margin-top: -2px;
}

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

.news-media .card {
	border: unset;
	border-radius: 30px;
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
}

.news-media .card:hover img{
	-webkit-transform: scale(1.04);
    transform: scale(1.04);
}

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

.news-media .card-body {
	background: #E0EBF6;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1.5rem;
}

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

.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 thead {
	background: #699BCF;
}

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

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

.application tbody tr:hover {
	cursor: pointer;
	background: #2B5597;
	--bs-table-accent-bg: #2B5597;
}

.application tbody tr:hover td a{
	color: #fff;
}

.search {
	padding-top: 15rem;
}

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

.reward h2, .reward h3, .reward p {
	color: #fff;
}

.reward-slide {
	border-bottom: 1.5px solid #EBEBEB;
	margin-bottom: 2.5rem;
}

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

.reward-slide .owl-nav img {
    width: 40px;
}

.reward-slide .owl-item img {
	padding: 40px;
	cursor: pointer;
}

.reward-slide .owl-item .drop-shadow img{
	-webkit-filter: drop-shadow(0px 10px 20px #000);
	transform: scale(1.05);
} 

.reward-slide .owl-item .item:hover img{
	-webkit-filter: drop-shadow(0px 10px 20px #000);
	transform: scale(1.05);
} 

.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 .input {
	padding-left: 8rem;
}

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

.radio-buttons {
	color: #2B5597;
	padding-left: 2rem;
  }
  
.radio-button {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	cursor: pointer;
}

.radio-button input[type="radio"] {
	display: none;
}

.radio-circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1.5px solid #aaa;
	position: relative;
	margin-right: 10px;
}

.radio-circle::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.2s ease-in-out;
}

.radio-button input[type="radio"]:checked + .radio-circle::before {
	transform: translate(-50%, -50%) scale(1);
	background-color: #2DB7E4;
	border: 1.5px solid #2DB7E4;
}

.radio-button input[type="radio"]:checked + .radio-circle {
	border: 1.5px solid #2DB7E4;
}

.radio-button:hover .radio-circle {
	border-color: #2DB7E4;
}

.radio-button:hover input[type="radio"]:checked + .radio-circle::before {
	background-color: #2DB7E4;
}

.information {
	padding-left: 0;
}

.information .radio-button {
	padding-right: 20px;
}

.information .radio-circle {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.information .radio-circle::before {
    width: 15px;
    height: 15px;
}

.application-form .btn-accept {
	margin-top: 3rem;
}

.file-input-group input[type="file"] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.file-input-group input[type="text"] {
	border: unset;
	padding-left: 1rem;
}

.file-input-group .btn-file-input {
    background: #CECECE;
    color: #5A5A5A;
    padding: 3px 25px;
    border-radius: 10px;
	cursor: pointer;
}

.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;
}

#company-history h2 {
	margin-bottom: 4rem;
}

.branch-mb h2 {
	margin-bottom: 4rem;
}

.box-contact-s-napa .box {
	background: #2B5597;
	padding: 4rem;
	border-radius: 30px;
	margin-bottom: 2rem;
}

.box-contact-s-napa .box h2 {
	color: #fff;
}

.box-contact-s-napa h2 a {
	text-decoration: underline;
}

.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;
}

.history-pc {
	display: block;
}

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

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

.about-gallery .owl-item img {
	border-radius: 0 0 150px 0;
}

.about-gallery .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.about-us-bg {
	background-color: #C1D7EC;
	border-radius: 150px 0 150px 0;
}

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

.call-to-action:hover {
	background: #fff;
}

.call-to-action img{
	width: 30px !important;
} 

.mobile .call-to-action img{
	width: 20px !important;
} 

.call-to-action a, .call-to-action:hover a {
	padding: 5px !important;
}

.facebook-messenger {
	position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    z-index: 9;
}

.facebook-messenger img{
	width: 60px;
}

.facebook-messenger:hover img {
	filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.4));
}

.tel-messenger {
	position: fixed;
    bottom: 9.25rem;
    right: 1.25rem;
    z-index: 9;
}

.tel-messenger img{
	width: 60px;
}

.tel-messenger:hover img {
	filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.4));
}

.line-messenger {
	position: fixed;
    bottom: 5.25rem;
    right: 1.25rem;
    z-index: 9;
}

.line-messenger img{
	width: 60px;
}

.line-messenger:hover img {
	filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.4));
}

  