/* ==================================================== all ============================================ */
.vhtitleab{
    margin-bottom: 30px;
    text-align: center;
}
.vhtitleab h2{
    font-size: 30px;
    line-height: 45px;
    color: #0b7fc3;;
    font-weight: bold;
}

/* ==================================================== page 1 ============================================ */
.vhaboutmaa{
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
.vhaboutmaa::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bgaa.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
}
.vhaboutmaa .vhgripaboo{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.vhaboutmaa .vhgripaboo > div{
    padding: 0 30px;
    width: 50%
}
.vhaboutmaa .videoabout{
    position: relative;
    z-index: 1;
}
.vhaboutmaa .videoabout img{
    width: 100%;
}
.thecvideo{
    position: relative;
    margin-bottom: 35px;
}
.thecvideo a img{
    width: 100%;
}
.videoabout .playvideo{
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    pointer-events: none;
}

.thedecsoo .title{
    margin-bottom: 5px;
}
 .thedecsoo .title h2{
    font-size: 55px;
    line-height: 65px;
    text-transform: uppercase;
    color: #f6821f;
}
.thedecsoo .caption{
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.thedecsoo .tend{
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}
.vhaboutmaa .downloadoo{
    margin-top: 20px;
}
.vhaboutmaa .downloadoo a{
    display: inline-block;
    padding: 10px 15px;
    background-color: #ed1c24;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}
.vhaboutmaa .downloadoo a:hover{
    background-color: #0b7fc3;
}
.vhaboutmaa .downloadoo a span{
    display: block;
    padding-left: 30px;
    position: relative;
}
.vhaboutmaa .downloadoo a span::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 16px;
}
.vhaboutmbb{
    margin-bottom: 50px;
}
.gripinfohome{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	justify-content: center;
}
.gripinfohome .colll{
	width: 25%;
	padding: 0 10px;
}
.iteminfohh .icon{
	width: 110px;
	height:110px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0b7fc3;
    border-radius: 100%;
    margin-bottom: 10px;
}
.iteminfohh .icon img{
	max-width: 60%;
	max-height: 60%;
}
.iteminfohh .decs{
    text-align: center;
}
.iteminfohh .name{
	color: #666666;
    font-size: 15px;
    line-height: 23px;
}
.iteminfohh .numbercount{
    font-weight: bold;
	font-size: 35px;
	line-height: 50px;
    color: #f6821f;
    margin-bottom: 5px;
}
.vhaboutmcc .ccbanner{
    margin-bottom: 45px;
}
.vhaboutmcc .ccbanner img{
    width: 100%;
}
.vhaboutmcc .graboutcc{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vhaboutmcc .graboutcc > div{
    padding: 0 15px;
}
.vhaboutmcc .graboutcc .colr{
    width: 400px;
}
.vhaboutmcc .graboutcc .coll{
    width: calc(100% - 400px);
}
.vhaboutmcc .cccont{
    max-width: 680px;
}
.vhaboutmcc .cccont .the-content{
    margin-bottom: 0;
}
.vhaboutmcc .ccdownload{
    position: relative;
    margin-top: -250px;
    z-index: 1;
}
.ccdownload .thumb {
    margin-bottom: 20px;
}
.ccdownload .thumb img{
    width: 100%;
}
.ccdownload .decs{
    text-align: center;
}
.ccdownload .decs a{
    color: #0b7fc3;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.ccdownload .decs a i{
    margin-right: 10px;
}
.ccdownload .decs a:hover{
    color: #0b7fc3;
}
/* ==================================================== page 2 ============================================ */
/* history */
.abhistory{
	position: relative;
}
.abhistory::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	background-image: url('../images/line.png');
	background-repeat: repeat;
	pointer-events: none;
}
.itemlogohis{
	max-width: 230px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.lsthistory{
    position: relative;
    padding: 75px 0;
    display: table;
    width: 100%;
}
.lsthistory::before{
    content: '\f0d8';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
	font-family: FontAwesome;
	color: #0b7fc3;
	font-size: 30px;
}
.lsthistory::after{
    content: '';
    width: 15px;
    height: 15px;
	background-image: url('../images/cicle.png');
	background-position: center;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.lsthistory .itemhis{
    width: 50%;
    clear: both;
    position: relative;
}
.lsthistory .itemhis::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #ed1f24;
    top: 22px;
}
.lsthistory .itemhis::after{
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    transform: translateX(-50%);
    top: 15px;
	background-image: url('../images/cicle.png');
	background-position: center;
}
.lsthistory .itemhis:nth-child(even){
    text-align: right;
    padding-right: 80px;
}
.lsthistory .itemhis:nth-child(even)::before{
    right: 15px;
}
.lsthistory .itemhis:nth-child(even)::after{
    right: -15px;
}
.lsthistory .itemhis:nth-child(odd){
    float: right;
    padding-left: 80px;
}
.lsthistory .itemhis:nth-child(odd)::before{
    left: 15px;
}
.lsthistory .itemhis:nth-child(odd)::after{
    left: 0;
}
.lsthistory .itemhis .dateh{
    font-size: 30px;
    line-height: 45px;
    color: #ed1f24;
    font-weight: initial;
    margin-bottom: 5px;
    font-weight: bold;
}
.lsthistory .itemhis .texth{
    font-size: 14px;
    line-height: 22px;
	margin-bottom: 10px;
} 
.lsthistory .itemhis .texth p{
	padding: 2px 0;
}
.itemhisnoch{
	max-width: 570px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
	position: relative;
}
.itemhisnoch .titleh{
	margin-bottom: 5px;
}
.itemhisnoch .titleh h3{
	font-size: 30px;
    line-height: 45px;
    color: #ed1f24;
    margin-bottom: 5px;
	text-transform: uppercase;
}
.itemhisnoch .decsh{
	text-align: center;
	margin-bottom: 10px;
}
.itemhisnoch .thumbh img{
	width: 100%;
}
/* ==================================================== page 3 ============================================ */
.blaboutpgcc .aboutpgccm {
    padding: 20px 0 50px;
}
.aboutpgccm .graboutccm{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -30px;
}
.aboutpgccm .graboutccm > div{
    width: 50%;
    padding: 0 30px;
}
.aboutpgccm .thumbccm{
    position: relative;
    z-index: 1;
}
.aboutpgccm .thumbccm::before{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #0b7fc3;
    width: 50%;
    height: 50%;
    z-index: -1;
}
.aboutpgccm .thumbccm img{
    width: 100%;
}
.aboutpgccm .decsccm .itemccm{
    margin-bottom: 30px;
}
.aboutpgccm .decsccm .itemccm:last-child{
    margin-bottom: 0;
}
.aboutpgccm .itemccm h3{
    color: #0b7fc3;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.aboutpgccm .itemccm .tend{
    font-size: 15px;
    line-height: 23px;
}

.blaboutpgcc  .aboutpgcch{
    padding: 40px 0 0px;
}
.aboutpgcch .graboutcch{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.aboutpgcch .graboutcch > div{
    padding: 0 25px;
    width: 50%;
    margin-bottom: 50px;
}
.aboutpgcch .itemcch{
    display: flex;
    flex-wrap: wrap;
}
.aboutpgcch .itemcch .icon{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.aboutpgcch .itemcch .txt{
    width: calc(100% - 100px);
    padding-left: 20px;
}
.aboutpgcch .itemcch .txt .t1{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
.aboutpgcch .itemcch .txt .t2{
    font-size: 15px;
    line-height: 23px;
}
/* ==================================================== page 4 ============================================ */
.blaboutpgdd .aboutpgddm {
    padding-top: 20px;
    margin-bottom: 60px;
}
.aboutpgddm .graboutddm{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -30px;
}
.aboutpgddm .graboutddm > div{
    width: 50%;
    padding: 0 30px;
}
.aboutpgddm .thumbddm{
    position: relative;
    z-index: 1;
}
.aboutpgddm .thumbddm::before{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #0b7fc3;
    width: 50%;
    height: 50%;
    z-index: -1;
}
.aboutpgddm .thumbddm img{
    width: 100%;
}
.aboutpgddm .decsddm {
    font-size: 15px;
    line-height: 23px;
}
/* ==================================================== page 5 ============================================ */
.aboutpgddh .graboutddh{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
} 
.aboutpgddh .graboutddh > div{
    padding: 0 15px;
    width: 33.333%;
    margin-bottom: 30px;
}
.aboutpgddh .itemddh{
    padding: 15px 15px;
    background-color: #f6f6f6;
    height: 100%;
}
.aboutpgddh .itemddh .name{
    color: #0b7fc3;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.aboutpgddh .itemddh li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}
.aboutpgddh .itemddh li .icon{
    width: 27px;
}
.aboutpgddh .itemddh li .txt{
    width: calc(100% - 27px);
}
/* ==================================================== page 6 ============================================ */
.aboutpgeem{
    padding: 10px 0 50px;
} 
.aboutpgeem .grabouteem{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 0 -25px;
}
.grabouteem > div{
    padding: 0 25px;
}
.grabouteem .coll{
    width: calc(50% + 20px);
}
.grabouteem .colr{
    width: calc(50% - 20px);
}
.aboutpgeem .thumbeem img{
    width: 100%;
}

.itemeeh{
    height: 100%;
    background-color: #f6f6f6;
}
.itemeeh .decs {
    padding: 15px 25px 25px 25px;
}
.itemeeh .decs h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    overflow: hidden;
    max-height: 48px;
    letter-spacing: 0.2px;
}
.itemeeh .decs h3 a{
    display: inline-block;
}
.itemeeh .decs h3 a::after{
    font-family: FontAwesome;
    margin-left: 8px;
    content: "\f105";
    display: inline-block;
    color: #0b7fc3;
}
/* ==================================================== page 7 ============================================ */

.aboutpgffm .itemffm .thumb a{
    display: block;
    overflow: hidden;
    padding-top: 128.7%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
} 
.aboutpgffm .itemffm .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.aboutpgffm .itemffm .decs{
    padding: 15px 0px;
    text-align: center;
}
.aboutpgffm .itemffm .decs h3{
    font-size: 15px;
    line-height: 23px;
    height: 23px;
    overflow: hidden;
    font-weight: 400;
}
/* ==================================================== page 8 ============================================ */
.slaboutggm .slick-arrow{
    top: 42%;
}
.gallery {
	position: relative;
}
.slaboutggm{
    margin-bottom: 25px;
}
.gallery .img{
	position: relative;
}
.gallery .img:before{
	content: "";
	position: absolute;
    top: 15px;
	bottom:15px;
	left: 50%;
    right: 50%;
	border-top: solid 1px rgba(255,255,255,0.3);
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	pointer-events: none;
	z-index: 1;
}
.gallery .img:hover:before{
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
    left: 15px;
    right: 15px;
}
.gallery .img:after{
	content: "";
	position: absolute;
    left: 15px;
	right: 15px;
	top: 50%;
    bottom: 50%;
	border-left: solid 1px rgba(255,255,255,0.3);
	border-right: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	pointer-events: none;
	z-index: 1;
}
.gallery .img:hover:after{
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	top: 15px;
    bottom: 15px;
}
.gallery .img a{
	display: block;
	padding-top: 66.67%;
	position: relative;
	overflow: hidden;
}
.gallery .img a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.gallery .img a::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 25px;
	background: url('../images/iiimg.png') no-repeat center;
    background-size: contain;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    pointer-events: none;
}
.galleryvideo .img a::after{
	background: url('../images/iivideo.png') no-repeat center;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	bottom: inherit;
	transform: translate(-50%, -50%);
	border-radius: 100%;
    background-size: contain;
}
.gallery:hover .img a:before{
	opacity: 0.3;
}
.gallery .img a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery .img a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.gallery .tend{
	z-index: 2;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
    padding: 15px;
    text-align: center;
	background-color: #ffffff;
}
.gallery .tend h3{
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
    text-transform: uppercase;
    height: 24px;
    overflow: hidden;
}
.galleryvideo .img a:before{
    opacity: 0.15;
}

/* ==================================================== page 9 ============================================ */
/* thethumb */
.thethumb{
    margin-bottom: 20px;
}
@media all and (max-width: 1200px){
    /* ==================================================== all ============================================ */
    .vhtitleab h2{
        font-size: 30px;
        line-height: 45px;
    }
    /* ==================================================== page 1 ============================================ */
    .vhaboutmaa .vhgripaboo{
        margin: 0 -10px;
    }
    .vhaboutmaa .vhgripaboo > div{
        padding: 0 10px;
    }
    .thedecsoo .title h2{
        font-size: 45px;
        line-height: 55px;
    }
    .vhaboutmcc .ccdownload{
        margin-top: -200px;
    }
    /* ==================================================== page 2 ============================================ */
    /* ==================================================== page 3 ============================================ */
    .aboutpgccm .graboutccm{
        margin: 0 -15px;
    }
    .aboutpgccm .graboutccm > div{
        padding: 0 15px;
    }
    .aboutpgcch .graboutcch{
        margin: 0 -15px;
    }
    .aboutpgcch .graboutcch > div{
        padding: 0 15px;
        margin-bottom: 30px;
    }
    /* ==================================================== page 4 ============================================ */
    .aboutpgddm .graboutddm{
        margin: 0 -10px;
    }
    .aboutpgddm .graboutddm > div{
        padding: 0 10px;
    }
    /* ==================================================== page 5 ============================================ */
    .aboutpgeem .grabouteem{
        margin: 0 -15px;
    }
    .grabouteem > div{
        padding: 0 15px;
    }
    /* ==================================================== page 6 ============================================ */
    .iteminfohh .numbercount{
        font-size: 30px;
        line-height: 45px;
    }
    /* ==================================================== page 7 ============================================ */
    /* ==================================================== page 8 ============================================ */
    /* ==================================================== page 9 ============================================ */
}
@media all and (max-width: 991px){
    /* ==================================================== page 1 ============================================ */
    .vhaboutmaa .vhgripaboo{
        flex-direction: column-reverse;
    }
    .vhaboutmaa .vhgripaboo .coll{
        width: 100%;

    }
    .vhaboutmaa .vhgripaboo .colr{
        width: 100%;
        margin-bottom: 20px;
    }
    .vhaboutmaa{
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    .vhaboutmaa::before{
        right: -22%;
        bottom: -10%;
    }
    .gripinfohome .colll{
		margin-bottom: 25px;
    }
	.iteminfohh .name{
		font-size: 14px;
		line-height: 22px;
	}
    .vhaboutmaa .thedecsoo .tend{
        font-size: 13px;
        line-height: 21px;
    }
    .vhaboutmaa .videoabout a .playvideo{
        width: 70px;
        height: 70px;
    }
    .vhaboutmbb{
        margin-bottom: 20px;
    }
    .vhaboutmcc .ccbanner{
        margin-bottom: 20px;
    }
    .vhaboutmcc .graboutcc .colr{
        width: 270px;
    }
    .vhaboutmcc .graboutcc .coll{
        width: calc(100% - 270px);
    }
    .vhaboutmcc .cccont{
        max-width: 100%;
    }
    .vhaboutmcc .ccdownload{
        margin-top: -50px;
    }
	/*  */
	.styBtnMobi {
		margin-bottom: 50px;
	}
	.styBtnMobi .slick-arrow{
		top: inherit;
		transform: inherit;
		bottom: -70px;
	}
	.styBtnMobi .slick-next{
		left: calc(50% + 0px);
		right: 0;
	}
	.styBtnMobi .slick-prev{
        left: calc(50% - 50px);
	}
    .vhtitleab h2{
        font-size: 25px;
        line-height: 37px;
    }
    .thecvideo .playvideo{
        width: 60px;
        height: 60px;
    }
    /* ==================================================== page 2 ============================================ */
    .lsthistory .itemhis::before{
        width: 25px;
    }
    .lsthistory .itemhis:nth-child(even){
        padding-right: 50px;
    }
    .lsthistory .itemhis:nth-child(odd){
        padding-left: 50px;
    }
    .lsthistory .itemhis::after{
        top: 15px;
    }
    /* ==================================================== page 3 ============================================ */
    .blaboutpgcc .aboutpgccm{
        padding: 10px 0 30px;
    }
    .aboutpgccm .decsccm .itemccm{
        margin-bottom: 15px;
    }
    .aboutpgcch .itemcch .txt .t1{
        font-size: 18px;
        line-height: 27px;
    }
    .aboutpgcch .itemcch .txt .t2{
        font-size: 14px;
        line-height: 22px;
    }
    .aboutpgcch .itemcch .icon{
        width: 75px;
        height: 75px;
    }
    .aboutpgcch .itemcch .icon img{
        max-width: 50%;
    }
    .aboutpgcch .itemcch .txt{
        width: calc(100% - 75px);
        padding-left: 15px;
    }
    /* ==================================================== page 4 ============================================ */
    .aboutpgddm .decsddm{
        font-size: 14px;
        line-height: 22px;
    }
    /* ==================================================== page 5 ============================================ */
    .blaboutpgdd .aboutpgddm{
        margin-bottom: 30px;
    }
    .aboutpgddh .graboutddh > div{
        width: 100%;
    }
    /* ==================================================== page 6 ============================================ */
    .grabouteem .coll{
        width: 100%;
        margin-bottom: 15px;
    }
    .grabouteem .colr{
        width: 100%;
    }
    /* ==================================================== page 7 ============================================ */
    /* ==================================================== page 8 ============================================ */
    .slaboutggm{
        margin-bottom: 10px;
    }
    .gallery .tend{
        padding: 10px 5px;
    }
	.gallery .tend h3{
		font-size: 14px;
		line-height: 22px;
	}
    /* ==================================================== page 9 ============================================ */
}
@media all and (max-width: 767px){
    /* ==================================================== page 1 ============================================ */
    .gripinfohome .colll{
		width: 50%;
    }
    .vhaboutmcc .graboutcc{
        flex-direction: column-reverse;
    }
    .vhaboutmcc .graboutcc .colr{
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .vhaboutmcc .graboutcc .coll{
        width: 100%;
    }
    .vhaboutmcc .cccont{
        text-align: justify;
    }
    /* ==================================================== page 2 ============================================ */
	.itemlogohis{
		max-width: 210px;
		margin: 0;
		margin-bottom: 15px;
	}
	.lsthistory{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.lsthistory::before{
        top: -9px;
        left: -8px;
		transform: initial;
	}
	.abhistory::before{
		transform: initial;
		left: 0px;
	}
	.lsthistory .itemhis{
		width: 100%;
		margin-bottom: 25px;
	}
	.lsthistory .itemhis:nth-child(odd){
		padding-left: 50px;
		float: initial;
	}
	.lsthistory .itemhis:nth-child(even){
		text-align: left;
		padding-left: 50px;
		padding-right: 0;
	}
	.lsthistory .itemhis::before{
        display: block;
		width: 25px;
    }
	.lsthistory .itemhis::after{
		top: 15px;
	}
	.lsthistory .itemhis:nth-child(odd)::after{
		left: 0px;
	}
	.lsthistory .itemhis:nth-child(odd)::before{
		left: 15px;
	}
	.lsthistory .itemhis:nth-child(even)::after{
		right: initial;
        left: 0px;
	}
	.lsthistory .itemhis:nth-child(even)::before{
		right: initial;
		left: 15px;
	}
	.lsthistory::after{
		transform: initial;
		left: -7px;
	}
	.itemhisnoch{
		padding-top: 0;
		padding-left: 50px;
		position: relative;
		margin-top: -25px;
		text-align: left;
	}
	.itemhisnoch .decsh{
		text-align: left;
	}
	.itemhisnoch::before{
        content: '';
        position: absolute;
        width: 25px;
        height: 2px;
        background-color: #ed1f24;
        left: 15px;
		top: 17px;
		transform: initial;
	}
    .itemhisnoch .titleh h3{
        font-size: 25px;
        line-height: 37px;
    }
    /* ==================================================== page 3 ============================================ */
    .aboutpgccm .graboutccm > div{
        width: 100%;
    }
    .aboutpgccm .graboutccm > div:nth-child(1){
        margin-bottom: 20px;
    }
    .aboutpgccm .thumbccm::before{
        top: -8px;
        left: -8px;
    }
    .blaboutpgcc .aboutpgcch{
        padding-top: 20px;
    }
    .aboutpgcch .graboutcch > div{
        width: 100%;
    }
    /* ==================================================== page 4 ============================================ */
    .aboutpgddm .graboutddm > div{
        width: 100%;
    }
    .aboutpgddm .graboutddm > div:nth-child(1){
        margin-bottom: 20px;
    }
    .aboutpgddm .thumbddm::before{
        top: -8px;
        left: -8px;
    }
    /* ==================================================== page 5 ============================================ */
    .aboutpgddh .itemddh li{
        font-size: 13px;
        line-height: 21px;
    }
    /* ==================================================== page 6 ============================================ */
    .aboutpgffm .itemffm .decs h3{
        font-size: 13px;
        line-height: 21px;
        height: 21px;
    }
    /* ==================================================== page 7 ============================================ */
    /* ==================================================== page 8 ============================================ */
    .gallery .tend h3{
		font-size: 13px;
		line-height: 21px;
	}
    .slaboutggm .slick-arrow{
        top: 35%;
    }
    .slaboutggm .slick-next{    
        right: -1px!important;
    }
    /* ==================================================== page 9 ============================================ */
}