:root {
	--c01: #1f3f7c;
	--c01-1: #1B305A;
	--c02: #2987c2;
	--c03: #26b783;
	--c04: #dbc93d;
	--c05: #c9cbcd;
	--c05-1: #FFF;
}
body {
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: var(--c01);
	transition: color .3s;
}
a:hover {
	color: var(--c02);
}

/*navMain*/
.navMain {
	background-color: rgba(0, 0, 0, .9);
	transition: top .3s;
}

.navMain .nav-item .nav-link {
	color: #fff;
}
.navMain .nav-item {
	position: relative;
}
.navMain .nav-item::after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 2px;
	width: 0px;
	background: linear-gradient(to right, var(--c01) 10%, var(--c02) 25%, var(--c03) 75%, var(--c04) 100%);
	transition: width .3s;
}
.navMain .nav-item:hover::after {
	width: 100%;
}



/*mSlide*/
.mSlide {
	min-height: 400px;
}
.mSlide .mask {
	background-color: rgba(0,0,0,.35);
}
.mSlide img.banner {
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}

.mainSlide {
	position: relative;
}

/*intro*/
.intro .title {
	
}
.intro .introThumb {
	border-radius: 50%;
	border:10px solid var(--c05);
	width:80%;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 130%;

}
.intro .shake {
	animation: shake 0.5s ease-in-out;
}
.intro .rotate {
	animation: rotate-up-down 30s infinite;
	transform: translateY(-50%);
	top: 60%;
	text-align: center;
	height: 100%;
}
.intro .rotate img {
	width: 110%;
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
}
.intro .teamSlide img {
	height: 250px;
	object-fit: cover;
}
.intro .teamSlide img:hover {
	
}
.intro .tsTool > div {
	position: absolute;
	font-size: 2rem;
	color: var(--c05);
	transform: translateY(-50%);
	top: 50%;
	z-index: 999;
	width: 20px;
	cursor: pointer;
}
.intro .tsTool .prev {
	left: 10px;
}
.intro .tsTool .next {
	right: 20px;
}
.intro .rotate2 {
	animation: rotate-clockwise 30s linear infinite;
	opacity: .55;
	left: -100px;
}

/*menuThumb*/
.menuThumb figure img {
	height: 300px;
	object-fit: cover;
}
.menuThumb figure figcaption {
	width: 80%;
	bottom: 15%;
	background-color: rgba(230, 230, 230, .75);
	color: var(--c01);
	transition: width .3s;
}
.menuThumb figure:hover figcaption {
	width: 100%;
}

/*tb-count*/
.tb-count {
	background-image: url('../images/data/bg-count.jpg');
	background-size: cover;
}
.tb-count .countIcon img {
	width: 80px;
	border-radius: 50%;
}


/*postNews*/
.postNews figure {
	padding:10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
	transition: box-shadow .3s;
	position: relative;
}
.postNews figure:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.17);
}
.postNews figure h3 {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 1.3rem;
}
.postNews figure img {
	height: 380px;
	object-fit: cover;
}
.postNews figure .mask {
    position: relative;
    overflow: hidden;
}
.postNews figure figcaption {
	padding: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.postNews figure figcaption > div {
	background-color: rgba(233, 233, 233, .75);
}
.postNews figure .mask::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    transition: transform 2s ease, opacity .3s;
    opacity: 0;
}

.postNews figure .mask:hover::before {
    transform: translateX(200%) translateY(200%);
    opacity: .75;
}
.postNews .rotate2 {
	animation: rotate-clockwise 30s linear infinite;
	opacity: .35;
	right: 0px;
	width: 150px;
}

/*people*/
.people {
	background-image: url('../images/data/bg-01.png');
	background-size: cover;
}
.people figure .mask {
	border:5px solid #fff;
	border-radius: 50%;
	width: 100%;
	box-shadow: 0 30px 30px #0006;
	transition: box-shadow .3s;
	overflow: hidden;
	position: relative;
}
.people figure .mask:hover {
	box-shadow: 0 10px 10px #0006;
}
.people figure .mask img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.people figure .mask .info {
	width: 0;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(31, 63, 124, .75);
	transition: width .3s;
}
.people figure .mask:hover .info {
	width: 100%;
}
.people figure .mask .info .content {
	opacity: 0;
	transition: opacity .6s;
}
.people figure .mask:hover .content {
	opacity: 1;
}

/*clients*/
.clients figure {
	transition: box-shadow .3s;
}
.clients figure:hover {
	box-shadow: none!important;
}

/*feedback*/
.feedback .tsTool > div {
	position: absolute;
	font-size: 2rem;
	color: var(--c01);
	transform: translateY(-50%);
	top: 50%;
	z-index: 999;
	width: 20px;
	cursor: pointer;
}
.feedback .tsTool .prev {
	left: -30px;
}
.feedback .tsTool .next {
	right: -20px;
}
.feedback .item {
	padding: 1rem;
	position: relative;
}
.feedback .item::before {
	content: "";
	width: 10%;
	height: 10%;
	border-top: 1px solid var(--c01);
	border-right: 1px solid var(--c01);
	position: absolute;
	top: 0px;
	right: 0px;
}
.feedback .item::after {
	content: "";
	width: 10%;
	height: 10%;
	border-bottom: 1px solid var(--c01);
	border-left: 1px solid var(--c01);
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.feedback .item img {
	width: 100%;
}
.feedback .item img:hover {
	
}
.feedback .rotate2 {
	animation: rotate-clockwise 30s linear infinite;
	opacity: .45;
	left: -100px;
}

/*video*/
.video {
	/*background-image: url('../images/data/bg-c01.png');
	background-repeat: no-repeat;
	background-position: -100px -100px;*/
}
.video figure {
	cursor: pointer;
}
.video figure .mask {
	overflow: hidden;
	position: relative;
}
.video figure img {
	height: 280px;
	object-fit: cover;
	transition: transform .3s;
}
.video figure:hover img {
	transform: scale(1.2);
}
.video figure figcaption {
	bottom: 0;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.75), rgba(0,0,0,.9));
}
.video figure figcaption h3 {
	text-align: center;
}
.video figure .mask::before {
	content: "\25b6";
	position: absolute;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	left:50%;
	padding-left: 5px;
	background-color: var(--c01);
	color: var(--c05);
	font-size: 1.5em;
	box-shadow: 0px 2px 10px 10px rgba(0, 0, 0, .35);
	opacity: .5;
	transition: opacity .3s;
	z-index: 999;
}
.video figure:hover .mask::before {
	opacity: .9;
}

/*contact*/
.contact {

}
.contact .col-sm-5 {
	/*background-color: var(--c01);
	background-image: url('../images/data/bg-contact.png');
	background-size: cover;*/
	border-right: 1px solid #ccc;
}
.contact .sItem img {
	height: 40px;
	transition: opacity .3s;
}
.contact .sItem:hover img {
	opacity: .75;
}











footer {
	min-height: 100px;
	background-color: var(--c01-1);
	color: var(--c05);
/*	background-image: url('../images/data/bg-footer.png');*/
	background-size:cover;
}


/**/
.tBanner .breadcrumb-item+.breadcrumb-item::before {
	color: var(--bs-light);
}


/*public*/
.title {
	background: linear-gradient(to right, var(--c01) 10%, var(--c02) 25%, var(--c03) 75%, var(--c04) 100%);
	background-clip: text;
	color: transparent;
}
.text-c01 {
	color: var(--c01);
}
.text-c02 {
	color: var(--c02);
}
.text-c03 {
	color: var(--c03);
}
.text-c04 {
	color: var(--c04);
}
.text-c05 {
	color: var(--c05);
}
.bg-c01 {
	background-color: var(--c01);
}
.bg-c02 {
	background-color: var(--c02);
}
.bg-c03 {
	background-color: var(--c03);
}
.bg-c04 {
	background-color: var(--c04);
}
.bg-c05 {
	background-color: var(--c05);
}
.btn.bg-c01:hover {
	background-color: var(--c02);
}

/**/
.active>.page-link, .page-link.active {
	background-color: var(--c01);
	border-color: var(--c01);
}
.page-link {
	color: var(--c01);
}


/*divMedia*/
.divMedia {
	background-color: rgba(230, 230, 230, .55);
	right: 0px;
	transform: translateY(-50%);
	top: 50%;
	z-index: 9999;
}
.divMedia a {
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: var(--c03);
	font-size: 1.3em;
	transition: color .3s, opacity .3s;
}
.divMedia a:not(:last-child) {
	margin-bottom: 10px;
}
.divMedia a:hover {
	opacity: .75;
}

/*go-top*/
.go-top {
	border:1px solid var(--bs-warning);
	color: #333;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: rgba(254,237,215,0.75);
	position: fixed;
	text-align: center;
	line-height: 30px;
	right:20px;
	transform: translateY(-50%);
	bottom: 10%;
	transition: background-color 0.3s, color 0.3s;
	cursor:pointer;
	display: none;
}
.go-top:hover {
	color:#666;
	background-color: rgba(255,250,215,0.75);
}


@media (min-width: 576px) {
	.mainSlide {
		height: 350px;
	}
}
@media (min-width: 768px) {
	.navMain .dropdown-toggle::after {
		border: none;
	}
	.navMain .navbar-brand img {
		height: 80px;
	}
	.navMain .nav-item .nav-link {
		padding-left: 20px;
		padding-right: 20px;
	}
	.navMain .nav-item:hover .dropdown-menu {
		visibility: visible;
		top:100%;
	}
	.navMain .dropdown-menu {
		transition: top 0.3s;
		margin-top: 0px;
		display: block;
		top:150%;
		right: 0px;
		visibility: hidden;
		background-color: rgba(31, 63, 124, .5);
	}
	.navMain .dropdown-menu .dropdown-item {
		color: #fff;
		padding: 10px;
		display: inline-block;
		transition: color .3s, background-color .3s;
	}
	.navMain .dropdown-menu .dropdown-item:hover {
		background-color: transparent;
		color: var(--c05);
	}

	.intro .rotate {
		width: 100%;
	}

	.mainSlide {
		height: 450px;
	}
}
@media (min-width: 992px) {
	.mainSlide {
		height: 550px;
	}
}
@media (min-width: 1200px) {
	.mainSlide {
		height: 650px;
	}
}
@media (min-width: 1400px) {
	.mainSlide {
		height: 750px;
	}
}

@media (max-width: 575px) {
	.navMain .navbar-brand img {
		height: 50px;
	}

	.tBanner {
		height: 200px;
	}
	.tBanner img {
		height: 100%;
		object-fit: cover;
	}

	.intro .introThumb {
		top: 95%;

	}
	.intro .rotate {
		width: 85%;
	}
	.intro .rotate img {
		width: 85%;
	}

	.mainSlide {
		height: 350px;
	}

	.menuThumb {
		margin-top: 100px;
	}

	.feedback .tsTool .prev {
		left: 10px;
	}
	.feedback .tsTool .next {
		right: 20px;
	}

	.contact .sItem img {
		height: 30px;
		transition: opacity .3s;
	}

	footer .logo-footer {
		height: 100px;
		object-fit: contain;
		margin-bottom: 1rem;

	}
}