

/* css all  */
.the-content{

}
.the-content h3{
    font-size: 24px;
    color: #003882;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 12px;
}
.the-content ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.the-content ul li::before{
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0px;
}
.the-content .thumb{
    border: 1px solid #dddd;
    padding: 20px;
}

.popupVideo a{
    display: block;
    padding-top: 60%;
    position: relative;
    height: 0;
    overflow: hidden;
}
.popupVideo a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popupVideo a .playvideo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background-color: rgba(0,56,130,0.8);
    border-radius: 100%;
    display: block;
    z-index: 11;
}
.popupVideo a .playvideo::before{
    content: '\f04b';
    position: absolute;
    left: 56%;
    top: 52%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
}
.popupVideo a .playvideo::after{
    content: '';
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #ddd;
    box-shadow: 0 0 10px 0 #fff;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@-moz-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}
  
@-webkit-keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(.5) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0deg) scale(.7) skew(1deg);
		opacity: .5
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
}

@-o-keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(.5) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0deg) scale(.7) skew(1deg);
		opacity: .5
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
}

@keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(.5) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0deg) scale(.7) skew(1deg);
		opacity: .5
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
}
/* beign productHome */
.productHome{
	padding: 80px 0 90px 0;
}
.lstProduct{

}
.productItem{
	background-color: #fff;
	border-right: 1px solid #c4c7ca;
	border-bottom: 2px solid #c4c7ca;
	padding: 20px 25px 30px 25px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.productItem:hover{
	transform: translateY(-5px);
    box-shadow: 0px 20px 15px -20px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.productItem .thumb{
	margin-bottom: 20px;
}
.productItem .thumb a{
	position: relative;
	display: block;
	height: 0;
	padding-top: 65.56%;
	overflow: hidden;
}
.productItem .thumb a img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
}
.productItem .decs h3{
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 25px;
	height: 60px;
	overflow: hidden;
}
.productItem .decs h3 a{
	color: #003882;
}
.productItem .decs .tend{
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
/* end productHome */
.productItem2{
	margin-bottom: 20px;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.productItem2:hover{
	transform: translateY(-5px);
    box-shadow: 0px 20px 15px -20px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.productItem2 .thumb{
	margin-bottom: 20px;
}
.productItem2 .thumb a{
	position: relative;
	display: block;
	height: 0;
	padding-top: 65.56%;
    overflow: hidden;
    background-color: #fff;
	border-right: 1px solid #c4c7ca;
	border-bottom: 2px solid #c4c7ca;
}
.productItem2 .thumb a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.productItem2 .decs h3{
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 25px;
	height: 45px;
    overflow: hidden;
    text-align: center;
}
.productItem2 .decs h3 a{
	color: #003882;
}
/* beign producDetail */
.producDetail{

}
.producDetail .detalTop{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
    margin-bottom: 30px;
    align-items: center;
}
.producDetail .detalTop > div{
    width: 50%;
    padding: 0 15px;
}
.producDetail .detalTop .colSlider{

}
.producDetail .detalTop .colSlider a{
    display: block;
    background-color: #fff;
    border-right: 1px solid #c4c7ca;
    border-bottom: 2px solid #c4c7ca;
    position: relative;
    overflow: hidden;
    min-height: 380px;
    height: 100%;
}
.producDetail .detalTop .colSlider a img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
   
}
.colSlider .slick-dots{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
.colSlider .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.colSlider .slick-dots li button{
    width: 6px;
    height: 6px;
    background: transparent;
    font-size: 0;
    padding: 0;
    border: 1px solid #000;
    position: relative;
    border-radius: 100%;
}
.colSlider .slick-dots li.slick-active button{
    opacity: 1;
    border: 2px solid #000;
}
.producDetail .colDecs .titlePro{
    margin-bottom: 40px;
}
.producDetail .colDecs .titlePro h1{
    font-size: 25px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 500;
    color: #003882;
}
.producDetail .colDecs .infoPro{
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
}
.producDetail .colDecs .contactPro{
    margin-bottom: 50px;
}

.producDetail .infoDetail{
    margin-bottom: 30px;
    background-color: #fff;
    padding: 40px;
}
.producDetail .infoDetail .wrapI{
    max-width: 970px;
    margin: 0 auto;
}
.producDetail .infoDetail .lsttab {
    margin-bottom: 30px;
}
.producDetail .infoDetail .lsttab ul{
    display: flex;
    flex-wrap: wrap;
}
.producDetail .infoDetail .lsttab li{
    margin-right: 10px;
    min-width: 230px;
}
.producDetail .infoDetail .lsttab li a{
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 15px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #f2f5f9;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.producDetail .infoDetail .lsttab li.active a, .producDetail .infoDetail .lsttab li:hover a{
    color: #fff;
    background-color: #003882;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.producDetail .infoDetail .contentTab .infoTab{
    display: none;
}
.producDetail .infoDetail .contentTab .infoTab.active{
    display: block;
}
.producDetail .infoTab .infoLst{
    padding: 20px 30px;
    background-color: #f2f5f9;
    margin-bottom: 35px;
}
.producDetail .infoTab .infoLst li{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.producDetail .infoTab .infoLst li:last-child{
    border-bottom: none;
}
.producDetail .infoTab .infoLst li .name{
    width: 220px;
    padding-right: 10px;

    color: #000000;
    text-transform: uppercase;
}
.producDetail .infoTab .infoLst li .txt{
    width: calc(100% - 220px);
}

.producDetail .infoTab .boxImg{
    margin-bottom: 30px;
}
.producDetail .infoTab .boxImg .title{
    border-bottom: 1px solid #003882;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;

}
.producDetail .infoTab .boxImg .title span{
    display: inline-block;
    color: #fff;
    background-color: #003882;
    padding: 10px 20px;
}
/* end producDetail */

/* orther */
.BoxOrther{
    margin-top: 40px;
}
.BoxOrther .titlerOther{
    color: #003882;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.BoxOrther  .productItem2 .decs h3, .BoxOrther  .productItem2 {
    margin-bottom: 0;
}
.sliderOther .slick-list{
    margin: 0 -15px;
}
.sliderOther .slick-slide{
    padding: 5px 15px;
}
.sliderOther .slick-arrow{
    border: 1px solid #c0c3c8;
    top: 40%;
}
.sliderOther  .slick-arrow::before{
    color: #c0c3c8;
}
.sliderOther  .slick-prev{
    left: -70px;
}
.sliderOther  .slick-next{
   right: -70px;
}
@media all and (max-width: 991px){

    .producDetail .infoDetail{
        margin: 0 -20px;
        margin-bottom: 30px;
        padding: 30px 20px;
    }
    .BoxOrther{
        margin-top: 25px;
    }
    .BoxOrther .titlerOther{
        margin-bottom: 25px;
    }
    .productItem2 .decs h3{
        font-size: 14px;
        line-height: 22px;
    }
    .sliderOther .slick-list{
        margin: 0 -10px;
    }
    .sliderOther .slick-slide{
        padding: 5px 10px;
    }
    .sliderOther{
        margin-bottom: 50px;
    }
    .sliderOther .slick-arrow{
        top: initial;
        bottom: -70px;
    }
    .sliderOther  .slick-prev{
        left: calc(50% - 50px);
    }
    .sliderOther  .slick-next{
       right: initial;
       left: calc(50% + 10px);
    }
    /* begin slider orther */

	.lstProduct{
		
	}
	.productHome{
		padding: 30px 0 40px 0;
	}
	.productItem{
		padding: 10px 20px 25px 20px;
		margin-bottom: 20px;
	}
	.productItem .decs h3{
		font-size: 14px;
		line-height: 22px;
	}
	.productItem .decs .tend{
		display: none;
	}
	.productItem .decs .viewItem{
		text-align: center;
    }
    .producDetail .colDecs .titlePro{
        margin-bottom: 20px;
    }
    .producDetail .colDecs .contactPro{
        margin-bottom: 40px;
    }
	/* end productHome */
}
@media all and (max-width: 767px){
    .producDetail .detalTop > div{
        width: 100%;
    }
    .producDetail .detalTop .colSlider a{
        min-height: 230px;
    }
    .producDetail .detalTop .colSlider{
        margin-bottom: 20px;
    }
    .producDetail .infoDetail .lsttab{
        position: relative;
    }
    .producDetail .infoDetail .lsttab .titleTab{
        font-size: 15px;
        line-height: 24px;
        border: solid 1px #f2f5f9;
        color: #666666;
        padding: 7px 15px;
        cursor: pointer;
        position: relative;
        background-color: #f2f5f9;
        font-weight: 500;
    }
    .producDetail .infoDetail .lsttab .titleTab::before{
        content: "\f0d7";
        position: absolute;
        font-family: fontAwesome;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .producDetail .infoDetail .lsttab ul{
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        right: 0;
        display: none;
    }
    .producDetail .infoDetail .lsttab.active ul{
        display: block;
    }
    .producDetail .infoDetail .lsttab li{
        width: 100%;
        display: block;
        margin-right: 0;
    }
    .producDetail .infoDetail .lsttab li a{
        padding: 12px;
    }
    .producDetail .infoTab .infoLst li .name, .producDetail .infoTab .infoLst li .txt{
        width: 100%;
    }
    .producDetail .infoTab .infoLst{
        padding: 30px 20px;
    }
    .producDetail .infoTab .boxImg .title span{
        padding: 8px 15px;
    }
}

