You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

364 lines
8.4 KiB

// @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap');
[v-cloak] {
display: none;
}
/*====================== section ==========================*/
// .container{
// width:100%;
// max-width:1280px;
// position:relative;
// }
.main{
position: relative;
width:100%;
section,.section{
position: relative;
width:100%;
padding: 50px 0;
background-color: #f9f9f9;
overflow: hidden;
}
}
.secTitle{
position: relative;
font-size: 35px;
font-weight: bold;
span{
font-family: 'Jost';
font-size: 25px;
border-bottom: 2px map-get($cisColor, master) solid;
opacity: .5;
}
// &::after{
// position: absolute;
// content: '';
// width:12px;
// aspect-ratio: 1/1;
// border-radius: 50%;
// top:-5px;
// left:-15px;
// // background-color: rgba($color: map-get($cisColor, master), $alpha: .5);
// border:4px rgba($color: map-get($cisColor, master), $alpha: .5) solid;
// }
}
.secDesc{
font-size: 18px;
line-height: 35px;
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}
/*====================== banner ==========================*/
.pageBanner{
position: relative;
width: 100%;
height: 200px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
z-index: 10;
overflow: hidden;
.bg{
position: absolute;
display: flex;
width: 100%;
height: 100%;
top:0;
z-index: -1;
img{
width:100%;
height:100%;
// mix-blend-mode: soft-light;
object-fit: cover;
}
.left,.right{
position: relative;
background-color: map-get($cisColor, second);
overflow: hidden;
}
.left{
width:40%;
height: 80%;
}
.right{
width:60%;
height: 100%;
}
}
.titleE{
font-family: 'Jost';
font-size: 65px;
font-weight: bold;
line-height: 65px;
color: #fff ;
// text-shadow: 0 0 10px rgba($color: #000, $alpha: .7);
text-shadow: 2px 2px 1px rgba($color: #000, $alpha: .6);
}
.title{
font-size: 20px;
font-weight: bold;
color: #fff;
text-align: right;
margin-bottom: 10px;
letter-spacing: 2px;
text-shadow: 2px 2px 1px rgba($color: #000, $alpha: .6);
span{
margin-right: 10px;
img{
width:100%;
}
}
}
}
.breadcrumb{
// font-family: 'Jost';
margin-bottom: 6px;
.breadcrumb-item,.breadcrumb-item a{
color: #666;
font-size: 14px;
i,svg{
color: map-get($cisColor, master);
}
}
.breadcrumb-item + .breadcrumb-item::before{
color: #888;
}
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
.pageBanner{
height: 120px;
.bg{
.left{
width:0%;
}
.right{
width:100%;
}
}
.breadcrumb{
margin-top: 10px;
.breadcrumb-item,.breadcrumb-item a{
font-size: 12px;
color: #ddd;
}
.breadcrumb-item + .breadcrumb-item::before{
color: #ddd;
}
}
}
}
@media (max-width: 480px) {
}
/*====================== imgCnt ==========================*/
.imgCnt{
position: relative;
overflow: hidden;
&.xl{height: 400px !important;}
&.lg{height: 250px !important;}
&.md{height: 180px !important;}
&.sm{height: 120px !important;}
&.xs{height: 70px !important;}
&.cube{height: 55px !important;}
&.cubeS{height: 40px !important;}
&.scale{aspect-ratio: 1/1;}
&.floatL{float:left;}
&.floatR{float:right;}
img{
width:100%;
height:100%;
object-fit: cover;
transition: all .3s;
}
&.act:hover{
img{
transform: scale(1.05);
}
}
}
/*====================== leftMenu ==========================*/
.leftMenu{
.list-group{
width:250px;
.list-group-item{
font-family: 'Jost';
color: map-get($cisColor, second);
font-weight: bold;
color: #333;
border: none;
border-radius: 0;
margin-bottom: 1px;
// border-bottom: 1px #ddd solid;
padding: 10px;
cursor: pointer;
transition: all .3s;
.dropdown{
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
.dropdown-meun{
margin-top: 5px;
padding: 10px 0;
border-radius: 5px;
.dropdown-item{
position: relative;
padding-left: 20px;
color: map-get($cisColor, second);
&::after{
position: absolute;
content: '';
left: 5px;
}
&.active,&:hover,&:focus{
color: map-get($cisColor, second);
background-color: rgba($color: map-get($cisColor, second), $alpha: .5);
}
}
}
&.active,&:hover,&:focus{
color: #fff;
background-color: map-get($cisColor, master);
.dropdown-meun{
.dropdown-item{
color: #fff;
&.active,&:hover,&:focus{
background-color: rgba($color: map-get($cisColor, second), $alpha: .5);
}
}
}
}
&+ .list-group-item.active{
margin-top: 0;
}
}
}
}
@media (max-width: 992px) {
.main{
.section{
.list-group{
display: none;
}
}
}
}
/*====================== pagination ==========================*/
.pagination{
margin: 50px 0;
.page-item{
.page-link{
border:none;
background-color: transparent;
font-size: 18px;
font-weight: bold;
line-height: 20px;
aspect-ratio: 1/1;
border-bottom:0px map-get($cisColor, master) solid;
margin: 0 4px;
color: #ccc;
}
&:hover,&.active{
.page-link{
color: map-get($cisColor, third);
border-width: 5px;
}
}
&.disabled{
opacity: .5;
}
}
}
/*====================== other ==========================*/
.toolbar{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
padding-bottom: 5px;
border-bottom: 1px #666 solid;
.tTitle{
position: relative;
font-family: 'Jost';
font-size: 30px;
font-weight: bold;
line-height: 35px;
color: map-get($cisColor, third) ;
flex:0 0 auto;
}
.tDesc{
font-size: 18px;
color: #888;
padding-left: 32px;
}
.input-group{
max-width:280px;
flex:0 0 auto;
.input-group-text,.searchInput{
height:100%;
background-color: #eee;
border-radius: 0px;
border: none;
// border-bottom: 1px #ddd solid;
}
}
}
.backBtn{
width:120px;
border-radius: 0px;
border: none;
border-bottom:1px #888 solid;
color: map-get($cisColor, second);
text-align: center;
margin-top: 50px;
cursor: pointer;
transition: all .3s;
&:hover{
color: #fff;
background-color: map-get($cisColor, master);
border-bottom: 1px map-get($cisColor, master) solid;
border-radius: 5px;
}
}
@media (max-width: 992px) {
.toolbar{
.tTitle{
font-size: 21px;
line-height: 30px;
}
.input-group{
max-width:160px;
}
}
}