@charset "utf-8";
/* CSS Document */
.navbar-toggler:focus{
	outline: 0;
}
.nav-item{
	position: relative;
}
.nav-item:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 4px);
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--bs-primary);
    z-index: -1;
}
.nav-item:after {
	content: '';
    display: block;
    position: absolute;
    top: calc(100% - 4px);
    right: 50%;
    bottom: 0;
    left: 50%;
    background: #fff;
    z-index: -1;
    -webkit-transition: all .1s cubic-bezier(0,.59,1,.26);
    transition: all .1s cubic-bezier(0,.59,1,.26);
}
.lang .dropdown-menu{
	--bs-dropdown-min-width: auto;
}
.lang svg{
	width: 24px;
	margin-top:-1px;
}
.lang hr{
	color: rgba(0,0,0,.4);
}
.language-a{
	text-decoration: none;
}
.text-ind2, .text-ind2 p{
	text-indent:2em;
}
.con-btn{
	font-size: 12px;
}
.banner{
	position: relative;
}
.banner-font{
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: bold;
}
.text-shadow{
	text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.28) !important;
}
.banner-box{
	display: inline-block;
	background: rgba(0,0,0,.5);
	text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.28) !important;	
	font-weight: bold;
}
.imgbox{
	overflow: hidden;
}
.imgbox img, img.imgbox{
	transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.imgbox img:hover, img.imgbox:hover{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.card-title{
	color:var(--bs-body-color);
}
a.card{
	text-decoration: none;
	overflow: hidden;
}
a.card:hover .card-title{
	color:var(--bs-link-color);
}
#gtTop{
	display: none;
	position: fixed;
	width: 56px;
	height: 56px;
	right: 1.5rem;
	bottom: 3rem;
	border-radius: 50%;
	text-align: center;
	line-height: 56px;
	color:var(--bs-white);
	--bs-bg-opacity:.6;
	z-index: 99;
}
#gtTop:hover{	
	color:var(--bs-white);
	--bs-bg-opacity:1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.table{
	max-width: 100% !important;
	margin: 0 auto;
}
.table th{
	padding-top: 1rem;
	padding-bottom:1rem;
}
.table.table-abu th{
	padding-top: 0.5rem;
	padding-bottom:0.5rem;
	padding-right:1rem;
	text-align: right;
}
.table.table-abu td{
	padding-left:1rem;
}
.table.table-abu a{
	color: rgba(255,255,255,.75);
	text-decoration: none;
}
.table.table-abu a:hover{
	color: rgba(255,255,255,1);
}
.table th, .table td{
	word-break: break-all;
}
.con-bg{
	background: url(../images/con-bg.jpg) no-repeat center bottom;
    background-size: auto 100%;
	position: relative;
	z-index: 1;
	color: var(--bs-white)
}
.con-bg::before{
	content: "";
    background-color: rgba(var(--bs-black-rgb), .5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.bg-wh-1{
	background: url("../images/bg-white.png") no-repeat top right;
}
.bg-wh-2{
	background: url("../images/bg-white-1.png") no-repeat bottom left;
}
.bg-wh-3{
	background: url("../images/bg-white-5.png") no-repeat center left;
	background-attachment: fixed;
}
.breadcrumb-item a{
	color: var(--bs-breadcrumb-item-active-color);
	text-decoration: underline;
}
.breadcrumb-item a:hover{
	text-decoration: none;
}
.mw-220{
	max-width:220px;
}
.title-line{
	width: 23.6%;
	height: 1px;
	overflow: hidden;
	display: block;
	background: var(--bs-secondary);
	margin: 0 auto;
	margin-top:1.25rem;
	margin-bottom: 0.25rem;
}
header a{
	text-decoration: none;
}
.list-group-item:hover{
	--bs-text-opacity: .25;
	background-color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity));
}
[id*="content"], [id*="mess"]{
	margin-top: -150px;
	padding-top: 150px;
}
.categories{
	position: sticky;
	position: -webkit-sticky;
	top:150px;
}
.table-line{
	position: relative;
}
.table-line::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../images/table-line.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 9;
}
.bg-img {
    background-image: url(../images/bg1.png);
}
.bg-img1 {
    background-image: url(../images/bg2.png);
}
.subbanner-f{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	top: 0;
	left: 0;
}
.con a{
	text-decoration: none;
}
.fr-title{
	font-weight: bold;
	display: inline-block;
	min-width: 14rem;
}
.py-2 .fr-title{
	padding-top: 0.75rem;
}
footer a{
	color: var(--bs-secondary);
	text-decoration: none;
}
footer a:hover{
	color: var(--bs-primary);
}
@media (min-width: 1600px){
	.bsb-navbar.navbar-expand-lg{--bs-navbar-padding-y:0;--bs-navbar-nav-link-padding-x:1.25rem}
}
@media (min-width: 1510px){
	.d-xxxl-block{
		display:block !important;
	}
	.con-btn{
	max-width: none;
    }
	.banner-box{
		font-size:3rem;
	}
}
@media (min-width: 1200px){
	.table.table-abu{
		width: 966px;
	}
}
@media (min-width: 992px){	
	.border-lg-bottom {
      border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
	.navbar-nav{
	  width: 100%;    
	  display: flex;
      justify-content: space-between;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		width: 100%;
	}
}

@media (min-width: 768px){	
	.con-bg{
		background-size: 100% auto;
	}
	.ind-banner-1{
		margin-left: 32%;
		margin-bottom: 5%;
	}
	.sub-pro-title{
		text-align: left !important;
	}
	.sub-pro-title .title-line{
		margin-left: 0;
	}
}
@media (max-width: 1130px){
	header .navbar-nav .dropdown-toggle{
		max-width:150px;
		white-space: normal;
	}
}
@media (max-width: 991px){
	header .nav-item{
		padding: 0.25rem 0;
        border-bottom: 1px dashed rgba(0, 0, 0, .1);
	}
	header .navbar-nav .dropdown-toggle{
		max-width:100%;
		white-space: normal;
	}
	.lang .dropdown-menu{
		right:auto !important;
	}
	.con-btn{
	max-width: none;
    }
	.banner-box{
	background: none;
	font-size: 1rem;
}
	.ind-abu img{
		width: 100% !important;
		margin-top:0 !important;
		border:0 !important;
	}
	.form .w-50{
		width: 100% !important;
	}
	.input-group > .form-control, .fr-title{
		width: 100% !important;
	}
}
@media (max-width: 575px){
	#gtTop{
		display: none !important;
	}
	.subbanner-f{
		font-size: 1.25rem;
	}

}