#slide-home .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
#slide-home .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#slide-home .slick-dots li button{
	width:10px;
	height:10px;
	background: transparent;
	font-size: 0;
	padding:0;
	border:1px solid #fff;
	position: relative;
	border-radius: 100%;
}
#slide-home .item .img{
	position: relative;
	padding-bottom: 40%;
	overflow: hidden;
}
#slide-home .item .img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
#slide-home .caption{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 111;

}
#slide-home .item{
	position: relative;
    display: block !important;
}
#slide-home .caption .captionCt{
    max-width: 650px;
	transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ffffff;
}
#slide-home .slick-current .caption .captionCt{
	opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
	transform: initial;
	-webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
#slide-home .caption .t1{
    font-size: 60px;
    font-weight: 800;
    line-height: 64px;
    letter-spacing: 3px;
    padding: 0 0 32px;
}

#slide-home .caption .t2{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 17px;
    margin: 0;
    line-height: 1;
}
.y_tuong_thiet_ke {
    background-color: #042b69;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 25px 0;
    position: relative;
}

.w_y_tuong_thiet_ke {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.w_y_tuong_thiet_ke .item {
    width: calc(100%/3 - 10px);
    display: flex;
    gap: 8px;
    align-items: center;
}
.w_y_tuong_thiet_ke .item .icon {
    width: 50%;
}
.w_y_tuong_thiet_ke .item dl {
    width: 100%;
    margin: 0px;
}
.w_y_tuong_thiet_ke .item dt {
    margin-bottom: 14px;
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.w_y_tuong_thiet_ke .item dd {
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform:none;
}
.w_y_tuong_thiet_ke .item img {
    width: 100px;
}
.tieude_spnb {
    padding: 90px 0 100px;
    text-align: center;
}
.tieude_spnb .t1 {
    color: #d3ad61;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.tieude_spnb .t2 {
    color: #0f3a7f;
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 44px;
}
.tieude_spnb .t3 {
    padding: 33px 0 54px;
}
.section_spnb::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 0;

}
.w_dvtb {
    position: relative;
    z-index: 2;
}
.section_spnb {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 90px 0 140px;
}
.section_spnb .t1 {
    color: #d3ad61;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.section_spnb .t2 {
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    margin-bottom: 20px;
}
.spnb {
	margin: 50px 0px;
}
.spnb .t1 {
	text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.our_product_categories {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 16px;
}
.our_product_categories .item {
    width: calc(100%/3 - 20px);
}
.our_product_categories .item .img {
    position: relative;
	border-style: solid;
    border-width: 1px;
    border-color: #dee2e6;
    background-color: #dee2e6;
    padding: 15px;
    padding-top: 100%;
    overflow: hidden;
}
.our_product_categories .item .img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .6s, opacity .6s, transform .6s, -webkit-filter .6s, -webkit-transform .6s;
}
.our_product_categories .item h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    color: #252a2b;
    margin-bottom: 0.5em;
    text-align: center;
    margin: 21px 0 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.our_product_categories .item:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.dvtb {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    width: 48%;
    justify-content: center;
}
.dvtb .i-item {
    color: #ffffff;
    text-align: center;
}
.dvtb .i-item .count{
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
}
.dvtb .i-item .info h3 {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}
.dvtb .i-item .ic-separator {
    overflow: hidden;
    display: inline-block;
    height: 3px;
    width: 50px;
    margin: 0 auto 15px;
    position: relative;
    background: #fff;
}
.some-facts-counter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.facts-50 {
    width: 50%;
}
.s-title {
    position: relative;
}
.text-white {
    color: #fff;
}
.s-title span {
    font-size: 24px;
    line-height: 1.3;
    display: block;
    margin-bottom: 15px;
}
.s-title h2 {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
}
.some-facts {
    position: relative;
    padding: 80px 30px 80px 50px;
    border: 10px solid #fff;
    border-left: 0px;
}
.some-facts:before {
    top: -10px;
}

.some-facts:after, .some-facts:before {
    content: "";
    position: absolute;
    background-color: #fff;
    left: -10px;
    width: 10px;
    height: 140px;
}
.some-facts:after {
    bottom: -10px;
}
.du_an_tb {
    padding: 50px 0px;
    border-bottom: solid 1px #ccc;
}
.dan-gap-default {

}
.dan-gap-default .t1 {
    color: #d3ad61;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.du_an_tbs {
    display: flex;
    flex-wrap: wrap;
}
.du_an_tbs .item {
    width: calc(100%/4);
    position: relative;
    cursor: pointer;
}
.du_an_tbs .item a .img{
    display: block;
    position: relative;
}
.du_an_tbs .item:hover a .img::before {
    content: '';
}
.du_an_tbs .item a .img::before {
    background-color: rgba(0, 0, 0, .5);
    mix-blend-mode: var(--overlay-mix-blend-mode);
    transition-duration: .8s;
    transition-property: mix-blend-mode, transform, opacity, background-color;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.du_an_tbs .item:hover a .title {
    color: #d3ad61;
}
.du_an_tbs .item a .title {
    color: #222;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px;
}
.dan-gap-bottom {
    padding: 10px;
}
@media only screen and (max-width: 991px) { 
    .y_tuong_thiet_ke:before {
        display: none;
    }
    .w_y_tuong_thiet_ke .item {
        flex-direction: column;
        justify-content: center;
    }
    .w_y_tuong_thiet_ke .item dl {
        text-align: center;
    }
    .w_y_tuong_thiet_ke .item .icon {
        width: 100%;
        text-align: center;
    }
    .tieude_spnb {
        padding: 15px 0px;
    }
    .tieude_spnb .t2 {font-size: 24px;}
    .tieude_spnb .t3 {padding: 15px 0px;}
    .our_product_categories .item {
        border-style: solid;
        border-width: 1px;
        border-color: #dee2e6;
        background-color: #fff;
        padding: 15px;
    }
    .dvtb {
        gap: 20px;
        padding: 0px;
        width: 100%;
    }
    .facts-50 {
        width: 100%;
    }
    .dvtb .i-item {
        flex-wrap: wrap;
    }
    .dan-gap-l {
        margin-bottom: 10px;
    }
    .dan-gap-l, .dan-gap-r {width: 100%;}
    .du_an_tbs .item {
        width: calc(100% / 2);
        position: relative;
        cursor: pointer;
    }
}
@media all and (max-width: 768px){
	#slide-home .caption .t1{
		font-size: 16px;
		line-height: 24px;
	}
	#slide-home .caption .t2{
		font-size: 16px;
		line-height: 28px;
		display: none;
	}
	#slide-home .caption .wrapper{
		padding: 0 20px;
	}
	#slide-home .slick-dots{
		bottom: 10px;
	}
    .du_an_tbs .item {
        width: calc(100% / 2);
        position: relative;
        cursor: pointer;
    }
}
@media all and (max-width: 767px){
    .du_an_tbs .item { 
        width: 100%;
    }
	#slide-home .item .img{
		padding-bottom: 64.56%;
	}
    .w_y_tuong_thiet_ke .item {
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }
    .w_y_tuong_thiet_ke .item dl {
        text-align: center;
    }
    .w_y_tuong_thiet_ke .item .icon {
        width: 100%;
        text-align: center;
    }
    .our_product_categories .item {
        width: 100%;
    }
    .dvtb .i-item .info h3 {
        font-size: 12px;
    }
    .dvtb {
        gap: 10px;
    }
    .dvtb .item {
        width: calc(100%/3 - 10px);
    }
}