﻿section.style-section {
    /* background: aliceblue; */
}

section.style-section:before {
    content: "";
    background: url(../images/bg-star.png);
    background-position: right top;
    filter: contrast(0.5);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 1348px;
    transform: rotate(270deg);
    opacity: .8;
}
.chancellor-details {
    position: relative;
}
.grg_tri {
    margin-bottom: 10px;
}
h4.grfg_tri {
    font-weight: 600;
    color: #b3150f;
    margin-bottom: 10px;
    font-size: 26px;
}
.foihiu_tri {
    font-size: 12px;
    color: #707070;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}
.mini-line {
    margin-bottom: 12px;
}
.htht_tri .director_img figure {box-shadow: -20px -19px 0px 0px #f8b627;}
.htht_tri h4.grfg_tri {color: #f5a600;}
/*------Director-message-----------*/
.director_img figure {margin-bottom: 0px;box-shadow: -20px -19px 0px 0px #b3150f;border-radius: 8px;padding: 0;background: #fff;border: 1px solid #b3150f29;overflow: hidden;}
.director_img figure img {width: 100%;}
.chancellor-details .director_img figcaption {background: #10254c;padding: 15px 20px;}
.chancellor-details .director_img figcaption h4 {font-size: 22px;line-height: 26px;color: #fff;margin-bottom: 4px;}
.chancellor-details .director_img figcaption p { position: relative; text-align: justify; color: #fff; margin: 0; font-weight: 400; font-size: 18px; }
.chancellor-details .chancellor-content {/* background-color: #b3150f; *//*height: 60vh;*//* padding: 40px; *//* position: relative; *//* align-items: center; *//* color: #fff; *//* border-radius: 10px; *//* box-shadow: -20px -19px 0px 0px #b3150f1c; */}
.chancellor-details .chancellor-content p{font-size:14px;text-align:justify;line-height: 26px;margin-bottom: 0;color: #000;}
.chancellor-details .chancellor-content .arrow-left {position: absolute;content: "";width: 20px;height: 25px;left: -19px;background-color: #ffffff;-webkit-clip-path: polygon(100% 0, 0 49%, 100% 100%);clip-path: polygon(100% 0, 0 49%, 100% 100%);z-index: 1;}
.chancellor-details .chancellor-content p:before {position: absolute;content: "\f10e";color: #b3150f57;font-size: 32px;bottom: -20px;right: -35px;font-family: 'FontAwesome';opacity: 0;}
.chancellor-details .chancellor-content p:after {position: absolute;content: "\f10d";color: #b3150f57;font-size: 32px;top: -20px;left: -35px;font-family: 'FontAwesome';opacity: 0;}

@media(max-width:768px) {
    section.style-section {
    padding: 40px 10px 40px;
}
}