/*@font-face {
	font-family: 'Avenir';
		src: url('../fonts/AvenirNext-Medium.eot');
		src: local('☺'), 
			url('../fonts/AvenirNext-Medium.woff') format('woff'), 
			url('../fonts/AvenirNext-Medium.ttf') format('truetype'), 
			url('../fonts/AvenirNext-Medium.svg') format('svg');
	font-weight: normal; 
	font-style: normal;
}*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap');
b,strong{font-weight:bold !important;}
body {
    margin: 0;
    padding: 0;
    min-height:100%;
	font-size: 16px;
	color:#020202;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	overflow-x: hidden;
	line-height: 1.7;
}
:root {
    --main-color: #2dcde6;
}
blockquote {
    border-left: 2px solid var(--main-color);
    font-style: italic;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.container {
	max-width: 1200px;
    margin: 0 auto;
	position:relative;
}
.section-main .container {
	max-width: 1080px;

}
ul, li {
    list-style: none; 
}
.post-template-single-product .content ul,
.post-template-single-product .content li {
	list-style: inherit;
}
p {
	line-height: 1.7;
}
.ele {
	position:absolute;
}
.last {
	margin-right:0 !important;
	padding-right:0 !important;
	border:0 !important;
}
a {
	-webkit-transition:all 0.5s;
	transition:all 0.5;
	text-decoration:none;
	color: #015ba8;
}
a:hover {
	color: #015ba8;
}
img {
	max-width: 100%;
	height: auto;
}
::-webkit-input-placeholder {
  color: #000;
  font-weight: 700;
  opacity: 1;
}
::placeholder {
  color: #000;
  font-weight: 700;
  opacity: 1;
}
.f-left  {
	float:left;
}
.f-right  {
	float:right;
}
.gray-txt {
	color: #c2c2c2;
}
.padding0 {
	padding-left: 0;
	padding-right: 0;
}
.margin0 {
	margin-left: 0;
	margin-right: 0;
}
.paddingleft5 {
	padding-left: 5px;
}
.paddingright5 {
	padding-right: 5px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.table {
	height:100%;
	display:table;
	margin: 0;
	padding: 0;
}
.table-cell  {
	display:table-cell;
	vertical-align:middle;
	margin: 0;
	padding: 0;
}
.pagination {
	display:block;
	text-align:center;
	margin: 0;
}
	.pagination ul{}
		.pagination ul li{
			display:inline-block;
			margin:0 5px;
		}
		.pagination ul li a,
		.pagination ul li span {
			width:32px;
			line-height:32px;
			height:32px;
			background:url(../images/pagi-normal-circle.png) center center no-repeat;
			background-size:cover;
			display:inline-block;
			text-align:center;
			color:#fb6c91;
			font-size:14px;
			font-weight:bold;
		}
		.pagination ul li.pagi-back a,
		.pagination ul li.pagi-next a,
		.pagination ul li.pagi-active span {
			background:url(../images/pagi-active-circle.png) center center no-repeat;
			color:#fff;
		}
.hide-on-mobile {
	display: block;
}
.show-on-mobile {
	display: none;
}
.bg-button,
.banner-section .swiper-slide .swiper-slide-content a {
	background: rgba(31,205,240,1);
	background: -moz-linear-gradient(-45deg, rgba(31,205,240,1) 0%, rgba(244,223,83,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(31,205,240,1)), color-stop(100%, rgba(244,223,83,1)));
	background: -webkit-linear-gradient(-45deg, rgba(31,205,240,1) 0%, rgba(244,223,83,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(31,205,240,1) 0%, rgba(244,223,83,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(31,205,240,1) 0%, rgba(244,223,83,1) 100%);
	background: linear-gradient(135deg, rgba(31,205,240,1) 0%, rgba(244,223,83,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fcdf0', endColorstr='#f4df53', GradientType=1 );
    color: #fff;
    font-size: 1.3em;
    display: inline-block;
    padding: 10px 20px;
    margin: 20px 0;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.bg-button:hover,
.banner-section .swiper-slide .swiper-slide-content a:hover {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
}

.wrapper {
	padding: 80px 0 0 0;
}
body .imageslider-linear .nav-wrap {
	height:0;
}

.banner-section {
	padding: 30px 0;
	position: relative;
}
.banner-section .swiper-container {
	width: 100%;
	height: 100%;
}
.banner-section .swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
	.banner-section .swiper-slide img{
		width: 100%;
		max-width: 2000px !important;
	}
	.banner-section .swiper-slide .swiper-slide-inside {
		display: flex;
		flex-wrap: nowrap;
		position: relative;
	}
		.banner-section .swiper-slide .swiper-slide-content {
			width: 50%;
			text-align: left;
		}
		.banner-section .swiper-slide .swiper-slide-content h2 {
			font-size: 5vw;
		    color: #183757;
		    font-weight: bold;
		    text-transform: uppercase;
		    margin: 50px 0 30px 0;
		}
		.banner-section .swiper-slide .swiper-slide-content p {
			color: #183757;
		}
		.banner-section .swiper-slide .swiper-slide-content a {}
		.banner-section .swiper-slide .swiper-slide-image {
			width: 100%;
		}
	
	.banner-section .swiper-pagination {
		bottom: 0;
		text-align: center;
		margin-top: 5px;
	}
	.banner-section .swiper-pagination .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
		background: #183757;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		opacity: 1;
	}
	.banner-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background: #2dcde6;
		width: 40px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	}
	


/* HEADER */
.header {
	position: fixed; 
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
}
.top-hearder {
	height: 80px;
	background: #fff;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(235,249,252,0.6);
	-moz-box-shadow: 0px 10px 10px 0px rgba(235,249,252,0.6);
	box-shadow: 0px 10px 10px 0px rgba(235,249,252,0.6);
}
.header .logo{
	margin: 17px 0 0 0;
}
.header .logo img {
	width: 200px;
} 
.header .menu {
	width: 100%;
	margin: 0;
}
.header .menu .container{
	max-width: 100%;
    width: 100%;
    padding: 0;
}
.top-right-menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
} 
.main-menu { 
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 15px 0 0 0;
	padding: 0;
	position: static;
}
.main-menu li{
	margin: 0;
	padding: 15px 0.5vw;
	position: relative;
}
/*.main-menu li.menu-item-has-children:hover>a::after {
	content: "";
	display: none;
	height: 14px;
	width: 100%;
	background: url(../images/arrow-down-submenu.png) center center no-repeat;
	position: absolute; 
	top: 72px;
	left: 0;
	z-index: 1000;
}*/
.main-menu li a{
	color: #111212;
	font-size: 1.1vw;
	font-family: 'Montserrat', sans-serif; 
	display: inline-block;
	padding: 0; 
	font-weight: 400;
	text-decoration: none;
	position: relative; 
	text-align: center;
	-webkit-transition: all 1s;
	transition: all 1s;
}	
.main-menu li.active a,
.main-menu li a:hover { 
	color: #1fccf0;
}
.main-menu li.btn-menu {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.main-menu li.btn-menu a,
.bottom .block-item.block-item-4 .contact-btn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: #9d0000;
	color: #fff;
	font-weight: 700;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	outline: none;
}
.main-menu li .sub-menu {
	display: none;
/*	display: flex;*/
	position: absolute;
    top: 50px;
    left: -70px;
    background: #fff;
    z-index: 100;
    padding: 20px 10px;
    opacity: 0.9;
    flex-wrap: wrap;
/*    justify-content: flex-start;*/

    left: auto;
    justify-content: space-between; 
    top: 50px;
    right: -200px;
    width: 650px;
/*    width: 1000px;*/
    flex-wrap: nowrap;
}
.main-menu li .sub-menu.menu-depth-1 {
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.main-menu li .sub-menu.menu-depth-2 {
/*	display: none;*/
	width: 100%;
	border: 0;
    z-index: 10;
/*    border-left: 1px solid #ccc;*/
}
.main-menu li .sub-menu.menu-depth-2 li {
	width: 100%;
	padding: 0;
/*	list-style-type: disc;*/
}
.main-menu li .sub-menu.menu-depth-2 li a{
	/*padding: 10px 20px;*/
	padding: 10px 0;
	font-weight: 500;
}
.main-menu .sub-menu.menu-depth-2 {
	display: block;
    padding: 0 10px;
    border: 0;
    position: static;
}
.main-menu .sub-menu.menu-depth-2 .current-menu-item a {
	color: var(--main-color);
}
.main-menu li .sub-menu li{
	float: none;
	padding: 0 5px;
	margin: 0;
	position: static;
}
.main-menu li .sub-menu li.level-1 {
	 border-right: 1px solid #ccc;
	 padding: 0 10px;
	 max-width: 300px;
}
.main-menu li .sub-menu li:last-child{
	border: 0;
}
.main-menu li .sub-menu li a{
	display: block;
	padding: 10px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	height: auto;
    line-height: 1.3;
    text-align: left;
}
.main-menu li:hover .sub-menu.menu-depth-1 {
	display: flex;
    justify-content: space-evenly;
}
.main-menu .sub-menu .level-1 > a {
	font-size: 1.1em;
	font-weight: bold;
	height: 40px;
	overflow: hidden;
}
/*.main-menu .sub-menu.menu-depth-1 li:hover .sub-menu.menu-depth-2{
	display: block; 
}*/
.navigator-inside {
	position: relative;
}


/* BANNER */
.banner-section {
	padding: 0;
	text-align: center;
}
.swiper-button-prev,    
.swiper-button-next {
	width: 59px;
	height: 59px;
	opacity: 0.5;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.swiper-button-prev:hover,  
.swiper-button-next:hover {
	opacity: 0.8;
} 
.swiper-button-prev {
	background: url(../images/arrow-left.png) center center no-repeat;
}
.swiper-button-next {
	background: url(../images/arrow-right.png) center center no-repeat;
}

/* HOME PAGE SECTIONS */
.row-box,
.list-box {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.row-box h2,
.list-box .box-item h3 {
	color: #183757;
	font-size: 16px;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    position: relative;
}
.row-box h2 .row-01,
.list-box .box-item h3 .row-01{
	font-size: 1.2em;
	text-transform: capitalize;
	font-weight: normal;
}
.row-box h2 .row-02,
.list-box .box-item h3 .row-02 {
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: bold;
}
.row-box-01 {}
.row-box-01 .row,
.list-box .row{
	display: flex;
}
.row-box-01 .row-box-item,
.list-box .box-item {
	padding: 40px 30px;
	height: 100%;
}
.list-box .box-item.box-item-end {
	padding-left: 0;
	padding-right: 0;
}
.box-blue {
	background: #24cdec;
}
.box-grey {
	background: #f3f3f3;
}
.slide-quotes {}
.slide-quotes .post_info {}
.slide-quotes .post_info {
	position: relative;
	padding: 10px 0 30px 0;
}
.slide-quotes .post_info::before, 
.slide-quotes .post_info::after {
	content: "";
	display: block;
	width: 101px;
	height: 73px;
	position: absolute;
	z-index: 1;
}
.slide-quotes .post_info::before {
	background: url(../images/icons/quote-icon-topleft.png) center center no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
} 
.slide-quotes .post_info::after {
	background: url(../images/icons/quote-icon-bottomright.png) center center no-repeat;
	background-size: cover;
	bottom: 0;
	right: 0;
}	
.slide-quotes .post_info .desc {
	position: relative;
	z-index: 2;
}
.slide-quotes .post_info .desc,
.slide-quotes .post_info .desc p {
	color: #183757;
	font-style: italic;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.2;
}
.slide-quotes .swiper-pagination {}
.slide-quotes .swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px; 
	opacity: 1;
	background: #fff;
	margin-right: 10px;
	outline: none;
}
.slide-quotes .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #183757;
}

.box-yellow{
	background: #f4de53;
}
.row-box-01 .row-box-item-03{
	padding-left: 0;
	padding-right: 0;
}
.row-box-01 .row-box-item-03 a {
	color: #fff;
	text-decoration: none;
}
.row-box-services {}
.row-box-services .category-title {}
.row-box h2.section-title,
.section-title{
	margin: 0 0 20px 0;
	font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 800; 
    color: #1eccf0;
    padding: 0 0 20px 0;
    position: relative;
}
.list-services {
	margin: 50px auto 0 auto;
	width: 100%;
	position: relative;
}
/*.list-services::before {
	content: "";
	display: block;
	width: 70%;
	height: 300px;
	background: #1fccf0;
	position: absolute;
	top: -30px;
	left: 15%;
}
.list-services::after {
	content: "";
	display: block;
	width: 570px;
	height: 570px;
	background: url(../images/ico-sercvicebox-homepage.png) center center no-repeat;
	background-size: contain;
	position: absolute;
    top: -130px;
    right: -250px;
    z-index: -1;
}*/
.error404 .banner-section {
	display: none;
}
.notfound-page .row-section-content {
	text-align: center;
	background: #38b7ff;
}
.notfound-page .row-section-content img{}
.list-services .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.list-services .row .list-posts-item {
	margin-bottom: 30px;
}
.list-services .service-item {
	padding: 15px;
	margin: 0 0 0 0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: 16px;
    height: 100%;
    text-align: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*.list-services .service-item:hover {*/
.list-services .service-item {
/*	background: linear-gradient(90deg, rgba(33,205,241,1) 0%, rgba(126,234,255,1) 100%);*/
    background: rgb(31, 204, 240);
    background: linear-gradient(93deg, rgba(31, 204, 240, 1) 0%, rgba(130, 234, 255, 1) 100%);
	color: #fff;
}
.list-services .service-item:hover {
	-webkit-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.15);
}    
.list-services .service-item .post_thumb {
    background: rgb(33,205,241);
    background: linear-gradient(90deg, rgba(33,205,241,1) 0%, rgba(126,234,255,1) 100%);
    box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.15);
/*    height: 110px;*/
    padding: 15px 25px;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*.list-services .service-item:hover .post_thumb {*/
.list-services .service-item .post_thumb {
	box-shadow: none;
	padding: 0;
}
.list-services .service-item .post_thumb a {}
.list-services .service-item .post_image {
	text-align: center;
	padding: 0 0 20px 0;
	height: 160px;
}
.list-services .service-item h2 {
	/*font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    margin: 10px 0; 
    text-align: center;
    position: relative;*/
    background: rgb(244, 222, 82);
    background: linear-gradient(93deg, rgba(244, 222, 82, 1) 0%, rgba(255, 240, 144, 1) 50%, rgba(244, 222, 82, 1) 100%);
    width: 95%;
    margin: -20px auto 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    /* font-size: 1em; */
    font-size: 0.9em;
    font-weight: 900;
    text-align: center;
    padding: 10px 10px;
    height: 65px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
/*.list-services .service-item:hover h2 a {*/
.list-services .service-item h2 a {
	color: #000;
}
.list-services .service-item .desc {
	text-align: justify;
	font-weight: 500;
}
.list-services .service-item .readmore {
	text-align: left;
	margin: 20px 0 0 0;
}
.list-services .service-item .readmore a {
	display: inline-block;
	padding: 2px 20px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s; 
	transition: all 0.3s; 
}
.list-services .service-item .readmore a:hover {
	background: #24cdec;
	color: #fff;
}
.category-cac-dich-vu-le {}
.category-layout-services .section-title {
    color: #1fccf0;
    font-size: 2.2em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    margin: 40px 0;
    padding: 0 40px;
}
.row-box-projects {
/*	background: #f6f6f6;*/
	background: #22c4e6;
}
.row-box-news {
	padding-bottom: 0;
}
.row-box-news .main-content {}
.row-box-news .news-item {
	margin: 0 0 20px 0;
}
.row-box-news .news-item .thumb {}
.row-box-news .news-item .thumb img {
	width: 100%;
}
.row-box-news .news-item .title {
	margin: 10px 0 10px 0;
	font-size: 1.4em;
}
.row-box-news .news-item .title a {
	color: #1fccf0;
	font-weight: 700;
}
.row-box-news .news-item .post-content {
	color: #000;
	font-size: 1.2em;
}
.row-box-news .list-news{
	margin: 0;
}
.row-box-news .list-news .news-item {
	display: flex;	
}
.row-box-news .list-news .news-item .thumb {
	width: 40%;
}
.row-box-news .list-news .news-item .info {
	width: 60%;
	padding: 0 0 0 15px;
}
.row-box-news .list-news .news-item .title {
	margin: 0 0 7px 0;
	font-size: 1.2em;
	line-height: 1.3;
}
.row-box-news .list-news .news-item .post-content {
	font-size: 0.9em;
}
h3.title-style-01 {
	color: #183757;
	text-transform: uppercase;
	font-size: 30px;
	margin: 0 0 30px 0;
}
h3.title-style-01 .sub-title {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 9px;
    margin: 0 0 10px 0;
    display: block;
}
h3.title-style-01 .main-title {
	font-size: 2em;
	font-weight: 800;
	color: #1eccf0;
	margin: 0 0 20px 0;
    display: block;
}

/* Câu chuyện chúng tôi */
.row-box-our-story {
	background: #1fccf0;
}
.row-box-our-story h3.title-style-01 {
	color: #fff;
}
.row-box-our-story h3.title-style-01 .main-title {
	color: #fff;
	margin: 0 0 30px 0;
}
.row-box-our-story .col-right {
	padding: 0 30px;
}
.row-box-our-story .post_content {
	text-align: center;
}
.row-box-our-story .post_content p {
	color: #fff;
	text-align: justify;
}
.row-box-our-story .post_link {
	margin: 40px 0 0 0;
	text-align: center;
}
.row-box-our-story .post_link a.btn {
	display: inline-block;
	padding: 10px 30px; 
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;
}

/* Chúng tôi tin rằng */
.row-what-we-believe {
    background: rgb(89, 217, 243);
    background: linear-gradient(0deg, rgba(89, 217, 243, 1) 0%, rgba(255, 255, 255, 1) 80%);
}
.row-what-we-believe .post-desc {
	font-size: 1.1em;
	line-height: 1.5;
}
.row-what-we-believe .list-items {
	display: flex;
}
.row-what-we-believe .item-box {
	padding: 30px;
	margin: 0 3%;
	border: 2px solid #ebf9fc;
	/*-webkit-box-shadow: 0px 0px 15px 10px rgba(235,249,252,1);
	-moz-box-shadow: 0px 0px 15px 10px rgba(235,249,252,1);
	box-shadow: 0px 0px 15px 10px rgba(235,249,252,1);*/
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(147,231,249,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(147,231,249,1);
	box-shadow: 0px 0px 10px 1px rgba(147,231,249,1);
	height: 100%;
}
.row-what-we-believe .item-box .item_icon {
	margin: 0 0 20px 0;
}
.row-what-we-believe .item-box .item_info {
	color: #183757;
	text-align: justify;
	line-height: 1.7;
	font-weight: 700;
}

.row-box-partners {
	/*padding: 0;*/
}
.row-box-partners h3.title-style-01 .sub-title {
    margin: 0 0 50px 0;
}
.row-box-partners h3.title-style-01 .main-title {
    margin: 0 0 20px 0;
}
.row-box-partners .partner-list {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 0;
}
.row-box-partners .partner-list .partner-item{
	margin: 20px 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
}
.row-box-partners .partner-list .partner-item img {
	filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.row-box-partners .partner-list .partner-item:hover img {
	filter: none;
}

/* End HomePage */

/* About Us Page */
.about-us-page {}
.about-us-page .row-section{
	margin: 0 0 50px 0;
}
.about-us-page .description {
	text-align: justify;
}
.about-us-page .row-section-list {
	margin: 40px 0 0 0;
}
.slide-members {}
.slide-members .slide-item {}
.slide-members .slide-item .post_image {}
.slide-members .slide-item .post_info {}
.slide-members .slide-item .post_info .post_title {
	margin: 20px 0;
	font-size: 1.5em;
}
.slide-members .slide-item .post_info .desc {
	text-align: justify;
}
.slide-members .swiper-button-prev {
	left: -50px;
}
.slide-members .swiper-button-next {
	right: -50px;
}

.slide-news {}
.slide-news .swiper-button-prev,  
.slide-news .swiper-button-next{
	top: 40%;
	width: 40px;
	height: 40px;
}
.slide-news .swiper-button-prev {
	left: -30px;
}
.slide-news .swiper-button-next {
	right: -30px;
}
.category-layout-products .post_item,
.slide-news .swiper-slide-content {
}
.slide-news .swiper-slide-content .post_image{}
.category-layout-products .post_item .post_thumb img,
.slide-news .swiper-slide-content .post_image img{
	width: 100%;
}
.category-layout-products .post_item .post_thumb img {
	/*max-height: 17vw;*/
	max-height: 17.4vw;
}
.category-layout-products .post_item .post_content_main,
.slide-news .swiper-slide-content .post_info{
	padding: 13px;
}
.category-layout-products .post_item .post_content_main .post_title,
.slide-news .swiper-slide-content .post_title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
	height: 30px;
} 
.category-layout-products .post_item .post_content_main .post_title a,
.slide-news .swiper-slide-content .post_title a{
	color: #2e2e2e;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
}
.category-layout-products .post_item .post_content_main .desc,
.slide-news .swiper-slide-content .desc {
	font-size: 1em;
	height: 40px;
    overflow: hidden;
}
.category-layout-products .post_item .post_content_main .readmore,
.slide-news .swiper-slide-content .readmore {
	margin: 10px 0 0 0;
}
.category-layout-products .post_item .post_content_main .readmore a,
.slide-news .swiper-slide-content .readmore a{
	color: #ab0912;
	font-size: 15px;
	font-weight: bold;
}


/* BOTTOM */
.bottom {
	color: #939393;
	position: relative;
	padding: 30px 0;
	border-top: 1px solid #f5f5f5;
}
.post-template-single-news .bottom,
.category-tin-tuc .bottom {
	display: none;
}
.bottom .bottom-blocks {
	display: flex;
}
.bottom .block-item{}
.bottom .block-item-1 {
	width: 32%;
	text-align: center;
}
.bottom .block-item-1 .logo-footer {
	margin-top: -15px;
}
.bottom .block-item-1 .slogan-footer {
	padding: 2px;
	margin: 10px 0 0 0;
	font-size: 0.9em;
	border: 1px solid #7fe4f9;
	box-shadow: 0px 0px 10px 0px #8ae6fa;
	border-radius: 15px;
}
.bottom .block-item-1 .slogan-footer-inside {
	display: flex;
	justify-content: center;
	width: 100%;
	border: 1px solid #7fe4f9;
	padding: 3px 5px;
	border-radius: 13px;
}
.bottom .block-item-1 .slogan-footer span {
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 0 2px;
}
.bottom .block-item-1 .slogan-footer span.text-01 {
	color: #000;
}
.bottom .block-item-1 .slogan-footer span.text-02 {
	color: #1fccf0;
}
.bottom .block-item-1 .slogan-footer span.text-03 {
	color: #f7da3b;
}
.bottom .block-item-2{
	width: 30%;
    padding: 0 0 0 0;
}
.bottom .block-item-3{
	width: 20%;
	padding: 0 0 0 30px;
}
.bottom .block-item-3 ul {
	padding: 0;
}
.bottom .block-item-3 ul li {
	margin: 0 0 6px 0;
}	
.bottom .block-item-4{
	width: 18%;
	padding-left: 20px;
}
.bottom .block-item-4 .social-box {
	text-align: center;
	margin: 70px 0 0 0;
}
.bottom .block-item h3 {
	font-size: 1em;
	font-weight: 700;
	color: #183757;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.bottom .block-item p {
	font-size: 0.9em;
	font-weight: 300;
	margin: 0;
	color: #939393;
}
.bottom .block-item-2 p {
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
}
.bottom .block-item img,
.bottom .block-item i {
	margin-right: 10px;
}
.bottom .block-item p,
.bottom .block-item a {
	font-weight: 500;
	color: #939393;
}
.bottom .block-item-4 .row-01 {
/*	display: flex;*/
}
.bottom .block-item-4 .row-01 .logo-footer{
/*	padding: 0 30px 0 0;*/
	padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
}
.socialbox {
	margin: 10px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: end;
}
.socialbox a{
	margin: 0 10px 0 0;
	display: block;
	font-size: 30px;
	/*line-height: 40px;
	height: 40px;*/
	line-height: 0;
	height: auto;
}
.bottom .block-item-4 .row-01 .social-box a:first-child {
    margin: 0px 10px 3px 10px;
}
.socialbox a img {
	max-width: 40px;
}
.socialbox a span{
	display: none;
}
.bottom .block-item .socialbox a i{
	margin: 0;
}
.bottom .block-item-3 .row-02 {
	margin: 20px 0 0 0;
}
.footer-section {
	padding: 15px;
	margin: 0;
	width: 100%;
	background: #f3f3f3;
	color: #000;
	font-size: 0.9em;
	text-align: center;
}
.footer-section p {
	margin: 0;
}
.footer-section a {
	color: #000;
}

/* PATHWAY */
.section-pathway {
	margin: 30px 0;
	font-size: 1em;
	color: #455b73;
}
.section-pathway span {
	padding: 0 3px 0 0;
	color: #24cdec;
	font-weight: bold;
}
.section-pathway a span{
	color: #455b73;
	font-weight: 300; 
}
.section-pathway span.current-item {
	padding-left: 10px;
}

/* Category Services Page */
.category-layout {
	margin: 0 0 100px 0;
}

/* Category Projects Page */
.category-layout-projects {
	padding: 0;
	margin: 0;
/*	background: url(../images/bg-top-showcase.jpg) top center no-repeat;*/
}
/*.category-layout-projects .cate-heading {
	text-align: center;
	padding: 12vw 0 0 0;
}
.category-showcase .section-title {
	color: #fff;
}
.category-showcase .section-title::after {
	color: #fff;
	opacity: 0.3;
    font-size: 4em;
    font-weight: bold;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: auto;
    top: -60px;
    z-index: 1;
    background: none;
}*/
.category-showcase .cate-desc {
	margin: 2vw 3vw 2vw 3vw;
	color: #000;
	text-align: center;
	line-height: 1.8;
	font-size: 1.2em;
	font-weight: 600;
}
.slide-projects {
	position: relative;
	margin: 0 -100px;
}
.row-box-projects.row-box h2.section-title {
	color: #fff;
}
.slide-projects .swiper-container::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15%;
	height: 100%;
    background: rgb(34, 196, 230);
    background: linear-gradient(90deg, rgba(34, 196, 230, 1) 50%, rgba(255, 255, 255, 0.00001) 100%);
    z-index: 2;
}
.slide-projects .swiper-container::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 15%;
	height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00001) 30%, rgba(34, 196, 230, 1) 60%);
    z-index: 2;
}
.slide-projects .navigation-row {
	position: absolute;
	z-index: 0;
    width: 200px;
    margin: 0;
    top: -100px;
    right: 100px;
}
.slide-projects .swiper-pagination {
	position: static;
	margin: 10px 0 0 0;
}
.slide-projects .swiper-pagination .swiper-pagination-bullet-active {
	background: #bebebe;
}
.slide-projects .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	width: 12px;
	height: 12px;
	margin: 0 3px;
}
.slide-projects .navigation-row .swiper-button-prev,
.slide-projects .navigation-row .swiper-button-next {
	width: 50px;
	height: 62px;
    top: 40%;
	outline: none;
}
.slide-projects .navigation-row .swiper-button-prev {
	background: url(../images/icons/slider-arrow-left.png) center center no-repeat;
	background-size: contain;
	left: 0;
}
.slide-projects .navigation-row .swiper-button-next {
	background: url(../images/icons/slider-arrow-right.png) center center no-repeat;
	background-size: contain;
	right: 0;
}
.slide-projects .swiper-button-prev {
	left: -60px;
}
.slide-projects .swiper-button-next {
	right: -60px;
}
.slide-projects .project-item {
	padding: 15px;
	background: transparent;
	transform: scale(0.9);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.slide-projects .running .project-item {
	transform: scale(1);	
}
.slide-projects .project-item .post_image {
    height: 15vw;
    width: 100%;
    background-size: cover;
}
.slide-projects .project-item .post_image a {
	display: block;
	width: 100%;
	height: 100%;
}
.slide-projects .project-item .post_image img {
	display: none;
}
.slide-projects .project-item .post_info {
	margin: 0 0 0 0;
/*	visibility: hidden;*/
	opacity: 0;
	transform: translate3d(0px, -20px, 0px);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.slide-projects .running .project-item .post_info {
/*	visibility: visible;*/
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	background: #f5de51;
	border-radius: 0 0 15px 15px;
}
.slide-projects .project-item .post_info .post_title {
	position: relative;
	font-size: 1.2em;
	padding: 15px;
	margin: 0 0 0 0;
	background: transparent;
/*	height: 100px;*/
}
.slide-projects .project-item .post_info .post_title::before {
	content:"";
	display: none;
	width: 20%;
	height: 2px;
	background-color: #183757;
	position: absolute;
	bottom: 0;
	left: 0;
}
.slide-projects .project-item .post_info .post_title a {
	color: #010607;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.slide-projects .project-item .post_info .desc {
	color: #183757;
}
.slide-projects .project-item .post_info .readmore {
	margin: 0 0 15px 0;
	opacity: 0;
	visibility: hidden;
	display: none;
	-webkit-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.slide-projects .project-item .post_info .readmore a {
	display: block;
	padding: 15px 20px;
	width: 100%;
	text-align: center;
	background: #fff;
	color: #183757;
	text-decoration: none;
	font-weight: 300;
	font-size: 1.1em;
}
/*.slide-projects .project-item:hover {
	background: #f8de4f;
}
.slide-projects .project-item:hover .post_info .post_title a {
	color: #183757;
}
.slide-projects .project-item:hover .post_info .readmore {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0,15px,0);
	transform: translate3d(0,15px,0);
}*/
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.category-layout-projects .slide-projects {
	padding: 0 100px;
	margin: 0 0 50px 0;
	display: flex;
	flex-wrap: wrap;
}
.category-layout-projects .slide-projects .project-item {
	width: 50%;
}
.category-layout-projects .slide-projects .project-item .post_info {
	transform: none;
	transition: none;
	opacity: 1;
	background: #f5de51;
    border-radius: 0 0 15px 15px;
}  
.category-layout-projects .slide-projects .project-item .post_info .post_title {
	padding: 15px;
	height: auto;
	line-height: 1.5;
}
.category-layout-projects .slide-projects .project-item .post_info .post_title::before {
	display: none;
}

/* Chúng tôi mang đến cho bạn Box */
.row-box-we-bring-to-you {}
.row-box-we-bring-to-you .image-post img {
	width: 80%;
}
.row-box-we-bring-to-you .list-text {}
.row-box-we-bring-to-you .list-text .text-item {
    padding: 10px 0 10px 60px;
    margin: 0 0 5px 0;
    background: url(../images/icons/ico-sticked-new.png) left center no-repeat;
    background-size: 40px;
    font-size: 1em;
    font-weight: 700;
}
.row-box-we-bring-to-you .col-right {
	padding: 40px;
	background: #f7df54;
	border-radius: 30px;
} 

/* BLOG CATEGORY */
.category-layout-news {}
.category-layout-news .cate-posts {}
.category-layout-news .cate-posts .row {
	display: flex;
	flex-wrap: wrap;
}
.category-layout-news .cate-posts .post-item{
	margin: 0 0 50px 0;
}
.category-layout-news .cate-posts .post-item .post_image{
	/*height: 20vw;*/
    /*background-size: cover;*/
    background: none !important;
}
.category-layout-news .cate-posts .post-item .post_image img {
	/*display: none;*/
}
.category-layout-news .cate-posts .post-item .post_image a{
	display: block;
	width: 100%;
	height: 100%;
}
.category-layout-news .cate-posts .post-item .post_info {
    margin: 15px 0 0 0;
}
.category-layout-news .cate-posts .post-item .post_info .post_title {
    margin: 0  0 10px 0;
}
.category-layout-news .cate-posts .post-item .post_info .post_title a{
    color: #1fccf0;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.3;
}
.category-layout-news .cate-posts .post-item .info {}
.category-layout-news .cate-posts .post-item .post_info .post_status {
	margin: -10px 0 10px 0;
}
.category-layout-news .cate-posts .post-item .post_info .post_status span {
	color: #000;
	font-weight: bold;
}
.category-layout-news .cate-posts .post-item .readmore {
	margin: 15px 0 0 0;
}
.category-layout-news .cate-posts .post-item .readmore a {
	color: #24cdec;
}
.category-layout-news .cate-posts .post-item-01 {}
.category-layout-news .cate-posts .post-item-01 .post_info h4{
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	position: relative;
}
.category-layout-news .cate-posts .post-item-01 .post_info h4 a{
	font-size: 1.4em;
}
.category-layout-news .cate-posts .post-item-01 .post_info h4::before {
	content: "";
    display: block;
    width: 20%;
    height: 2px;
    background-color: #f8eb98;
    position: absolute;
    bottom: 0;
}    
.category-layout-news .cate-posts .post-item-01 .post_image{
	height: 30vw; 
}
.category-layout-news .cate-posts .post-item-01 .readmore {
	margin: 20px 0 0 0;
}
.category-layout-news .cate-posts .post-item-01 .readmore a {
	display: inline-block;
	padding: 10px 50px;
	border: 2px solid #d2f5fc;
	font-size: 1.1em;
}

/* DETAIL PAGE */
.category-layout-projects .post_item.product_item {
	height: auto;
	background: none;
}

/* CONTACT PAGE */
.contact-page {
/*	padding: 50px 0 0 0;*/
	padding: 0;
}
.contact-page .post_content {
	margin: 70px auto 0 auto;
	width: 70%;
}
.contact-page .contact-info {}
.contact-page .contact-info h4 {
	font-weight: bold;
	margin: 20px 0 10px 0;
}
.contact-page .contact-info p {
	font-weight: 500;
	margin: 0 0 10px 0;
}
.contact-page form {
/*	width: 70%;*/
	margin: 0 auto;
}

.category-layout-news {}
.category-layout-news .site-content{
	padding-top: 0;
}
.category-layout-news .list-categories-news {
	margin: 0;
}
.list-categories-news .news-category-items {
	margin: 30px 0 0 0;
}
.list-categories-news .news-category-items .news-category-name {
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
}
.list-categories-news .news-category-items .news-category-name .col-item {
	margin: 0 0 30px 0;
}
.list-categories-news .news-category-items .news-category-name .category-item {
	-webkit-border-radius: 20px;
    border-radius: 20px;
    background: rgb(31,204,240);
    background: linear-gradient(93deg, rgba(31,204,240,1) 0%, rgba(130,234,255,1) 100%);
    color: #fff;
    padding: 30px;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
}
.list-categories-news .news-category-items .news-category-name .category-item .category-image {
	width: 150px;
}
.list-categories-news .news-category-items .news-category-name .category-item .category-image img {
	width: 100%;
}
.list-categories-news .news-category-items .news-category-name .category-item .category-title {
    width: calc(100% - 150px);
    text-align: center;
    padding: 0 0 0 10px;
}
.list-categories-news .news-category-items .news-category-name .category-item .cate-name {
	margin: 0;
	color: #fff;
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    text-decoration: none;
}

.category-layout-news .list-posts-item {
	margin: 0 0 40px 0;
}
.category-layout-news .post_item {
	padding: 0;
} 
.category-layout-news .list-posts-item .post_thumb img {
	width: 100%;
} 
.category-layout-news .list-posts-item .post_content_main {

}
.category-layout-news .list-posts-item .post_content_main .post_title{
	margin: 15px 0 0 0;
}
.category-layout-news .list-posts-item .post_content_main .post_title a{
	font-size: 1.1em;
    color: #020202;
    font-weight: bold;
}
.category-layout-news .list-posts-item .post-info {
	display: flex;
	flex-wrap: nowrap;
	font-size: 0.8em;
}
.category-layout-news .list-posts-item .post-info .author{
	color: #1f1692;
	font-weight: 900;
	margin-right: 15px;
}
.category-layout-news .list-posts-item .post-info .author .gray-txt{
	font-weight: 300;
}
.category-layout-news .list-posts-item .post-info .timing{
	font-weight: 300;
}
.category-layout-news .list-posts-item .post-info .timing i{
	color: #ca0a0a;
}
.category-layout-news .list-posts-item .intro {
	margin-top: 5px;
}
.category-layout-news .list-posts-item .intro p{
	color: #020202;
	font-weight: 300;
	font-size: 1em;	
	text-align: justify;
}
.category-layout-news .list-posts-item .post_content_main .readmore {
	margin-top: 15px;
    text-align: right;
}
.category-layout-news .list-posts-item .post_content_main .readmore a{
	color: #ca0a0a;
	font-weight: 300;
	font-size: 1em;	
	font-style: italic;
	text-transform: uppercase; 
}
/* Detail News Page */
.news_singlepage {}
.category-showcase .section-title,
.single-post .post_title,
.page .post_title {
	font-size: 2.4em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.category-showcase .section-title,
.page h2.post_title,
.single-post .post_title {
	margin-bottom: 40px;
	margin-top: 0;
	padding: 140px 50px;
	text-align: center;
	background: rgb(31,204,240);
	background: linear-gradient(93deg, rgba(31,204,240,1) 0%, rgba(130,234,255,1) 100%);;
}
.single-category-news .category-item .cate-name .section-title::after,
.category-showcase .section-title::after,
.single-post .post_title::after,
.page .section-title::after {
    color: #f3f3f3;
    font-size: 2.1em;
    font-weight: bold;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
    z-index: 0;
    background: none;
/*    -webkit-text-stroke: 2px #fff;*/
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    white-space: nowrap;
    opacity: 0.3;
    font-weight: 700;
}
.category-showcase .section-title span,
.page .post_title span,
.single-post .post_title span {
	text-shadow: 1px 0px 1px rgba(0,0,0,0.4);
	font-size: 1.1em;
	position: relative;
	z-index: 1;
}
.news_singlepage .post-info{
	display: flex;
    flex-wrap: nowrap;
    font-size: 0.8em;
}
.news_singlepage .post-info .author {
    color: #1f1692;
    font-weight: 900;
    margin-right: 15px;
}
.news_singlepage .post-info .author .gray-txt{
	font-weight: 300;
}
.news_singlepage .post-info .timing {
    color: #1f1692;
    font-weight: 300;
    margin-right: 15px; 
}
.news_singlepage .post-info .timing i{
	color: #ca0a0a;
}
.news_singlepage .info-content {
	margin: 30px 0 0 0;
}
.news_singlepage .info-content div {
	max-width: 100% !important;
}
.news_singlepage .info-content .aligncenter {
	text-align: center;
	margin: 0 auto; 
	display: block;
}
.news_singlepage .info-content .aligncenter img {
	margin: 0 auto;
} 
.news_singlepage .info-content p{
	font-weight: 300;
	margin: 0 0 12px 0;
	word-wrap: break-word;
/*  	word-break: break-all;*/
	overflow-wrap: break-word;
}
.news_singlepage .info-content .wp-caption-text {
	font-style: italic;
}
.info-content h3 span{
	font-size: 1.2em;
}
.info-content h3 span {
	font-weight: bold !important;
}
.info-content table {
	width: 100% !important;

}
.info-content table th,
.info-content table td {
	border: 1px solid #ccc;
	padding: 5px;
}
.fb-share-box {
	padding: 15px 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #ccc;
}
.fb-share-box span {
	color: #c2c2c2;
	font-size: 1.1em;
	margin: 0px 6px 3px 0;
}
.sidebar-right {}
.sidebar-right .list-categories .category-item{
	padding: 0 0 15px 0;
}
.sidebar-right .list-categories .category-item a{
	font-size: 1.1em;
	font-weight: bold;
}
.related-post-box {
	display: block;
}
.related-post-box h3{
	background: #ca0a0a;
	padding: 15px 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
.related-post-box .gallery-item {
	display: flex;
	padding: 15px 0;
	margin: 0;
	border-top: 1px solid #ddd;
}
.related-post-box .gallery-item:first-child {
	 border-bottom: 0;
}
.related-post-box .gallery-item .gallery-icon{
	width: 35%;
}
.related-post-box .gallery-item .gallery-caption{
	width: 75%;
	padding: 0 0 0 20px;
}
.related-post-box .gallery-item a {
	font-weight: bold;
}


/* ARTICLE */
article {
	/* min-height: 300px; */
}
article h1.title{
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.4;
}
article h3 {
	font-size: 16px;
	font-weight: bold;
}
article p {
	color: #000;
	margin: 0 0 15px 0;
}
article ul,
article ul li{
	list-style-type: disc;
}
article ol,
article ol li{
	list-style-type: decinmal;
}
article ol li,
article ul li{
	margin-bottom: 10px;
}
article ul ul {
	margin: 10px 0 20px 0;
}
article ul ul li{
	list-style-type: circle;
}
/*article.post_item .post_content h2,*/
article.post_item .post_content h2 .row-01,
article.post_item .post_content h2 .row-02,
/*article.page .post_content h2,*/
article.page .post_content h2 .row-01,
article.page .post_content h2 .row-02 {
	display: none;
}
article.post_item,
article.page {
	margin-bottom: 30px;
}

/* Detail Service Post */
.service-post {}
.service-post .post_content{
	margin-top: 50px;
}
.service-post .post_content .post_thumb{
	float: left;
	margin: 0 30px 30px 0;
	max-width: 50%;
	position: relative;
}
.service-post .post_content .post_thumb::before{
    content: "";
    width: 120px;
    height: 120px;
    background: #f4de53;
    display: block;
    position: absolute;
    top: -50px;
    right: -70px;
}
.service-post .post_content .post_thumb::after {
    content: "";
    width: 120px;
    height: 120px;
    background: #24cdec;
    display: block;
    position: absolute;
    bottom: -40px;
    left: -40px;
}   
.service-post .post_content p {
	position: relative;
	z-index: 1;
} 
.row-box-contact {
	background: #f4de53;	
}
.row-box-contact form {
	width: 90%;
}
.row-box-contact form .fieldbox {
	margin-bottom: 20px;
}
.row-box-contact form .fieldbox input {
	background: #fff;
	color: #000;
}
.row-box-contact form .fieldbox input::-webkit-input-placeholder {
	color: #999;
}
.row-box-contact form .fieldbox input.wpcf7-submit {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	text-transform: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.row-box-contact form .fieldbox input.wpcf7-submit:hover {
	background: #24cdec;
}

/* DETAIL PAGE */
.product_item_box {
	padding: 0 0 40px 0;
	border-bottom: 1px solid #f3f3f3;
}
.col-item-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;;
}
.col-item-images .main-image {
	width: 100%;
}
.col-item-images .main-image .swiper-slide {
	text-align: center;
	height: 300px;
}
.col-item-images .image-item img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
}
.thumb-images.js-thumbs-images {
	width: 100%;
	position: relative;
	padding: 10px 40px;
}
.thumb-images.js-thumbs-images .swiper-button-next,
.thumb-images.js-thumbs-images .swiper-button-prev {
    width: 35px;
    height: 35px;
    outline: none;
} 
.thumb-images.js-thumbs-images .swiper-button-next {
    right: 0;
}
.thumb-images.js-thumbs-images .swiper-button-prev {
    left: 0;
}
.thumb-images.js-thumbs-images img {
	border: 1px solid #ddd;
}
.category-layout-products.detail-layout .post_item .post_content_main {
	padding: 0 15px;
}
.category-layout-products.detail-layout .post_item .post_title {
	padding: 0;
	margin: 0 0 30px 0;
	color: #ca0a0a;
	font-weight: bold;
	font-size: 2em;
}
.category-layout-products.detail-layout .post_item .description {
	font-size: 0.9em;
}
.category-layout-products.detail-layout .post_item .description .product-code{
	color: #242424;
	margin: 0 0 5px 0;
}
.category-layout-products.detail-layout .post_item .description .product-code span{
	font-weight: bold;
}
.category-layout-products.detail-layout .post_item .description .product-status{}
.category-layout-products.detail-layout .post_item .description .product-status p{
	color: #242424;
	margin: 0 0 5px 0;
}
.category-layout-products.detail-layout .post_item .description .product-status ul {
	width: 100%;
	padding: 5px 15px;
	background: #f4f4f4;
	margin: 0;
}
.category-layout-products.detail-layout .post_item .description .product-status ul li{
	background: url(../images/icons/icon-stick-green.png) left center no-repeat;
	background-size: 20px;
    margin: 5px 0;
	padding: 2px 0 2px 30px;
	list-style: none;
	color: #242424;
	font-size: 0.9em;
}
.category-layout-products.detail-layout .post_item .description .product-form {
	margin: 20px 0 0 0;
}
.category-layout-products.detail-layout .post_item .description .product-form .fieldbox{
	margin-bottom: 5px;
}
.category-layout-products.detail-layout .post_item .description .product-form .fieldbox input,
.category-layout-products.detail-layout .post_item .description .product-form .fieldbox textarea{
	background: none;
	border: 1px solid #ca0a0a;
	font-size: 1em;
	color: #242424;
}
.category-layout-products.detail-layout .post_item .description .product-form .fieldbox input::-webkit-input-placeholder,
.category-layout-products.detail-layout .post_item .description .product-form .fieldbox textarea::-webkit-input-placeholder,
.category-layout-products.detail-layout .post_item .description .product-form .fieldbox input::placeholder,
.category-layout-products.detail-layout .post_item .description .product-form .fieldbox textarea::placeholder {
	color: #000;
  	opacity: 0.5;
}
.category-layout-products.detail-layout .post_item .description .product-form .fieldbox textarea{
	height: 100px;
}
.category-layout-products.detail-layout .post_item .description .product-form .fieldbox.row-button{
	border: 0;
	text-align: center;
}
.category-layout-products.detail-layout .post_item .description .product-form .fieldbox.row-button .wpcf7-submit{
	background: #ca0a0a;
	border: 0;
	width: 80%;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
} 
.category-layout-products.detail-layout .post_item .product-info {
	padding: 20px 0;
}
.category-layout-products.detail-layout .post_item .product-info h4{
	margin: 0 0 30px 0;
    color: #ca0a0a;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.category-layout-products.detail-layout .post_item .product-info h4::before{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ca0a0a;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.category-layout-products.detail-layout .post_item .product-specifications {}
.category-layout-products.detail-layout .post_item .product-specifications table{
	width: 100%;
	border: 1px solid #e6e6e6;
}
.category-layout-products.detail-layout .post_item .product-specifications table td{}
.category-layout-products.detail-layout .post_item .product-specifications table thead{}
.category-layout-products.detail-layout .post_item .product-specifications table thead td{
	padding: 7px 10px;
	background: #e6e6e6;
	color: #242424;
	font-size: 1.1em;
	text-transform: uppercase;
}
.category-layout-products.detail-layout .post_item .product-specifications table tbody{}
.category-layout-products.detail-layout .post_item .product-specifications table tbody tr td{
	padding: 5px 10px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 0.8em;
	color: #242424;
	font-weight: 300;
}

.row-box.row-box-related-post {
	border-top: 1px solid #f3f3f3; 
	border-bottom: 0;
    padding: 30px 0;
}
.row-box.row-box-related-post .widget_box .widget-title {
	display: none;
}
.row-box.row-box-related-post .col-title h3 {
	margin: 0 0 50px 0;
    color: #ca0a0a;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.row-box.row-box-related-post .col-title h3::before {
	content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ca0a0a;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.related_list {}
.related_list .related-gallery{
	display: flex;
	margin: 0 -1%;
}
.related_list .related-gallery .gallery-item {
	width: 23%;
	padding: 0 0.5%;
	margin: 0 0.5%;
}
.related_list .related-gallery .gallery-item .gallery-icon {
	width: 100%;
	height: 150px;
	display: table;
	border: 1px solid #ccc;
}
.related_list .related-gallery .gallery-item .gallery-icon a{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.related_list .related-gallery .gallery-item .gallery-icon img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 120px;
}
.related_list .related-gallery .gallery-item .gallery-caption {
	margin: 10px 0 0 0;
	padding: 0 5px;
}
.related_list .related-gallery .gallery-item .gallery-caption a {
	color: #242424;
	font-size: 0.9em;
	text-align: center;
}

/* RELATED POST */
.block-relate-products {
	margin: 50px 0;
}
.block-relate-products h3 {
	color: #322e2f;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.block-relate-products .swiper-box {
	position: relative;
}
.block-relate-products .swiper-container {
	margin: 0 30px;
}
.block-relate-products .swiper-slide {}
.block-relate-products .swiper-slide .post_image{
	width: 100%;
}
.block-relate-products .swiper-slide .post_image img{
	width: 100%;
}
.block-relate-products .swiper-slide .post_content{
	padding: 8px;
}
.block-relate-products .swiper-slide .post_content .post_title{
	margin: 0 0 4px 0;
}
.block-relate-products .swiper-slide .post_content .post_title a{
	font-size: 12px;
}
.block-relate-products .swiper-slide .post_content .readmore{
	margin: 0 0 5px 0;
}
.block-relate-products .swiper-slide .post_content .readmore a{
	font-size: 11px;
    padding: 5px 8px;
}

.section-contact {}
.section-contact .post_thumb{
	text-align: right;
}
.section-contact .post_content h4 {
	font-style: italic;
	font-weight: bold;
	margin: 30px 0 15px 0;
}
.section-contact .post_content p {
	margin: 0 0 5px 0;
}
/* FORM */
form {}
form .fieldbox{
	margin: 0 -15px 60px -15px;
}
form .fieldbox .col-md-2 {
	text-align: left;
}
form .fieldbox label{
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
form .fieldbox input,
form .fieldbox select,
form .fieldbox textarea{
	/* line-height: 40px;
	height: 40px; */
	padding: 7px 0;
	border: 0;
	width: 100%;
	color: #000;
	font-size: 16px;
	background: transparent;
	border-bottom: 2px solid #000;
}
form .fieldbox textarea{
	height: 200px;
	resize: none;
}
form .fieldbox.fieldbox-button {
	text-align: right;
}
form .fieldbox input.wpcf7-submit {
	line-height: 35px;
    height: 35px;
    text-align: center;
	font-weight: bold;
	font-size: 1.4em;
    color: #1fccf0;
    text-transform: uppercase;
    border: 0;
    width: auto;
    display: inline-block;
    padding: 0;
}
/* PAGINATION */
/*.paging-navigation {
	margin: 20px 0 0 0;
}	
.paging-navigation .pagination{
	width:100%;
	text-align: center;
}	
.paging-navigation .pagination span,
.paging-navigation .pagination a{
	display:inline-block;
	margin:0 3px;
	text-align:center;
	font-weight:normal;	
	font-size: 1em; 
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0.7);
	color: #fff;
}
.paging-navigation .pagination a{
	color:#fff;
}
.paging-navigation .pagination a.prev,
.paging-navigation .pagination a.next {
	display:none;
}
.paging-navigation .pagination span{
	color: #fff;
	font-weight: bold;
	background: #ca0a0a;
}*/
 
/* Galleries Page */
.gallaries-box {
	/* padding: 70px 30px 30px 30px;
	background: #330033; */
	margin: 20px 0 0 0;
	padding: 0;
}
.gallaries-box-inside {
	display: flex;
	align-content: space-between;
} 
.gallaries-box .column-item{
	padding: 0 10px;
	width: 33%;
}
.gallaries-box .image-item {
	position: relative;
	overflow: hidden;
}
.gallaries-box .image-item img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
}
.gallaries-box .row-item {
	width: 100%;
	margin: 0 0 20px 0;
}
.gallaries-box .row-item .image-item {
	height: 125px;
	width: 48%;
	float: left;
}
.gallaries-box .row-item .image-item-left {
	margin-right: 2%; 
}
.gallaries-box .row-item .image-item-right {
	margin-left: 2%; 
}
.column-item-01 .row-01 .image-item,
.column-item-02 .row-02 .image-item,
.column-item-03 .row-03 .image-item {
	width: 100%;
	height: 265px;
}

 .swiper-gallery-container {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
}
.swiper-gallery-pagination {
	text-align: center;
	margin: 40px 0 0 0; 
}
.swiper-gallery-pagination .swiper-pagination-bullet{
	background: #000;
	width: 15px;
    height: 15px;
}
.swiper-gallery-pagination .swiper-pagination-bullet-active{
	background: #ff0000;
}

/* Detail Showcase Post */
.post-template-single-product {}
.post-template-single-product .heading-post-detail {
	background: #1fccf0;
    padding: 3vw 0 0 0;
}
.post-template-single-product .heading-post-detail .section-pathway{
	margin: 0 0 5vw 0;
	color: #fff;
}
.post-template-single-product .heading-post-detail .section-pathway a,
.post-template-single-product .heading-post-detail .section-pathway span,
.post-template-single-product .heading-post-detail .section-pathway a span {
	color: #fff;
}
.post-template-single-product .heading-post-detail .post_title {
	color: #fff;
	text-align: center;
	padding: 0 0 20px 0;
	background: none;
}
.post-template-single-product .heading-post-detail .post_title::after {
    display: none;
    color: #fff;
    opacity: 0.3;
    font-size: 4em;
    font-weight: bold;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: auto;
    top: -60px;
    z-index: 1;
    background: none;
}
.post-template-single-product .heading-post-detail .desc .post_content {
	width: 80%;
	margin: 0 auto;
}
.post-template-single-product .heading-post-detail .desc article p {
	color: #fff;
	font-size: 1.3em;
	line-height: 2;
	text-align: center;
}
.post-template-single-product .section-contents {
	margin: 0;
}
.post-template-single-product .section-contents .section-content {
	margin: 50px 0 50px 0;
}
.post-template-single-product .section-contents .section-content h2 {
	color: #1fccf0;
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.post-template-single-product .section-contents .section-content ul {
	list-style-type: disc;
}
.post-template-single-product .section-contents .section-content ul li {
	list-style-type: disc;
    margin: 0 0 10px 30px;
}
.post-template-single-product .section-stats {}
.post-template-single-product .section-stats .row-stats{
	display: flex;
}
.post-template-single-product .section-stats .row-stats .col-left{
	width: 35%;
	background: #0e596e;
    text-align: right;
    padding: 30px 70px 30px 0;
    position: relative;
}
.post-template-single-product .section-stats .row-stats .col-left::after{
	content: "";
	background: url(../images/icons/icon-yellow-square.png) center center no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	display: block;
    position: absolute;
    right: -24px;
    top: 37%;
}

.post-template-single-product .section-stats .row-stats .col-left img {
	width: 100px;
}
.post-template-single-product .section-stats .row-stats .col-right{
	width: 65%;
	background: #1fccf0;
	padding: 30px 0 30px 70px;
	color: #fff;
}
.post-template-single-product .section-stats .row-stats .col-right .maintext{
	font-size: 4em;
	font-weight: 900;
    line-height: 1;
    margin: 0 0 10px 0;
}
.post-template-single-product .section-stats .row-stats .col-right .subtext {
	font-size: 1.2em;
    font-weight: 700;
}
.row-box-newsletter {
	background: #f6f6f6;
	padding: 50px 0;
}
.row-box-newsletter #mailpoet_form_2 h2.mailpoet-heading {
	margin: 0;
    line-height: 1.2;
}
.row-box-newsletter #mailpoet_form_2 .mailpoet-has-font {
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    line-height: 1.6;
}
.row-box-newsletter #mailpoet_form_2 .mailpoet_form_column:last-child {
	padding: 30px 20px 20px 20px;
	background: #1fccf0;
	margin-left: 30px;
	position: relative;
}
/*.row-box-newsletter #mailpoet_form_2 .mailpoet_form_column:last-child::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #f8de50;
	position: absolute;
	top: 20px;
	left: -20px;
}*/
.row-box-newsletter #mailpoet_form_2 input.mailpoet_text {
    background: none !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
}
.row-box-newsletter #mailpoet_form_2 input.mailpoet_text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.row-box-newsletter #mailpoet_form_2 input.mailpoet_text:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.row-box-newsletter #mailpoet_form_2 input.mailpoet_text::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

/* Service Page */
.page-template-services-page {}
.post-template-single-brochure .section-banner,
.post-template-single-brochure_tabsprice .section-banner,
.page-template-services-page .section-banner {
	padding: 40px 0;
	background: #fff;
}
.post-template-single-brochure_tabsprice .section-banner .row-section-title,
.post-template-single-brochure .section-banner .row-section-title {
	display: flex;
	align-items: self-end; 
}
.page-template-services-page .section-banner .col-left{}
.post-template-single-brochure_tabsprice .section-banner .col-left h1,
.post-template-single-brochure .section-banner .col-left h1,
.page-template-services-page .section-banner .col-left h1{
	color: #1fccf0;
	font-size: 2.3em;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.3;
}
.post-template-single-brochure_tabsprice .section-banner .col-left .content,
.post-template-single-brochure .section-banner .col-left .content,
.page-template-services-page .section-banner .col-left .content{
	margin: 30px 0 0 0;
}
.page-template-services-page .section-banner .col-left .content ul{}
.post-template-single-brochure_tabsprice .section-banner .col-left .content ul li,
.post-template-single-brochure .section-banner .col-left .content ul li,
.page-template-services-page .section-banner .col-left .content ul li{
    background: url(../images/icons/ico-sticked-new.png) left center no-repeat;
    background-size: 50px;
	padding: 15px 0 15px 70px;
	margin: 0 0 10px 0;
	color: #000;
	font-size: 1.3em;
	font-weight: 500;
	text-align: left;
}
.post-template-single-brochure.postid-57 .section-banner .col-left .content ul li {
	font-size: 1.1em;
	padding: 5px 0 5px 70px; 
}
.post-template-single-brochure.postid-57 .section-banner .row-section-title {
	align-items: center;
}
.post-template-single-brochure .section-banner .col-left .content p, 
.page-template-services-page .section-banner .col-left .content p {
	font-weight: 500;
	text-align: left;
}
.page-template-services-page .section-banner .col-right{}
.services-page {
	background: #fefefe;
}
.services-page .target_box {
    background: rgb(31,204,240);
    background: linear-gradient(93deg, rgba(31,204,240,1) 0%, rgba(130,234,255,1) 100%);
	padding: 70px 0;
}
.services-page .target_box h2 {
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 40px 0;
	padding: 0 80px;
}
.services-page .target_box .row-target {}
.services-page .target_box .row-target .item {
	text-align: center;
/*	padding: 0 20px;*/
	padding: 0 10px;
}
.services-page .target_box .row-target .item .icon {}
.services-page .target_box .row-target .item .title {
	color: #000;
	font-size: 1.3em; 
	font-weight: bold;
/*	min-height: 60px;*/
	margin: 15px 0;
	text-transform: uppercase;
}
.services-page .target_box .row-target .item .text {
	color: #000;
	font-weight: 500;
	text-align: justify;
}
.services-page .row-list-services,
.row-we-help {
	padding: 50px 0;
	text-align: center;
}
.row-why-us h2,
.services-page .row-box-partners h2,
.row-we-help h2,
.row-customer h2,
.services-page .row-list-services h2,
.row-faq h2 {
    color: #1fccf0;
    font-size: 2.2em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0 40px;
}
.row-we-help .desc,
.row-why-us .desc,
.row-customer .desc,
.services-page .row-list-services .description {
	width: 80%;
	margin: 0 auto;
	font-size: 1.1em;
	font-weight: 600;
}
.list-services-box {
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.row-box-services .list-services-box {
    justify-content: center;
}
.row-list-services .list-services-box {
	margin: 0px 0 0 0;	
    justify-content: center;
}
.list-services-box .service-item {
	width: 30%;
	background:transparent;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	padding-bottom: 60px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
.list-services-box .service-item:hover {
	background: #fff;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.11);
}
.list-services-box .service-item a.link-cover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.list-services-box .service-item .heading {
	background: rgb(31,204,240);
    background: linear-gradient(93deg, rgba(31,204,240,1) 0%, rgba(130,234,255,1) 100%);
	padding: 20px 10px;
	text-align: center;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.list-services-box .service-item:hover .heading {
	background: rgb(31,204,240);
    background: linear-gradient(93deg, rgba(31,204,240,1) 0%, rgba(130,234,255,1) 100%);
}
.list-services-box .service-item .icon {
	height: 200px;
}
.list-services-box .service-item h3 {
	color: #000;
	font-size: 1.2em;
	font-weight: 900;
/*	height: 40px;*/
	margin: 25px 0 0 0;
}
.list-services-box .service-item .price {
	background: rgb(244,222,82);
	background: linear-gradient(93deg, rgba(244,222,82,1) 0%, rgba(255,240,144,1) 50%, rgba(244,222,82,1) 100%);
	width: 90%;
	margin: -20px auto 0 auto;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #000;
/*	font-size: 1em;*/
	font-size: 0.9em;
	font-weight: 900;
	text-align: center;
    padding: 6px 0;
}
.list-services-box .service-item .bodying {
	padding: 15px 10px 70px 10px;
}
.list-services-box .service-item .desc {
	text-align: justify;
	font-weight: 500;
}
.post-template-single-brochure.postid-57 .list-services-box .service-item .desc > p {
	height: 120px;
}
.list-services-box .service-item .link {
	margin: 20px auto 0 auto;
	text-align: center;
	width: 95%;
	position: absolute;
	bottom: 20px;
}
.list-services-box .service-item .link a{
	width: 90%;
	display: block;
	padding: 7px 10px;
	margin: 0 auto;
	border: 2px solid #1eccf0;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.list-services-box .service-item:hover .link a {
	background: rgb(31,204,240);
    background: linear-gradient(93deg, rgba(31,204,240,1) 0%, rgba(130,234,255,1) 100%);
	color: #fff;
}
.services-page .row-list-services .list-services-box .service-item,
.row-box-services .list-services-box .service-item {
	padding-bottom: 0;
}
/* Section Out best service */
.row-box-services .list-bestservices-box {
    justify-content: center;
	gap: 30px;
}
.list-bestservices-box .service-item {
	width: 23%;
	margin: 0;
}
.list-bestservices-box .service-item h3 {
	background: rgb(244, 222, 82);
    background: linear-gradient(93deg, rgba(244, 222, 82, 1) 0%, rgba(255, 240, 144, 1) 50%, rgba(244, 222, 82, 1) 100%);
    width: 95%;
    margin: -20px auto 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    /* font-size: 1em; */
    font-size: 1.1em;
    font-weight: 900;
    text-align: center;
    padding: 10px 10px;
    height: 60px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.row-why-us {
	text-align: center;
    padding: 50px 0;
}
.row-why-us .col-left {
	text-align: center;
}
.row-why-us .col-left img {
	width: 60%;
}
.row-why-us .row-body {
	margin-top: 50px;
}
.row-why-us .why-us-list {
	padding-right: 50px;
}
.row-why-us .why-us-list .why-us-item {
	display: flex;
	justify-content: space-between;
    align-items: center;
	margin: 20px 0 40px 0;
}
.row-why-us .why-us-list .why-us-item .icon {
	width: 10%;
}
.row-why-us .why-us-list .why-us-item .text {
	width: 90%;
	padding: 0 0 0 30px;
	text-align: left;
	font-weight: 500;
}
.services-page .row-box-partners {
	padding: 50px 0;
}
.services-page .row-box-partners .partner-list {
	padding: 0;
}
.services-page .row-box-partners .partner-list .partner-item {
	margin: 0;
}
.services-page .row-register {
	padding: 40px 0;
	background: #1eccf0;
} 
.services-page .row-register .col-left {}
.services-page .row-register .col-left h2 {
	color: #f8de50;
    font-size: 2.2em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: left;
    margin: 20px 0;
    padding: 0;
}
.services-page .row-register .col-left .desc {
    width: 80%;
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
}
.services-page .row-register .col-left .desc p {
	 line-height: 1.7; 
}
.services-page .row-register .col-left .link {
	margin: 30px 0 0 0;
}
.services-page .row-register .col-left .link a {
    display: inline-block;
    padding: 7px 40px;
    border: 2px solid #f8de50;
    color: #3d3d3d;
    background: rgb(244,222,82);
    background: linear-gradient(93deg, rgba(244,222,82,1) 0%, rgba(255,240,144,1) 50%, rgba(244,222,82,1) 100%);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-weight: 900;
    font-size: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
}
.services-page .row-register .col-right {}
.services-page .row-register .col-right img {
	width: 80%;
}
.services-page .row-list-services .link-row {
	margin: 30px 0 0 0;
}
.services-page .row-list-services .link-row a {
	display: inline-block;
    padding: 7px 40px;
    border: 2px solid rgb(248, 222, 80);
    background: rgb(248, 222, 80);
    border-radius: 15px;
    color: rgb(20, 113, 152);
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
}

/* Service Detail Page */
.row-we-help .desc {
	margin-bottom: 40px;
}
.row-we-help .list-text-box {}
.row-we-help .list-text-box .main-image {
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
.row-we-help .list-text-box .main-image img {
	max-width: 480px;
}
.row-we-help .list-text-box .text-item {
	position: absolute;
	padding: 10px 30px;
	width: 300px;
	font-weight: 500;
}
.row-we-help .list-text-box .text-item.item-odd {
	text-align: left;
}
.row-we-help .list-text-box .text-item.item-even {
	text-align: right;
}
.row-we-help .list-text-box .text-item.text-item-1 {
	background: url(../images/icons/blueline-topleft-we-help-text.png) bottom left no-repeat;
	background-size: contain;
	top: 30px;
	left: -320px;
}
.row-we-help .list-text-box .text-item.text-item-2 {
	background: url(../images/icons/blueline-topright-we-help-text.png) bottom right no-repeat;
	background-size: contain;
	top: 30px;
	right: -250px;
	width: 220px;
}
.row-we-help .list-text-box .text-item.text-item-3 {
	background: url(../images/icons/blueline-middle-we-help-text.jpg) bottom left no-repeat;
	background-size: contain;
	top: 150px;
	left: -330px;
	width: 320px;
}
.row-we-help .list-text-box .text-item.text-item-4 {
	background: url(../images/icons/blueline-middle-we-help-text.jpg) bottom right no-repeat;
	background-size: contain;
	top: 150px;
	right: -300px;
	width: 280px; 
}
.row-we-help .list-text-box .text-item.text-item-5 {
	background: url(../images/icons/blueline-bottomleft-we-help-text.png) bottom left no-repeat;
	background-size: contain;
	top: 300px;
	left: -320px;
	padding-bottom: 50px;
}
.row-we-help .list-text-box .text-item.text-item-6 {
	background: url(../images/icons/blueline-bottomright-we-help-text.png) bottom right no-repeat;
	background-size: contain;
	top: 300px;
	right: -260px;
	width: 250px;
	padding-bottom: 50px;
}
.services-page.service-post .row-list-services .list-services-box {
    justify-content: center;
}
.services-page.service-post .row-list-services .list-services-box .service-item {
	margin: 0 20px;
}
.services-page.service-post .row-list-services .list-services-box .service-item h3 {
	margin-top: 0;
	background: #fff;
	padding: 10px 20px;
	font-size: 1.2em;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.services-page.service-post .row-list-services .list-services-box .service-item .icons {
	display: flex;
	justify-content: center;
	margin: 10px 0 0 0;
}
.services-page.service-post .row-list-services .list-services-box .service-item .icons img {
	width: 45px;
}
.services-page.service-post .row-list-services .list-services-box .service-item .old-price {
    margin: 10px 0 0 0;
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: line-through;
}
.services-page.service-post .row-list-services .list-services-box .service-item .price {
	font-size: 1.4em;
}
.services-page.service-post .row-list-services .list-services-box .service-item .desc p {
	margin: 0 0 5px 0;
}
.services-page.service-post .row-list-services .list-services-box .service-item .desc ul {
	font-size: 0.9em;
}
.services-page.service-post .row-list-services .list-services-box .service-item .desc ul li {
    background: url(../images/icons/ico-sticked-new.png) left center no-repeat;
    background-size: 35px;
    padding: 7px 0 7px 50px;
    margin: 0;
    text-align: left;
    margin: 0 0 10px;
    line-height: 1.5;
}
/* Other Service Box */
.slide-services-other {
	width: 100%;
	padding: 0 50px;
}
.services-page.service-post .row-list-services .list-services-box .slide-services-other .service-item {
    margin: 20px 5%;
    padding: 20px;
    width: 90%;
}
.services-page.service-post .row-list-services .list-services-box .slide-services-other .service-item:hover {
	/*-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.21);*/
    box-shadow: none;
    transform: scale(1.2);
}
.services-page.service-post .row-list-services .list-services-box .slide-services-other .service-item h2 {
	font-size: 1.2em;
	padding: 0;
    margin: 20px 0 0 0;
}
.service-post .row-find-out-box {
	padding: 30px 0;
    background: rgb(31,204,240);
    background: linear-gradient(93deg, rgba(31,204,240,1) 0%, rgba(130,234,255,1) 100%);
}
.service-post .row-find-out-box .content {
	display: flex;
}
.service-post .row-find-out-box .content .col-left {
	width: 60%;
	margin-left: 10%;
	text-align: center;
}
.postid-567 .service-post .row-find-out-box .content .col-left {
	text-align: left;
}
.postid-567 .row-why-us .why-us-list .why-us-item .text {
	width: 100%;
}
.service-post .row-find-out-box .content .col-right {
	width: 30%;
	text-align: center;
}
.service-post .row-find-out-box .content .col-right img {
	width: 180px;
}
.service-post .row-find-out-box h2 {
    color: #fff;
    font-size: 2.1em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0 0 20px 0;
    text-align: center;
}
.postid-567 .service-post .row-find-out-box h2 {
	text-align: left;
}
.service-post .row-find-out-box h2 .smaller-txt {
	font-size: 0.8em;
}
.service-post .row-find-out-box .link {}
.service-post .row-find-out-box .link a {
	display: inline-block;
    margin: 0 auto;
    padding: 7px 40px;
    border: 2px solid #f8de50;
    color: #3d3d3d;
    background: rgb(244,222,82);
    background: linear-gradient(93deg, rgba(244,222,82,1) 0%, rgba(255,240,144,1) 50%, rgba(244,222,82,1) 100%);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-weight: 900;
    font-size: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
}
.row-customer {
	padding: 50px 0;
}
.row-customer .desc {
	text-align: center;
}
.slide-customer {
	margin: 50px 0 0 0;
}
.slide-customer .customer-item {
	display: flex;
	justify-content: space-between;
}
.slide-customer .customer-item .customer-thumb{
	width: 45%;
}
.slide-customer .customer-item .customer-info{
	width: 55%;
	padding-left: 40px;
}
.slide-customer .customer-item .customer-info .list-info{
	display: flex;
	justify-content: space-between;
	margin: 15px 0 0 0;
}
.slide-customer .customer-item .customer-info .list-info .info-item{
	text-align: center;
/*	padding: 0 25px;*/
	padding: 0 10px;
	flex: 1;
}
.slide-customer .customer-item .customer-info .list-info .info-item .icon{
	border-radius: 15px;
	padding: 15px;
    background: rgb(31,204,240);
    background: linear-gradient(93deg, rgba(31,204,240,1) 0%, rgba(130,234,255,1) 100%);
}
.slide-customer .customer-item .customer-info .list-info .info-item .text{
   	margin: 15px 0;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.4;
    height: 50px;
}
.slide-customer .customer-item .customer-info .list-info .info-item .number{
	font-size: 1.2em;
    font-weight: 900;
    line-height: 1.4;
}
.gallery-thumbs {
  height: 120px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 30px;
}
.gallery-thumbs .swiper-container {
	height: 100%;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  cursor: pointer;
  opacity: 0.7;
  filter: grayscale();
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  filter: none;
}
.service-other-post {}
.service-post.service-other-post .post_content {
	margin: 30px auto 0 auto;
	width: 70%;
	position: relative;
}
.service-post.service-other-post .post_content .wpcf7-form {
	display: block;
	width: 60%;
	margin: 0 auto;
}
.service-post.service-other-post .post_content .wpcf7-form input::placeholder,
.service-post.service-other-post .post_content .wpcf7-form textarea::placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 0.9em;
  color: #000;
  opacity: 0.7;
}
.service-post.service-other-post .post_content .row-box-projects {
	position: relative;
    margin-left: -50vw;
    margin-bottom: 30px;
    width: 100vw;
    left: 50%;
}
.post_content table {
	width: 100%;
}
.post_content table td,
.post_content table th {
	padding: 10px;
	border: 1px solid #ccc;
}
.post_content table th {
	font-weight: bold;
	font-size: 1.1em;
}
.service-other-post .main-content {}
.service-other-post .main-content h1 {
    color: #1fccf0;
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 50px 0 30px 0;
    text-align: center;
}
.service-other-post .row-faq {
	margin-top: 50px;
}
.service-other-post .row-other-post {
	margin-top: 50px;
	margin-bottom: 50px;
}
.service-other-post .row-other-post h2 {
    color: #1fccf0;
    font-size: 2.2em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0 40px;
}
.service-other-post .row-other-post .slide-related-post {
    width: 100%;
    padding: 0 50px;
}
.service-other-post .row-other-post .slide-related-post .post-item {
	padding: 0 10px;
}
.service-other-post .row-other-post .slide-related-post .post-item .thumb {
	padding: 20px 40px;
	border-radius: 20px;
    background: rgb(31,204,240);
    background: linear-gradient(93deg, rgba(31,204,240,1) 0%, rgba(130,234,255,1) 100%);
}
.service-other-post .row-other-post .slide-related-post .post-item .title {
	text-align: center;
}
.service-other-post .row-other-post .slide-related-post .post-item .title a {
    font-size: 1em;
    display: block;
    padding: 0;
    margin: 10px 0 0 0;
    color: #1fccf0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
}
/* Category News */
.list-featured-news {
	margin: 50px 0 0 0;
}
.list-news .cate-heading,
.list-featured-news .cate-heading {
	text-align: center;
}
.slide-list-items {
	position: relative;
}
.slide-list-items .swiper-button-prev {
    left: -70px;
}
.slide-list-items .swiper-button-next {
    right: -70px;
}
.slide-list-items .news-item {}
.slide-list-items .news-item .post_image {}
.slide-list-items .news-item .post_image a {
	background: none !important;
	display: block;
	width: 100%;
	height: 100%;
}
.slide-list-items .news-item .post_info {
	margin: 15px 0 0 0;
}
.slide-list-items .news-item .post_info .post_title {
	margin: 0 0 10px 0;
	height: 60px;
}
.slide-list-items .news-item .post_info .post_title a {
	color: #1fccf0;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.3;
}
.list-news {
	margin: 30px 0 0 0;
}
/* Single Category News */
.single-category-news .news-category-items {
	margin: 30px 0;
}
.single-category-news .news-category-items .news-category-name {
	display: block;
}
.single-category-news .news-category-items .news-category-name .category-item {
	display: flex;
	padding: 30px;
	justify-content: space-between;
	margin: 0 0 30px 0;
    position: relative;
    z-index: 1;
}
.single-category-news .category-item .cate-name {
	width: 80%;
	padding-right: 30px;
	position: relative;
	z-index: 1;
}
.single-category-news .category-item .cate-name .section-title {
    font-size: 2.4em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
/*    margin: 0 0 10px 0;*/
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 10;
}
.single-category-news .category-item .cate-name .section-title span {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    font-size: 0.9em;
    position: relative;
    z-index: 1;
}    
/*.single-category-news .category-item .cate-name .section-title::after {
    font-size: 1.7em;
    font-weight: bold;
    width: auto;
    height: auto;
    position: absolute;
    left: -10px;
    bottom: auto;
    top: -25px;
    z-index: -1;
    white-space: nowrap;
    background: none;
    -webkit-text-stroke: 2px #fff;
    font-family: sans-serif;
    color: #79e8ff;
}*/
.single-category-news .category-item .cate-name .section-title::after {
	left: 0;
	transform: translate(-25px, -50%);
	font-size: 1.7em;
}
.single-category-news .category-item .category-image {
	width: 20%;
	text-align: left;
	position: relative;
	z-index: 2;
}
.single-category-news .news-category-items .news-category-name .category-desc {
	font-size: 1.2em;
	font-weight: 500;
}
.detail-layout.category-layout-news {
	margin: 50px 0;
}
.news_singlepage .post_title{ 
	font-size: 1.8em;
    padding: 0;
    background: none;
    color: #1fccf0;
    text-align: left;
}
.sidebar-right {}
.sidebar-right .box-sidebar {
	margin: 0 0 50px 0;
}
.sidebar-right .box-sidebar .cate-heading {
	color: #1fccf0;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 35px 0;
	padding: 0 0 15px 0;
	text-align: left;
	border-bottom: 1px solid #000;
}
.sidebar-right .box-sidebar .list-items .item {
	margin: 0 0 20px 0;
	display: flex;
}
.sidebar-right .box-sidebar .list-items .item .post_image {
	width: 40%;
}
.sidebar-right .box-sidebar .list-items .item .post_info {
	width: 60%;
	padding-left: 15px; 
}
.sidebar-right .box-sidebar .list-items .item .post_info .post_title{
    font-size: 1em;
    text-transform: none;
    text-align: left;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    background: none;
}
.sidebar-right .box-sidebar .list-items .item .post_info .post_title a{
	color: #000;
}
.detail-layout.category-layout-news .relate-post {
	margin: 30px 0;
}
.detail-layout.category-layout-news .relate-post h3 {
	font-size: 2em;
    text-transform: uppercase;
    font-weight: 800;
    color: #1eccf0;
    padding: 0 0 20px 0;
    text-align: center;
}
.detail-layout.category-layout-news .relate-post .related-gallery {
	display: flex;
}
.detail-layout.category-layout-news .relate-post .related-gallery .gallery-item {
	width: 30%;
	margin-right: 30px;
}
.detail-layout.category-layout-news .relate-post .related-gallery .gallery-item .gallery-icon {}
.detail-layout.category-layout-news .relate-post .related-gallery .gallery-item .gallery-icon img {
	width: 100%;
}
.detail-layout.category-layout-news .relate-post .related-gallery .gallery-item .gallery-caption {
	margin: 10px 0 0 0;
}
.detail-layout.category-layout-news .relate-post .related-gallery .gallery-item .gallery-caption a {
    color: #1fccf0;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.3;
}
.sidebar-right .box-sidebar .promotion-image {}
.sidebar-right .box-sidebar .promotion-image .banner-item {
	margin: 0 0 20px 0;
}
.sidebar-right .box-sidebar .promotion-image img {
	width: 100%;
}
#contact_form_pop {
/*	padding: 10px 15px;*/
	padding: 0;
	overflow-x: hidden;
}
/*#contact_form_pop form .fieldbox {
    margin: 0 -15px 20px -15px;
}
#contact_form_pop form .fieldbox label {
	margin: 0; 
}
#contact_form_pop form .fieldbox input, 
#contact_form_pop form .fieldbox select, 
#contact_form_pop form .fieldbox textarea {
	padding: 0;
}*/
/* FAQ */
.faq-box {
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: 40px auto;
	width: 90%;
	color: #2e2e2e;
}
.faq-box .faq-item {
	margin: 10px 0;
}
.faq-box .faq-item .faq-title {
	/*border-bottom: 1px solid #fff;*/
}	
.faq-box .faq-item:last-child .faq-title {
	border: 0;
}
.faq-box .faq-item .faq-title h3.tab-title {
	color: #fff;
	background: #1eccf0;
	font-size: 1.3em;
	font-weight: 700;
	margin: 0;
	display: block;
	padding: 15px 50px 15px 25px;
	cursor: pointer;
	position: relative;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.faq-box .faq-item .faq-title h3.tab-title i {
	position: absolute;
	right: 30px;
	top: 18px;
	-webkit-transition: all .3s;
	transition: all .3s;
} 
.faq-box .faq-item .faq-title .tab-title.active i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.faq-box .faq-item .faq-title .tab-title.active {
	-webkit-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}
.faq-box .faq-item .faq-content {
	height: 0;
	visibility: hidden;
	opacity: 0;
	background: #ededed;
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.faq-box .faq-item .faq-content .content{
	padding: 25px;
}
.faq-box .faq-item .faq-content.open {
	height: auto;
	visibility: visible;
	opacity: 1;
}
.faq-box .faq-item .faq-content .content ul {}
.faq-box .faq-item .faq-content .content ul li {
	list-style-type: disc;
    margin: 0 0 10px 20px;
}
.about-us-page .post_content {
	width: 80%;
	margin: 0 auto;
} 
.pagination .page-numbers {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: transparent;
	color: #000;
	border: 1px solid #ddd;
	border-radius: 50%;  
	display: inline-block;
	transition: all 0.3s;
} 
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
	background: #1fccf0;
	color: #fff;
	font-weight: bold;    
}
.pagination .prev,
.pagination .next {
	display: none;
}
.section-banner {
	text-align: center;
} 
.social-box-side {
    position: fixed;
    bottom: 5rem;
    right: 1rem;
    z-index: 10;
}
.social-box-side .social-box-inside {
    display: flex;
    flex-direction: column;
}
.social-box-side .social-box-inside .social-item {
    width: 48px;
    line-height: 48px;
    height: 48px;
    text-align: center;
    margin: 3px 0;
    font-size: 30px;
    /*padding: 7px;
    background: rgb(36,206,242);
	background: linear-gradient(93deg, rgba(36,206,242,1) 0%, rgba(117,231,255,1) 100%);
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}
.social-box-side .social-box-inside .social-item a,
.social-box-side .social-box-inside .social-item i {
    color: #0089ff;
    line-height: 0;
    display: block;
    cursor: pointer;
}
.social-box-side .social-box-inside .social-item a > i,
.social-box-side .social-box-inside .social-item a img {
    width: 100%;
}
.social-box-side .social-box-inside .social-item .item-phone {
    position: relative;
    cursor: pointer;
}
.social-box-side .social-box-inside .social-item .item-phone .phoneNums {
    position: absolute;
    top: -82px;
    left: -10px;
    padding: 0 0 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transform: translateY(10px);
}
.social-box-side .social-box-inside .social-item .item-phone .phoneNums .phoneNums-container {
    background: #ddd;
    padding: 2px 10px;
    border-radius: 0.5rem;
}
.social-box-side .social-box-inside .social-item:hover .item-phone .phoneNums {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.social-box-side .social-box-inside .social-item .item-phone .phoneNums i.arrow-down {
    position: absolute;
    bottom: 0;
    left: 15px;
    font-size: 0.6em;
    color: #ddd;
}
.social-box-side .social-box-inside .social-item .item-phone .phoneNums a {
    display: flex;
    align-items: center;
    font-size: 0.6em;
    padding: 8px 0;
    border-bottom: 1px solid #1fccf0;
}
.social-box-side .social-box-inside .social-item .item-phone .phoneNums a:last-child {
    border: 0;
}
.social-box-side .social-box-inside .social-item .item-phone .phoneNums a i {
    margin: 0 5px 0 0;
    font-size: 0.9em;
}
.showing form .fieldbox {
	margin-bottom: 15px;
}
.showing form .fieldbox label,
#contact_form_pop.showing form .fieldbox input, 
#contact_form_pop.showing form .fieldbox select, 
#contact_form_pop.showing form .fieldbox textarea {
	color: #fff;
}
#contact_form_pop.showing form .fieldbox input, 
#contact_form_pop.showing form .fieldbox select, 
#contact_form_pop.showing form .fieldbox textarea {
    border-bottom: 2px solid #fff;
}
/* Contact Form Section */
.contact-form-box {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	padding: 50px;
	margin: 0 0 50px 0;
	border-radius: 30px;
	background: rgb(33,205,241);
	background: linear-gradient(90deg, rgba(33,205,241,1) 0%, rgba(126,234,255,1) 100%);
	box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.15);
}
.contact-form-box .col-left {
	width: 50%;
}
.contact-form-box .col-left h3 {
	color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.9em;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.contact-form-box .col-left form {}
.contact-form-box .col-left form label {
	display: none;
}
.contact-form-box form .fieldbox {
	margin-bottom: 0;
}
.contact-form-box form .fieldbox p {
	margin: 0;
}
.contact-form-box form .fieldbox input, 
.contact-form-box form .fieldbox select, 
.contact-form-box form .fieldbox textarea {
	color: #000;
	background: #fff;
	border: 0;
	border-radius: 5px;
	padding: 10px 20px;
}
.contact-form-box .col-right {
	width: 50%;
	padding: 0 30px 0 60px;
}
.contact-form-box .col-right .form-image-right {
	text-align: right;
}
.contact-form-box form .fieldbox.fieldbox-button {
	text-align: left;
}
.contact-form-box form .fieldbox input.wpcf7-submit {
	height: auto;
	line-height: 1.4;
	color: #3d3d3d;
	background: rgb(244,222,82);
    background: linear-gradient(93deg, rgba(244,222,82,1) 0%, rgba(255,240,144,1) 50%, rgba(244,222,82,1) 100%);
	margin-top: 10px;
/*	margin-left: 25px;*/
	font-weight: 900;
}
/*.page-template-contact-page form .fieldbox input::-webkit-input-placeholder, 
.page-template-contact-pageform .fieldbox select::-webkit-input-placeholder, 
.page-template-contact-page form .fieldbox textarea::-webkit-input-placeholder {
	display: none;
	opacity: 0;
	color: #fff;
}
.page-template-contact-page form .fieldbox input::placeholder, 
.page-template-contact-pageform .fieldbox select::placeholder, 
.page-template-contact-page form .fieldbox textarea::placeholder {
	display: none;
	opacity: 0;
	color: #fff;
}*/
#fancybox-outer,
#fancybox-content {
	border: 0;
	border-radius: 30px;
	background: transparent !important;
}
#contact_form_pop .contact-form-box {
	margin: 0;
	padding: 30px;
}
#contact_form_pop .contact-form-box form .fieldbox p {
	line-height: 0.8;
}
#contact_form_pop .contact-form-box .col-right .form-image-right img {
	width: 80%;
}
#contact_form_pop .contact-form-box .col-right {
	padding: 0 30px;
}
.is-menu.is-dropdown form {
    min-width: 500px;
}
.is-form-style input.is-search-input {
	padding: 20px;
	height: auto;
	border-radius: 15px;
	border: 2px solid #1eccf0 !important;
}
.search-close {
	right: 15px;
	top: calc(100% + 20px) !important;
}
div.is-ajax-search-details, div.is-ajax-search-result {
	background: #1eccf0;
	padding: 0 !important;
	margin: 0 5px;
	border-radius: 5px;
}
.is-ajax-search-details a, .is-ajax-search-result a {
    color: #1eccf0 !important;
    font-weight: bold;
}
.is-show-more-results {
	background: #1eccf0 !important;
	margin-top: 0 !important;
    color: #fff;
    font-weight: bold;
}
.is-show-more-results-text {
	padding: 10px !important;
}
.category-layout-search {
	margin-top: 50px;
}
.category-layout-search .post_title {
	margin: 15px 0 10px 0;
}
.category-layout-search .post_title a {
	color: #1fccf0;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.3;
}
.category-layout-search h3 {
	margin: 0 0 50px 0;
}
.category-layout-search h3 .sKeyword {
	font-style: italic;
	font-size: 1.4em;
    font-weight: bold;
}
.category-layout-search .list-posts-row {
	display: flex;
	flex-wrap: wrap;
}
.category-layout-search .list-posts-row .list-posts-item {
	float: none;
}
.share-box {
	display: flex;
	margin: 10px 0;
}
.category-layout-news .post_info .share-box a {
    font-size: 0.9em;
    color: #000;
    line-height: 1.3;
    background: transparent;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 2px 10px;
    margin-right: 10px;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
}
.category-layout-news .post_info .share-box a:hover {
    background: #000;
    color: #fff;
}
.wpcf7-not-valid-tip {
	position: absolute;
    top: 5px;
    right: 10px;
}
.wpcf7 form .wpcf7-response-output {
	position: absolute;
    bottom: 15px;
    left: 270px;
    padding: 10px;
    background: red;
    border-radius: 5px;
    color: #fff;
    border: 0;
    font-weight: bold;
}
.contact-form-box form .fieldbox.fieldbox-button .wpcf7-not-valid-tip {
	display: none;
}

/* Tabs */
.nav-tabs {
	justify-content: center;
    border: 0;
    margin: 0 0 30px 0;
}
.nav-tabs .nav-link {
    background: #1fccf0;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    margin: 0 5px;
    border-radius: 5px;
    transition: all 0.3s;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    background: rgb(244, 222, 82);
    background: linear-gradient(93deg, rgba(244, 222, 82, 1) 0%, rgba(255, 240, 144, 1) 50%, rgba(244, 222, 82, 1) 100%);
    color: #495057;
}
.nav-tabs .nav-link {}
.tab-content {}
.tab-content .tab-pane {}
.tab-content .tab-pane.active {}

.list-services-box .service-item.service-item-new {
	width: 27%;
    margin: 0 50px;
}
.list-services-box .service-item.service-item-new .icon {
	height: 230px;
	padding: 0 10px; 
	position: relative;
} 
.list-services-box .service-item.service-item-new .icon::after {
	content: "";
	display: block;
	background: url(../images/icons/bg-stepbox.png) center bottom no-repeat;
	background-size: contain;
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: 0;
	transition: all 0.3s;
	transform: perspective(900px) rotateX(60deg) scale(0.7);
}
.home .list-services-box .service-item.service-item-new .icon::after {
	bottom: -70px;
}
.list-services-box .service-item.service-item-new:hover .icon::after {
	transform: rotate(0deg) scale(1) translateY(10px);
}
.list-services-box .service-item.service-item-new .icon img {
	position: relative;
	z-index: 1;
	transition: all 0.3s;
	transform: scale(1) translate(0px, 0);
}
.list-services-box .service-item.service-item-new:hover .icon img {
	transform: scale(1.1) translate(0px, 30px);
}	
.list-services-box .service-item.service-item-new .heading {
	padding: 20px 0;
	background: none;
}
.list-services-box .service-item.service-item-new h3 {
	color: #000;
	font-size: 1.1em;
	font-weight: 900;
/*	height: 40px;*/
	margin: 15px 0 0 0;
	padding: 0 10px;
    border-radius: 7px;
	/*background: rgb(244,222,82);
	background: linear-gradient(93deg, rgba(244,222,82,1) 0%, rgba(255,240,144,1) 50%, rgba(244,222,82,1) 100%);*/
	width: 100%;
	/*position: absolute;
	bottom: 50px;
	left: 19px;*/
	height: 45px;
	line-height: 45px;
	background: #1eccf0;
	transition: all 0.3s;
	transform: translate(0px, 0px);
}
.home .list-services-box .service-item.service-item-new h3 {
	margin: 30px 0 0 0;
}
.list-services-box .service-item.service-item-new:hover h3 {
	position: relative;
	z-index: 2;
	transform: translate(0px, 50px);
}
/*.list-services-box .service-item.service-item-new h3::before {
	content: "";
	display: block;
	position: absolute;
	left: -19px;
	top: -9px;
	background: url(../images/bg-label-title-yl.png) center right no-repeat;
	background-size: contain;
	width: 23px;
	height: 60px;
}*/
.home .list-services-box .service-item.service-item-new {
	width: 26%;
    margin: 0 50px;
	transform: translate(0px, 0px);
	transition: all 0.3s;
}
.list-services-box .service-item.service-item-new:hover {
	box-shadow: none;
	transform: none;
    transform: translate(0px, -40px);
}
.home .list-services-box .service-item.service-item-new .icon {
	height: 180px;
	padding: 0 30px; 
}
.home .list-services-box .service-item.service-item-new h3 { 
	font-size: 1.2em;
	/*bottom: 50px;
	left: 30px;*/
}
.contact-page ul {
	padding-left: 10px;
}
.contact-page ul li {
	margin-left: 10px;
}
.fancybox-skin {
	background: transparent !important;
	box-shadow: none !important;
}
.row-list-gif .row-section-content {
	display: flex;
	justify-content: center;
	margin: 20px 0 -40px 0;
}
.row-list-gif .row-section-content .gif-item {
	margin: 0 20px;
}
.languagebox a {
	margin: 0 5px;
}

/* Css Landing Page */
.subnav {
	margin: 30px 0;
}
.scrolling .subnav {
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 99;
} 
.subnav-inside {
    background: #fff;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.14);
}
.subnav-inside ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.subnav-inside ul li {
	margin: 0;
	padding: 0;
}
.subnav-inside ul li a {
	line-height: 50px;
	height: 50px;
	padding: 0 30px;
	display: block;
	color: #000;
	transition: all .3s;
	text-decoration: none;
}
.subnav-inside ul li a:hover {
	background: var(--main-color);
	color: #fff;
}
.landing-page .section-main {
	padding: 30px 0;
}
.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5 {
	color: var(--main-color);
}
.landing-page h1,
.landing-page h2,
.landing-page h3 {
	font-size: 1.8em;
}
.landing-page a {
	color: var(--main-color) ;
}
.landing-page .items {
	margin: 30px 0 0 0;
}
.landing-page .items .item {}
.landing-page .items .item .thumb {}
.landing-page .items .item .title {
	font-weight: bold;
	margin: 15px 0 0 0;
}
.landing-page .items .item .content {
	margin: 15px 0 0 0;
	font-size: 0.9em;
}
.section-section_04,
.section-section_06 {
	background: #f1f1f1;
}
.section-section_05 h3 {
	margin: 0 0 20px 0;
	font-size: 1.2em;
}
.section-section_05 .thumb {
	margin: 0 0 15px 0;
}
.section-section_05 .col-right {
	padding-left: 50px;
}
.section-section_05 .list-item .item {
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;
	background: url(../images/icons/ico-sticked-new.png) left 5px no-repeat;
    background-size: 20px;
}
.section-section_05 .list-item .title {
	font-weight: bold;
}
.section-section_05 .list-item .content {
	font-size: 0.9em;
}
.section-section_06 .link-more {
	text-align: center;
}
.section-section_06 .link-more a {
	background: var(--main-color);
	color: #fff;
	padding: 10px 30px;
	margin: 30px 0 0 0;
	border-radius: 30px;
	font-weight: bold;
	font-size: 1.2em;
	display: inline-block;
}
.section-section_07 {
	background: var(--main-color);
	color: #fff;
} 
.section-section_07 .title-section h2 {
	color: #fff;
}
.section-section_07 .items {
	margin: 50px 0 0 0;
	text-align: center;
}
.section-section_08 .items .item {
	display: flex;
	margin: 0 0 30px 0;
}
.section-section_08 .items .item .thumb {
	width: 40%;
}
.section-section_08 .items .item .title {
	width: 60%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.9em;
}

/* New Update 24/07/2024 */
.bottom {
	border: 0;
    padding: 30px 0;
    overflow: hidden;
}
.bottom .block-item p, .bottom .block-item a {
    font-weight: 500;
    color: #000;
}
.bottom .block-item-1 .logo-footer {
    margin-top: 0;
}
.bottom .logo-footer img {
    width: 180px;
}
.bottom .block-item-4 .social-box {
    text-align: center;
    margin: 30px 0 0 0;
}
.socialbox a {
    margin: 0 10px;
}
.google-partner {
	text-align: center;
}
.google-partner img {
	margin: 0 !important;
}
.swipe-scroll-wrapper {
	background: rgba(255,255,255,0.8);
	background: linear-gradient(94deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(199,245,255,1) 100%);
	width: 100vw;
    height: 50vh;
    position: absolute;
    inset: 0%;
}
.swipe-circle {
    background-color: #8AEBFF;
    border-radius: 50vh;
    width: 50vh;
    height: 50vh;
    position: absolute;
    inset: 0% -25vh 0% auto;
}
.service-other-post .row-other-post {
	display: none;
}

/* Gallery Section */
.row-box-gallery {
	background: #1eccf0;
}
.row-box-gallery .title-style-01 {
	font-size: 2.1em;
}
.row-box-gallery .title-style-01 .title {
	position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 15px 0;
    display: block;
    font-size: 1.2em;
}
.row-box-gallery .title-style-01 .title::before {
	content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    background: #f5de51;
    background-size: contain;
    width: 280px;
    height: 2px;
}
.row-box-gallery .title-style-01 .sub-title {
	color: #fff;
	font-size: 1.3em;
	letter-spacing: 1px;
	font-weight: 900;
}
.row-box-gallery .gallery-top .image-box {
    width: 100%;
    height: 420px;
    overflow: hidden;
}
.row-box-gallery .gallery-top .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row-box-gallery .gallery-thumbs {
	width: 90%;
	position: relative;
	height: auto;
	margin-top: -40px;
}
.row-box-gallery .gallery-thumbs .swiper-slide {
	opacity: 1;
	filter: none;
}
.row-box-gallery .gallery-thumbs .swiper-slide .slide-inside {
	position: relative;
}
.row-box-gallery .caption {
    width: 95%;
	margin: -30px auto 0 auto;
    background: #f5de51;
    color: #171717;
    padding: 10px;
	border-radius: 15px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	position: relative;
}
.row-box-gallery .caption p {
	font-size: 0.8em;
	font-weight: 700;
	text-align: justify;
}
.row-box-gallery .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .caption {
	opacity: 1;
	visibility: visible;
	transform: translateY(-10px);
}
.row-box-gallery .gallery-thumbs .swiper-slide .image-box {
    width: 100%;
    height: 150px;
	border-radius: 15px;
    overflow: hidden;
}
.row-box-gallery .gallery-thumbs .swiper-slide .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row-box-gallery .gallery-thumbs .swiper-button-next,
.row-box-gallery .gallery-thumbs .swiper-button-prev {
    color: #1eccf0;
	background: #fff;
	border: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2em;
	opacity: 1;
	transition: all .3s;
}
.row-box-gallery .gallery-thumbs .swiper-button-next:hover,
.row-box-gallery .gallery-thumbs .swiper-button-prev:hover {
	background: #1eccf0;
	color: #fff;
}
.row-box-gallery .gallery-thumbs .swiper-button-next {
    right: 5px;
    top: 100px;
}
.row-box-gallery .gallery-thumbs .swiper-button-prev {
    left: 5px;
    top: 100px;
}

/* AI Page */
.ai-page {
	background: url(../images/bg-pattern.png) repeat-x top left;
	background-size: auto 800px;
	position: relative;
	overflow: hidden;
}
.ai-page::before {
	content: "";
	display: block;
	position: absolute;
	top: 90px;
	left: -30px;
	width: 100px;
	height: 100px;
	background: var(--main-color);
    border-radius: 50%;
    box-shadow: 0px 0px 30px 70px var(--main-color);
    opacity: 0.5;
	z-index: -1;
}
.ai-page::after {
	content: "";
	display: block;
	position: absolute;
	top: 1650px;
	right: -30px;
	width: 100px;
	height: 100px;
	background: var(--main-color);
    border-radius: 50%;
    box-shadow: 0px 0px 30px 70px var(--main-color);
    opacity: 0.5;
	z-index: -1;
}
.ai-page h1 {
	color: var(--main-color);
	text-align: center;
    font-weight: bold;
    /* font-size: 2.7rem; */
    font-size: 75px;
	margin-top: 20px;
}
.ai-page .description {
	color: #000;
	font-size: 35px;
	/* font-size: 1.2rem; */
	text-align: center;
	margin: 10px 0 20px 0;
	font-style: italic;
}	
.ai-page .search-tool {
	display: flex;
	justify-content: center;
	align-items: center;
}
.ai-page .search-tool input {
	width: 100%;
	/* max-width: 500px; */
	max-width: 870px;
	padding: 10px 20px;
	color: #000;
	border: 3px solid var(--main-color);
	border-radius: 5px;
	font-size: 27px;
	/* font-size: 1em; */
	font-weight: 500;
}
.ai-page .search-tool input::placeholder {
	color: #6C6C6C;
	font-weight: 300;
}
.ai-page .row-section-01,
.ai-page .row-section-02 {
	margin-top: 70px;
	margin-bottom: 50px;
	position: relative;
}
.ai-page .row-section-01::before {
	content: "";
	display: block;
	position: absolute;
	right: -50px;
	/* right: 70px; */
	top: -100px;
	width: 150px;
	height: 150px;
	background: url(../images/icons/ele-robot-ai.png) no-repeat center center;
	background-size: contain;
	animation: tada 1s ease-in-out infinite;
}
@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.ai-page .row-section-01 h2,
.ai-page .row-section-02 h2 {
	color: #000;
    font-size: 35px;
    /* font-size: 1.3em; */
    font-weight: 500;
	text-transform: uppercase;
    display: inline-block;
    background: var(--main-color);
    padding: 10px 30px;
	margin: 0 0 30px 0;
    border-radius: 6px;
}
.ai-page .list-item {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.ai-page .list-item .item {
	margin-top: 70px;
	width: calc(25% - 30px); /* Adjusted to fit 4 items per row */
	box-sizing: border-box;
	transition: transform 0.3s ease;
}
.ai-page .list-item .item:hover {
	transform: scale(1.05);
}
.ai-page .list-item .item .item-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f9f9f9;
	border: 2px solid var(--main-color);
	box-shadow: 0 0 10px 0 var(--main-color);
	border-radius: 5px;
	padding: 15px;
}
.ai-page .list-item .item .icon {
	margin-top: -70px;
}
.ai-page .list-item .item .icon img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}
.ai-page .list-item .item .name {
	/* font-size: 24px; */
	font-size: 1em;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 20px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 5px 10px;
	border-radius: 9px;
	background: rgb(244, 222, 82);
    background: linear-gradient(93deg, rgba(244, 222, 82, 1) 0%, rgba(255, 240, 144, 1) 50%, rgba(244, 222, 82, 1) 100%);
}
.ai-page .list-item .item .name a {
	color: #000;
	text-decoration: none;
}
.ai-page .list-item .item .link {
	margin-top: 10px;
	margin-left: 5px;
	height: 50px;
	width: 100%;
}
.ai-page .list-item .item .link a {
	color: #000;
	text-decoration: none;	
	font-size: 0.9em;
	/* font-size: 16px; */
	display: block;
	word-break: break-all;
}
.ai-page .list-item .item .link i {
	color: var(--main-color);
}
@media screen and (max-width: 767px) {
	.ai-page h1 {
		font-size: 1.7em;
		margin: 0;
		padding: 0;
	}
	.ai-page .description {
		font-size: 0.9em;
	}
	.ai-page .row-section-01::before {
		content: "";
		display: block;
		position: absolute;
		right: 0px;
		top: -90px;
		width: 100px;
		height: 100px;
	}
	.ai-page .row-section-01 h2, .ai-page .row-section-02 h2 {
		font-size: 0.9em;
	}	
	.ai-page .list-item .item .item-inner {
		padding: 10px;
	}
	.ai-page .list-item .item .icon {
		margin-top: -50px;
	}
	.ai-page .list-item .item .icon img {
		width: 80px;
		height: 80px;
	}
	.ai-page .list-item .item .name {
		font-size: 0.7em;
        margin-top: 10px;
        margin-bottom: 10px;
	}
	.ai-page .list-item .item .link {
		margin-top: 0;
	}
	.ai-page .list-item .item .link a {
		font-size: 0.7em;
		word-break: break-all;
	}
	.ai-page .list-item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px;
	}
	.ai-page .list-item .item {
		width: 48%;
		margin-bottom: 10px;
		margin-top: 40px;
	}
	.ai-page .search-tool input {
		font-size: 1em;
	}
	.ai-page::before {
		top: 200px;
		left: -80px;
		width: 100px;
		height: 100px;
		box-shadow: 0px 0px 30px 40px var(--main-color);
	}
}


@media screen and (max-width: 767px)
{
	img {
		max-width: 100%;
	}
	.subnav {
		display: none;
	}
	.landing-page .section-main .image {
		text-align: center;
		margin: 20px 0;
	}
	.section-section_02 .row {
		flex-direction: column-reverse;
	}
	.landing-page .items .item {
		text-align: center;
		margin: 0 0 20px 0;
	}
	.section-section_05 .col-right {
		padding-left: 0;
	}
	.section-section_08 .items .item .title {
	    font-size: 0.8em;
	    text-align: left;
	}
}
@media screen and (max-width: 480px)
{
	
}