﻿/***********************
* Department
***********************/
.department-section{
	background-image:url("../../image/bg/department-bg-1.jpg");
	padding-bottom: 120px;
	margin-top: -20px;
}
.department-section .department-section-inner{
	background-color: #fff;
	position:relative;
	z-index: 1;
	padding-bottom: 55px;
}
@media (max-width: 1199px) {
	.department-section .department-section-inner {
		padding-top: 60px;
	}
}
@media (max-width: 575px) {
	.department-section .department-section-inner {
		margin-top: 60px;
	}
}
.department-card{
	text-align: center;
	padding: 0px 39px;
	position: relative;
}
@media (min-width: 1200px) {
	.department-card{
		margin-top: -80px;
	}
}
.department-card-icon{
	font-size: 35px;
	color: var(--thm-primary);
	height: 80px;
	width: 80px;
	background-color: var(--thm-white);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
	line-height: 90px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 20px;
	transition: all 500ms;
}
.department-card-icon:hover {
	background-color: var(--thm-primary);
	color: var(--thm-white);
}
.department-card-icon a{
	color: var(--thm-primary);
}
.department-card-icon:hover i{
	color: var(--thm-white);
	transition: all 500ms;
}
.department-card-content h5{
	margin-bottom: 0;
}
.department-card-content h5 > a{
	color: inherit;
	font-size: 18px;
	font-weight: 800;
}
.department-card-content h5 > a:hover{
	color: var(--thm-primary);
}
.department-search-section{
	margin-top: 30px;
}
.department-search-form{
	display: flex;
	justify-content: flex-end;
}
.department-search-form input{
	max-width: 400px;
	width: 100%;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	outline: 0;
	color: var(--thm-gray);
	padding: 0px 25px;
	border: 2px solid var(--thm-primary);
	border-right: 0;
	background: transparent;
}
@media(max-width: 991px){
	.department-search-form input{
		max-width: none;
	}
}
.department-search-form button{
	background-color: var(--thm-primary);
	color: var(--thm-white);
	font-size: 12px;
	font-weight: 800;
	height: 50px;
	padding: 0 40px;
	border: 0;
	transition: all 500ms ease;
}
@media(max-width: 991px){
	.department-search-form button{
		padding: 0px 15px;
		width: 190px;
	}
}
@media(max-width: 420px){
	.department-search-form button{
		padding: 0px 10px;
		width: 190px;
	}
}
.department-search-form button:hover {
	background-color: var(--thm-black);
}
.department-one-section{
	padding-top: 120px;
	padding-bottom: 120px;
}
@media(max-width: 1199px){
	.department-one-section{
		padding: 70px 0px;
	}
}
.department-two-section{
	padding-top: 120px;
	padding-bottom: 120px;
}
@media(max-width:1400px){
	.department-two-section{
		padding: 70px 0px;
	}
}
.department-two-box .section-title{
	margin-bottom: 50px;
	font-weight: 800;
}
.department-two-card{
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
	background-color: var(--thm-white);	
}
.department-two-imgbox{
	background-color: var(--thm-white);	
	position: relative;
}
.department-two-img{
	position: relative;
	width: 100%;
    transition: all .8s;
    overflow: hidden;
}
.department-two-img > a:before,
.department-two-img > a:after{
	content: '';
	width: 25px;
	height: 2px;
	background-color: var(--thm-white);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media(max-width: 991px){
	.department-two-img img{
		width: 100%;
	}
}
.department-two-img a{
	position: absolute;
    inset: 0;
    background-color: rgba(var(--thm-primary-rgb), 0.5);
    transition: transform 500ms ease-out;
    transform: scale(1,0);
    transform-origin: bottom center;
}
.department-two-card:hover .department-two-img a {
  transform: scale(1,1);
  transform-origin: top center;
}
.department-two-img > a:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.department-two-card:hover .department-two-card:before .department-two-card:after{
	transform: scale(1,1);
  transform-origin: top center;
} 
.department-two-img:before,
.department-two-img:after{
	background:var(--thm-primary);
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	height: 45px;
	width: 110%;
	transform: rotate(4deg);
	transform-origin: top left;
}
@media(max-width: 575px){
	.department-two-img:before,
.department-two-img:after{
	height: 52px;
}
}
@media(max-width: 345px){
.department-two-img:before,
.department-two-img:after{
	position: relative;
	}
}
@media only screen and (max-width: 991px) and (min-width: 576px)  {
	.department-two-img:before,
	.department-two-img:after{
	transform: rotate(5deg);
	}	
}
.department-two-img:after {
	transform: rotate(5.5deg);
	background-color: #fff;	
}
.department-two-card-detail{
	position: relative;
}
.department-two-card-icon{
	position:absolute;
	bottom: 0px;
	left: 50px;
}
.department-two-card-icon i{
	height: 100px;
	width: 100px;
	background-color: var(--thm-primary);
	color: var(--thm-white);
	line-height: 100px;
	text-align: center;
	font-size: 50px;
	border-radius: 50%;
}
.department-two-img-icon{
	position: absolute;
    bottom: 0;
    left: 30px;
    height: 100px;
    width: 100px;
    text-align: center;
    font-size: 50px;
    background-color:var(--thm-primary);
    line-height: 115px;
    border-radius: 50%;
    color: var(--thm-white);
}
.department-two-img-icon:hover{
	background-color: var(--thm-white);
}
.department-two-img-icon i{
	color: var(--thm-white);
	font-size: 48px;
}
.department-two-img-icon:hover i{
	color: var(--thm-primary);
}
.department-two-content{
	padding: 14px 50px 43px 50px;
}
@media(max-width: 1199px){
	.department-two-content{
		padding: 15px 70px 43px 50px;
	}
}
.department-two-content h4{
	margin-bottom: 23px;
}
.department-two-content h4 a{
	color: inherit;
	transition: all 500ms ease;
}
.department-two-content h4 a:hover{
	color: var(--thm-primary);
}
.department-two-button span{
	transform: translateX(0px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  -webkit-transition: all .7s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  font-size: 16px;
}
.department-two-card:hover .department-two-button span{
	transform: scale(1,1);
	transform-origin: center right;
}
.department-two-card .department-two-button span{
	opacity: 0;
	font-size: 16px;
	font-weight: 800;
	transform: translateX(40px);
	margin-left: 10px;
}
.department-two-card:hover .department-two-button span{
	color: var(--thm-black);
	opacity: 1;
} 
.department-two-button i{
	color: var(--thm-black);
}
.department-details-section{
	padding-top: 120px;
	padding-bottom: 120px;
}
@media(max-width: 1199px){
	.department-details-section{
		padding: 70px 0px;
	}
}
.department-details-imgbox{
	background-color: var(--thm-white);	
	position: relative;
}
.department-details-imgbox img{
	width: 100%;
}
.department-details-img-icon{
		position: absolute;
    bottom: -50px;
    right: 50px;
    height: 100px;
    width: 100px;
    text-align: center;
    font-size: 50px;
    background-color:var(--thm-primary);
    line-height: 115px;
    border-radius: 50%;
    color: var(--thm-white);
}
.department-details-img-icon:hover{
	background-color: var(--thm-white);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}
.department-details-img-icon i{
	color: var(--thm-white);
}
.department-details-img-icon:hover i{
	color: var(--thm-primary);
}
.department-details-content-box h4{
	margin-top: 23px;
	font-size: 34px;
	margin-bottom: 30px;
}
.department-details-box{
	margin-bottom: 45px;
}
.department-details-policy{
	padding: 25px 25px;
	background-color: var(--thm-white);
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
	position: relative;
	margin-bottom: 25px;
}
.department-details-policy:before{
	content: '';
	position:absolute;
	height: 100px;
	width: 6px;
	background-color: var(--thm-primary);
	left: 0;
	bottom: 0;
}
@media(max-width: 767px){
	.department-details-policy:before{
		content: '';
	position:absolute;
	height: 125px;
	width: 6px;
	background-color: var(--thm-primary);
	left: 0;
	bottom: 0;
	}
}
.department-details-policy span{
	font-size: 18px;
	font-weight: 800;
	color: var(--thm-black);
	letter-spacing: -0.4px;
}
.department-details-benefits-inner-box{
	margin-bottom: 29px;
}
.department-details-benefits-box h3{
	font-size: 24px;
}
.department-details-benefits-box p{
	color: var(--thm-primary);
	font-weight: 800;
	margin-bottom: 30px;
}
@media(max-width: 991px){
	.department-details-benefits-box-image img{
		width: 100%;
	}
}
.department-details-law-box{
	margin-bottom: 60px;
}
.department-details-law-box h4{
	margin-bottom: 30px;
}
.department-details-skill-box{
	margin: 50px 0px;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, 
.btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus{
	box-shadow: none;
}

