.wg-row,
.wg-row-faq{
    display: flex;
    position: relative;
}
.wg-cell{
    position: relative;
    padding: 0 6px;
    cursor: pointer;
}
.wg-cell-in{
    position: relative;
}
.cke_editable .wg-cell-in,
.cke_editable .wg-cell-in-faq{
    border: 1px solid #bcccd2;
    min-height: 50px;
    background: #e4eff4;
    /* padding: 0px 5px; */
}
.wg-cell-in img{
    max-width: 100%;
}
.cke_editable .wg-row:before{
    content: '';
    position: absolute;
    top: -30px;
    right: 7px;
    width: 35px;
    height: 45px;
    z-index: 1;
}
.cke_editable .wg-row .wg-row-toolbar{
    position: absolute;
    top: -32px;
    right: 7px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 13px;
    border: 1px solid #bebebe;
    background: #eee;
    color: #f60000;
    font-size: 12px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
.cke_editable .wg-row:hover .wg-row-toolbar{
    opacity: 1;
}
/* END WG-ROW */

/* FAQ */
.wg-row-faq{
    flex-wrap: wrap;
}
.wg-cell-faq{
    position: relative;
    padding: 0px 0px;
    cursor: pointer;
}
.itpublicmb {
    overflow: hidden;
}
.itpublicmb .mbtitle {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    position: relative;
    padding: 10px 40px 10px 0;
    cursor: pointer;
    text-align: initial;
}
.itpublicmb .mbconts {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 40px 20px 0;
    display: none;
}
.cke_editable .itpublicmb .mbtitle,
.cke_editable .itpublicmb .mbconts{
    border: 1px dotted rgb(188, 204, 210);
}
.cke_editable .itpublicmb .mbconts{
    margin-top: 10px;
}
.itpublicmb .mbtitle::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 24px;
}
.itpublicmb.active .mbtitle::before {
    content: '\f077';
}
.cke_editable .itpublicmb .mbconts{
    display: block;
}
.cke_editable .itpublicmb .mbtitle::before{
    display: none;
}
.cke_editable .itpublicmb p{
    margin: 0px;
    padding: 0px;
}
/* END FAQ */

/* EXAMPLE LAYOUT */
/* 0 */
.group-example-layout{
    display: flex;
    flex-wrap: wrap;
    border: 1px dotted #dedede;
    padding: 10px 0px;
}
.example-item{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 50px;
}

/* ======================= LAYOUT 1 ========================== */
.itpublilayo{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itpublilayo:hover {
    cursor: pointer;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}
.itpublilayo a{
    color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itpublilayo .vhthumbzoom {
    display: block;
    overflow: hidden;
    position: relative;
}
.itpublilayo .vhthumb-65 {
    padding-top: 65.56%;
}
.itpublilayo .vhthumb-full img {
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
}
.itpublilayo .vhthumbzoom img {
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itpublilayo .thumb a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
}
.cke_editable .itpublilayo:hover .thumb a::before{
    display: none;
}
.itpublilayo .vhthumb-full:hover img {
    transform: scale(1.05);
}
.itpublilayo .decss {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    padding: 30px;
    z-index: 1;
    pointer-events: none;
}
.page-frontend .itpublilayo .decss{
    height: 100%;
}
.itpublilayo .decss,
.itpublilayo .decss a {
    color: #fff;
    pointer-events: auto;
}
.itpublilayo .dstitle,
.itpublilayo .dstitle h3 {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    text-transform: inherit;
    text-align: initial;
}
.itpublilayo .dstitle {
    text-shadow: 0px 3px 3px rgb(0 0 0 / 10%);
    color: #fff;
    margin-bottom: 15px;
}
.cke_editable .itpublilayo .dstitle,
.cke_editable .itpublilayo .dsviews{
    border: 1px dotted #dedede;
}
.itpublilayo .dsviews a {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    padding: 10px 25px;
    background-color: #ffffff;
    color: #333;
    border-radius: 5px;
    pointer-events: auto;
}
.itpublilayo:hover .dsviews a {
    background-color: #ec2127;
    color: #fff;
}
.itpublilayo .changePicture{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fffb39;
    bottom: 20px;
    display: block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.itpublilayo:hover .changePicture{
    display: none;
}
.cke_editable .itpublilayo .decss:hover + div.changePicture{
    display: block !important;
}
.page-frontend .changePicture{
    display: none !important;
}
.cke_editable .itpublilayo{
    background: #e4eff4;
}
.example-item button,
.example-item .well-option{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    max-width: 150px;
    margin: 0 auto;
    z-index: 50;
    display: none;
}
.example-item .well-option{
    z-index: 1239;
}
.example-item:hover button,
.example-item:hover .well-option{
    display: block;
}
/* ======================= END LAYOUT 1 ========================== */

/* ======================= LAYOUT 2 ========================== */
.vnt-trustvn-gallery {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 50px 0px;
    margin: 0;
}
.galleryFor {
    /* height: -webkit-calc(40vh);
    height: -moz-calc(40vh);
    height: -o-calc(40vh);
    height: calc(40vh); */
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 20px;
}
.galleryFor div {
    height: 100%;
}
.galleryFor .item {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
.galleryFor .img {
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
    height: 100%;
    width: 100%;
    text-align: center;
    /* background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; */
}
.galleryFor .caption {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    color: #333333;
    text-align: center;
    padding: 9px 15px;
    z-index: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.galleryFor .slide-arrow {
    width: 60px;
    height: 60px;
    background: transparent;
    font-size: 0;
    padding: 0;
    border: none;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color: #ffffff;
    border-radius: 100%;
}
.galleryFor .slide-arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-rendering: auto;
    color: #ffff;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    opacity: 1;
    background-repeat: no-repeat;
}
.galleryNav {
    /* height: 90px;
    position: fixed;
    bottom: 20px;
    right: 0;
    left: 50%;
    transform: translateX(-50%); */
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1100px;
}
.galleryNav .slick-list {
    margin: 0 -10px;
}
.galleryNav .slick-slide {
    padding: 0 10px;
}
.galleryNav .item {
    position: relative;
    cursor: pointer;
}
.galleryNav .slick-slide .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
}
.galleryNav .slick-current .item::before {
    opacity: 0;
    visibility: hidden;
}
.galleryNav .slick-slide .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border: solid 2px #ffff;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.galleryNav .slick-current .img:before {
    opacity: 1;
    border: solid 2px #ed1c24;
}
.galleryNav .img {
    padding-top: 58.56%;
    position: relative;
    overflow: hidden;
}
.galleryNav .img img {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
}
.vhbtnslicksld .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    font-size: 0;
    border: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}
.vhbtnslicksldam .slick-prev {
    left: 0px;
}
.vhbtnslicksldw .slick-prev {
    background-image: url('images/prev.png');
}
.vhbtnslicksldam .slick-next {
    right: 0px;
}
.vhbtnslicksldw .slick-next {
    background-image: url('images/next.png');
}

@media all and (max-width: 1400px) {

}

@media all and (max-width: 1200px) {
    .galleryFor .slick-prev {
        left: 10px;
    }
    .galleryFor .slick-next {
        right: 10px;
    }
}
@media all and (max-width: 1100px) {
    .galleryFor .slide-arrow {
        top: 42%;
        width: 40px;
        mix-blend-mode: normal;
        height: 40px;
    }
    .galleryFor .slide-prev {
        left: 0;
    }
    .galleryFor .slide-next {
        right: 0;
    }
}
@media all and (max-width: 991px) {
    .vnt-trustvn-gallery {
        padding: 10px 10px;
    }

    .galleryFor {
        padding: 0;
        /* height: -webkit-calc(20vh);
        height: -moz-calc(20vh);
        height: -o-calc(20vh);
        height: calc(20vh); */
        margin-bottom: 10px;
    }

    .galleryNav .slick-list {
        margin: 0 -5px;
    }
    .galleryNav .slick-slide {
        padding: 0 5px;
    }
    .galleryNav .img{
        padding-top: 46.56%;
    }
}

@media all and (max-width: 640px) {
    .galleryNav .item {
        width: 20%;
        flex-basis: 17.7%;
    }
}

@media all and (max-width: 480px) {
    .vnt-gallery .row .col-xs-6 {
        width: 100%;
    }
}
/* ======================= END LAYOUT 2 ========================== */

/* ======================= LAYOUT 3 ========================== */
.vhthumb-65 {
    padding-top: 65.56%;
}
.vhthumbzoom {
    display: block;
    overflow: hidden;
    position: relative;
}
.vhthumb-full img {
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
}
.vhthumbzoom img {
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.vhthumb-full:hover img {
    transform: scale(1.05);
}
.vhslick-lg-15 .slick-slide {
    padding: 0 15px;
}
.eventhome {
    padding: 10px 0 30px;
    position: relative;
    z-index: 1;
    background-color: #074b91;
    overflow: hidden;
}
.eventhome .hhtitle {
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
}
.eventhome .hhtitle,
.eventhome .hhtitle h2,
.eventhome .hhtitle h3 {
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    color: #fff;
}
.eventhome .hhtitle.vwhite,
.eventhome .hhtitle.vwhite a {
    color: #fff;
}
.eventhome .hhtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 5px;
    background-color: #ed3237;
}
.slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.sleventhhsl .slick-arrow{
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}
.sleventhhsl.vhbtnslick .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
    color: #fff;
}
.sleventhhsl.vhbtnslick .slick-arrow::before {
    font-family: 'Font Awesome 5 Free' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    font-weight: bold;
    line-height: 45px;
}
.sleventhhsl .slick-arrow::before {
    font-size: 18px;
}
.sleventhhsl.vhbtnslick .slick-prev::before {
    content: '\f053';
}
.sleventhhsl.vhbtnslick .slick-next::before {
    content: '\f054';
}
.sleventhhsl.vhbtnslickam .slick-prev {
    left: 0px;
}
.sleventhhsl.vhbtnslickam .slick-next {
    right: 0px;
}
.iteventhh{
    overflow: hidden;
    background-color: #fff;
}
.iteventhh .decss{
    position: relative;
    padding: 15px;
}
.iteventhh .dsdates{
    position: absolute;
    bottom: calc(100% - 12px);
    left: 20px;
    padding: 6px 20px;
    background-color: #ed3237;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    align-items: center;
    align-content: center;
}
.iteventhh .dsdates .ddate{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    margin-right: 16px;
}
.iteventhh .dsdates .dinfo{
    font-size: 14px;
    line-height: 20px;
}
.iteventhh .dsdates .imount{
    position: relative;
    padding-bottom: 2px;
    margin-bottom: 1px;
}
.iteventhh .dsdates .imount::before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.iteventhh .dstitle, .iteventhh .dstitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.iteventhh .dstitle a{
    display: block;
    overflow: hidden;
    color: #000;
}
.iteventhh:hover .dstitle a{
    color: #074b91;
}
@media (max-width: 991px){
    .eventhome .hhtitle,
    .eventhome .hhtitle h2,
    .eventhome .hhtitle h3 {
        font-size: 22px;
        line-height: 32px;
    }
}
@media (max-width: 767px){
    .iteventhh .decss{
        
    }
    .iteventhh .dsdates{
        bottom: calc(100% - 25px);
    }
    .iteventhh .dstitle,
    .iteventhh .dstitle h3{
        font-size: 15px;
        line-height: 25px;
    }
}
/* ======================= END LAYOUT 3 ========================== */

/* ======================= LAYOUT 4 ========================== */
.tpteacherho .tcgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    position: relative;
    z-index: 2;
}
.tpteacherho .tcgrip .tcthumb{
    padding: 0 20px;
    width: 100%;
}
.tpteacherho .tcinfos{
    padding-top: 40px;
}
.tpteacherho .tcinfos li{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 24px;
}
.tpteacherho .tcinfos li:last-child{
    margin-bottom: 0;
}
.tpteacherho .tcinfos li .tmicon{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #efac1f;
}
.tpteacherho .tcinfos li .tmicon img{
    max-width: 70%;
    max-height: 70%;
}
.tpteacherho .tcinfos li .tmdecs{
    width: calc(100% - 60px);
    padding-left: 20px;
}
.tpteacherho .tcthumb{
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 55px !important;
}
.tpteacherho .swiper-3d .swiper-slide-shadow{
    display: none;
}
.tpteacherho .swiper-controls{
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 100%;
}
.tpteacherho .swiper-button-next, .tpteacherho  .swiper-button-prev{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
}
.tpteacherho .swiper-button-next::after, .tpteacherho  .swiper-button-prev::after{
    display: none;
}
.tpteacherho .swiper-button-next{
    background-color: rgba(0, 0, 0, 0.4);
    margin-left: 30px;
}
.tpteacherho .swiper-button-prev{
    background-color: rgba(0, 0, 0, 0.4);
    margin-left: -30px;
}
.tpteacherho .swiper-button-next:before,
.tpteacherho .swiper-button-prev:before{
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    font-weight: bold;
    line-height: 45px;
    font-size: 18px;
    z-index: 1;
    color: #fff;
}
.tpteacherho .swiper-button-next:before{
    content: '\f054';
}
.tpteacherho .swiper-button-prev:before{
    content: '\f053';
}
.teacherhome .tceffect {
    position: absolute;
    bottom: -150px;
    z-index: -1;
}
.teacherhome .tceffect.vam{
    right: 5%;
    -webkit-animation: flyflyfly 20s linear infinite;
    -o-animation: flyflyfly 20s linear infinite;
    animation: flyflyfly 20s linear infinite;
}
.teacherhome .tceffect.vah{
    right: 50%;
    -webkit-animation: flyflyfly 30s 3s linear infinite;
    -o-animation: flyflyfly 30s 3s linear infinite;
    animation: flyflyfly 30s 3s linear infinite;
}
.teacherhome .tceffect.vab{
    left: 10%;
    -webkit-animation: flyflyfly 40s 6s linear infinite;
    -o-animation: flyflyfly 40s 6s linear infinite;
    animation: flyflyfly 40s 6s linear infinite;
}
@-webkit-keyframes flyflyfly{
    0% {
        bottom: -150px;
    }
    100% {
        bottom: 110%;
    }
}
@-moz-keyframes flyflyfly{
    0% {
        bottom: -150px;
    }
    100% {
        bottom: 110%;
    }
}
@-o-keyframes flyflyfly{
    0% {
        bottom: -150px;
    }
    100% {
        bottom: 110%;
    }
}
@keyframes flyflyfly{
    0% {
        bottom: -150px;
    }
    100% {
        bottom: 110%;
    }
}
/* ======================= END LAYOUT 4 ========================== */

/* ======================= BEGIN LAYOUT 6 ========================== */
.tpparnerthc{
    margin-bottom: 0px;
}
.tpparnerthc .hcgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
}
.tpparnerthc .hcgrip > div{
    padding: 0 5px;
    width: 100%;
}
.tpparnerthc .imgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpparnerthc .imgrip > div{
    padding: 0 5px;
    width: 25%;
    margin-bottom: 10px;
}
.slvideopn .slick-dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.slvideopn .slick-dots li{
    margin: 0 5px;
}
.slvideopn .slick-dots li button{
    background-color: transparent;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
.slvideopn .slick-dots li.slick-active button{
    background-color: #fff;
}
.slvideopn .slick-dots li button::before, .slvideopn .slick-dots li button::after{
    display: none;
}
.itvideopn a{
    display: block;
    height: 390px;
    position: relative;
    overflow: hidden;
}
.itvideopn a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itvideopn:hover a img{
    transform: scale(1.05);
}
.itvideopn a .iplay {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-image: url('images/ivideo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.itimagespn a{
    display: block;
    height: 190px;
    position: relative;
    overflow: hidden;
}
.itimagespn a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itimagespn:hover a img{
    transform: scale(1.05);
}
.itimagespn a::before{
    content: '';
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
    width: 34px;
    height: 29px;
    background-image: url('images/ithumb.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
@media all and (max-width: 991px){
    .tpparnerthc .imgrip > div{
        width: 33.3333%;
    }
    .tpparnerthc{
        margin-bottom: 10px;
    }
    .tpparnerthc .hcgrip > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .itvideopn a, .itimagespn a{
        height: 0;
        padding-top: 54.56%;
    }
}
@media all and (max-width: 767px){
    .tpparnerthc .imgrip > div{
        width: 50%;
    }
    .itimagespn a::before{
        width: 25px;
        height: 21px;
        left: 13px;
        bottom: 13px;
    }
}
/* ======================= END LAYOUT 6 ========================== */

/* ======================= BEGIN LAYOUT 7 ========================== */
.tpparnerthsl7{
    margin-bottom: 20px;
}
.tpparnerthsl7 .altitle{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.tpparnerthsl7 .abgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpparnerthsl7 .abgrip > div{
    padding: 0 5px;
    width: 33.33333%;
    margin-bottom: 10px;
}
.tpparnerthsl7 .italbumpop .thumb a{
    display: block;
    padding-top: 66.6667%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.tpparnerthsl7 .italbumpop .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpparnerthsl7 .italbumpop .thumb a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    background-color: #000000;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -mos-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.tpparnerthsl7 .italbumpop .thumb a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 42px;
    height: 42px;
    background-image: url("images/izoom.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -mos-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0;
}
.tpparnerthsl7 .italbumpop .thumb a:hover::before{
    opacity: 0.5;
}
.tpparnerthsl7 .italbumpop .thumb a:hover::after{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 991px) {
    .tpparnerthsl7 .abgrip > div{
        width: 50%;
    }
}
/* ======================= BEGIN LAYOUT 7 ========================== */

/* 1 */
.itpublilayo1{
    position: relative;
}
.itpublilayo1 .thumb {
    margin-bottom: 20px;
}
.itpublilayo1 .thumb a {
    border-radius: 10px;
}
.itpublilayo1 .vhthumb-65 {
    padding-top: 65.56%;
}
.itpublilayo1 .vhthumbzoom {
    display: block;
    overflow: hidden;
    position: relative;
}
.itpublilayo1 .vhthumb-full img {
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
}
.itpublilayo1 .vhthumbzoom img {
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itpublilayo1 .vhthumb-full:hover img {
    transform: scale(1.05);
}
.itpublilayo1 .dstitle,
.itpublilayo1 .dstitle h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itpublilayo1 .dstitle {
    margin-bottom: 10px;
}
.itpublilayo1 .dstends {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}
.itpublilayo1 .viewsmore a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ec2127;
    font-weight: bold;
    border-bottom: 1px solid #ec2127;
}
.cke_editable .itpublilayo1 .dstitle,
.cke_editable .itpublilayo1 .dstends,
.cke_editable .itpublilayo1 .dsviews{
    border: 1px dotted #dedede;
}
.cke_editable .itpublilayo1{
    background: #e4eff4;
}

/* 2 */
.itpublilayo2{
    position: relative;
}
.itpublilayo2 .itcoursehh {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slcoursehh .slick-track > div {
    height: auto;
}
.itpublilayo2 .itcoursehh {
    height: 100%;
}
.itpublilayo2 .itcoursehh,
.itpublilayo2 .itcoursehh a {
    color: #fff !important;
}
.itpublilayo2 .itcoursehh .decss {
    padding: 30px 40px 65px;
}
.itpublilayo2 .itcoursehh .dstitle {
    margin-bottom: 12px;
}
.itpublilayo2 .itcoursehh .dstitle,
.itpublilayo2 .itcoursehh .dstitle h3 {
    font-size: 28px;
    line-height: 37px;
    font-weight: bold;
    text-align: left;
}
.itpublilayo2 .itcoursehh .dstends {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: left;
}
.itpublilayo2 .itcoursehh .dsviews a {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 8px 30px;
    text-align: center;
    font-weight: bold;
}
.itpublilayo2 .itcoursehh .dsviews a:hover {
    background-color: #fff;
    color: #333 !important;
}

/* =======================offerhome========================== */
.boxSwiperr{
}
.boxSwiperr .wrapfull{
    padding: 0px 10px;
}
.boxSwiperr .vnttitle{
    text-align: center;
    margin-bottom: 30px;
}
.boxSwiperr .vnttitle h2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #000000;
}
.offerhome{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.offerhome::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 10%);
    opacity: 0.65;
    pointer-events: none;
    z-index: -1;
}
.offerhome .vnttitle{
    color: #fff;
}
.offerhome .offcaption{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 30px;
}
.offerhome .swiper-slide {
    width: 100%;
    max-width: 640px;
    height: 380px;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 50px;
    margin-bottom: 10px;
}
.offerhome .swiper-slide img{
    width: 100%;
}
.offerhome .swiper-slide h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin-top: 10px;
}
.offerhome .vhpadding-lg-top-40 {
    padding-top: 40px;
}
.offerhome .vhpadding-lg-bottom-60 {
    padding-bottom: 60px;
}
@media (max-width: 767px){
    .boxSwiperr .vnttitle h2 {
        font-size: 25px;
        line-height: 37px;
    }
    .offerhome .offcaption{
        font-size: 14px;
        line-height: 22px;
    }
    .offerhome .swiper-slide{
        max-width: 310px;
        height: 230px;
        padding-bottom: 0;
    }
    .offerhome .swiper-slide h3{
        font-size: 15px;
        line-height: 23px;
    }
    .offerhome .vhpadding-sm-top-30 {
        padding-top: 30px;
    }
}
/* =======================offerhome========================== */

/*================= BEGIN: gallery thumb ==================*/
.ug-thumb-wrapper {
  transition: all 3s ease;
}
.ug-tiles-wrapper .ug-thumb-wrapper .itemga{
  position: absolute !important;
  background: rgba(0, 0, 0, 0.4) !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 9 !important;
  top: 0;
  left: -100%;
  transition: all 300ms ease!important;
}
.ug-thumb-wrapper .ug-thumb-overlay{
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
}
.ug-tiles-wrapper .ug-thumb-wrapper .itemga:after{
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  content: "\f00e";
  font-size: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.showGallery.fancybox-is-open .fancybox-bg{
    opacity: 1;
}
.showGallery .fancybox-close-small,
.showGallery .fancybox-button--close {
    width: 35px;
    height: 35px;
    background: #ed1c24;
    top: 10px;
    right: 10px;
    color: #fff;
    opacity: 1;
    border-radius: 100%;
}
/*================= END: gallery thumb ==================*/

/*================= BEGIN: View more ==================*/
.w_content_show_hidden .content_show_hidden {
  max-height: 450px;
  overflow: hidden;
  position: relative;
}
.w_content_show_hidden .button_show_hidden{
  text-align: center;
  margin-top: 6px;
  position: relative;
}
.w_content_show_hidden .button_show_hidden:after{
  content: '';
  width: 100%;
  height: 1px;
  border: 1px solid #dedede;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.w_content_show_hidden .button_show_hidden a {
  color: #333 !important;
  background: #fff;
  padding: 10px 25px;
  border: 1px solid #dedede;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
  z-index: 1;
  transition: all 200ms;
}
.w_content_show_hidden .button_show_hidden a:hover {
    background-color: #adadad;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #adadad 0px 0px 0px 2px;
    color: #fff !important;
}
.w_content_show_hidden .button_show_hidden span {
  display: inline-block;
  position: relative;
}
.w_content_show_hidden .button_show_hidden span:after {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  font-weight: 700;
  margin-left: 5px;
}
.w_content_show_hidden .click_showhide:after{
  content: "";
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 90%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(90%, #fff));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 90%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 90%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 90%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  display: block;
  height: 6rem;
  bottom: 0;
  width: 100%;
  position: absolute;
  left: 0;
}
.w_content_show_hidden .click_showhide.active_show:after{
  display: none;
}
/*================= END: View more ==================*/

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/

/* FRONTEND */
@media (max-width: 991px){
    .page-frontend .wg-row{
        flex-wrap: wrap;
    }
    .page-frontend .wg-cell{
        width: 100% !important;
    }
    /* 0 */
    .itpublilayo .decss{
        padding: 20px;
    }
    .itpublilayo .dstitle,
    .itpublilayo .dstitle h3 {
        font-size: 20px;
        line-height: 27px;
    }
    .itpublilayo .dsviews {
        padding: 0 5px;
    }

    /* 1 */
    .itpublilayo1 .dstitle,
    .itpublilayo1 .dstitle h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .itpublilayo1 .dstends {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 23px;
    }
}