@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}.elementor-widget-carousel_theme_7 .swiper-container {
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.elementor-widget-carousel_theme_7 .swiper-slide {
background-size: cover;
background-position: center;
}
.elementor-widget-carousel_theme_7 .gallery-top {
height: 80%;
width: 100%;
}
.elementor-widget-carousel_theme_7 .gallery-thumbs {
height: 20%;
box-sizing: border-box;
max-width: 65%;
}
.elementor-widget-carousel_theme_7 .gallery-thumbs img{
min-height: 100px;
}
.elementor-widget-carousel_theme_7 .gallery-thumbs .swiper-slide {
width: 15%;
height: 100%;
max-height: 100px; }
.elementor-widget-carousel_theme_7 .gallery-thumbs .swiper-slide-active {
opacity: 1;
border: 3px solid #ffc300; }
.elementor-widget-carousel_theme_7 .gallery-thumbs .swiper-slide.is-selected {
opacity: 1;
}
.elementor-widget-carousel_theme_7 .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
@media(max-width: 767px) {
.elementor-widget-carousel_theme_7 .gallery-thumbs {
max-width: 100%;
}
.elementor-widget-carousel_theme_7 .gallery-thumbs img {
min-height: auto;
}
} @media only screen and (max-width: 768px) {
.elementor-widget-carousel_theme_7 .gallery-thumbs .swiper-slide {
width: 50%;
}
}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
.post-ebook-style-7 {
}
.post-ebook-style-7 body {
min-height: 100%;
}
.post-ebook-style-7 .fa,
.post-ebook-style-7 .fab,
.post-ebook-style-7 .fad,
.post-ebook-style-7 .fal,
.post-ebook-style-7 .far,
.post-ebook-style-7 .fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.post-ebook-style-7 .svg-icon {
width: 18px;
height: 18px;
}
.post-ebook-style-7 h3 {
font-size: 54px;
font-weight: 600;
line-height: 54px;
margin: 0;
padding: 0;
}
.post-ebook-style-7 h5 {
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin: 0;
padding: 0;
}
.post-ebook-style-7 h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.post-ebook-style-7 .vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-ebook-style-7 .vc-container.gap {
gap: 1.5rem;
}
.post-ebook-style-7 .nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.post-ebook-style-7 .nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.post-ebook-style-7 .vc-post {
border-radius: 0;
}
.post-ebook-style-7 .mb-2 {
margin-bottom: 2rem;
}
.post-ebook-style-7 .text-center {
text-align: center;
}
.post-ebook-style-7 .grid {
display: -ms-grid;
display: grid;
}
.post-ebook-style-7 .arrow.down:before, .post-ebook-style-7 .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.post-ebook-style-7 .arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.post-ebook-style-7 .arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
.post-ebook-style-7 .vc-main-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 2rem;
background-color: #225779;
padding: 1.25rem;
}
.post-ebook-style-7 .vc-main-title .vc-title {
position: relative;
width: 100%;
height: 100%;
text-align: center;
}
.post-ebook-style-7 .vc-main-title .vc-title h3 {
color: #bdeec4;
font-size: 36px;
line-height: 30px;
}
.post-ebook-style-7 .vc-main-title .vc-title h5 {
color: white;
font-size: 26px;
line-height: 20px;
}
.post-ebook-style-7 .vc-main-title .content-post-tab-yp .row .vc-post:first-child {
border-bottom: 1px solid #eee;
}
.post-ebook-style-7 .vc-main-title .term-link-all {
position: absolute;
right: 2rem;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #38a3a5;
font-size: 22px;
color: white;
}
.post-ebook-style-7 .vc-main-title .term-link-all span {
background-color: #38a3a5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 0.5rem;
}
.post-ebook-style-7 .vc-main-title .term-link-all span svg {
width: 22px;
height: 22px;
color: white;
}
.post-ebook-style-7 .vc-post {
position: relative;
width: 100%;
height: 100%;
min-height: 400px;
}
.post-ebook-style-7 .vc-post a:hover {
color: inherit;
}
.post-ebook-style-7 .vc-post .vc-post-date {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: center;
align-content: center;
color: white;
background-color: #38a3a5;
padding: 0 0.5rem;
position: absolute;
bottom: 0;
z-index: 1;
border-top-right-radius: 5px;
}
.post-ebook-style-7 .vc-post .vc-post-date svg {
width: 14px;
margin-right: 5px;
}
.post-ebook-style-7 .vc-post .vc-thumbnail {
position: relative;
overflow: hidden;
height: 50%;
}
.post-ebook-style-7 .vc-post .vc-thumbnail a {
display: block;
overflow: hidden;
height: 100%;
position: relative;
}
.post-ebook-style-7 .vc-post .vc-thumbnail img {
position: absolute;
width: 100%;
max-width: none;
height: 100%;
left: 0;
object-fit: cover;
}
.post-ebook-style-7 .vc-post .vc-info {
position: relative;
background-color: white;
padding: 0.75rem;
margin: 0;
min-height: 85px;
}
.post-ebook-style-7 .vc-post .vc-info .vc-title,
.post-ebook-style-7 .vc-post .vc-info .excerpt {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
}
.post-ebook-style-7 .vc-post .vc-info .vc-title {
margin-bottom: 0.5rem;
}
.post-ebook-style-7 .vc-post .vc-info .vc-title h3 {
color: #225779;
font-size: 24px;
line-height: 20px;
}
.post-ebook-style-7 .vc-post .vc-info .excerpt {
line-height: 18px;
}
.post-ebook-style-7 .vc-post .vc-info .vc-view-more {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-ebook-style-7 .vc-post .vc-info .vc-view-more div:first-child {
width: 75%;
color: white;
background-color: #225779;
padding: 0.5rem;
}
.post-ebook-style-7 .vc-post .vc-info .vc-view-more div:last-child {
width: 25%;
color: #225779;
background-color: #bdeec4;
padding: 0.385rem;
}
.post-ebook-style-7 .vc-post .vc-info .vc-view-more i {
padding-top: 5px;
line-height: 18px;
}
@media (max-width: 767px) {
.post-ebook-style-7 h3 {
font-size: 24px;
line-height: 24px;
}
.post-ebook-style-7 h4 {
font-size: 20px;
line-height: 20px;
}
.post-ebook-style-7 h5 {
font-size: 18px;
line-height: 18px;
}
.post-ebook-style-7 {
padding: 0;
margin: -10px;
}
.post-ebook-style-7 .vc-main-title {
padding: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-ebook-style-7 .vc-main-title .vc-title {
padding: 1rem;
}
.post-ebook-style-7 .vc-main-title .term-link-all {
margin-bottom: 1rem;
position: relative;
right: 0;
}
.post-ebook-style-7 .vc-main-title .nav-sub-term-yp li {
padding: 1rem;
text-align: center;
width: 50%;
float: left;
display: block;
}
.post-ebook-style-7 .row {
display: block;
margin: 0;
}
.post-ebook-style-7 .vc-post .vc-thumbnail img {
position: relative;
max-height: 200px;
margin-bottom: -10px;
}
.post-ebook-style-7 .vc-post {
min-height: auto;
margin-bottom: 20px;
}
.post-ebook-style-7 .vc-main-title {
margin: 0;
}
} @media (min-width: 768px) and (max-width: 991px) {
.post-ebook-style-7 .vc-main-title .nav-sub-term-yp{
display: block;
}
.post-ebook-style-7 .vc-post {
min-height: 215px!important;
}
.post-ebook-style-7 .vc-main-title .nav-sub-term-yp li {
width: 25%!important;
float: left;
padding: 0;
text-align: right;
}
.post-ebook-style-7 .vc-main-title .nav-sub-term-yp li.view-all{
width: 100%!important;
}
.post-ebook-style-7 .vc-main-title .nav-sub-term-yp li a {
padding: 10px 0 9px;
color: #FFF!important;
width: 100%;
text-align: center;
margin: 0 auto;
margin-top: 10px;
background: #225779;
}
}@import url(https://cdn.jsdelivr.net/npm/flexboxgrid@6.3.1/dist/flexboxgrid.min.css);
.post-tab-style-1 {
}
.post-tab-style-1 body {
min-height: 100%;
}
.post-tab-style-1 .fa,
.post-tab-style-1 .fab,
.post-tab-style-1 .fad,
.post-tab-style-1 .fal,
.post-tab-style-1 .far,
.post-tab-style-1 .fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.post-tab-style-1 .svg-icon {
width: 18px;
height: 18px;
}
.post-tab-style-1 h3 {
font-size: 54px;
font-weight: 600;
line-height: 54px;
margin: 0;
padding: 0;
}
.post-tab-style-1 h5 {
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin: 0;
padding: 0;
}
.post-tab-style-1 h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.post-tab-style-1 .vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-tab-style-1 .vc-container.gap {
gap: 1.5rem;
}
.post-tab-style-1 .nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.post-tab-style-1 .nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.post-tab-style-1 .vc-post {
border-radius: 0;
}
.post-tab-style-1 .mb-2 {
margin-bottom: 2rem;
}
.post-tab-style-1 .text-center {
text-align: center;
}
.post-tab-style-1 .grid {
display: -ms-grid;
display: grid;
}
.post-tab-style-1 .arrow.down:before, .post-tab-style-1 .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.post-tab-style-1 .arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.post-tab-style-1 .arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
@media (max-width: 425px) {
.post-tab-style-1 h3 {
font-size: 24px;
line-height: 24px;
}
.post-tab-style-1 h4 {
font-size: 20px;
line-height: 20px;
}
.post-tab-style-1 h5 {
font-size: 18px;
line-height: 18px;
}
}
.post-tab-style-1 .p-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 2rem;
}
.post-tab-style-1 .p-title h3 {
color: #275d3b;
}
.post-tab-style-1 .p-title h5 {
color: #fec81d;
}
.post-tab-style-1 .p-title .term-link-all {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #072342;
}
.post-tab-style-1 .p-title .term-link-all span {
background-color: #072342;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 0.5rem;
}
.post-tab-style-1 .p-title .term-link-all span svg {
color: white;
}
.post-tab-style-1 .swiper-pagination {
width: auto;
bottom: 1.5rem !important;
right: 1rem !important;
left: auto !important;
}
.post-tab-style-1 .swiper-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: white;
opacity: 1;
}
.post-tab-style-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #fec81d;
}
.post-tab-style-1 .vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-tab-style-1 .vc-container.gap {
gap: 1.5rem;
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left {
width: 25%;
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay {
height: 100%;
position: relative;
-webkit-transform: translate(10px, -10px);
transform: translate(10px, -10px);
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay::before {
content: " ";
position: absolute;
background-color: #fec81d;
top: 10%;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: translate(-10px, 10px);
transform: translate(-10px, 10px);
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide {
min-height: 400px;
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-thumbnail {
position: absolute;
overflow: hidden;
width: 100%;
height: 100%;
background-color: black;
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-thumbnail img {
position: absolute;
left: calc(100% / 2);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: auto;
max-width: none;
height: 300px;
margin: auto;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail img{
transition: all ease-in-out 250ms;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post:hover img {
transform: scale(1.1);
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-info {
position: absolute;
bottom: 1rem;
color: white;
background: black;
background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(45%, black), to(transparent));
background: linear-gradient(0deg, black 0%, black 45%, transparent 100%);
padding: 1rem;
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-info h4 {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-info .post_date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 0.75rem;
margin-bottom: 0.5rem;
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-info .post_date svg {
color: #fec81d;
margin-right: 0.5rem;
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-info .view_more {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left .overlay .item-slide .in-info .view_more svg {
margin-left: 0.125rem;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right {
width: 75%;
margin-left: 1.5rem;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post {
position: relative;
width: calc(100% / 3);
min-height: 390px;
margin-bottom: 10px;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail {
position: relative;
height: 45%;
overflow: hidden;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail img {
position: absolute;
width: 100%;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail .vc-post-date {
position: absolute;
right: 0;
bottom: 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.25rem 0.5rem;
color: white;
background-color: #001c3c;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail .vc-post-date svg {
color: #fec81d;
margin-right: 0.5rem;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail .divide-obj {
content: "";
position: absolute;
left: 15px;
bottom: -1px;
width: 30px;
height: 15px;
border-top: solid 15px transparent;
border-left: solid 15px white;
border-right: solid 15px white;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail::before {
content: "";
position: absolute;
width: 15px;
border-top: solid 15px white;
left: 0;
bottom: -1px;
z-index: 1;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-thumbnail::after {
content: "";
position: absolute;
width: calc(100% - 45px);
left: 45px;
bottom: -1px;
border-top: solid 15px white;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-info {
background-color: white;
line-height: 20px;
padding: 0.75rem;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-title,
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .excerpt {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-title {
margin: 0;
margin-bottom: 0.5rem;
font-size: 22px;
line-height: 22px;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-title a {
color: #275d3b;
font-weight: 600;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .excerpt {
font-size: 18px;
line-height: 18px;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-view-more {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-top: 2px solid transparent;
padding: 1rem;
}
.post-tab-style-1 .vc-container.vc_post_tab_style_1_right .vc-post .vc-view-more svg {
color: #fec81d;
}
@media (max-width: 767px) {
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left {
margin: 0 -5px;
}
}
@media (max-width: 998px) {
.post-tab-style-1 h3 {
font-size: 24px;
line-height: 24px;
}
.post-tab-style-1 h4 {
font-size: 20px;
line-height: 20px;
}
.post-tab-style-1 h5 {
font-size: 18px;
line-height: 18px;
}
.post-tab-style-1 .vc-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_left,
.post-tab-style-1 .vc-container .vc_post_tab_style_1_right {
width: 100%;
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_right {
margin-left: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_right .vc-post {
width: 100%;
margin-bottom: 0;
}
.post-tab-style-1 .vc-container .vc_post_tab_style_1_right .vc-post .vc-thumbnail {
height: calc(360px / 2);
}
}.item-slide-post_tab_style_2 .in-thumbnail,.item-slide-post_tab_style_2 .in-info{
display: block;
float: left;
}
.post-tab-style-2 .nav-sub-term-yp ul{
list-style: none;
text-align: right;
margin: 0;
margin-bottom: 25px;
}
.post-tab-style-2 .nav-sub-term-yp li {
list-style: none;
cursor: pointer;
display: inline-block;
font-size: 20px;
}
.post-tab-style-2 .nav-sub-term-yp li::after {
border-right: solid 1px #222;
content: '';
height: 12px;
display: inline-block;
margin: 0 10px -3px 13px;
}
.post-tab-style-2 .nav-sub-term-yp li:last-child::after {
display: none;
}
.vc_post_tab_style_2{
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 10px;
}
.post-tab-style-2 .p-title {
position: relative;
margin-bottom: 20px;
}
.post-tab-style-2 .p-title h3 {
color: #005655;
font-size: 52px;
margin: 0;
font-weight: 600;
line-height: 60px;
}
.post-tab-style-2 .p-title h3::after{
content: '';
display: block;
width: 30px;
height: 2px;
background: #005655;
}
.post-tab-style-2 .btn-view-all a {
position: relative;
background: #005655;
color: #FFF;
padding: 8px 27px;
border-radius: 0;
font-size: 17px;
transition: all ease-in-out 250ms;
}
.post-tab-style-2 .btn-view-all{
margin-top: 20px;
}
.post-tab-style-2 .btn-view-all a:hover {
background: #ddd;
color: #222;
transform: scale(1.1);
}
.post-tab-style-2 .nav-sub-term-yp li.active {
background: transparent;
border: solid 1px #005655;
color: #005655;
padding: 0 10px;
margin-right: 10px;
text-align: center;
border-radius: 0;
}
.post-tab-style-2 .nav-sub-term-yp li.active::after{
display: none;
}
@media (max-width:767px) {
.post-tab-style-2 .nav-sub-term-yp ul {
text-align: left;
padding: 0;
margin: 0;
}
.post-tab-style-2 .nav-sub-term-yp li::after {
display: none;
}
.post-tab-style-2 .nav-sub-term-yp li {
display: block;
text-align: center;
}
.post-tab-style-2 .nav-sub-term-yp {
margin-bottom: 30px;
}
.vc_post_tab_style_2{
grid-template-columns: repeat(2, 1fr);
margin-top: 4px;
}
.post-tab-style-2 .p-title h3 {
font-size: 28px;
}
.post-tab-style-2 .p-title a {
font-size: 14px;
}
.item-slide-post_tab_style_2 .in-info{
position: relative;
padding: 15px 15px 54px;
border-top-left-radius: 0;
border-top-right-radius: 0;
margin-top: -3px;
}
.item-slide-post_tab_style_2 .in-thumbnail img{
max-height: 197px;
min-height: auto;
border-radius: 0;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
} @media (min-width: 768px) and (max-width: 991px) {
.post-tab-style-2 .nav-sub-term-yp ul {
text-align: left;
padding: 0;
margin: 0;
}
.post-tab-style-2 .nav-sub-term-yp li::after {
display: none;
}
.post-tab-style-2 .nav-sub-term-yp li {
display: block;
text-align: center;
}
.post-tab-style-2 .nav-sub-term-yp {
margin-bottom: 30px;
}
}.item-slide-post_tab_style_3 .in-thumbnail,.item-slide-post_tab_style_3 .in-info{
display: block;
float: left;
}
.post-tab-style-3 .nav-sub-term-yp ul{
list-style: none;
text-align: right;
margin: 0;
margin-bottom: 25px;
}
.post-tab-style-3 .nav-sub-term-yp li {
list-style: none;
cursor: pointer;
display: inline-block;
font-size: 20px;
}
.post-tab-style-3 .nav-sub-term-yp li a{
color: #222;
}
.post-tab-style-3 .nav-sub-term-yp li::after {
border-right: solid 1px #222;
content: '';
height: 12px;
display: inline-block;
margin: 0 10px -3px 13px;
}
.post-tab-style-3 .nav-sub-term-yp li:last-child::after {
display: none;
}
.vc_post_tab_style_3_right .vcps-item .featured-croped {
width: 40%;
float: left;
overflow: hidden;
border-radius: 5px;
}
.vc_post_tab_style_3_right .vcps-item .featured-croped img{
width: 100%;
max-height: 88px;
object-fit: cover;
transition: all ease-in-out 200ms;
}
.vc_post_tab_style_3_right .vcps-item .featured-croped:hover img{
transform: scale(1.1);
}
.vc_post_tab_style_3_right .vcps-item .vcps-info {
width: 60%;
float: left;
padding-left: 10px;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info h3{
line-height: 15px;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
font-size: 18px;
text-overflow: ellipsis;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info h3 a {
font-size: 18px;
line-height: 15px;
font-weight: 600;
color: #222;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info h3 a:hover {
color: #555;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info .post-meta {
font-size: 16px;
padding-top: 5px;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info .post_date {
float: left;
margin-right: 20px;
line-height: 27px;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info .post_view{
float: left;
line-height: 27px;
margin: 0 5px;
padding-top: 0px;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info .post-views{
float: left;
margin: 0 3px;
margin-left: 0;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info .post-meta svg{
width: 10px;
color: #f9a50f;
display:block;
float: left;
margin-right: 5px;
padding-top: 2px;
}
.vc_post_tab_style_3_left{
float: left;
width: calc(66% - 5px);
margin-right: 5px;
}
.vc_post_tab_style_3_right{
float: left;
width: calc(34% - 5px);
margin-left: 5px;
}
.item-slide-post_tab_style_3 .in-thumbnail{width: 60%;overflow: hidden;border-radius: 7px;}
.item-slide-post_tab_style_3 .in-thumbnail a:hover img{
transform: scale(1.1);
}
.item-slide-post_tab_style_3 .in-info h4{
font-size: 28px;
margin: 0;
line-height: 28px;
font-weight: 600;
margin-bottom: 15px;
}
.item-slide-post_tab_style_3 .in-info p{
font-size: 20px;
font-weight: 500;
margin: 0;
line-height: 21px;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.item-slide-post_tab_style_3 .in-info{
width: 45%;
position: absolute;
bottom: 8px;
right: 0;
background: #f9a50f;
color: #222;
padding: 40px 30px;
border-radius: 7px;
}
.item-slide-post_tab_style_3 .in-thumbnail img{
width: 100%;
min-height: 342px;
object-fit: cover;
transition: all ease-in-out 250ms;
}
.post-tab-style-3 .p-title {
border-bottom: solid 1px #ddd;
position: relative;
margin-bottom: 20px;
}
.post-tab-style-3 .p-title h3 {
color: #f9a50f;
font-size: 54px;
margin: 0;
font-weight: 600;
line-height: 60px;
}
.post-tab-style-3 .p-title a {
position: absolute;
right: 0;
background: #005655;
color: #FFF;
padding: 5px 12px;
border-radius: 50px;
font-size: 16px;
bottom: 13px;
transition: all ease-in-out 250ms;
}
.post-tab-style-3 .p-title a:hover {
background: #ddd;
color: #222;
transform: scale(1.1);
}
.post-tab-style-3 .p-title a:hover svg {
padding-top: 3px;
padding-left: 1px;
padding-right: 0px;
}
.post-tab-style-3 .p-title span {
background: #f9a50f;
border-radius: 50%;
text-align: center;
width: 13px;
height: 13px;
display: inline-block;
margin-bottom: -3px;
margin-right: 3px;
}
.post-tab-style-3 .p-title svg {
max-width: 12px;
margin: 0;
text-align: center;
display: block;
margin-top: -6px;
margin-left: 1px;
}
.item-slide-post_tab_style_3 .post_view svg {
display: block;
float: left;
}
.item-slide-post_tab_style_3 .post_view .post-views {
display: block;
float: left;
line-height: 27px;
margin: 0 5px;
}
.item-slide-post_tab_style_3 span.post_view {
line-height: 27px;
}
.item-slide-post_tab_style_3 .post_date{
display: block;
float: left;
margin-right: 20px;
}
.item-slide-post_tab_style_3 .in-info svg {
width: 14px;
color: #FFF;
margin-bottom: -7px;
}
.item-slide-post_tab_style_3 .post-meta {
font-weight: 500;
font-size: 17px;
margin-top: 15px;
}
.item-slide-post_tab_style_3 .in-info a {
color: #222;
font-weight: 600;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.nav-sub-term-yp li.active {
background: #005655;
color: #FFF;
padding: 0 10px;
margin-right: 10px;
text-align: center;
border-radius: 25px;
}
.nav-sub-term-yp li.active a{
color: #FFF;
}
.nav-sub-term-yp li.active::after{
display: none;
}
.post-tab-style-3 .swiper-button-next, .post-tab-style-3 .swiper-button-prev {
position: absolute;
margin: 0;
bottom: 21px;
top: auto;
padding: 5px 7px;
width: 32px;
border-radius: 4px;
height: auto;
background: #FFF;
}
.post-tab-style-3 .p_excerpt {
min-height: auto;
}
.post-tab-style-3 .swiper-button-next {
left: 42px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: solid 1px #ddd;
}
.post-tab-style-3 .swiper-button-prev {
border-right: solid 1px #ddd;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.navigation-slide-post_tab_style_3 svg{
color: #6e6e6e;
}
.vc_post_tab_style_3_right .vcps-item {
background: #ededed;
margin-bottom: 12px;
border-radius: 7px;
padding: 10px;
padding-bottom: 0;
}
@media (max-width:767px) {
.post-tab-style-3 .nav-sub-term-yp ul {
text-align: left;
padding: 0;
margin: 0;
}
.post-tab-style-3 .nav-sub-term-yp li::after {
display: none;
}
.post-tab-style-3 .nav-sub-term-yp li {
display: block;
text-align: center;
}
.post-tab-style-3 .nav-sub-term-yp {
margin-bottom: 30px;
}
.vc_post_tab_style_3_left,.item-slide-post_tab_style_3 .in-thumbnail,
.item-slide-post_tab_style_3 .in-info,
.vc_post_tab_style_3_right,.vc_post_tab_style_3_right .vcps-item .featured-croped,
.vc_post_tab_style_3_right .vcps-item .vcps-info
{
width: 100%;
float: none;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info .post_view {
margin: 0;
margin-bottom: 10px;
}
.item-slide-post_tab_style_3 .in-info p {
-webkit-line-clamp: 2;
}
.item-slide-post_tab_style_3 .in-info h4{
-webkit-line-clamp: 3;
font-size: 24px;
margin: 0;
line-height: 21px;
margin-bottom: 8px;
min-height: 63px;
}
.vc_post_tab_style_3_right{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 10px;
margin: 0;
margin-top: 4px;
}
.post-tab-style-3 .p-title h3 {
font-size: 28px;
}
.post-tab-style-3 .p-title a {
font-size: 14px;
}
.vc_post_tab_style_3_right .vcps-item {
width: 100%;
float: left;
}
.item-slide-post_tab_style_3 .in-info{
position: relative;
padding: 15px 15px 54px;
border-top-left-radius: 0;
border-top-right-radius: 0;
margin-top: -3px;
}
.item-slide-post_tab_style_3 .in-thumbnail img{
max-height: 197px;
min-height: auto;
border-radius: 0;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.vc_post_tab_style_3_right .vcps-item .featured-croped img{
min-height: 150px;
}
.vc_post_tab_style_3_right .vcps-item .vcps-info .post_date{
margin-bottom: -5px;
}
.post-tab-style-3 .p_excerpt {
min-height: 42px;
}
.vc_post_tab_style_3_right .vcps-item:nth-child(3) {
display: none;
}
} @media (min-width: 768px) and (max-width: 991px) {
.post-tab-style-3 .nav-sub-term-yp ul {
text-align: left;
padding: 0;
margin: 0;
}
.post-tab-style-3 .nav-sub-term-yp li::after {
display: none;
}
.post-tab-style-3 .nav-sub-term-yp li {
display: block;
text-align: center;
}
.post-tab-style-3 .nav-sub-term-yp {
margin-bottom: 30px;
}
.vc_post_tab_style_3_left{
width: 100%;
}
.vc_post_tab_style_3_right {
float: left;
width: 100%;
margin-left: 0;
margin-top: 15px;
}
.vc_post_tab_style_3_right .vcps-item {
float: left;
width: calc(50% - 10px);
margin: 5px;
}
.vc_post_tab_style_3_right .vcps-item:nth-child(3) {
display: none;
}
}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
.post-tab-style-4 body {
min-height: 100%;
}
.post-tab-style-4 .fa,
.post-tab-style-4 .fab,
.post-tab-style-4 .fad,
.post-tab-style-4 .fal,
.post-tab-style-4 .far,
.post-tab-style-4 .fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.post-tab-style-4 .svg-icon {
width: 18px;
height: 18px;
}
.post-tab-style-4 h3 {
font-size: 54px;
font-weight: 600;
line-height: 34px;
margin: 0;
padding: 0;
}
.post-tab-style-4 h5 {
font-size: 28px;
font-weight: 600;
line-height: 31px;
margin: 0;
padding: 0;
}
.post-tab-style-4 h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.post-tab-style-4 .vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-tab-style-4 .vc-container.gap {
gap: 1rem;
} .post-tab-style-4 .nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.post-tab-style-4 .nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.post-tab-style-4 .vc-post {
border-radius: 0;
}
.post-tab-style-4 .mb-2 {
margin-bottom: 2rem;
}
.post-tab-style-4 .text-center {
text-align: center;
}
.post-tab-style-4 .grid {
display: -ms-grid;
display: grid;
}
.post-tab-style-4 .arrow.down:before, .post-tab-style-4 .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.post-tab-style-4 .arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.post-tab-style-4 .arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
@media (max-width: 425px) {
.post-tab-style-4 h3 {
font-size: 43px;
line-height: 39px;
}
.post-tab-style-4 h4 {
font-size: 20px;
line-height: 20px;
}
.post-tab-style-4 h5 {
font-size: 20px;
line-height: 18px;
}
}
.post-tab-style-4 .vc-title {
margin-bottom: 2rem;
}
.post-tab-style-4 .vc-title h3 {
color: #275D3B;
}
.post-tab-style-4 .vc-title h5 {
color: #fec81d;
}
.post-tab-style-4 .vc-layout-left {
width: 25%;
padding-right: 1rem;
margin-right: 1rem;
-webkit-box-shadow: 15px 0 15px rgba(0, 0, 0, 0.125);
box-shadow: 15px 0 15px rgba(0, 0, 0, 0.125);
padding-top: 80px;
padding-bottom: 80px;
}
.post-tab-style-4 .menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background: #253e59;
background: -webkit-gradient(linear, left top, right top, from(#253e59), to(#275D3B));
background: linear-gradient(90deg, #253e59 0%, #275D3B 100%);
width: 100%;
border-radius: 0.25rem;
padding: 0.5rem 1.5rem;
color: white;
}
.post-tab-style-4 .menu span {
font-size: 28px;
line-height: 28px;
}
.post-tab-style-4 .menu svg {
width: 28px;
height: 28px;
}
.post-tab-style-4 .nav-sub-term-yp li {
font-size: 22px;
border-bottom: 2px solid #0000;
font-weight: 600;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
margin-left: 1rem;
margin-right: 0;
border-radius: 0;
padding: 0;
}
.post-tab-style-4 .nav-sub-term-yp li.active {
padding: 0;
text-align: left;
color: #275D3B;
border-bottom: 2px solid #fec81d;
background: none;
}
.post-tab-style-4 .term-link-all {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: start;
color: #253e59;
font-size: 18px;
padding-left: 15px;
}
.post-tab-style-4 .term-link-all span {
background-color: #253e59;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 0.5rem;
}
.post-tab-style-4 .term-link-all span svg {
width: 18px;
height: 18px;
color: white;
}
.post-tab-style-4 .vc-layout-right {
width: 75%;
padding-top: 70px;
padding-bottom: 70px;
}
.post-tab-style-4 .vc-post {
position: relative;
width: calc(100% / 3);
min-height: 355px;
margin-bottom: 10px;
background: #FFF;
}
.post-tab-style-4 .vc-post .vc-thumbnail {
position: relative;
height: 45%;
overflow: hidden;
}
.post-tab-style-4 .vc-post .vc-thumbnail img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}
.post-tab-style-4 .vc-post .vc-thumbnail .divide-obj {
content: "";
position: absolute;
left: 15px;
bottom: 0px;
width: 30px;
height: 15px;
border-top: solid 15px transparent;
border-left: solid 15px white;
border-right: solid 15px white;
}
.post-tab-style-4 .vc-post .vc-thumbnail::before {
content: "";
position: absolute;
width: 15px;
border-top: solid 16px #fff;
left: 0;
bottom: -1px;
z-index: 1;
}
.post-tab-style-4 .vc-post .vc-thumbnail::after {
content: "";
position: absolute;
width: calc(100% - 45px);
left: 45px;
bottom: -1px;
border-top: solid 16px #fff;
}
.post-tab-style-4 .vc-post .vc-info {
background-color: white;
line-height: 20px;
padding: 0.75rem;
padding-bottom: 65px;
}
.post-tab-style-4 .vc-post .vc-title,
.post-tab-style-4 .vc-post .excerpt {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
}
.post-tab-style-4 .vc-post .vc-title {
margin: 0;
margin-bottom: 0.5rem;
font-size: 22px;
line-height: 22px;
}
.post-tab-style-4 .vc-post .vc-title a {
color: #0d3f6d;
font-weight: 600;
}
.post-tab-style-4 .vc-post .excerpt {
font-size: 18px;
line-height: 18px;
}
.post-tab-style-4 .vc-post .vc-view-more {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #eee;
}
.post-tab-style-4 .vc-post .vc-view-more .vc-post-date {
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-right: 1px solid white;
padding: 9px;
}
.post-tab-style-4 .vc-post .vc-view-more .vc-post-date svg {
margin-right: 0.5rem;
}
.post-tab-style-4 .vc-post .vc-view-more a {
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 9px;
}
.post-tab-style-4 .vc-post .vc-view-more a::hover {
color: #275D3B;
}
.post-tab-style-4 .vc-post .vc-view-more svg {
color: #275D3B;
}
@media (max-width: 767px) {
.post-tab-style-4 .vc-container{
display: block;
}
.post-tab-style-4 .vc-container .gap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-tab-style-4 .vc-layout-left,
.post-tab-style-4 .vc-layout-right {
width: 100%;
}
.post-tab-style-4 .vc-layout-left {
-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.13);
box-shadow: 0 15px 15px rgba(0, 0, 0, 0.13);
margin-bottom: 1rem;
}
.post-tab-style-4 .vc-layout-left .term-link-all {
padding: 1rem;
}
.post-tab-style-4 .vc-layout-right .vc-post {
width: 100%;
min-height: 360px;
margin-bottom: 15px;
}
.post-tab-style-4 .vc-layout-right .vc-post .vc-thumbnail {
height: calc(735px / 3);
}
.post-tab-style-4 .vc-layout-right{
padding-top: 35px;
}
} @media (min-width: 768px) and (max-width: 991px) {
.post-tab-style-4 h3 {
font-size: 41px;
line-height: 28px;
}
.post-tab-style-4 h4 {
font-size: 20px;
line-height: 20px;
}
.post-tab-style-4 h5 {
font-size: 18px;
line-height: 18px;
}
.post-tab-style-4 .vc-layout-left {
padding-right: 0;
}
.post-tab-style-4 .vc-container .gap {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 0.5rem;
}
.post-tab-style-4 .vc-post {
min-height: 360px;
width: 100%;
}
.post-tab-style-4 .vc-post .vc-thumbnail {
position: relative;
height: 30%;
overflow: hidden;
}
.post-tab-style-4 .vc-post .vc-view-more {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-tab-style-4 .vc-post .vc-view-more span:first-child {
border-right: 0;
border-bottom: 1px solid white;
}
.post-tab-style-4 .vc-post .vc-view-more span,
.post-tab-style-4 .vc-post .vc-view-more a {
width: 100% !important;
}
.post-tab-style-4 .vc-container{
display: block;
}
.post-tab-style-4 .vc-layout-left{
width: 30%;
float: left;
margin: 0;
padding: 10px;
}
.post-tab-style-4 .vc-layout-right {
width: 70%;
float: left;
padding: 20px;
padding-top: 35px;
padding-bottom: 35px;
}
.post-tab-style-4 .vc-container.gap {
display: grid;
grid-template-columns: repeat(3, 1fr);
padding: 0;
}
}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
.post-tab-style-5 {
}
.post-tab-style-5 body {
min-height: 100%;
}
.post-tab-style-5 .fa,
.post-tab-style-5 .fab,
.post-tab-style-5 .fad,
.post-tab-style-5 .fal,
.post-tab-style-5 .far,
.post-tab-style-5 .fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.post-tab-style-5 .svg-icon {
width: 18px;
height: 18px;
}
.post-tab-style-5 h3 {
font-size: 54px;
font-weight: 600;
line-height: 54px;
margin: 0;
padding: 0;
}
.post-tab-style-5 h5 {
font-size: 28px;
font-weight: 600;
line-height: 14px;
margin: 0;
padding: 0;
margin-bottom: 28px;
}
.post-tab-style-5 h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.post-tab-style-5 .vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-tab-style-5 .vc-container.gap {
gap: 1.5rem;
}
.post-tab-style-5 .nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.post-tab-style-5 .nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.post-tab-style-5 .vc-post {
border-radius: 0;
}
.post-tab-style-5 .mb-2 {
margin-bottom: 2rem;
}
.post-tab-style-5 .text-center {
text-align: center;
}
.post-tab-style-5 .grid {
display: -ms-grid;
display: grid;
}
.post-tab-style-5 .arrow.down:before, .post-tab-style-5 .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.post-tab-style-5 .arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.post-tab-style-5 .arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
@media (max-width: 425px) {
.post-tab-style-5 h3 {
font-size: 24px;
line-height: 24px;
}
.post-tab-style-5 h4 {
font-size: 20px;
line-height: 20px;
}
.post-tab-style-5 h5 {
font-size: 18px;
line-height: 18px;
}
}
.post-tab-style-5 .vc-title {
margin-bottom: 1rem;
}
.post-tab-style-5 .vc-title h3 {
color: #077430;
}
.post-tab-style-5 .vc-title h5 {
color: #ffc300;
}
.post-tab-style-5 .nav-sub-term-yp {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #fbf5e5;
margin-bottom: 1rem;
}
.post-tab-style-5 .nav-sub-term-yp li {
color: black !important;
border-radius: 0;
cursor: pointer;
font-weight: 600;
list-style: none;
line-height: 18px;
font-size: 18px;
padding: 1rem 1rem;
}
.post-tab-style-5 .nav-sub-term-yp li.view-all {
padding: 0;
}
.post-tab-style-5 .nav-sub-term-yp li a {
color: black !important;
border-radius: 0;
cursor: pointer;
font-weight: 600;
list-style: none;
line-height: 18px;
font-size: 18px;
padding: 1rem 1rem;
}
.post-tab-style-5 .nav-sub-term-yp li.active, .post-tab-style-5 .nav-sub-term-yp li:hover {
margin-right: 0;
background: #ffc300;
font-weight: 600;
}
.post-tab-style-5 .vc-layout-left {
width: 25%;
padding-right: 1rem;
margin-right: 1rem;
-webkit-box-shadow: 15px 0 15px rgba(0, 0, 0, 0.125);
box-shadow: 15px 0 15px rgba(0, 0, 0, 0.125);
}
.post-tab-style-5 .menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background: #253e59;
background: -webkit-gradient(linear, left top, right top, from(#253e59), to(#009f83));
background: linear-gradient(90deg, #253e59 0%, #009f83 100%);
width: 100%;
border-radius: 0.25rem;
padding: 0.5rem 1.5rem;
color: white;
}
.post-tab-style-5 .menu span {
font-size: 28px;
line-height: 28px;
}
.post-tab-style-5 .menu svg {
width: 28px;
height: 28px;
}
.post-tab-style-5 .term-link-all {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #ffc300;
font-size: 22px;
}
.post-tab-style-5 .term-link-all span {
background-color: #ffc300;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 0.5rem;
}
.post-tab-style-5 .term-link-all span svg {
width: 22px;
height: 22px;
color: white;
}
.post-tab-style-5 .vc-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
margin-bottom: 1.5rem;
min-height: 150px;
border: 1px solid #ffc300;
}
.post-tab-style-5 .vc-post:hover {
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.125);
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.125);
}
.post-tab-style-5 .vc-post .vc-post-date {
position: absolute;
top: 0;
left: 0;
z-index: 9;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-size: 16px;
line-height: 14px;
color: #265c3a;
background: #ffc300;
font-weight: 600;
padding: 0.5rem;
}
.post-tab-style-5 .vc-post .vc-post-date span {
font-size: 36px;
line-height: 20px;
}
.post-tab-style-5 .vc-post .vc-thumbnail {
position: relative;
width: calc(30% + 15px);
overflow: hidden;
border-radius: 0;
}
.post-tab-style-5 .vc-post .vc-thumbnail img {
position: absolute;
width: auto;
max-width: none;
height: 100%;
left: calc(100% / 2);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.post-tab-style-5 .vc-post .vc-info {
width: 55%;
background-color: white;
line-height: 20px;
padding: 0.75rem;
}
.post-tab-style-5 .vc-post .vc-title,
.post-tab-style-5 .vc-post .excerpt {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
box-orient: vertical;
line-clamp: 2;
}
.post-tab-style-5 .vc-post .vc-title {
margin: 0;
margin-bottom: 0.5rem;
font-size: 22px;
line-height: 18px;
}
.post-tab-style-5 .vc-post .vc-title a {
color: #077430;
font-weight: 600;
}
.post-tab-style-5 .vc-post .excerpt {
font-size: 18px;
line-height: 18px;
}
.post-tab-style-5 .vc-post .vc-view-more {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 0.5rem;
background: #265c3a;
border-radius: 2rem;
padding: 0.5rem 1rem;
color: white;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
@media (max-width: 998px) {
.post-tab-style-5 h3 {
font-size: 38px;
line-height: 28px;
}
.post-tab-style-5 h4 {
font-size: 20px;
line-height: 20px;
}
.post-tab-style-5 h5 {
font-size: 20px;
line-height: 18px;
}
.post-tab-style-5 .vc-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-tab-style-5 .vc-container .vc_post_tab_style_4_left,
.post-tab-style-5 .vc-container .vc_post_tab_style_4_right {
width: 100%;
}
.post-tab-style-5 .vc-container .vc_post_tab_style_4_right {
margin-left: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-tab-style-5 .vc-container .vc_post_tab_style_4_right .vc-post {
width: 100%;
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.post-tab-style-5 .nav-sub-term-yp li {
width: 50%;
}
.post-tab-style-5 .nav-sub-term-yp li.view-all {
width: 100%;
}
.post-tab-style-5 .nav-sub-term-yp li a {
background: #077430;
color: #FFF!important;
padding: 1rem 1rem;
}
}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
.post-tab-style-6 {
}
.post-tab-style-6 body {
min-height: 100%;
}
.post-tab-style-6 .vc-layout-left:before {
content: '';
width: 100%;
height: 100%;
left: -100%;
position: absolute;
background: #fb8501;
display: block;
top: 0;
}
.post-tab-style-6 .fa,
.post-tab-style-6 .fab,
.post-tab-style-6 .fad,
.post-tab-style-6 .fal,
.post-tab-style-6 .far,
.post-tab-style-6 .fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.post-tab-style-6 .svg-icon {
width: 18px;
height: 18px;
}
.post-tab-style-6 h3 {
font-size: 43px;
font-weight: 600;
line-height: 26px;
margin: 0;
padding: 0;
}
.post-tab-style-6 h5 {
font-size: 25px;
font-weight: 600;
line-height: 25px;
margin: 0;
padding: 0;
}
.post-tab-style-6 h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.post-tab-style-6 .vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-tab-style-6 .vc-container.gap {
gap:0;
}
.post-tab-style-6 .nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.post-tab-style-6 .nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.post-tab-style-6 .vc-post {
border-radius: 0;
}
.post-tab-style-6 .mb-2 {
padding-top: 20px;
margin-bottom: 25px;
}
.post-tab-style-6 .text-center {
text-align: center;
}
.post-tab-style-6 .grid {
display: -ms-grid;
display: grid;
}
.post-tab-style-6 .arrow.down:before, .post-tab-style-6 .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.post-tab-style-6 .arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.post-tab-style-6 .arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
@media (max-width: 425px) {
.post-tab-style-6 h3 {
font-size: 30px;
line-height: 24px;
}
.post-tab-style-6 h4 {
font-size: 20px;
line-height: 20px;
}
.post-tab-style-6 h5 {
font-size: 18px;
line-height: 18px;
}
}
.post-tab-style-6 .vc-title h3 {
color: #7db61c;
}
.post-tab-style-6 .vc-title h5 {
color: #fb8501;
}
.post-tab-style-6 .vc-grid.grid-col-2 {
-ms-grid-column: 2;
grid-column: 2;
}
.post-tab-style-6 .vc-layout-left {
width: 25%;
margin-right: 0;
background-color: #fb8501;
padding-top: 5%;
padding-left: 8%;
border-bottom-right-radius: 15px;
}
.post-tab-style-6 .menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
border-radius: 0.25rem;
padding: 0.5rem 1.5rem;
margin-bottom: 1.5rem;
color: white;
}
.post-tab-style-6 .menu span {
font-size: 28px;
line-height: 28px;
}
.post-tab-style-6 .menu svg {
width: 28px;
height: 28px;
}
.post-tab-style-6 .nav-sub-term-yp {
margin-bottom: 15px;
}
.post-tab-style-6 .nav-sub-term-yp li {
font-size: 19px;
font-weight: 400;
margin: 0;
border-radius: 0;
padding: 9px;
padding-left: 1.5rem;
color: white;
line-height: 20px;
}
.post-tab-style-6 .nav-sub-term-yp li.active {
text-align: left;
font-weight: 600;
background: #5c9200;
border-top-left-radius: 2rem;
border-bottom-left-radius: 2rem;
}
.post-tab-style-6 .term-link-all {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 1.5rem;
margin-bottom: 1.5rem;
color: white;
font-size: 19px;
}
.post-tab-style-6 .term-link-all span {
background-color: white;
border-radius: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 0.5rem;
}
.post-tab-style-6 .term-link-all span svg {
width: 16px;
height: 16px;
color: #fb8501;
}
.post-tab-style-6 .vc-title-icon {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
padding-right: 1rem;
}
.post-tab-style-6 .vc-title-icon svg {
color: #5c9200;
width: 35px;
height: 35px;
margin-top: -7px;
}
.post-tab-style-6 .vc-layout-right {
width: 75%;
background: #FFF;
padding: 30px 20px;
padding-right:10%;
}
.post-tab-style-6 .vc-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
margin-bottom: 1.5rem;
min-height: 135px;
}
.post-tab-style-6 .vc-post .vc-thumbnail {
position: relative;
width: 45%;
overflow: hidden;
border-radius: 0.5rem;
}
.post-tab-style-6 .vc-post .vc-thumbnail img {
position: absolute;
width: 100%;
max-width: none;
height: 100%;
left: calc(100% / 2);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
object-fit: cover;
}
.post-tab-style-6 .vc-post .vc-info {
width: 55%;
background-color: white;
line-height: 20px;
padding: 0 0.75rem;
}
.post-tab-style-6 .vc-post .vc-title,
.post-tab-style-6 .vc-post .excerpt {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
}
.post-tab-style-6 .vc-post .vc-title {
margin: 0;
margin-bottom: 0.5rem;
font-size: 22px;
line-height: 18px;
margin-top: 5px;
}
.post-tab-style-6 .vc-post .vc-title a {
color: #003665;
font-weight: 600;
margin-top: 10px;
}
.post-tab-style-6 .vc-post .excerpt {
font-size: 18px;
line-height: 18px;
}
.post-tab-style-6 .vc-post .vc-post-date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-right: 1px solid white;
}
.post-tab-style-6 .vc-post .vc-post-date svg {
color: #fec81d;
margin-right: 0.5rem;
}
@media (max-width: 425px) {
.post-tab-style-6 .vc-title-icon svg {
width: 2rem;
height: 2rem;
}
.post-tab-style-6 .vc-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-tab-style-6 .vc-container .vc-layout-left,
.post-tab-style-6 .vc-container .vc-layout-right {
width: 100%;
}
.post-tab-style-6 .vc-container .vc-layout-right {
margin-left: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-right: 10px;
}
.post-tab-style-6 .vc-container .vc-layout-right .vc-post {
width: 100%;
}
.post-tab-style-6 .vc-container .vc-layout-right .vc-post .vc-post-date {
margin-bottom: 0.25rem;
}
} @media (min-width: 768px) and (max-width: 991px) {
.post-tab-style-6 .vc-layout-right {
padding-right: 10px;
}
.post-tab-style-6 .vc-layout-left {
padding-left: 10px;
}
}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
.post-tab-style-7 {
}
.post-tab-style-7 body {
min-height: 100%;
}
.post-tab-style-7 .fa,
.post-tab-style-7 .fab,
.post-tab-style-7 .fad,
.post-tab-style-7 .fal,
.post-tab-style-7 .far,
.post-tab-style-7 .fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.post-tab-style-7 .svg-icon {
width: 18px;
height: 18px;
}
.post-tab-style-7 h3 {
font-size: 54px;
font-weight: 600;
line-height: 54px;
margin: 0;
padding: 0;
}
.post-tab-style-7 h5 {
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin: 0;
padding: 0;
}
.post-tab-style-7 h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.post-tab-style-7 .vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-tab-style-7 .vc-container.gap {
gap: 1.5rem;
}
.post-tab-style-7 .nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.post-tab-style-7 .nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.post-tab-style-7 .vc-post {
border-radius: 0;
}
.post-tab-style-7 .mb-2 {
margin-bottom: 2rem;
}
.post-tab-style-7 .text-center {
text-align: center;
}
.post-tab-style-7 .grid {
display: -ms-grid;
display: grid;
}
.post-tab-style-7 .arrow.down:before, .post-tab-style-7 .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.post-tab-style-7 .arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.post-tab-style-7 .arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
.post-tab-style-7 .vc-main-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 2rem;
}
.post-tab-style-7 .vc-main-title .vc-title {
width: 25%;
}
.post-tab-style-7 .vc-main-title .vc-title h3 {
color: #225779;
font-size: 40px;
line-height: 30px;
}
.post-tab-style-7 .vc-main-title .vc-title h5 {
color: #38a3a5;
font-size: 26px;
line-height: 20px;
}
.post-tab-style-7 .vc-main-title .nav-sub-term-yp {
width: 75%;
margin: 0;
padding: 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
border-bottom: 2px solid #333;
}
.post-tab-style-7 .vc-main-title .nav-sub-term-yp li {
position: relative;
border-radius: 0;
cursor: pointer;
list-style: none;
line-height: 18px;
font-size: 20px;
font-weight: 600;
padding: 1.5rem 1rem;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
max-height: 60px;
}
.post-tab-style-7 .vc-main-title .nav-sub-term-yp li.view-all {
padding: 0;
}
.post-tab-style-7 .vc-main-title .nav-sub-term-yp li a {
color: black !important;
border-radius: 0;
cursor: pointer;
list-style: none;
line-height: 18px;
font-size: 18px;
padding: 1.5rem 1rem;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.post-tab-style-7 .vc-main-title .nav-sub-term-yp li.active, .post-tab-style-7 .vc-main-title .nav-sub-term-yp li:hover {
color: #225779;
margin-right: 0;
background: none;
font-weight: 600;
}
.post-tab-style-7 .vc-main-title .nav-sub-term-yp li.active::before {
content: "";
position: absolute;
top: 15px;
right: 15px;
padding: 3px;
background-color: #225779;
}
.post-tab-style-7 .vc-main-title .content-post-tab-yp .row .vc-post:first-child {
border-bottom: 1px solid #eee;
}
.post-tab-style-7 .vc-main-title .term-link-all {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #38a3a5;
font-size: 22px;
}
.post-tab-style-7 .vc-main-title .term-link-all span {
background-color: #38a3a5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 0.5rem;
}
.post-tab-style-7 .vc-main-title .term-link-all span svg {
width: 22px;
height: 22px;
color: white;
}
.post-tab-style-7 .vc-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
margin-bottom: 1rem;
padding-bottom: 1rem;
min-height: 150px;
background-color: initial;
}
.post-tab-style-7 .vc-post .vc-post-date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-size: 16px;
line-height: 14px;
color: white;
background: #225779;
font-weight: 600;
padding: 0.75rem 0.5rem;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
}
.post-tab-style-7 .vc-post .vc-post-date span {
font-size: 48px;
line-height: 32px;
}
.post-tab-style-7 .vc-post .vc-title {
margin-bottom: 1rem;
}
.post-tab-style-7 .vc-post .vc-title h3 {
color: #225779;
font-size: 22px;
line-height: 20px;
font-weight: 600;
color: #225779;
}
.post-tab-style-7 .vc-post .vc-title h5 {
color: #bdeec4;
}
.post-tab-style-7 .vc-post .vc-thumbnail {
position: relative;
overflow: hidden;
width: 25%;
background-color: white;
}
.post-tab-style-7 .vc-post .vc-thumbnail a {
width: 100%;
height: auto;
display: block;
}
.post-tab-style-7 .vc-post .vc-thumbnail img {
position: absolute;
width: auto;
max-width: none;
height: 100%;
left: calc(100% / 2);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.post-tab-style-7 .vc-post .vc-info {
width: 65%;
background-color: white;
line-height: 20px;
padding: 0.75rem;
}
.post-tab-style-7 .vc-post .vc-title {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
box-orient: vertical;
line-clamp: 2;
}
.post-tab-style-7 .vc-post .excerpt {
font-size: 18px;
line-height: 18px;
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
}
.post-tab-style-7 .vc-post-alt {
width: 100%;
height: 100%;
min-height: 350px;
content: "";
background: #225779;
z-index: 1;
}
.post-tab-style-7 .vc-post-alt a {
background-color: #bdeec4;
z-index: 2;
display: block;
height: 100%;
-webkit-transform: translate(10px, -10px);
transform: translate(10px, -10px);
}
.post-tab-style-7 .vc-post-alt .vc-thumbnail {
position: relative;
overflow: hidden;
height: 60%;
}
.post-tab-style-7 .vc-post-alt .vc-thumbnail img {
position: absolute;
left: calc(100% / 2);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: auto;
max-width: none;
height: 100%;
}
.post-tab-style-7 .vc-post-alt .vc-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 1rem;
}
.post-tab-style-7 .vc-post-alt .vc-info .vc-post-date {
width: 15%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-size: 16px;
line-height: 14px;
color: #225779;
font-weight: 600;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
.post-tab-style-7 .vc-post-alt .vc-info .vc-post-date span {
font-size: 48px;
line-height: 32px;
}
.post-tab-style-7 .vc-post-alt .vc-info .vc-title {
margin-left: 1rem;
width: 85%;
margin-bottom: 1rem;
overflow: hidden;
}
.post-tab-style-7 .vc-post-alt .vc-info .vc-title h3 {
font-size: 32px;
line-height: 24px;
font-weight: 600;
color: #225779;
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
}
.post-tab-style-7 .vc-post-alt .vc-info .vc-view-more {
color: #225779;
margin: 0.5rem 0;
}
@media (max-width: 767px) {
.post-tab-style-7 h3 {
font-size: 24px;
line-height: 24px;
}
.post-tab-style-7 h4 {
font-size: 20px;
line-height: 20px;
}
.post-tab-style-7 h5 {
font-size: 18px;
line-height: 18px;
}
.post-tab-style-7 .vc-main-title .nav-sub-term-yp li {
width: 50%;
}
.post-tab-style-7 .vc-main-title {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1rem;
}
.post-tab-style-7 .vc-main-title .vc-title {
width: 100%;
}
.post-tab-style-7 .vc-main-title .nav-sub-term-yp {
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
display: block;
}
.post-tab-style-7 .vc-main-title .nav-sub-term-yp li {
padding: 1rem;
text-align: center;
width: 50%;
float: left;
display: block;
}
.post-tab-style-7 .vc-main-title .nav-sub-term-yp li.view-all {
width: 100%;
}
.post-tab-style-7 .vc-main-title .nav-sub-term-yp .term-link-all {
padding: 14px;
width: 100%;
background: #225779;
color: #FFF!important;
margin-top: 0;
margin-bottom: 15px;
}
.post-tab-style-7 .vc-post-alt {
width: calc(100% - 10px);
}
} @media (min-width: 768px) and (max-width: 991px) {
.post-tab-style-7 .vc-main-title .nav-sub-term-yp{
display: block;
}
.post-tab-style-7 .vc-main-title .nav-sub-term-yp li {
width: 25%!important;
float: left;
padding: 0;
text-align: right;
}
.post-tab-style-7 .vc-main-title .nav-sub-term-yp li.view-all{
width: 100%!important;
}
.post-tab-style-7 .vc-main-title .nav-sub-term-yp li a {
padding: 10px 0 9px;
color: #FFF!important;
width: 100%;
text-align: center;
margin: 0 auto;
margin-top: 10px;
background: #225779;
}
}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
.post-tab-style-8 {
}
.post-tab-style-8 body {
min-height: 100%;
}
.post-tab-style-8 .fa,
.post-tab-style-8 .fab,
.post-tab-style-8 .fad,
.post-tab-style-8 .fal,
.post-tab-style-8 .far,
.post-tab-style-8 .fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.post-tab-style-8 .svg-icon {
width: 18px;
height: 18px;
}
.post-tab-style-8 h3 {
font-size: 54px;
font-weight: 600;
line-height: 54px;
margin: 0;
padding: 0;
}
.post-tab-style-8 h5 {
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin: 0;
padding: 0;
}
.post-tab-style-8 h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.post-tab-style-8 .vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-tab-style-8 .vc-container.gap {
gap: 1.5rem;
}
.post-tab-style-8 .nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.post-tab-style-8 .nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.post-tab-style-8 .vc-post {
border-radius: 0;
}
.post-tab-style-8 .mb-2 {
margin-bottom: 2rem;
}
.post-tab-style-8 .text-center {
text-align: center;
}
.post-tab-style-8 .grid {
display: -ms-grid;
display: grid;
}
.post-tab-style-8 .arrow.down:before, .post-tab-style-8 .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.post-tab-style-8 .arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.post-tab-style-8 .arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
@media (max-width: 425px) {
.post-tab-style-8 h3 {
font-size: 24px;
line-height: 24px;
}
.post-tab-style-8 h4 {
font-size: 20px;
line-height: 20px;
}
.post-tab-style-8 h5 {
font-size: 18px;
line-height: 18px;
}
}
.post-tab-style-8 .vc-main-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 0.5rem;
}
.post-tab-style-8 .vc-main-title .vc-title {
width: 70%;
}
.post-tab-style-8 .vc-main-title .vc-title h3 {
color: black;
font-size: 36px;
line-height: 30px;
}
.post-tab-style-8 .vc-main-title .term-link-all {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #005555;
font-size: 22px;
font-weight: 600;
}
.post-tab-style-8 .vc-main-title .term-link-all i {
margin-left: 0.25rem;
font-size: 14px;
}
.post-tab-style-8 .vc-main-title .term-link-all span {
background-color: #fd5c7b;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 0.5rem;
}
.post-tab-style-8 .vc-main-title .term-link-all span svg {
width: 22px;
height: 22px;
color: white;
}
.post-tab-style-8 .nav-sub-term-yp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
padding: 0;
margin-bottom: 2rem;
}
.post-tab-style-8 .nav-sub-term-yp li {
border-radius: 0;
list-style: none;
color: black;
padding: 0.25rem 0.75rem;
border-right: 2px solid black;
cursor: pointer;
margin: 0 0.125rem;
}
.post-tab-style-8 .nav-sub-term-yp li.active, .post-tab-style-8 .nav-sub-term-yp li:hover {
margin-right: 0;
text-align: left;
color: white;
background-color: #fd5c7b;
border-right: none;
border-radius: 1rem;
}
.post-tab-style-8 .nav-sub-term-yp li:last-child {
border-right: none;
}
.post-tab-style-8 .content-post-tab-yp .vc-post .vc-info {
position: relative;
z-index: 10;
}
.post-tab-style-8 .content-post-tab-yp .vc-post:nth-child(1):not(.last-post):not(.last-post-overlay) .vc-info::after {
content: "";
position: absolute;
height: 0px;
width: 0px;
top: calc(50% - 15px);
left: -30px; border-width: 15px;
border-color: transparent #f5f5f5 transparent transparent;
border-style: solid;
}
.post-tab-style-8 .content-post-tab-yp .vc-post:nth-child(2) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.post-tab-style-8 .content-post-tab-yp .vc-post:nth-child(2) .vc-info::after {
content: "";
position: absolute;
height: 0px;
width: 0px;
top: calc(50% - 15px);
right: -30px; border-width: 15px;
border-color: transparent transparent transparent #f5f5f5;
border-style: solid;
}
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post .vc-thumbnail {
height: 50%;
}
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post .vc-info::after {
content: "";
position: absolute;
height: 0px;
width: 0px;
top: -30px;
left: calc(50% - 15px); border-width: 15px;
border-color: transparent transparent #f5f5f5 transparent;
border-style: solid;
}
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
position: relative;
}
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .vc-thumbnail {
position: absolute;
height: 100%;
width: 100%;
}
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .bg-overlay {
position: absolute;
height: 100%;
width: 100%;
z-index: 5;
background-color: rgba(0, 0, 0, 0.25);
}
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .vc-info {
z-index: 10;
background-color: transparent;
}
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .vc-info .vc-sub-info .vc-post-date,
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .vc-info .vc-sub-info .vc-post-view,
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .vc-info .vc-title h3,
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .vc-info .excerpt,
.post-tab-style-8 .content-post-tab-yp .vc-post.last-post-overlay .vc-info .vc-view-more {
color: white;
}
.post-tab-style-8 .vc-post {
background-color: #f5f5f5;
}
.post-tab-style-8 .vc-post .entry-meta {
margin: 0;
}
.post-tab-style-8 .vc-post .vc-thumbnail {
position: relative;
overflow: hidden;
min-height: calc(177px + 5rem);
}
.post-tab-style-8 .vc-post .vc-thumbnail img {
position: absolute;
left: calc(100% / 2);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: auto;
max-width: none;
height: 100%;
}
.post-tab-style-8 .vc-post .vc-info {
padding: 1rem;
}
.post-tab-style-8 .vc-post .vc-info .vc-sub-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
margin-bottom: 0.75rem;
color: black;
}
.post-tab-style-8 .vc-post .vc-info .vc-sub-info > div {
background: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
color: black;
padding: 0;
font-size: 16px;
font-weight: normal;
}
.post-tab-style-8 .vc-post .vc-info .vc-sub-info > div i {
margin-right: 0.25rem;
}
.post-tab-style-8 .vc-post .vc-info .vc-title h3,
.post-tab-style-8 .vc-post .vc-info .excerpt {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
}
.post-tab-style-8 .vc-post .vc-info .vc-title {
display: block;
}
.post-tab-style-8 .vc-post .vc-info .vc-title h3 {
color: #1b3742;
font-size: 26px;
line-height: 22px;
margin-bottom: 0.75rem;
}
.post-tab-style-8 .vc-post .vc-info .excerpt {
line-height: 18px;
}
.post-tab-style-8 .vc-post .vc-info .vc-view-more {
margin: 0.75rem 0;
color: #005555;
font-size: 18px;
font-weight: 600;
}
.post-tab-style-8 .vc-post .vc-info .vc-view-more i {
font-size: 14px;
}
.post-tab-style-8 .vc-post:hover {
background-color: #ff999a;
}
.post-tab-style-8 .vc-post:hover .vc-info .vc-sub-info > div,
.post-tab-style-8 .vc-post:hover .vc-info .vc-title h3,
.post-tab-style-8 .vc-post:hover .vc-info .vc-view-more,
.post-tab-style-8 .vc-post:hover .vc-info .excerpt {
color: black;
}
.post-tab-style-8 .vc-post:hover:nth-child(1) .vc-info::after {
border-color: transparent #ff999a transparent transparent !important;
}
.post-tab-style-8 .vc-post:hover:nth-child(2) .vc-info::after {
border-color: transparent transparent transparent #ff999a !important;
}
.post-tab-style-8 .vc-post:hover.last-post .vc-info::after {
border-color: transparent transparent #ff999a transparent !important;
}  @media (min-width: 768px) and (max-width: 991px) {
.post-tab-style-8 .vc-post .vc-thumbnail img {
width: 100%;
max-height: 225px;
object-fit: cover;
height: auto;
position: relative;
}
.post-tab-style-8 .vc-post .vc-thumbnail{
min-height: auto;
}
.post-tab-style-8 .col-md-6.vc-thumbnail {
width: 100%;
}
.post-tab-style-8 .vc-post:nth-child(2),.post-tab-style-8 .overlay-item {
display: none;
}
}
@media (max-width: 767px) {
.post-tab-style-8 .vc-post:nth-child(2),.post-tab-style-8 .overlay-item {
display: none;
}
.post-tab-style-8 .content-post-tab-yp > div > div .vc-post {
width: 50%;
float: left;
margin: 0;
}
.post-tab-style-8 .content-post-tab-yp > div > div {
margin: 0;
padding: 0;
}
.post-tab-style-8 .last-post,
.post-tab-style-8 .last-post-overlay {
width: 100% !important;
}
.post-tab-style-8 .vc-main-title {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-tab-style-8 .vc-main-title div {
width: 100% !important;
}
.post-tab-style-8 .vc-main-title .term-link-all {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
.post-tab-style-8 .vc-main-title .vc-view-all {
padding: 0.5rem 0;
}
.post-tab-style-8 .nav-sub-term-yp {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-tab-style-8 .nav-sub-term-yp li {
border: none;
}
.post-tab-style-8 .vc-post {
height: 510px !important;
display: block;
}
.post-tab-style-8 .vc-post .vc-info::after {
display: none;
}
.post-tab-style-8 .vc-post.last-post-overlay {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.post-tab-style-8 .content-post-tab-yp > div > div .vc-post {
width: 100%;
}
.post-tab-style-8 .content-post-tab-yp > div .vc-post {
width: 100%;
float: none;
margin: 0;
}
.post-tab-style-8 .content-post-tab-yp .row {
margin: 0;
}
.post-tab-style-8 .content-post-tab-yp {
padding-left: 0;
}
}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
.post-tab-style-9 {
}
.post-tab-style-9 body {
min-height: 100%;
}
.post-tab-style-9 .fa,
.post-tab-style-9 .fab,
.post-tab-style-9 .fad,
.post-tab-style-9 .fal,
.post-tab-style-9 .far,
.post-tab-style-9 .fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.post-tab-style-9 .svg-icon {
width: 18px;
height: 18px;
}
.post-tab-style-9 h3 {
font-size: 54px;
font-weight: 600;
line-height: 54px;
margin: 0;
padding: 0;
}
.post-tab-style-9 h5 {
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin: 0;
padding: 0;
}
.post-tab-style-9 h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.post-tab-style-9 .vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-tab-style-9 .vc-container.gap {
gap: 1.5rem;
}
.post-tab-style-9 .nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.post-tab-style-9 .nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.post-tab-style-9 .vc-post {
border-radius: 0;
}
.post-tab-style-9 .mb-2 {
margin-bottom: 2rem;
}
.post-tab-style-9 .text-center {
text-align: center;
}
.post-tab-style-9 .grid {
display: -ms-grid;
display: grid;
}
.post-tab-style-9 .arrow.down:before, .post-tab-style-9 .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.post-tab-style-9 .arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.post-tab-style-9 .arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
.post-tab-style-9 .vc-info.active-color {
background: #055!important;
}
.post-tab-style-9 .active-color .vc-sub-info > div,
.post-tab-style-9 .active-color .vc-title h3,
.post-tab-style-9 .active-color .vc-view-more,
.post-tab-style-9 .active-color .excerpt
{
color: #FFF!important;
}
.post-tab-style-9 .active-color.vc-info::after{
border-color: #0000 #0000 #0000 #055!important;
}
@media (max-width: 425px) {
.post-tab-style-9 h3 {
font-size: 24px;
line-height: 24px;
}
.post-tab-style-9 h4 {
font-size: 20px;
line-height: 20px;
}
.post-tab-style-9 h5 {
font-size: 18px;
line-height: 18px;
}
}
.post-tab-style-9 .vc-main-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 27px;
}
.post-tab-style-9 .vc-main-title .vc-title {
width: 70%;
}
.post-tab-style-9 .vc-main-title .vc-title h3 {
color: #005555;
font-size: 44px;
line-height: 44px;
}
.post-tab-style-9 .vc-main-title .vc-title h5 {
color: #1b3742;
font-size: 26px;
line-height: 20px;
}
.post-tab-style-9 .vc-main-title .term-link-all {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #005555;
font-size: 20px;
font-weight: 600;
margin-bottom: -10px;
}
.post-tab-style-9 .vc-main-title .term-link-all i {
margin-left: 0.25rem;
font-size: 14px;
}
.post-tab-style-9 .vc-main-title .term-link-all span {
background-color: #38a3a5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 0.5rem;
}
.post-tab-style-9 .vc-main-title .term-link-all span svg {
width: 22px;
height: 22px;
color: white;
}
.post-tab-style-9 .nav-sub-term-yp {
margin: 0;
padding: 0;
}
.post-tab-style-9 .nav-sub-term-yp li {
border-radius: 0;
list-style: none;
color: #a8dfb7;
background-color: #7c8f7b;
padding: 1rem;
margin-right: -15px;
cursor: pointer;
border-bottom: solid 1px #d3eddb;
}
.post-tab-style-9 .nav-sub-term-yp li:last-child{
border: 0;
}
.post-tab-style-9 .nav-sub-term-yp li.active, .post-tab-style-9 .nav-sub-term-yp li:hover {
margin-right: -15px;
text-align: left;
color: white;
background-color: #005555;
}
.post-tab-style-9 .content-post-tab-yp .vc-post:nth-child(1):not(.last-post) .vc-info::after {
content: "";
position: absolute;
height: 0px;
width: 0px;
top: calc(50% - 15px);
left: -30px; border-width: 15px;
border-color: transparent white transparent transparent;
border-style: solid;
}
.post-tab-style-9 .content-post-tab-yp .vc-post:nth-child(2) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.post-tab-style-9 .content-post-tab-yp .vc-post:nth-child(2) .vc-info::after {
content: "";
position: absolute;
height: 0px;
width: 0px;
top: calc(50% - 15px);
right: -30px; border-width: 15px;
border-color: transparent transparent transparent white;
border-style: solid;
}
.post-tab-style-9 .content-post-tab-yp .vc-post.last-post {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
.post-tab-style-9 .content-post-tab-yp .vc-post.last-post .vc-thumbnail {
height: 50%;
}
.post-tab-style-9 .content-post-tab-yp .vc-post.last-post .vc-info::after {
content: "";
position: absolute;
height: 0px;
width: 0px;
top: -30px;
left: calc(50% - 15px); border-width: 15px;
border-color: transparent transparent white transparent;
border-style: solid;
}
.post-tab-style-9 .vc-post .entry-meta {
margin: 0;
}
.post-tab-style-9 .vc-post .vc-thumbnail {
position: relative;
overflow: hidden;
min-height: calc(177px + 5rem);
}
.post-tab-style-9 .vc-post .vc-thumbnail img {
position: absolute;
left: calc(100% / 2);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: auto;
max-width: none;
height: 100%;
}
.post-tab-style-9 .vc-post .vc-info {
position: relative;
padding: 1rem;
background: #FFF;
}
.post-tab-style-9 .vc-post .vc-info:hover{
background: #055;
}
.post-tab-style-9 .vc-post .vc-info .vc-sub-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: center;
align-self: center;
gap: 5px;
margin-bottom: 0.75rem;
color: #005555;
}
.post-tab-style-9 .vc-post .vc-info .vc-sub-info > div {
background: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
color: #005555;
padding: 0;
font-size: 16px;
font-weight: normal;
}
.post-tab-style-9 .vc-post .vc-info .vc-sub-info > div i {
margin-right: 0.25rem;
}
.post-tab-style-9 .vc-post .vc-info .vc-title h3,
.post-tab-style-9 .vc-post .vc-info .excerpt {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
}
.post-tab-style-9 .vc-post .vc-info .vc-title {
display: block;
}
.post-tab-style-9 .vc-post .vc-info .vc-title h3 {
color: #1b3742;
font-size: 22px;
line-height: 20px;
margin-bottom: 0.75rem;
}
.post-tab-style-9 .vc-post .vc-info .excerpt {
line-height: 18px;
font-size: 17px;
}
.post-tab-style-9 .vc-post .vc-info .vc-view-more {
margin: 0.75rem 0;
color: #005555;
font-size: 18px;
font-weight: 600;
}
.post-tab-style-9 .vc-post .vc-info .vc-view-more i {
font-size: 14px;
}
.post-tab-style-9 .vc-post:hover {
background-color: #005555;
}
.post-tab-style-9 .vc-post:hover .vc-info .vc-sub-info > div,
.post-tab-style-9 .vc-post:hover .vc-info .vc-title h3,
.post-tab-style-9 .vc-post:hover .vc-info .vc-view-more,
.post-tab-style-9 .vc-post:hover .vc-info .excerpt {
color: white;
}
.post-tab-style-9 .vc-post:hover .vc-info {
background: #055;
}
.post-tab-style-9 .vc-post:hover:nth-child(1) .vc-info::after {
border-color: transparent #005555 transparent transparent !important;
}
.post-tab-style-9 .vc-post:hover:nth-child(2) .vc-info::after {
border-color: transparent transparent transparent #005555 !important;
}
.post-tab-style-9 .vc-post:hover.last-post .vc-info::after {
border-color: transparent transparent #005555 transparent !important;
}
@media (max-width: 998px) {
.post-tab-style-9 .vc-main-title {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 1rem;
}
.post-tab-style-9 .vc-main-title div {
width: 100% !important;
}
.post-tab-style-9 .vc-main-title .term-link-all {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
.post-tab-style-9 .vc-main-title .vc-view-all {
padding: 0.5rem 0;
}
.post-tab-style-9 .vc-post {
height: 510px !important;
display: block;
margin: 0;
}
.post-tab-style-9 .vc-post .vc-info::after {
display: none;
}
.post-tab-style-9 .nav-sub-term-yp {
margin: 0px -16px;
}
.post-tab-style-9 .nav-sub-term-yp li.active,
.post-tab-style-9 .nav-sub-term-yp li:hover,
.post-tab-style-9 .nav-sub-term-yp li {
margin: 0;
}
}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
body {
min-height: 100%;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.svg-icon {
width: 18px;
height: 18px;
}
h3 {
font-size: 54px;
font-weight: 600;
line-height: 54px;
margin: 0;
padding: 0;
}
h5 {
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin: 0;
padding: 0;
}
h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.vc-container.gap {
gap: 1.5rem;
}
.nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.vc-post {
border-radius: 0;
}
.mb-2 {
margin-bottom: 2rem;
}
.text-center {
text-align: center;
}
.grid {
display: -ms-grid;
display: grid;
}
.arrow.down:before, .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
@media (max-width: 425px) {
h3 {
font-size: 24px;
line-height: 24px;
}
h4 {
font-size: 20px;
line-height: 20px;
}
h5 {
font-size: 18px;
line-height: 18px;
}
}
.post-tab-style-10 .vc-main-title {
text-align: center;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
.post-tab-style-10 .vc-main-title .vc-title {
position: relative;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
.post-tab-style-10 .vc-main-title .vc-title::after {
content: "";
position: absolute;
left: calc(95% / 2);
bottom: 0;
background-color: #eee;
width: 5%;
height: 1px;
}
.post-tab-style-10 .vc-main-title .vc-title h3 {
font-size: 36px;
line-height: 30px;
}
.post-tab-style-10 .vc-main-title .nav-sub-term-yp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
padding: 0;
gap: 1rem;
}
.post-tab-style-10 .vc-main-title .nav-sub-term-yp li {
position: relative;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
display: block;
border-radius: 0;
list-style: none;
color: black;
padding: 0.25rem 0.5rem;
margin-right: -15px;
cursor: pointer;
text-align: center;
}
.post-tab-style-10 .vc-main-title .nav-sub-term-yp li:not(:last-child)::after {
content: "";
position: absolute;
top: 25%;
right: 0;
border-right: 1px solid black;
height: 50%;
}
.post-tab-style-10 .vc-main-title .nav-sub-term-yp li.active, .post-tab-style-10 .vc-main-title .nav-sub-term-yp li:hover {
background-color: transparent;
margin-right: -15px;
color: #ffc300;
border: 1px solid #ffc300;
}
.post-tab-style-10 .vc-post i {
color: #ffc300;
}
.post-tab-style-10 .vc-post .entry-meta {
margin: 0;
}
.post-tab-style-10 .vc-post .vc-thumbnail {
position: relative;
overflow: hidden;
height: calc(110px + 5rem);
}
.post-tab-style-10 .vc-post .vc-thumbnail img {
position: absolute;
left: calc(100% / 2);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 100%;;
max-width: none;
height: 100%;
object-fit: cover;
}
.post-tab-style-10 .content-post-tab-yp {
padding: 10px;
}
.post-tab-style-10 .vc-post .vc-info {
padding: 1rem 0;
}
.post-tab-style-10 .vc-post .vc-info .vc-sub-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.5rem;
padding: 0.75rem 0;
margin-bottom: -3px;
color: black;
}
.post-tab-style-10 .vc-post .vc-info .vc-sub-info svg {
width: 10px;
height: 10px;
color: #ffc300;
margin-bottom: 1px;
margin-right: 4px;
}
.post-tab-style-10 .vc-post .vc-info .vc-sub-info > div:first-child {
border-right: 1px solid #eee;
padding-right: 0.5rem;
}
.post-tab-style-10 .vc-post .vc-info .vc-sub-info > div {
background: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
color: black;
padding: 0;
font-size: 16px;
font-weight: normal;
}
.post-tab-style-10 .vc-post .vc-info .vc-sub-info > div i {
margin-right: 0.25rem;
}
.post-tab-style-10 .vc-post .vc-info .vc-title h3,
.post-tab-style-10 .vc-post .vc-info .excerpt {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
}
.post-tab-style-10 .vc-post .vc-info .vc-title {
display: block;
min-height: calc(54px + 1rem);
}
.post-tab-style-10 .vc-post .vc-info .vc-title h3 {
color: black;
font-size: 19px;
line-height: 19px;
margin-bottom: 0;
}
.post-tab-style-10 .vc-post .vc-info .excerpt {
line-height: 16px;
font-size: 16px;
}
.post-tab-style-10 .vc-post .vc-info .vc-view-more {
margin: 0.75rem 0;
color: black;
font-size: 22px;
font-weight: 600;
}
.post-tab-style-10 .vc-post .vc-info .vc-view-more i {
font-size: 14px;
}
.post-tab-style-10 .vc-post:hover {
background-color: #005555;
}
.post-tab-style-10 .vc-post:hover .vc-info .vc-sub-info > div,
.post-tab-style-10 .vc-post:hover .vc-info .vc-title h3,
.post-tab-style-10 .vc-post:hover .vc-info .vc-view-more,
.post-tab-style-10 .vc-post:hover .vc-info .excerpt {
color: black;
}
.post-tab-style-10 .divide {
height: 2px;
}
.post-tab-style-10 .border-multi-color { background: #b6cd5b;   background: -webkit-gradient(linear, left top, right top, from(#b6cd5b), color-stop(33%, #b6cd5b), color-stop(33%, #fecf59), color-stop(66%, #fecf59), color-stop(66%, #e0706f), to(#e0706f));
background: linear-gradient(to right, #b6cd5b 0%, #b6cd5b 33%, #fecf59 33%, #fecf59 66%, #e0706f 66%, #e0706f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd5b', endColorstr='#e0706f',GradientType=1 ); }
.post-tab-style-10 .vc-view-all {
margin: 0 auto;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
background-color: #005555;
padding: 7px 25px;
cursor: pointer;
font-size: 16px;
transition: all ease-in-out 250ms;
}
.post-tab-style-10 .vc-view-all:hover {
background: #ddd;
}
.post-tab-style-10 .vc-view-all a {
color: white !important;
}
.post-tab-style-10 .vc-view-all:hover a{
color: #000!important;
}
@media (max-width: 998px) {
.post-tab-style-10 .vc-main-title .vc-title::after {
left: calc(85% / 2);
width: 15%;
}
.post-tab-style-10 .vc-main-title .nav-sub-term-yp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-tab-style-10 .vc-main-title .nav-sub-term-yp li {
width: 100%;
}
.post-tab-style-10 .vc-main-title .nav-sub-term-yp li::after {
border-right: 0 !important;
border-bottom: 1px solid black !important;
top: auto !important;
bottom: -0.5rem !important;
left: 0 !important;
right: auto !important;
height: 2px !important;
width: 100% !important;
}
}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
.post-tab-style-6-2 {
}
.post-tab-style-6-2 body {
min-height: 100%;
}
.post-tab-style-6-2 .fa,
.post-tab-style-6-2 .fab,
.post-tab-style-6-2 .fad,
.post-tab-style-6-2 .fal,
.post-tab-style-6-2 .far,
.post-tab-style-6-2 .fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.post-tab-style-6-2 .svg-icon {
width: 14px;
height: 14px;
}
.post-tab-style-6-2 h3 {
font-size: 54px;
font-weight: 600;
line-height: 54px;
margin: 0;
padding: 0;
}
.post-tab-style-6-2 h5 {
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin: 0;
padding: 0;
}
.post-tab-style-6-2 h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.post-tab-style-6-2 .vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-tab-style-6-2 .vc-container.gap {
gap: 1.5rem;
}
.post-tab-style-6-2 .nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.post-tab-style-6-2 .nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.post-tab-style-6-2 .vc-post {
border-radius: 0;
}
.post-tab-style-6-2 .mb-1 {
margin-bottom: 2rem;
}
.post-tab-style-6-2 .mb-2 {
margin-bottom: 2rem;
}
.post-tab-style-6-2 .text-center {
text-align: center;
}
.post-tab-style-6-2 .grid {
display: -ms-grid;
display: grid;
}
.post-tab-style-6-2 .arrow.down:before, .post-tab-style-6-2 .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.post-tab-style-6-2 .arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.post-tab-style-6-2 .arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
@media (max-width: 425px) {
.post-tab-style-6-2 h3 {
font-size: 24px;
line-height: 24px;
}
.post-tab-style-6-2 h4 {
font-size: 20px;
line-height: 20px;
}
.post-tab-style-6-2 h5 {
font-size: 18px;
line-height: 18px;
}
}
.post-tab-style-6-2 i {
color: #5c9200;
margin-right: 0.75rem;
}
.post-tab-style-6-2 .vc-title-icon i {
margin-top: -10px;
}
.post-tab-style-6-2 a:hover {
color: inherit;
}
.post-tab-style-6-2 .swiper {
height: 400px;
}
.post-tab-style-6-2 .swiper-pagination {
width: auto;
bottom: 1.5rem !important;
right: 1rem !important;
left: auto !important;
}
.post-tab-style-6-2 .swiper-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: white;
opacity: 1;
}
.post-tab-style-6-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #fec81d;
}
.post-tab-style-6-2 .vc-main-title {
margin-bottom: 1rem;
}
.post-tab-style-6-2 .vc-main-title .vc-title h3 {
font-size: 43px;
font-weight: 600;
line-height: 26px;
color: #5c9200;
}
.post-tab-style-6-2 .vc-main-title .vc-title h5 {
font-size: 25px;
font-weight: 600;
line-height: 25px;
color: #fb8501;
}
.post-tab-style-6-2 .vc-main-nav {
margin-bottom: 2rem;
}
.post-tab-style-6-2 .vc-main-nav .nav-sub-term-yp ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 1rem;
}
.post-tab-style-6-2 .vc-main-nav .nav-sub-term-yp ul li {
padding: 0 10px;
}
.post-tab-style-6-2 .vc-main-nav .nav-sub-term-yp ul li.active {
background: #fb8501;
margin-right: 0;
}
.post-tab-style-6-2 .vc-main-nav .term-link-all {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.25rem;
color: #222;
font-size: 17px;
}
.post-tab-style-6-2 .vc-main-nav i {
color: #fb8501;
margin-right: 0;
}
.post-tab-style-6-2 .overlay {
position: relative;
-webkit-transform: translate(10px, -10px);
transform: translate(10px, -10px);
}
.post-tab-style-6-2 .overlay::before {
content: " ";
position: absolute;
background-color: #fec81d;
top: 10px;
left: 0;
right: 0;
bottom: 0;
width: 80%;
-webkit-transform: translate(-10px, 10px);
transform: translate(-10px, 10px);
}
.post-tab-style-6-2 .content-post-tab-yp > div {
gap: 1rem;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.post-tab-style-6-2 .item-slide {
position: relative;
min-height: 400px;
overflow: hidden;
border-top-right-radius: 1.25rem;
border-bottom-right-radius: 1.25rem;
}
.post-tab-style-6-2 .swiper .swiper-slide {
margin-right: 1px;
}
.post-tab-style-6-2 .item-slide .post_date {
background-color: #5c9200;
color: white;
position: absolute;
top: 30px;
left: 0;
z-index: 10;
padding: 0.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.25rem;
overflow: hidden;
border-top-right-radius: 0.35rem;
border-bottom-right-radius: 0.35rem;
}
.post-tab-style-6-2 .item-slide .post_date span:first-child {
font-size: 36px;
}
.post-tab-style-6-2 .item-slide .post_date span {
font-size: 16px;
line-height: 13px;
}
.post-tab-style-6-2 .item-slide .in-thumbnail {
position: absolute;
overflow: hidden;
width: 100%;
height: 100%;
background-color: black;
}
.post-tab-style-6-2 .item-slide .in-thumbnail img {
position: absolute;
left: calc(100% / 2);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: auto;
max-width: none;
height: 300px;
margin: auto;
}
.post-tab-style-6-2 .item-slide .in-info {
position: absolute;
bottom: 1rem;
color: white;
background: black;
background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(45%, black), to(transparent));
background: linear-gradient(0deg, black 0%, black 45%, transparent 100%);
padding: 1rem;
}
.post-tab-style-6-2 .item-slide .in-info h4 {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
box-orient: vertical;
line-clamp: 3;
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
}
.post-tab-style-6-2 .item-slide .in-info .post_date svg {
color: #fec81d;
margin-right: 0.5rem;
}
.post-tab-style-6-2 .item-slide .in-info .view_more {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-tab-style-6-2 .item-slide .in-info .view_more svg {
margin-left: 0.125rem;
}
.post-tab-style-6-2 .vc-post {
border-radius: 0.35rem;
overflow: hidden;
margin-bottom: 3px;
}
.post-tab-style-6-2 .vc-post span {
display: block;
}
.post-tab-style-6-2 .vc-post .vc-post-date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
}
.post-tab-style-6-2 .vc-post .vc-post-date svg {
color: #fec81d;
margin-bottom: 1px;
}
.post-tab-style-6-2 .vc-post .vc-thumbnail {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
height: 185px;
position: relative;
}
.post-tab-style-6-2 .vc-post .vc-thumbnail img {
-ms-flex-negative: 0;
flex-shrink: 0;
max-width: none;
width: auto;
height: 100%;
}
.post-tab-style-6-2 .vc-post .vc-thumbnail .vc-view-more {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
transition: all ease-in-out 300ms;
background: #001d3dcf;
opacity: 0;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-tab-style-6-2 .vc-post .vc-thumbnail .vc-view-more span {
background-color: #fb8501;
border-radius: 2rem;
color: white;
padding: 0.25rem 1rem;
}
.post-tab-style-6-2 .vc-post .vc-info {
color: black;
background-color: white;
padding: 10px;
padding-right: 15px;
}
.post-tab-style-6-2 .vc-post .vc-info h4 {
color: #003665;
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
font-size: 25px;
line-height: 20px;
font-weight: 600;
margin-bottom: 3px;
}
.post-tab-style-6-2 .vc-post .vc-info .excerpt p {
display: -webkit-box;
line-height: 18px;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:4;
}
.post-tab-style-6-2 .vc-post:hover .vc-thumbnail .vc-view-more {
opacity: 1;
}
@media (max-width: 767px) {
.post-tab-style-6-2 .vc-main-title .vc-title h3 {
font-size: 38px;
line-height: 44px;
margin-bottom: -7px;
}
.post-tab-style-6-2 i {
margin-right: 0;
}
.post-tab-style-6-2 .vc-main-nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.post-tab-style-6-2 .vc-main-nav .nav-sub-term-yp ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 0;
}
.post-tab-style-6-2 .vc-main-nav .nav-sub-term-yp ul li {
width: 100%;
margin-bottom: 0.5rem;
}
.post-tab-style-6-2 .vc-main-nav .term-link-all {
color: black;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.post-tab-style-6-2 .content-post-tab-yp > div {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.post-tab-style-6-2 .content-post-tab-yp > div > div {
padding: 0 10px;
}
.post-tab-style-6-2 .content-post-tab-yp > div .overlay {
-webkit-transform: translate(5px, -5px);
transform: translate(5px, -5px);
}
}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
.post-tab-style-7-2 {
}
.post-tab-style-7-2 body {
min-height: 100%;
}
.post-tab-style-7-2 .fa,
.post-tab-style-7-2 .fab,
.post-tab-style-7-2 .fad,
.post-tab-style-7-2 .fal,
.post-tab-style-7-2 .far,
.post-tab-style-7-2 .fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.post-tab-style-7-2 .svg-icon {
width: 18px;
height: 18px;
}
.post-tab-style-7-2 h3 {
font-size: 54px;
font-weight: 600;
line-height: 54px;
margin: 0;
padding: 0;
}
.post-tab-style-7-2 h5 {
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin: 0;
padding: 0;
}
.post-tab-style-7-2 h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.post-tab-style-7-2 .vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-tab-style-7-2 .vc-container.gap {
gap: 1.5rem;
}
.post-tab-style-7-2 .nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.post-tab-style-7-2 .nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.post-tab-style-7-2 .vc-post {
border-radius: 0;
}
.post-tab-style-7-2 .mb-2 {
margin-bottom: 2rem;
}
.post-tab-style-7-2 .text-center {
text-align: center;
}
.post-tab-style-7-2 .grid {
display: -ms-grid;
display: grid;
}
.post-tab-style-7-2 .arrow.down:before, .post-tab-style-7-2 .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.post-tab-style-7-2 .arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.post-tab-style-7-2 .arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
.post-tab-style-7-2 .vc-main-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 2rem;
background-color: #225779;
padding: 1.25rem;
}
.post-tab-style-7-2 .vc-main-title .vc-title {
position: relative;
width: 100%;
height: 100%;
text-align: center;
}
.post-tab-style-7-2 .vc-main-title .vc-title h3 {
color: #bdeec4;
font-size: 36px;
line-height: 30px;
}
.post-tab-style-7-2 .vc-main-title .vc-title h5 {
color: white;
font-size: 26px;
line-height: 20px;
}
.post-tab-style-7-2 .vc-main-title .content-post-tab-yp .row .vc-post:first-child {
border-bottom: 1px solid #eee;
}
.post-tab-style-7-2 .vc-main-title .term-link-all {
position: absolute;
right: 2rem;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #38a3a5;
font-size: 22px;
color: white;
}
.post-tab-style-7-2 .vc-main-title .term-link-all span {
background-color: #38a3a5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 0.5rem;
}
.post-tab-style-7-2 .vc-main-title .term-link-all span svg {
width: 22px;
height: 22px;
color: white;
}
.post-tab-style-7-2 .vc-post {
position: relative;
width: 100%;
height: 100%;
min-height: 400px;
}
.post-tab-style-7-2 .vc-post a:hover {
color: inherit;
}
.post-tab-style-7-2 .vc-post .vc-post-date {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: center;
align-content: center;
color: white;
background-color: #38a3a5;
padding: 0 0.5rem;
}
.post-tab-style-7-2 .vc-post .vc-post-date svg {
width: 18px;
height: 18px;
}
.post-tab-style-7-2 .vc-post .vc-thumbnail {
padding-bottom: calc( 0.69 * 100% );
position: relative;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
overflow: hidden;
}
.post-tab-style-7-2 .vc-post .vc-thumbnail a {
display: block;
overflow: hidden;
height: 100%;
position: relative;
}
.post-tab-style-7-2 .vc-post .vc-thumbnail img {
display: block;
-webkit-transition: -webkit-filter .3s;
transition: -webkit-filter .3s;
-o-transition: filter .3s;
transition: filter .3s;
transition: filter .3s,-webkit-filter .3s;
height: auto!important;
height: 100%;
width: 100%;
position: absolute;
top: calc(50% + 1px);
left: calc(50% + 1px);
-webkit-transform: scale(1) translate(-50%,-50%);
-ms-transform: scale(1) translate(-50%,-50%);
transform: scale(1) translate(-50%,-50%);
}
.post-tab-style-7-2 .vc-post .vc-info {
position: relative;
-webkit-transform: translateY(-2rem);
transform: translateY(-2rem);
background-color: white;
padding: 0.75rem;
margin: auto 1.25rem;
min-height: 190px;
}
.post-tab-style-7-2 .vc-post .vc-info .vc-title,
.post-tab-style-7-2 .vc-post .vc-info .excerpt {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
}
.post-tab-style-7-2 .vc-post .vc-info .vc-title {
margin-bottom: 0.5rem;
}
.post-tab-style-7-2 .vc-post .vc-info .vc-title h3 {
color: #225779;
font-size: 24px;
line-height: 20px;
}
.post-tab-style-7-2 .vc-post .vc-info .excerpt {
line-height: 18px;
}
.post-tab-style-7-2 .vc-post .vc-info .vc-view-more {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-tab-style-7-2 .vc-post .vc-info .vc-view-more div:first-child {
width: 75%;
color: white;
background-color: #225779;
padding: 0.5rem;
}
.post-tab-style-7-2 .vc-post .vc-info .vc-view-more div:last-child {
width: 25%;
color: #225779;
background-color: #bdeec4;
padding: 0.385rem;
}
.post-tab-style-7-2 .vc-post .vc-info .vc-view-more i {
padding-top: 5px;
line-height: 18px;
}
@media (max-width: 767px) {
.post-tab-style-7-2 h3 {
font-size: 24px;
line-height: 24px;
}
.post-tab-style-7-2 h4 {
font-size: 20px;
line-height: 20px;
}
.post-tab-style-7-2 h5 {
font-size: 18px;
line-height: 18px;
}
.post-tab-style-7-2 {
padding: 0;
}
.post-tab-style-7-2 .vc-main-title {
padding: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-tab-style-7-2 .vc-main-title .vc-title {
padding: 1rem;
}
.post-tab-style-7-2 .vc-main-title .term-link-all {
margin-bottom: 1rem;
position: relative;
right: 0;
}
.post-tab-style-7-2 .vc-main-title .nav-sub-term-yp li {
padding: 1rem;
text-align: center;
width: 50%;
float: left;
display: block;
}
} @media (min-width: 768px) and (max-width: 991px) {
.post-tab-style-7-2 .vc-main-title .nav-sub-term-yp{
display: block;
}
.post-tab-style-7-2 .vc-main-title .nav-sub-term-yp li {
width: 25%!important;
float: left;
padding: 0;
text-align: right;
}
.post-tab-style-7-2 .vc-main-title .nav-sub-term-yp li.view-all{
width: 100%!important;
}
.post-tab-style-7-2 .vc-main-title .nav-sub-term-yp li a {
padding: 10px 0 9px;
color: #FFF!important;
width: 100%;
text-align: center;
margin: 0 auto;
margin-top: 10px;
background: #225779;
}
}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
.post-tab-style-7-3 {
}
.post-tab-style-7-3 body {
min-height: 100%;
}
.post-tab-style-7-3 .fa,
.post-tab-style-7-3 .fab,
.post-tab-style-7-3 .fad,
.post-tab-style-7-3 .fal,
.post-tab-style-7-3 .far,
.post-tab-style-7-3 .fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.post-tab-style-7-3 .svg-icon {
width: 18px;
height: 18px;
}
.post-tab-style-7-3 h3 {
font-size: 54px;
font-weight: 600;
line-height: 54px;
margin: 0;
padding: 0;
}
.post-tab-style-7-3 h5 {
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin: 0;
padding: 0;
}
.post-tab-style-7-3 h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.post-tab-style-7-3 .vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-tab-style-7-3 .vc-container.gap {
gap: 1.5rem;
}
.post-tab-style-7-3 .nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.post-tab-style-7-3 .nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.post-tab-style-7-3 .vc-post {
border-radius: 0;
}
.post-tab-style-7-3 .mb-2 {
margin-bottom: 2rem;
}
.post-tab-style-7-3 .text-center {
text-align: center;
position: absolute;
bottom: 0;
z-index: 1;
}
.post-tab-style-7-3 .grid {
display: -ms-grid;
display: grid;
}
.post-tab-style-7-3 .arrow.down:before, .post-tab-style-7-3 .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.post-tab-style-7-3 .arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.post-tab-style-7-3 .arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
.post-tab-style-7-3 .vc-main-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 2rem;
background-color: #225779;
padding: 1.25rem;
}
.post-tab-style-7-3 .vc-main-title .vc-title {
position: relative;
width: 100%;
height: 100%;
text-align: center;
}
.post-tab-style-7-3 .vc-main-title .vc-title h3 {
color: #bdeec4;
font-size: 36px;
line-height: 30px;
}
.post-tab-style-7-3 .vc-main-title .vc-title h5 {
color: white;
font-size: 26px;
line-height: 20px;
}
.post-tab-style-7-3 .vc-main-title .content-post-tab-yp .row .vc-post:first-child {
border-bottom: 1px solid #eee;
}
.post-tab-style-7-3 .vc-main-title .term-link-all {
position: absolute;
right: 2rem;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #38a3a5;
font-size: 22px;
color: white;
}
.post-tab-style-7-3 .vc-main-title .term-link-all span {
background-color: #38a3a5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 0.5rem;
}
.post-tab-style-7-3 .vc-main-title .term-link-all span svg {
width: 22px;
height: 22px;
color: white;
}
.post-tab-style-7-3 .vc-post {
position: relative;
width: 100%;
height: 100%;
min-height: 400px;
}
.post-tab-style-7-3 .vc-post a:hover {
color: inherit;
}
.post-tab-style-7-3 .vc-post .vc-post-date {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: center;
align-content: center;
color: white;
background-color: #38a3a5;
padding: 0 0.5rem;
border-top-right-radius: 10px;
}
.post-tab-style-7-3 .vc-post .vc-post-date svg {
width: 14px;
margin-right: 5px;
}
.post-tab-style-7-3 .vc-post .vc-thumbnail {
position: relative;
overflow: hidden;
height: 50%;
}
.post-tab-style-7-3 .vc-post .vc-thumbnail a {
display: block;
overflow: hidden;
height: 100%;
position: relative;
}
.post-tab-style-7-3 .vc-post .vc-thumbnail img {
position: absolute;
width: auto;
max-width: none;
height: 100%;
left: calc(100% / 2);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.post-tab-style-7-3 .vc-post .vc-info {
position: relative; background-color: white;
padding: 0.75rem;
margin: auto 1.25rem;
min-height: 190px;
}
.post-tab-style-7-3 .vc-post .vc-info .vc-title,
.post-tab-style-7-3 .vc-post .vc-info .excerpt {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
}
.post-tab-style-7-3 .vc-post .vc-info .vc-title {
margin-bottom: 0.5rem;
}
.post-tab-style-7-3 .vc-post .vc-info .vc-title h3 {
color: #225779;
font-size: 24px;
line-height: 20px;
}
.post-tab-style-7-3 .vc-post .vc-info .excerpt {
line-height: 18px;
}
.post-tab-style-7-3 .vc-post .vc-info .vc-view-more {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-tab-style-7-3 .vc-post .vc-info .vc-view-more div:first-child {
width: 75%;
color: white;
background-color: #225779;
padding: 0.5rem;
}
.post-tab-style-7-3 .vc-post .vc-info .vc-view-more div:last-child {
width: 25%;
color: #225779;
background-color: #bdeec4;
padding: 0.385rem;
}
.post-tab-style-7-3 .vc-post .vc-info .vc-view-more i {
padding-top: 5px;
line-height: 18px;
}
@media (max-width: 767px) {
.post-tab-style-7-3 h3 {
font-size: 24px;
line-height: 24px;
}
.post-tab-style-7-3 h4 {
font-size: 20px;
line-height: 20px;
}
.post-tab-style-7-3 h5 {
font-size: 18px;
line-height: 18px;
}
.post-tab-style-7-3 {
padding: 0;
}
.post-tab-style-7-3 .vc-main-title {
padding: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-tab-style-7-3 .vc-main-title .vc-title {
padding: 1rem;
}
.post-tab-style-7-3 .vc-main-title .term-link-all {
margin-bottom: 1rem;
position: relative;
right: 0;
}
.post-tab-style-7-3 .vc-main-title .nav-sub-term-yp li {
padding: 1rem;
text-align: center;
width: 50%;
float: left;
display: block;
}
} @media (min-width: 768px) and (max-width: 991px) {
.post-tab-style-7-3 .vc-main-title .nav-sub-term-yp{
display: block;
}
.post-tab-style-7-3 .vc-main-title .nav-sub-term-yp li {
width: 25%!important;
float: left;
padding: 0;
text-align: right;
}
.post-tab-style-7-3 .vc-main-title .nav-sub-term-yp li.view-all{
width: 100%!important;
}
.post-tab-style-7-3 .vc-main-title .nav-sub-term-yp li a {
padding: 10px 0 9px;
color: #FFF!important;
width: 100%;
text-align: center;
margin: 0 auto;
margin-top: 10px;
background: #225779;
}
}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
.post-tab-style-7-4 {
}
.post-tab-style-7-4 body {
min-height: 100%;
}
.post-tab-style-7-4 .fa,
.post-tab-style-7-4 .fab,
.post-tab-style-7-4 .fad,
.post-tab-style-7-4 .fal,
.post-tab-style-7-4 .far,
.post-tab-style-7-4 .fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.post-tab-style-7-4 .svg-icon {
width: 18px;
height: 18px;
}
.post-tab-style-7-4 h3 {
font-size: 54px;
font-weight: 600;
line-height: 54px;
margin: 0;
padding: 0;
}
.post-tab-style-7-4 h5 {
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin: 0;
padding: 0;
}
.post-tab-style-7-4 h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.post-tab-style-7-4 .vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-tab-style-7-4 .vc-container.gap {
gap: 1.5rem;
}
.post-tab-style-7-4 .nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.post-tab-style-7-4 .nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.post-tab-style-7-4 .vc-post {
border-radius: 0;
}
.post-tab-style-7-4 .mb-2 {
margin-bottom: 2rem;
}
.post-tab-style-7-4 .text-center {
text-align: center;
}
.post-tab-style-7-4 .grid {
display: -ms-grid;
display: grid;
}
.post-tab-style-7-4 .arrow.down:before, .post-tab-style-7-4 .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.post-tab-style-7-4 .arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.post-tab-style-7-4 .arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
.post-tab-style-7-4 .vc-main-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 2rem;
background-color: #225779;
padding: 1.25rem;
}
.post-tab-style-7-4 .vc-main-title .vc-title {
position: relative;
width: 100%;
height: 100%;
text-align: center;
}
.post-tab-style-7-4 .vc-main-title .vc-title h3 {
color: #bdeec4;
font-size: 36px;
line-height: 30px;
}
.post-tab-style-7-4 .vc-main-title .vc-title h5 {
color: white;
font-size: 26px;
line-height: 20px;
}
.post-tab-style-7-4 .vc-main-title .content-post-tab-yp .row .vc-post:first-child {
border-bottom: 1px solid #eee;
}
.post-tab-style-7-4 .vc-main-title .term-link-all {
position: absolute;
right: 2rem;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #38a3a5;
font-size: 22px;
color: white;
}
.post-tab-style-7-4 .vc-main-title .term-link-all span {
background-color: #38a3a5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 0.5rem;
}
.post-tab-style-7-4 .vc-main-title .term-link-all span svg {
width: 22px;
height: 22px;
color: white;
}
.post-tab-style-7-4 .vc-post {
position: relative;
width: 100%;
height: 100%;
min-height: 400px;
}
.post-tab-style-7-4 .vc-post a:hover {
color: inherit;
}
.post-tab-style-7-4 .vc-post .vc-post-date {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: center;
align-content: center;
color: white;
background-color: #38a3a5;
padding: 0 0.5rem;
position: absolute;
bottom: 0;
z-index: 1;
border-top-right-radius: 5px;
}
.post-tab-style-7-4 .vc-post .vc-post-date svg {
width: 14px;
margin-right: 5px;
}
.post-tab-style-7-4 .vc-post .vc-thumbnail {
position: relative;
overflow: hidden;
height: 50%;
}
.post-tab-style-7-4 .vc-post .vc-thumbnail a {
display: block;
overflow: hidden;
height: 100%;
position: relative;
}
.post-tab-style-7-4 .vc-post .vc-thumbnail img {
position: absolute;
width: 100%;
max-width: none;
height: 100%;
left: 0;
object-fit: cover;
}
.post-tab-style-7-4 .vc-post .vc-info {
position: relative;
background-color: white;
padding: 0.75rem;
margin: 0;
min-height: 85px;
}
.post-tab-style-7-4 .vc-post .vc-info .vc-title,
.post-tab-style-7-4 .vc-post .vc-info .excerpt {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
}
.post-tab-style-7-4 .vc-post .vc-info .vc-title {
margin-bottom: 0.5rem;
}
.post-tab-style-7-4 .vc-post .vc-info .vc-title h3 {
color: #225779;
font-size: 24px;
line-height: 20px;
}
.post-tab-style-7-4 .vc-post .vc-info .excerpt {
line-height: 18px;
}
.post-tab-style-7-4 .vc-post .vc-info .vc-view-more {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-tab-style-7-4 .vc-post .vc-info .vc-view-more div:first-child {
width: 75%;
color: white;
background-color: #225779;
padding: 0.5rem;
}
.post-tab-style-7-4 .vc-post .vc-info .vc-view-more div:last-child {
width: 25%;
color: #225779;
background-color: #bdeec4;
padding: 0.385rem;
}
.post-tab-style-7-4 .vc-post .vc-info .vc-view-more i {
padding-top: 5px;
line-height: 18px;
}
@media (max-width: 767px) {
.post-tab-style-7-4 h3 {
font-size: 24px;
line-height: 24px;
}
.post-tab-style-7-4 h4 {
font-size: 20px;
line-height: 20px;
}
.post-tab-style-7-4 h5 {
font-size: 18px;
line-height: 18px;
}
.post-tab-style-7-4 {
padding: 0;
margin: -10px;
}
.post-tab-style-7-4 .vc-main-title {
padding: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-tab-style-7-4 .vc-main-title .vc-title {
padding: 1rem;
}
.post-tab-style-7-4 .vc-main-title .term-link-all {
margin-bottom: 1rem;
position: relative;
right: 0;
}
.post-tab-style-7-4 .vc-main-title .nav-sub-term-yp li {
padding: 1rem;
text-align: center;
width: 50%;
float: left;
display: block;
}
.post-tab-style-7-4 .row {
display: block;
margin: 0;
}
.post-tab-style-7-4 .vc-post .vc-thumbnail img {
position: relative;
max-height: 200px;
margin-bottom: -10px;
}
.post-tab-style-7-4 .vc-post {
min-height: auto;
margin-bottom: 20px;
}
.post-tab-style-7-4 .vc-main-title {
margin: 0;
}
} @media (min-width: 768px) and (max-width: 991px) {
.post-tab-style-7-4 .vc-main-title .nav-sub-term-yp{
display: block;
}
.post-tab-style-7-4 .vc-post {
min-height: 215px!important;
}
.post-tab-style-7-4 .vc-main-title .nav-sub-term-yp li {
width: 25%!important;
float: left;
padding: 0;
text-align: right;
}
.post-tab-style-7-4 .vc-main-title .nav-sub-term-yp li.view-all{
width: 100%!important;
}
.post-tab-style-7-4 .vc-main-title .nav-sub-term-yp li a {
padding: 10px 0 9px;
color: #FFF!important;
width: 100%;
text-align: center;
margin: 0 auto;
margin-top: 10px;
background: #225779;
}
}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
.post-tab-style-8-2 {
}
.post-tab-style-8-2 body {
min-height: 100%;
}
.post-tab-style-8-2 .fa,
.post-tab-style-8-2 .fab,
.post-tab-style-8-2 .fad,
.post-tab-style-8-2 .fal,
.post-tab-style-8-2 .far,
.post-tab-style-8-2 .fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.post-tab-style-8-2 .svg-icon {
width: 18px;
height: 18px;
}
.post-tab-style-8-2 h3 {
font-size: 54px;
font-weight: 600;
line-height: 54px;
margin: 0;
padding: 0;
}
.post-tab-style-8-2 h5 {
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin: 0;
padding: 0;
}
.post-tab-style-8-2 h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.post-tab-style-8-2 .vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-tab-style-8-2 .vc-container.gap {
gap: 1.5rem;
}
.post-tab-style-8-2 .nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.post-tab-style-8-2 .nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.post-tab-style-8-2 .vc-post {
border-radius: 0;
}
.post-tab-style-8-2 .mb-2 {
margin-bottom: 2rem;
}
.post-tab-style-8-2 .text-center {
text-align: center;
}
.post-tab-style-8-2 .grid {
display: -ms-grid;
display: grid;
}
.post-tab-style-8-2 .arrow.down:before, .post-tab-style-8-2 .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.post-tab-style-8-2 .arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.post-tab-style-8-2 .arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
@media (max-width: 425px) {
.post-tab-style-8-2 h3 {
font-size: 24px;
line-height: 24px;
}
.post-tab-style-8-2 h4 {
font-size: 20px;
line-height: 20px;
}
.post-tab-style-8-2 h5 {
font-size: 18px;
line-height: 18px;
}
}
.post-tab-style-8-2 .vc-main-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 1rem;
}
.post-tab-style-8-2 .vc-main-title .vc-title {
width: 75%;
}
.post-tab-style-8-2 .vc-main-title .vc-title h3 {
color: black;
font-size: 43px;
line-height: 30px;
margin-left: -10px;
}
.post-tab-style-8-2 .vc-main-title .vc-view-all {
width: 25%;
}
.post-tab-style-8-2 .vc-main-title .term-link-all {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: end;
color: #222;
font-size: 18px;
font-weight: 600;
}
.post-tab-style-8-2 .vc-main-title .term-link-all i {
margin-left: 0.25rem;
font-size: 14px;
}
.post-tab-style-8-2 .vc-main-title .term-link-all span {
background-color: #fd5c7b;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 0.5rem;
}
.post-tab-style-8-2 .vc-main-title .term-link-all span svg {
width: 22px;
height: 22px;
color: white;
}
.post-tab-style-8-2 .col-md-6:nth-child(1) .vc-post:hover .vc-info::after {
border-color: transparent transparent #ff999a transparent !important;
}
.post-tab-style-8-2 .col-md-6:nth-child(2) .vc-post {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.post-tab-style-8-2 .col-md-6:nth-child(2) .vc-post:hover .vc-info::after {
border-color: #ff999a transparent transparent transparent !important;
}
.post-tab-style-8-2 .col-md-6:nth-child(2) .vc-post .vc-info::after {
content: "";
position: absolute;
height: 0px;
width: 0px;
top: auto;
bottom: -30px;
left: calc(50% - 15px); border-width: 15px;
border-color: #f5f5f5 transparent transparent transparent;
border-style: solid;
}
.post-tab-style-8-2 .vc-post {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: #f5f5f5;
}
.post-tab-style-8-2 .vc-post .vc-info::after {
content: "";
position: absolute;
height: 0px;
width: 0px;
top: -30px;
left: calc(50% - 15px); border-width: 15px;
border-color: transparent transparent #f5f5f5 transparent;
border-style: solid;
}
.post-tab-style-8-2 .vc-post .entry-meta {
margin: 0;
}
.post-tab-style-8-2 .vc-post .vc-thumbnail {
position: relative;
overflow: hidden;
min-height: calc(159px + 5rem);
}
.post-tab-style-8-2 .vc-post .vc-thumbnail img {
position: absolute;
left: calc(100% / 2);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: auto;
max-width: none;
height: 100%;
}
.post-tab-style-8-2 .vc-post .vc-info {
position: relative;
z-index: 10;
padding: 1rem;
}
.post-tab-style-8-2 .vc-post .vc-info .vc-sub-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
margin-bottom: 0.75rem;
color: black;
}
.post-tab-style-8-2 .vc-post .vc-info .vc-sub-info > div {
background: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
color: black;
padding: 0;
font-size: 16px;
font-weight: normal;
}
.post-tab-style-8-2 .vc-post .vc-info .vc-sub-info > div i {
margin-right: 0.25rem;
}
.post-tab-style-8-2 .vc-post .vc-info .vc-title h3,
.post-tab-style-8-2 .vc-post .vc-info .excerpt {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
}
.post-tab-style-8-2 .vc-post .vc-info .vc-title {
display: block;
}
.post-tab-style-8-2 .vc-post .vc-info .vc-title h3 {
color: #1b3742;
font-size: 26px;
line-height: 22px;
margin-bottom: 0.75rem;
}
.post-tab-style-8-2 .vc-post .vc-info .excerpt {
line-height: 18px;
}
.post-tab-style-8-2 .vc-post .vc-info .vc-view-more {
margin-top: 0.75rem;
color: #000;
font-size: 18px;
font-weight: 600;
}
.post-tab-style-8-2 .vc-post .vc-info .vc-view-more i {
font-size: 14px;
}
.post-tab-style-8-2 .vc-post:hover {
background-color: #ff999a;
}
.post-tab-style-8-2 .vc-post:hover .vc-info .vc-sub-info > div,
.post-tab-style-8-2 .vc-post:hover .vc-info .vc-title h3,
.post-tab-style-8-2 .vc-post:hover .vc-info .vc-view-more,
.post-tab-style-8-2 .vc-post:hover .vc-info .excerpt {
color: black;
} @media (min-width: 768px) and (max-width: 991px) {
.post-tab-style-8-2 .vc-post .vc-thumbnail img{
width: 100%;
height: auto;
}
}
@media (max-width: 767px) {
.post-tab-style-8-2 .vc-post .vc-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}
.post-tab-style-8-2 .vc-main-title {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-tab-style-8-2 .vc-main-title div {
width: 100% !important;
}
.post-tab-style-8-2 .vc-main-title .term-link-all {
-webkit-box-pack: start;
margin-left: -10px;
-ms-flex-pack: start;
justify-content: start;
}
.post-tab-style-8-2 .vc-main-title .vc-view-all {
padding: 0.5rem 0;
}
}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
.post-calendar-style-7 {
}
.post-calendar-style-7 body {
min-height: 100%;
}
.post-calendar-style-7 .fa,
.post-calendar-style-7 .fab,
.post-calendar-style-7 .fad,
.post-calendar-style-7 .fal,
.post-calendar-style-7 .far,
.post-calendar-style-7 .fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.post-calendar-style-7 .svg-icon {
width: 18px;
height: 18px;
}
.post-calendar-style-7 h3 {
font-size: 54px;
font-weight: 600;
line-height: 54px;
margin: 0;
padding: 0;
}
.post-calendar-style-7 h5 {
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin: 0;
padding: 0;
}
.post-calendar-style-7 h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.post-calendar-style-7 .vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post-calendar-style-7 .vc-container.gap {
gap: 1.5rem;
}
.post-calendar-style-7 .nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.post-calendar-style-7 .nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.post-calendar-style-7 .vc-post {
border-radius: 0;
}
.post-calendar-style-7 .mb-2 {
margin-bottom: 2rem;
}
.post-calendar-style-7 .text-center {
text-align: center;
}
.post-calendar-style-7 .grid {
display: -ms-grid;
display: grid;
}
.post-calendar-style-7 .arrow.down:before, .post-calendar-style-7 .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.post-calendar-style-7 .arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.post-calendar-style-7 .arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
.post-calendar-style-7 .vc-main-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 2rem;
}
.post-calendar-style-7 .vc-main-title .vc-title {
width: 25%;
}
.post-calendar-style-7 .vc-main-title .vc-title h3 {
color: #225779;
font-size: 42px;
line-height: 40px;
}
.post-calendar-style-7 .vc-main-title .vc-title h5 {
color: #38a3a5;
font-size: 26px;
line-height: 20px;
}
.post-calendar-style-7 .vc-main-title .nav-sub-term-yp {
width: 75%;
margin: 0;
padding: 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
border-bottom: 2px solid #333;
}
.post-calendar-style-7 .vc-main-title .nav-sub-term-yp li {
position: relative;
border-radius: 0;
cursor: pointer;
list-style: none;
line-height: 18px;
font-size: 20px;
font-weight: 600;
padding: 1.5rem .8rem;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.post-calendar-style-7 .vc-main-title .nav-sub-term-yp li.view-all {
padding: 0;
}
.post-calendar-style-7 .vc-main-title .nav-sub-term-yp li a {
color: black !important;
border-radius: 0;
cursor: pointer;
list-style: none;
line-height: 18px;
font-size: 18px;
padding: 1.5rem 1rem;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.post-calendar-style-7 .vc-main-title .nav-sub-term-yp li.active, .post-calendar-style-7 .vc-main-title .nav-sub-term-yp li:hover {
color: #225779;
margin-right: 0;
background: none;
font-weight: 600;
}
.post-calendar-style-7 .vc-main-title .nav-sub-term-yp li.active::before {
content: "";
position: absolute;
top: 15px;
right: 15px;
padding: 3px;
background-color: #225779;
}
.post-calendar-style-7 .vc-main-title .content-post-tab-yp .row .vc-post:first-child {
border-bottom: 1px solid #eee;
}
.post-calendar-style-7 .vc-main-title .term-link-all {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #38a3a5;
font-size: 22px;
}
.post-calendar-style-7 .vc-main-title .term-link-all span {
background-color: #38a3a5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 0.5rem;
}
.post-calendar-style-7 .vc-main-title .term-link-all span svg {
width: 22px;
height: 22px;
color: white;
}
.post-calendar-style-7 .vc-post {
position: relative;
width: 100%;
height: 100%;
min-height: 400px;
}
.post-calendar-style-7 .vc-post a:hover {
color: inherit;
}
.post-calendar-style-7 .vc-post .vc-post-date {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: center;
align-content: center;
color: white;
background-color: #38a3a5;
padding: 0 0.5rem;
}
.post-calendar-style-7 .vc-post .vc-post-date svg {
width: 18px;
height: 18px;
}
.post-calendar-style-7 .vc-post .vc-thumbnail {
position: relative;
overflow: hidden;
height: 50%;
}
.post-calendar-style-7 .vc-post .vc-thumbnail a {
display: block;
overflow: hidden;
height: 100%;
position: relative;
}
.post-calendar-style-7 .vc-post .vc-thumbnail img {
position: absolute;
width: auto;
max-width: none;
height: 100%;
left: calc(100% / 2);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.post-calendar-style-7 .vc-post .vc-info {
position: relative;
-webkit-transform: translateY(-2rem);
transform: translateY(-2rem);
background-color: white;
padding: 0.75rem;
margin: auto 0.75rem;
min-height: 190px;
}
.post-calendar-style-7 .vc-post .vc-info .vc-title,
.post-calendar-style-7 .vc-post .vc-info .excerpt {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
}
.post-calendar-style-7 .vc-post .vc-info .vc-title {
margin-bottom: 0.5rem;
}
.post-calendar-style-7 .vc-post .vc-info .vc-title h3 {
color: #225779;
font-size: 24px;
line-height: 20px;
}
.post-calendar-style-7 .vc-post .vc-info .excerpt {
line-height: 18px;
}
.post-calendar-style-7 .vc-post .vc-info .vc-view-more {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-calendar-style-7 .vc-post .vc-info .vc-view-more div:first-child {
width: 75%;
color: white;
background-color: #225779;
padding: 0.5rem;
}
.post-calendar-style-7 .vc-post .vc-info .vc-view-more div:last-child {
width: 25%;
color: #225779;
background-color: #bdeec4;
padding: 0.385rem;
}
.post-calendar-style-7 .vc-post .vc-info .vc-view-more i {
padding-top: 5px;
line-height: 18px;
}
@media (max-width: 767px) {
.post-calendar-style-7 h3 {
font-size: 24px;
line-height: 24px;
}
.post-calendar-style-7 h4 {
font-size: 20px;
line-height: 20px;
}
.post-calendar-style-7 h5 {
font-size: 18px;
line-height: 18px;
}
.post-calendar-style-7 .vc-main-title {
gap: 1rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-calendar-style-7 .vc-main-title .vc-title {
width: 100%;
}
.post-calendar-style-7 .vc-main-title .nav-sub-term-yp {
display: block;
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-calendar-style-7 .vc-main-title .nav-sub-term-yp li {
padding: 1rem;
text-align: center;
width: 50%;
float: left;
}
.post-calendar-style-7 .vc-main-title .nav-sub-term-yp .term-link-all {
padding: 1rem;
width: 100%;
}
.post-calendar-style-7 .vc-main-title .nav-sub-term-yp li.view-all{
width: 100%;
}
.post-calendar-style-7 .vc-main-title .nav-sub-term-yp li.view-all a{
padding: 10px 0 9px;
color: #FFF!important;
width: 100%;
text-align: center;
margin: 0 auto;
margin-bottom: 15px;
background: #225779;
}
.post-calendar-style-7 .vc-post-alt {
width: calc(100% - 10px);
}
}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
body {
min-height: 100%;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
font-family: "Font Awesome 5 Free";
line-height: inherit;
}
.svg-icon {
width: 18px;
height: 18px;
}
h3 {
font-size: 54px;
font-weight: 600;
line-height: 54px;
margin: 0;
padding: 0;
}
h5 {
font-size: 36px;
font-weight: 600;
line-height: 36px;
margin: 0;
padding: 0;
}
h4 {
font-size: 28px;
line-height: 22px;
font-weight: 600;
margin: 0;
padding: 0;
}
.vc-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.vc-container.gap {
gap: 1.5rem;
}
.nav-sub-term-yp ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.nav-sub-term-yp ul li {
cursor: pointer;
list-style: none;
}
.vc-post {
border-radius: 0;
}
.mb-2 {
margin-bottom: 2rem;
}
.text-center {
text-align: center;
}
.grid {
display: -ms-grid;
display: grid;
}
.arrow.down:before, .arrow.down:after {
content: "";
position: absolute;
bottom: 0;
width: 50%;
background-color: inherit;
padding-bottom: 5%;
z-index: 1;
}
.arrow.down:before {
right: 50%;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.arrow.down:after {
left: 50%;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
@media (max-width: 425px) {
h3 {
font-size: 24px;
line-height: 24px;
}
h4 {
font-size: 20px;
line-height: 20px;
}
h5 {
font-size: 18px;
line-height: 18px;
}
}
.post-calendar-style-10 .vc-main-title {
text-align: center;
}
.post-calendar-style-10 .vc-main-title .vc-title {
position: relative;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
.post-calendar-style-10 .vc-main-title .vc-title::after {
content: "";
position: absolute;
left: calc(95% / 2);
bottom: 0;
background-color: #eee;
width: 5%;
height: 1px;
}
.post-calendar-style-10 .vc-main-title .vc-title h3 {
font-size: 36px;
line-height: 30px;
}
.post-calendar-style-10 .vc-main-title .nav-sub-term-yp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
padding: 0;
gap: 1rem;
}
.post-calendar-style-10 .vc-main-title .nav-sub-term-yp li {
position: relative;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
display: block;
border-radius: 0;
list-style: none;
color: black;
padding: 0.25rem 0.5rem;
margin-right: -15px;
cursor: pointer;
text-align: center;
}
.post-calendar-style-10 .vc-main-title .nav-sub-term-yp li:not(:last-child)::after {
content: "";
position: absolute;
top: 25%;
right: 0;
border-right: 1px solid black;
height: 50%;
}
.post-calendar-style-10 .vc-main-title .nav-sub-term-yp li.active, .post-calendar-style-10 .vc-main-title .nav-sub-term-yp li:hover {
background-color: transparent;
margin-right: -15px;
color: #ffc300;
border: 1px solid #ffc300;
}
.post-calendar-style-10 .vc-post i {
color: #ffc300;
}
.post-calendar-style-10 .vc-post .entry-meta {
margin: 0;
}
.post-calendar-style-10 .vc-post .vc-thumbnail {
position: relative;
overflow: hidden;
height: calc(110px + 5rem);
}
.post-calendar-style-10 .vc-post .vc-thumbnail img {
position: absolute;
left: calc(100% / 2);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 100%;
object-fit: cover;
max-width: none;
height: 100%;
}
.post-calendar-style-10 .row .col-md-3 {
margin-bottom: 10px;
}
.post-calendar-style-10 .vc-post .vc-info {
padding: 1rem;
background: #FFF;
}
.home-theme-10.item-1 .post-basic-style-11-v2 .vcps-item .vc-sub-info.theme-10 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.5rem;
padding: 0.75rem 0;
margin-bottom: 0;
color: #000;
}
.post-calendar-style-10 .vc-post .vc-info .vc-sub-info svg {
width: 10px;
height: 10px;
color: #ffc300;
margin-bottom: 1px;
margin-right: 4px;
}
.post-calendar-style-10 .vc-post .vc-info .vc-sub-info > div:first-child {
border-right: 1px solid #eee;
padding-right: 0.5rem;
}
.post-calendar-style-10 .vc-post .vc-info .vc-sub-info{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.5rem;
padding: 0.75rem 0;
margin-bottom: 0;
color: #000;
}
.post-calendar-style-10 .vc-post .vc-info .vc-sub-info > div {
background: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
color: black;
padding: 0;
font-size: 16px;
font-weight: normal;
}
.post-calendar-style-10 .vc-post .vc-info .vc-sub-info > div i {
margin-right: 0.25rem;
}
.post-calendar-style-10 .vc-post .vc-info .vc-title h3,
.post-calendar-style-10 .vc-post .vc-info .excerpt {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
}
.post-calendar-style-10 .vc-post .vc-info .vc-title {
display: block;
min-height: calc(50px + 1rem);
}
.post-calendar-style-10 .vc-post .vc-info .vc-title h3 {
color: black;
font-size: 21px;
line-height: 18px;
margin-bottom: 0;
}
.post-calendar-style-10 .vc-post .vc-info .excerpt {
line-height: 18px;
font-size: 16px;
}
.post-calendar-style-10 .vc-post .vc-info .vc-view-more {
margin: 0.75rem 0;
color: black;
font-size: 22px;
font-weight: 600;
}
.post-calendar-style-10 .vc-post .vc-info .vc-view-more i {
font-size: 14px;
}
.post-calendar-style-10 .vc-post:hover {
background-color: #005555;
}
.post-calendar-style-10 .vc-post:hover .vc-info .vc-sub-info > div,
.post-calendar-style-10 .vc-post:hover .vc-info .vc-title h3,
.post-calendar-style-10 .vc-post:hover .vc-info .vc-view-more,
.post-calendar-style-10 .vc-post:hover .vc-info .excerpt {
color: black;
}
.post-calendar-style-10 .divide {
height: 2px;
}
.post-calendar-style-10 .border-multi-color { background: #b6cd5b;   background: -webkit-gradient(linear, left top, right top, from(#b6cd5b), color-stop(33%, #b6cd5b), color-stop(33%, #fecf59), color-stop(66%, #fecf59), color-stop(66%, #e0706f), to(#e0706f));
background: linear-gradient(to right, #b6cd5b 0%, #b6cd5b 33%, #fecf59 33%, #fecf59 66%, #e0706f 66%, #e0706f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd5b', endColorstr='#e0706f',GradientType=1 ); }
.post-calendar-style-10 .vc-view-all {
margin: 0 auto;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
background-color: #005555;
padding: 0.5rem 2rem;
cursor: pointer;
transition: all ease-in-out 250ms;
margin-top: 25px;
}
.post-calendar-style-10 .vc-view-all:hover{
background: #ddd;
}
.post-calendar-style-10 .vc-view-all a {
transition: all ease-in-out 250ms;
background-color: #005555;
color: white !important;
}
.post-calendar-style-10 .vc-view-all:hover a{
color: #222!important;
background: #ddd;
}
@media (max-width: 998px) {
.post-tab-style-10 .vc-main-title .vc-title::after {
left: calc(85% / 2);
width: 15%;
}
.post-tab-style-10 .vc-main-title .nav-sub-term-yp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.post-tab-style-10 .vc-main-title .nav-sub-term-yp li {
width: 100%;
}
.post-tab-style-10 .vc-main-title .nav-sub-term-yp li::after {
border-right: 0 !important;
border-bottom: 1px solid black !important;
top: auto !important;
bottom: -0.5rem !important;
left: 0 !important;
right: auto !important;
height: 2px !important;
width: 100% !important;
}
}.vc_posts.style-3.v1 .vc_posts-wrapper {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 10px;
}
.vc_posts.style-3.v1 .vcps-item .vcps-info {
background: #f9a50f;
color: #FFF;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
padding: 15px;
padding-top: 40px;
}
.vc_posts.style-3.v1 .vcps-item:nth-child(2) .vcps-info{
background: #ef7a1d;
}
.vc_posts.style-3.v1 .vcps-item:nth-child(3) .vcps-info{
background: #f38f1d;
}
.vc_posts.style-3.v1 .featured-croped {
padding-bottom: calc( 0.68 * 100% );
position: relative;
margin: 0;
margin-bottom: -21px;
overflow: hidden;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.vc_posts.style-3.v1 .featured-croped img{
display: block;
-webkit-transition: -webkit-filter .3s;
transition: -webkit-filter .3s;
-o-transition: filter .3s;
transition: filter .3s;
transition: filter .3s,-webkit-filter .3s;
height: 100%;
width: 100%;
position: absolute;
top: calc(50% + 1px);
left: calc(50% + 1px);
-webkit-transform: scale(1.01) translate(-50%,-50%);
-ms-transform: scale(1.01) translate(-50%,-50%);
transform: scale(1.01) translate(-50%,-50%);
overflow: hidden;
object-fit: cover;
transition: all ease-in-out 200ms;
}
.vc_posts.style-3.v1 .featured-croped a{
overflow: hidden;
}
.vc_posts.style-3.v1 .featured-croped a:hover img{
-webkit-transform: scale(1.1) translate(-50%,-50%);
-ms-transform: scale(1.1) translate(-50%,-50%);
transform: scale(1.1) translate(-50%,-50%);
}
.vc_posts.style-3.v1 h3.link-name a {
font-size: 26px;
margin: 0;
line-height: 24px;
font-weight: 600;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
color: #000;
}
.vc_posts.style-3.v1 h3.link-name {
margin-bottom: 15px;
}
.vc_posts.style-3.v1 .p_excerpt {
font-size: 20px;
font-weight: 500;
margin: 0;
line-height: 21px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
color: #000;
}
.vc_posts.style-3.v1 h3.link-name a:hover {
color: #333;
}
.vc_posts.style-3.v1 .post_view svg {
display: block;
float: left;
}
.vc_posts.style-3.v1 .post_view .post-views {
display: block;
float: left;
line-height: 27px;
margin: 0 5px;
}
.vc_posts.style-3.v1 span.post_view {
line-height: 27px;
}
.vc_posts.style-3.v1 .post_date{
display: block;
float: left;
margin-right: 20px;
}
.vc_posts.style-3.v1 .post-meta svg {
width: 14px;
color: #FFF;
margin-bottom: -7px;
}
.vc_posts.style-3.v1 .post-meta {
font-weight: 500;
color: #000;
font-size: 17px;
margin-top: 15px;
} @media (max-width: 767px) {
.vc_posts.style-3.v1 .vc_posts-wrapper {
grid-template-columns: repeat(2, 1fr);
}
.vc_posts.style-3.v1 .post_date {
width: 100%;
}
} @media (min-width: 768px) and (max-width: 991px) {
}.vc_posts.card.style-1.v1 .vc-post .vc-thumbnail .divide-obj{
content: "";
position: absolute;
left: 15px;
bottom: -1px;
width: 30px;
height: 15px;
border-top: solid 15px #0000;
border-left: solid 15px #fff;
border-right: solid 15px #fff;
}
.vc_posts.card.style-1.v1 .vcps-item{
position: relative;
min-height: 390px;
margin-bottom: 10px;
-webkit-box-shadow: 0 0 3px rgb(0 0 0 / 25%);
box-shadow: 0 0 3px rgb(0 0 0 / 25%);
background: #FFF;
}
.vc_posts.card.style-1.v1 .vc_posts-wrapper {
display: grid;
-ms-grid-columns: (minmax(30px,1fr))[auto-fit];
grid-template-columns: repeat(auto-fit,minmax(30px,1fr));
grid-gap: 15px;
}
.v-col-3 .vc_posts.card.style-1.v1 .vc_posts-wrapper {
grid-template-columns: repeat(3, 1fr);
}
.vc_posts.card.style-1.v1 .featured-croped .in-croped{
padding-bottom: calc( 0.68 * 100% );
position: relative;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
overflow: hidden;
}
.vc_posts.card.style-1.v1 .featured-croped  .divide-obj{
content: "";
position: absolute;
left: 15px;
bottom: 0;
width: 30px;
height: 15px;
border-top: solid 15px #0000;
border-left: solid 15px #fff;
border-right: solid 15px #fff;
z-index: 1;
}
.vc_posts.card.style-1.v1 .featured-croped .in-croped::before{
content: "";
position: absolute;
width: 15px;
border-top: solid 16px #fff;
left: 0;
bottom: -1px;
z-index: 1;
}
.vc_posts.card.style-1.v1 .featured-croped .in-croped::after{
content: "";
position: absolute;
width: calc(100% - 45px);
left: 45px;
bottom: -1px;
border-top: solid 16px #fff;
}
.vc_posts.card.style-1.v1 .featured-croped img {
display: block;
-webkit-transition: -webkit-filter .3s;
transition: -webkit-filter .3s;
-o-transition: filter .3s;
transition: filter .3s;
transition: filter .3s,-webkit-filter .3s;
height: 100%;
width: 100%;
position: absolute;
top: calc(50% + 1px);
left: calc(50% + 1px);
-webkit-transform: scale(1) translate(-50%,-50%);
-ms-transform: scale(1) translate(-50%,-50%);
transform: scale(1) translate(-50%,-50%);
object-fit: cover;
transition: all ease-in-out 250ms;
}
.vc_posts.card.style-1.v1 .vc-title {
margin: 0;
margin-bottom: 0.5rem;
font-size: 22px;
line-height: 22px;
}
.vc_posts.card.style-1.v1 .vc-title a{
color: #275d3b;
font-weight: 600;
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.vc_posts.card.style-1.v1 .vc-view-more {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-top: solid 1px #ddd!important;
padding: 10px!important;
}
.vc_posts.card.style-1.v1 .p_excerpt{
min-height: 120px;
}
.no_excerpt .p_excerpt{
display: none;
}
.no_excerpt .vc_posts.card.style-1.v1 .vcps-item{
min-height: 285px;
}
.vc_posts.card.style-1.v1 .p_excerpt p {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
font-size: 20px;
line-height: 20px;
}
.vc_posts.card.style-1.v1 .vcps-info {
padding: 0.75rem;
overflow: hidden;
z-index: 123;
}
.vc_posts.card.style-1.v1 .vc-view-more svg {
width: 18px;
height: 18px;
color: #fec81d;
}
.featured-croped {
position: relative;
overflow: hidden;
}
.vc_posts.card.style-1.v1 .post-meta {
position: absolute;
right: 0;
bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.25rem 0.5rem;
color: #fff;
z-index: 1;
background-color: #001c3c;
}
.vc_posts.card.style-1.v1 .post-meta svg{
width: 18px;
height: 18px;
color: #fec81d;
margin-right: 0.5rem;
}
.vc_posts.card.style-1.v1 .post-meta svg {
width: 18px;
height: 18px;
color: #fec81d;
margin-right: 0.5rem;
margin-bottom: -4px;
}.vc_posts.card.style-1.ebook .vc-post .vc-thumbnail .divide-obj{
content: "";
position: absolute;
left: 15px;
bottom: -1px;
width: 30px;
height: 15px;
border-top: solid 15px #0000;
border-left: solid 15px #fff;
border-right: solid 15px #fff;
}
.vc_posts.card.style-1.ebook .vcps-item{
position: relative;
min-height: 390px;
margin-bottom: 10px;
-webkit-box-shadow: 0 0 3px rgb(0 0 0 / 25%);
box-shadow: 0 0 3px rgb(0 0 0 / 25%);
background: #FFF;
}
.vc_posts.card.style-1.ebook .vc_posts-wrapper {
display: grid;
-ms-grid-columns: (minmax(30px,1fr))[auto-fit];
grid-template-columns: repeat(auto-fit,minmax(30px,1fr));
grid-gap: 15px;
}
.v-col-3 .vc_posts.card.style-1.ebook .vc_posts-wrapper {
grid-template-columns: repeat(3, 1fr);
}
.vc_posts.card.style-1.ebook .featured-croped .in-croped{
padding-bottom: calc( 0.68 * 100% );
position: relative;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
overflow: hidden;
}
.vc_posts.card.style-1.ebook .featured-croped  .divide-obj{
content: "";
position: absolute;
left: 15px;
bottom: 0;
width: 30px;
height: 15px;
border-top: solid 15px #0000;
border-left: solid 15px #fff;
border-right: solid 15px #fff;
z-index: 1;
}
.vc_posts.card.style-1.ebook .featured-croped .in-croped::before{
content: "";
position: absolute;
width: 15px;
border-top: solid 16px #fff;
left: 0;
bottom: -1px;
z-index: 1;
}
.vc_posts.card.style-1.ebook .featured-croped .in-croped::after{
content: "";
position: absolute;
width: calc(100% - 45px);
left: 45px;
bottom: -1px;
border-top: solid 16px #fff;
}
.vc_posts.card.style-1.ebook .featured-croped img {
display: block;
-webkit-transition: -webkit-filter .3s;
transition: -webkit-filter .3s;
-o-transition: filter .3s;
transition: filter .3s;
transition: filter .3s,-webkit-filter .3s;
height: 100%;
width: 100%;
position: absolute;
top: calc(50% + 1px);
left: calc(50% + 1px);
-webkit-transform: scale(1) translate(-50%,-50%);
-ms-transform: scale(1) translate(-50%,-50%);
transform: scale(1) translate(-50%,-50%);
object-fit: cover;
transition: all ease-in-out 250ms;
}
.vc_posts.card.style-1.ebook .vc-title {
margin: 0;
margin-bottom: 0.5rem;
font-size: 22px;
line-height: 22px;
min-height: 110px;
}
.vc_posts.card.style-1.ebook .vc-title a{
color: #275d3b;
font-weight: 600;
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.vc_posts.card.style-1.ebook .vc-view-more {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-top: solid 1px #ddd!important;
padding: 10px!important;
}
.vc_posts.card.style-1.ebook .p_excerpt{
min-height: 120px;
}
.no_excerpt .p_excerpt{
display: none;
}
.no_excerpt .vc_posts.card.style-1.ebook .vcps-item{
min-height: 285px;
}
.vc_posts.card.style-1.ebook .p_excerpt p {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
box-orient: vertical;
line-clamp: 3;
font-size: 20px;
line-height: 20px;
}
.vc_posts.card.style-1.ebook .vcps-info {
padding: 0.75rem;
overflow: hidden;
z-index: 123;
}
.vc_posts.card.style-1.ebook .vc-view-more svg {
width: 18px;
height: 18px;
color: #fec81d;
}
.featured-croped {
position: relative;
overflow: hidden;
}
.vc_posts.card.style-1.ebook .post-meta {
position: absolute;
right: 0;
bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.25rem 0.5rem;
color: #fff;
z-index: 1;
background-color: #001c3c;
}
.vc_posts.card.style-1.ebook .post-meta svg{
width: 18px;
height: 18px;
color: #fec81d;
margin-right: 0.5rem;
}
.vc_posts.card.style-1.ebook .post-meta svg {
width: 18px;
height: 18px;
color: #fec81d;
margin-right: 0.5rem;
margin-bottom: -4px;
}.vc_posts.card.style-2.v1 .vc_posts-wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
}
.vc_posts.card.style-2.v1 .card-recent_post {
background: #0000;
border: 0!important;
}
.vc_posts.card.style-2.v1 .title-head_card {
margin: 5px 25px 0;
border-bottom: 1px solid #eee;
padding-bottom: 40px;
}
.vc_posts.card.style-2.v1 .card-post_m img {
height: 170px !important;
}
.vc_posts.card.style-2.v1 .date-post_card {
color: #FFF;
}
.vc_posts.card.style-2.v1 .card-recent_post h4 a {
color: #FFF;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
position: relative;
overflow: hidden;
font-size: 20px;
} @media (max-width: 767px) {
.vc_posts.card.style-2.v1 .vc_posts-wrapper {
grid-template-columns: repeat(1, 1fr);
}
.vc_posts.card.style-2.v1 .card-recent_post:last-child {
display: none;
}
} @media (min-width: 768px) and (max-width: 991px) {
}.vc_posts.card.style-2.v2 .vc_posts-wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
}
.v-col-2 .vc_posts.card.style-2.v2 .vc_posts-wrapper {
grid-template-columns: repeat(2, 1fr);
}
.vc_posts.card.style-2.v2 .card-recent_post {
background: #0000;
border: 0!important;
}
.vc_posts.card.style-2.v2 .post-info {
background: #FFF;
margin: -35px 20px 0;
z-index: 1;
position: relative;
border: solid 1px #eee;
}
.vc_posts.card.style-2.v2 .title-head_card {
margin: 0;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.vc_posts.card.style-2.v2 .card-post_m img {
height: 170px !important;
}
.vc_posts.card.style-2.v2 .date-post_card {
color: #222;
}
.vc_posts.card.style-2.v2 .card-recent_post h4 {
min-height: 100px;
}
.vc_posts.card.style-2.v2 .card-recent_post h4 a {
color: #222;
display: -webkit-box;
-webkit-line-clamp:4;
-webkit-box-orient: vertical;
position: relative;
overflow: hidden;
font-size: 22px;
font-weight: 600!important;
line-height: 21px;
} @media (max-width: 767px) {
.vc_posts.card.style-2.v2 .vc_posts-wrapper {
grid-template-columns: repeat(1, 1fr);
}
.vc_posts.card.style-2.v2 .post-info {
margin: -35px 10px 0;
}
.vc_posts.card.style-2.v2 .card-recent_post h4 a {
font-size: 17px;
line-height: 17px;
}
.vc_posts.card.style-2.v2 .date-post_card {
font-size: 13px;
padding: 3px 0;
}
.vc_posts.card.style-2.v2 .title-head_card {
padding: 7px 9px 12px;
}
} @media (min-width: 768px) and (max-width: 991px) {
}.post-overlat-style-3-v1 .vc_posts-wrapper {
grid-template-columns: repeat(4, 1fr);
}
.post-overlat-style-3-v1 .vc_posts-wrapper {
display: grid;
grid-gap: 10px;
grid-template-columns: 50% 50%;
}
.post-overlat-style-3-v1 .vcps-item {
position: relative;
background-size: cover;
min-height: 190px;
padding: 15px;
}
.post-overlat-style-3-v1 .overlay-vcps {
background: linear-gradient(to bottom,#0000 0,#0000 0,#000000e6 100%);
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.post-overlat-style-3-v1 .vcps-info h3 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-height: 20px;
position: absolute;
bottom: 15px;
color: #FFF;
padding-right: 15px;
left: 15px;
}
.post-overlat-style-3-v1 .vcps-info a {
color: #FFF;
position: relative;
z-index: 1;
font-size: 22px;
}.post-overlat-style-3-v2 .vc_posts-wrapper {
grid-template-columns: repeat(4, 1fr);
}
.post-overlat-style-3-v2 .vc_posts-wrapper {
grid-gap: 10px;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
gap: 7px;
grid-template-areas:
"l1 l1 ."
"l2 l3 ."
". . .";
}
.post-overlat-style-3-v2 .l1 {grid-area: l1;min-height: 270px!important;}
.post-overlat-style-3-v2 .l2 { grid-area: l2;     max-height: 190px;}
.post-overlat-style-3-v2 .l3 { grid-area: l3;    max-height: 190px; }
.post-overlat-style-3-v2 .vcps-item {
position: relative;
background-size: cover;
min-height: 190px;
background-position: center;
padding: 15px;
border-radius: 5px;
}
.post-overlat-style-3-v2 .overlay-vcps {
background: linear-gradient(to bottom,#0000 0,#0000 0,#00000052 100%);
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 5px;
}
.post-overlat-style-3-v2 .vcps-info h3 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-height: 20px;
position: absolute;
bottom: 15px;
color: #FFF;
padding-right: 15px;
left: 15px;
}
.post-overlat-style-3-v2 .vcps-info a {
color: #FFF;
position: relative;
z-index: 1;
font-size: 22px;
}.post-overlay-style-2-v1 .vc_posts-wrapper {
grid-template-columns: repeat(4, 1fr);
}
.v-col-1 .post-overlay-style-2-v1 .vc_posts-wrapper {
grid-template-columns: repeat(1, 1fr);
}
.post-overlay-style-2-v1 .vc_posts-wrapper {
display: grid;
grid-gap: 10px;
grid-template-columns: 50% 50%;
}
.post-overlay-style-2-v1 .date-post_card svg{
stroke: #f9aa2b;
width: 14px;
height: 14px;
}
.post-overlay-style-2-v1 .vcps-item {
position: relative;
background-size: cover;
min-height: 190px;
padding: 15px;
margin-bottom: 10px;
}
.post-overlay-style-2-v1 .overlay-vcps {
background: #00000082;
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.post-overlay-style-2-v1 .date-post_card {
color: #fff;
}
.post-overlay-style-2-v1 .info-title{
left: 10px;
right: 10px;
position: absolute;
bottom: 0;
z-index: 10;
text-align: center;
}
.post-overlay-style-2-v1 .info-title h4 {
line-height: 20px;
color: #FFF;
font-size: 20px;
font-weight: 400;
border-bottom: solid 1px #fff;
padding-bottom: 40px;
position: relative;
}
.post-overlay-style-2-v1 .info-title h4::after {
content: "";
display: block;
position: absolute;
bottom: 0;
width: 40px;
height: 2px;
background: #f9aa2b;
left: 50%;
transform: translateX(-50%);
}
.post-overlay-style-2-v1 .info-title a {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
color: #FFF;
}.post-overlay-style-8-v1 .vc_posts-wrapper {
display: grid;
grid-gap: 10px;
grid-template-columns: 100%;
}
.post-overlay-style-8-v1 .vcps-item {
position: relative;
background-size: cover;
min-height: 190px;
padding: 15px;
background-position: top center;
}
.post-overlay-style-8-v1 .overlay-vcps {
background: linear-gradient(to bottom,#0000 0,#0000 0,#000000e6 100%);
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.post-overlay-style-8-v1 .vcps-info h3 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-height: 20px;
position: absolute;
bottom: 20px;
color: #FFF;
padding-right: 15px;
left: 15px;
}
.post-overlay-style-8-v1 .vcps-info a {
color: #FFF;
position: relative;
z-index: 1;
font-size: 22px;
}.post-overlay-style-11 .vc_posts-wrapper {
grid-template-columns: repeat(4, 1fr);
}
.post-overlay-style-11 .vc_posts-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
gap: 18px;
grid-template-areas:
"l1 l2 ."
"l3 l4 ."
". . .";
}
.post-overlay-style-11 .l1 {grid-area: l1; min-height: 150px}
.post-overlay-style-11 .l2 { grid-area: l2;     max-height: 150px;}
.post-overlay-style-11 .l3 { grid-area: l3;    max-height: 150px; }
.post-overlay-style-11 .l4 { grid-area: l4;    max-height: 150px; }
.post-overlay-style-11 .vcps-item {
position: relative;
background-size: cover;
min-height: 280px;
background-position: top center;
padding: 15px;
border-radius: 17px;
}
.post-overlay-style-11 .overlay-vcps {
background: linear-gradient(to bottom,#0000 0,#0000 0,#00000052 100%);
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 17px;
}
.post-overlay-style-11 .vcps-item.l2 {
margin-top: -48px;
}
.post-overlay-style-11 .vcps-item.l4 {
margin-top: -48px;
}
.post-overlay-style-11 .vcps-info h3 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-height: 20px;
position: absolute;
bottom: 28px;
color: #FFF;
padding-right: 15px;
left: 0;
width: 100%;
text-align: center;
}
.post-overlay-style-11 .vcps-info a {
color: #FFF;
position: relative;
z-index: 1;
font-size: 26px;
}
@media (max-width:767px) {
.post-overlay-style-11 .vc_posts-wrapper{
margin-right: -17px;
}
}.post-basic-style-3 .vc_posts-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 10px;
}
.post-basic-style-3  .v-post-loop.-list article {
border: 0;
border-bottom: dotted 2px #ddd;
padding: 0;
padding-bottom: 10px;
margin-bottom: 10px;
}
.post-basic-style-3 .post-right .btn {
float: right;
}
.post-basic-style-3 .wrap-thumb{
padding-bottom: calc( 0.66 * 100% );
position: relative;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
overflow: hidden;
border-radius: 4px;
}
.post-basic-style-3 .wrap-thumb img ,.post-basic-style-3 .post-header img{
display: block;
-webkit-transition: -webkit-filter .3s;
transition: -webkit-filter .3s;
-o-transition: filter .3s;
transition: filter .3s;
transition: filter .3s,-webkit-filter .3s;
height: 100%;
width: 100%;
position: absolute;
top: calc(50% + 1px);
left: calc(50% + 1px);
-webkit-transform: scale(1.01) translate(-50%,-50%);
-ms-transform: scale(1.01) translate(-50%,-50%);
transform: scale(1.01) translate(-50%,-50%);
object-fit: cover;
transition: all ease-in-out 200ms!important;
}
.post-basic-style-3 .featured-croped a:hover img,.post-basic-style-3 .post-header a:hover img{
-webkit-transform: scale(1.1) translate(-50%,-50%);
-ms-transform: scale(1.1) translate(-50%,-50%);
transform: scale(1.1) translate(-50%,-50%);
}
.post-basic-style-3 h3.link-name a {
font-size: 26px;
margin: 0;
line-height: 24px;
font-weight: 600;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
color: #000;
margin-bottom: 12px;
margin-top: 20px;
}
.post-basic-style-3 .p_excerpt{
font-size: 20px;
font-weight: 500;
margin: 0;
line-height: 21px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
color: #000;
}
.post-basic-style-3 .post-left .entry-meta svg {
width: 14px;
color: #f9aa2b;
margin-bottom: -7px;
}
.post-basic-style-3 .post-left .wrap-thumb{
margin-bottom: -7px;
}
@media (max-width:767px) {
.post-basic-style-3 .vc_posts-wrapper {
grid-template-columns: repeat(1, 1fr);
}
}.post-basic-style-11 .vc_posts-wrapper {
display: grid;
grid-gap: 10px 20px;
grid-template-columns: 60% 1fr;
}
.post-basic-style-11 .v-post-loop.-list article {
border: 0; padding: 0;
padding-bottom: 10px;
margin-bottom: 10px;
}
.post-basic-style-11 a.btn-view-more {
margin-top: 10px;
display: inline-block;
font-size: 19px;
color: #fff;
background-color: #005655;
border-radius: 50px 50px 50px 50px;
padding: 4px 25px;
transition: all ease-in-out 150ms;
}
.post-basic-style-11 .vcps-item {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 10px;
}
.post-basic-style-11 a.btn-view-more i {
font-size: 12px;
margin-left: 5px;
}
.post-basic-style-11 a.btn-view-more:hover{
background-color: #ddd;
color: #005655;
}
.post-basic-style-11 .post-right .btn {
float: right;
}
.post-basic-style-11 .wrap-thumb{
padding-bottom: calc( 0.85 * 100% );
position: relative;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
overflow: hidden;
border-radius: 4px;
}
.post-basic-style-11 .wrap-thumb img ,.post-basic-style-11 .post-header img{
display: block;
-webkit-transition: -webkit-filter .3s;
transition: -webkit-filter .3s;
-o-transition: filter .3s;
transition: filter .3s;
transition: filter .3s,-webkit-filter .3s;
height: 100%;
width: 100%;
position: absolute;
top: calc(50% + 1px);
left: calc(50% + 1px);
-webkit-transform: scale(1.01) translate(-50%,-50%);
-ms-transform: scale(1.01) translate(-50%,-50%);
transform: scale(1.01) translate(-50%,-50%);
object-fit: cover;
transition: all ease-in-out 200ms!important;
}
.post-basic-style-11 .featured-croped a:hover img,.post-basic-style-11 .post-header a:hover img{
-webkit-transform: scale(1.1) translate(-50%,-50%);
-ms-transform: scale(1.1) translate(-50%,-50%);
transform: scale(1.1) translate(-50%,-50%);
}
.post-basic-style-11 h3.link-name a {
font-size: 26px;
margin: 0;
line-height: 24px;
font-weight: 600;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
color: #222;
margin-bottom: 12px;
}
.post-basic-style-11 h3.link-name a:hover{
color: #005655;
}
.post-basic-style-11 .post-info a:hover{
color: #005655!important;
}
.post-basic-style-11 .p_excerpt{
font-size: 20px;
font-weight: 500;
margin: 0;
line-height: 21px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
color: #000;
}
.post-basic-style-11 .post-left .entry-meta svg {
width: 14px;
color: #f9aa2b;
margin-bottom: -7px;
}
.post-basic-style-11 .post-left .wrap-thumb{
margin-bottom: -7px;
}
@media (max-width:767px) {
.post-basic-style-11 .post-left.v-post-loop {
margin-bottom: 30px;
}
.post-basic-style-11 .vc_posts-wrapper {
grid-template-columns: repeat(1, 1fr);
}
}.post-basic-style-11-v2 .v-post-loop.-list article {
border: 0; padding: 0;
padding-bottom: 10px;
margin-bottom: 10px;
}
.post-basic-style-11-v2 a.btn-view-more {
margin-top: 10px;
display: inline-block;
font-size: 19px;
color: #fff;
background-color: #005655;
border-radius: 50px 50px 50px 50px;
padding: 4px 34px;
transition: all ease-in-out 150ms;
}
.post-basic-style-11-v2 .vcps-item {
display: grid;
grid-gap: 10px;
grid-template-columns: 140px 1fr;
margin-bottom: 25px;
}
.post-basic-style-11-v2 a.btn-view-more i {
font-size: 12px;
margin-left: 5px;
}
.post-basic-style-11-v2 a.btn-view-more:hover{
background-color: #ddd;
color: #005655;
}
.post-basic-style-11-v2 .post-right .btn {
float: right;
}
.post-basic-style-11-v2 .wrap-thumb{
padding-bottom: calc( 0.85 * 100% );
position: relative;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
overflow: hidden;
border-radius: 4px;
}
.post-basic-style-11-v2 .wrap-thumb img ,.post-basic-style-11-v2 .post-header img{
display: block;
-webkit-transition: -webkit-filter .3s;
transition: -webkit-filter .3s;
-o-transition: filter .3s;
transition: filter .3s;
transition: filter .3s,-webkit-filter .3s;
height: 100%;
width: 100%;
position: absolute;
top: calc(50% + 1px);
left: calc(50% + 1px);
-webkit-transform: scale(1.01) translate(-50%,-50%);
-ms-transform: scale(1.01) translate(-50%,-50%);
transform: scale(1.01) translate(-50%,-50%);
object-fit: cover;
transition: all ease-in-out 200ms!important;
} .post-basic-style-11-v2 h3.link-name a {
font-size: 21px;
margin: 0;
line-height: 23px;
font-weight: 600;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
color: #222;
margin-bottom: 8px;
}
.post-basic-style-11-v2 h3.link-name a:hover{
color: #005655;
}
.post-basic-style-11-v2 .post-info a:hover{
color: #005655!important;
}
.post-basic-style-11-v2 .p_excerpt{
font-size: 19px;
font-weight: 500;
margin: 0;
line-height: 21px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
color: #444;
}
.post-basic-style-11-v2 .post-left .entry-meta svg {
width: 14px;
color: #f9aa2b;
margin-bottom: -7px;
}
.post-basic-style-11-v2 .post-left .wrap-thumb{
margin-bottom: -7px;
}
@media (max-width:767px) {
.post-basic-style-11-v2 .vc_posts-wrapper {
grid-template-columns: repeat(1, 1fr);
}
}.procurement-wrap.style-3 .all-btn {
text-align: right;
padding-top: 20px;
display: block;
}
.procurement-wrap.style-3 article img {
position: relative;
max-width: 31px;
height: auto;
left: 0;
top: 0;
transform: none;
}
.procurement-wrap.style-3  .post-header {
width: 6%;
}
.procurement-wrap.style-3  .post-info {
width: 94%;
padding-left: 15px;
}
.procurement-wrap.style-3 {
background: #005655;
padding: 40px 10px;
border-radius: 5px;
}
.procurement-wrap.style-3  h3 {
font-size: 48px;
font-weight: 600;
color: #FFF;
margin: 0;
line-height: 42px;
margin-bottom: 25px;
}
.procurement-wrap.style-3 article {
background: #FFF;
border-radius: 5px;
margin-bottom: 6px;
padding: 21px 10px;
}.procurement-wrap.style-8 .all-btn {
text-align: right;
padding-top: 20px;
display: block;
}
.procurement-wrap.style-8 article img {
position: relative;
max-width: 45px;
height: auto;
left: 0;
top: 0;
transform: none;
}
.procurement-wrap.style-8 .post-header {
width: 10%;
}
.procurement-wrap.style-8 .post-info {
width: 90%;
padding-left: 15px;
}
.procurement-wrap.style-8 .entry-title a {
font-size: 20px!important;
line-height: 20px!important;
}
.procurement-wrap.style-8 .vc-view-all {
position: absolute;
right: 20px;
top: 7px;
}
.procurement-wrap.style-8 .vc-view-all a{
color: #222;
font-weight: 600;
}
.procurement-wrap.style-8 .vc-view-all a i {
font-size: 14px;
}
.procurement-wrap.style-8 {
padding: 0;
border-radius: 5px;
}
.procurement-wrap.style-8 h3 {
font-size: 43px;
font-weight: 600;
color: #222;
margin: 0;
line-height: 42px;
margin-bottom: 20px;
padding-left: 20px;
}
.procurement-wrap.style-8 article {
background: transparent;
border-radius: 0;
margin-bottom: 6px;
padding: 13px 35px;
border: 0;
border-bottom: solid 2px #fff;
}
.procurement-wrap.style-8 article:last-child {
border: 0;
}
.procurement-wrap.style-8 .entry-meta svg{
color: #222!important;
}
@media (max-width:767px) {
.procurement-wrap.style-8 article {
padding: 5px 10px 10px;
}
}.procurement-wrap.style-1-v1 .all-btn {
text-align: right;
padding-top: 20px;
display: block;
}
.procurement-wrap.style-1-v1 .post_date {
margin-right: 0;
color: #666;
float: none;
}
.procurement-wrap.style-1-v1 .post-header {
width: 2%;
}
.procurement-wrap.style-1-v1 .post-info {
width: 70%;
padding-left: 15px;
}
.procurement-wrap.style-1-v1 .entry-meta {
width: 28%;
text-align: right;
}
.procurement-wrap.style-1-v1 .post-header:after {
content: '';
background: #e9b80f;
width: 7px;
height: 7px;
display: flex;
border-radius: 50px;
margin-top: 15px;
}
.procurement-wrap.style-1-v1 .post-info a {
font-size: 19px;
line-height: 20px;
color: #222;
font-weight: 400;
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.procurement-wrap.style-1-v1 .post-info a:hover{
color: #275D3B;
}
.procurement-wrap.style-1-v1 h3 {
font-weight: 600;
color: #FFF;
margin: 0;
line-height: 42px;
margin-bottom: 25px;
}
.procurement-wrap.style-1-v1 article {
padding: 0;
border: 0;
border-bottom: solid 1px #ddd;
padding-bottom: 8px;
padding-top: 8px;
margin: 0;
}.procurement-wrap.style-1-v2 .all-btn {
text-align: right;
padding-top: 20px;
display: block;
}
.procurement-wrap.style-1-v2 .post_date {
margin-right: 0;
color: #666;
float: none;
}
.procurement-wrap.style-1-v2 .post-header {
width: 10%;
background: #f4f4f4;
}
.procurement-wrap.style-1-v2 .post-info {
width: 65%;
padding: 5px 10px;
}
.procurement-wrap.style-1-v2 .entry-meta {
width: 25%;
text-align: right;
padding: 10px;
}
.procurement-wrap.style-1-v2 .post-header img {
width: 23px;
height: auto;
position: relative;
top: auto;
left: auto;
transform: none;
margin-top: 11px;
margin-left: 16px;
}
.procurement-wrap.style-1-v2 .post-info a {
font-size: 19px;
line-height: 20px;
color: #222;
font-weight: 400;
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.procurement-wrap.style-1-v2 .post-info a:hover{
color: #275D3B;
}
.procurement-wrap.style-1-v2 h3 {
font-weight: 600;
color: #FFF;
margin: 0;
}
.procurement-wrap.style-1-v2 article {
border: 0;
border-bottom: solid 1px #ddd;
margin-bottom: 0;
background: #FFF;
padding: 0;
}.procurement-wrap.style-11 .all-btn {
text-align: right;
padding-top: 20px;
display: block;
}
.procurement-wrap.style-11 article img {
position: relative;
max-width: 84px;
height: auto;
left: 0;
top: 0;
transform: none;
}
.procurement-wrap.style-11 .post-header {
width: 12%;
}
.procurement-wrap.style-11 .post-info {
width: 88%;
padding-left: 15px;
}
.procurement-wrap.style-11 .entry-title a {
font-size: 20px!important;
line-height: 20px!important;
}
.procurement-wrap.style-11 .vc-view-all {
position: absolute;
right: 20px;
top: 7px;
}
.procurement-wrap.style-11 .vc-view-all a{
color: #222;
font-weight: 600;
}
.procurement-wrap.style-11 .vc-view-all a i {
font-size: 14px;
}
.procurement-wrap.style-11 {
padding: 0;
border-radius: 5px;
}
.procurement-wrap.style-11 h3 {
font-size: 43px;
font-weight: 400;
color: #005655;
margin: 0;
line-height: 42px;
margin-bottom: 16px;
padding-left: 0;
}
.procurement-wrap.style-11 article {
background: #FFF;
border-radius: 0;
margin-bottom: 0;
border: 0;
padding: 21px 15px 5px;
}
.procurement-wrap.style-11 article:last-child {
border: 0;
padding-bottom: 32px;
}
.procurement-wrap.style-11 .entry-meta svg{
color: #222!important;
}
@media (max-width:767px) {
.procurement-wrap.style-11 article {
padding: 25px 15px 0px;
}
}.fluentform-widget-wrapper.hide-fluent-form-labels .ff-el-input--label{display:none!important}.fluentform-widget-wrapper.hide-error-message .ff-el-is-error .text-danger{display:none}.fluentform-widget-wrapper.fluentform-widget-align-left{margin:0 auto 0 0}.fluentform-widget-wrapper.fluentform-widget-align-center{float:none;margin:0 auto}.fluentform-widget-wrapper.fluentform-widget-align-right{margin:0 0 0 auto}.fluentform-widget-custom-radio-checkbox input[type=checkbox],.fluentform-widget-custom-radio-checkbox input[type=radio]{background:#ddd;height:15px;min-width:1px;outline:none;padding:3px;width:15px}.fluentform-widget-custom-radio-checkbox input[type=checkbox]:after,.fluentform-widget-custom-radio-checkbox input[type=radio]:after{border:0 solid transparent;content:"";display:block;height:100%;margin:0;padding:0;width:100%}.fluentform-widget-custom-radio-checkbox input[type=checkbox]:checked:after,.fluentform-widget-custom-radio-checkbox input[type=radio]:checked:after{background:#999;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px}.fluentform-widget-custom-radio-checkbox input[type=radio],.fluentform-widget-custom-radio-checkbox input[type=radio]:after{border-radius:50%}.fluentform-widget-wrapper .frm-fluent-form .ff-step-header{margin-bottom:0}.ff-el-progress-bar{align-items:center;display:flex;height:100%;justify-content:flex-end}.fluent-form-widget-step-header-yes .ff-step-header .ff-el-progress-status,.fluent-form-widget-step-progressbar-yes .ff-el-progress{display:block}.fluent-form-widget-step-header-yes .frm-fluent-form .ff-step-header,.fluent-form-widget-step-progressbar-yes .frm-fluent-form .ff-step-header{margin-bottom:20px}.fluentform-widget-section-break-content-left .ff-el-group.ff-el-section-break{text-align:left}.fluentform-widget-section-break-content-center .ff-el-group.ff-el-section-break{text-align:center}.fluentform-widget-section-break-content-right .ff-el-group.ff-el-section-break{text-align:right}.fluentform-widget-submit-button-full-width .ff-btn-submit{display:block;width:100%}.fluentform-widget-submit-button-center .ff-el-group .ff-btn-submit,.fluentform-widget-submit-button-center .ff-el-group.ff-text-left .ff-btn-submit,.fluentform-widget-submit-button-center .ff-el-group.ff-text-right .ff-btn-submit{align-items:center;display:flex;justify-content:center;margin:0 auto}.fluentform-widget-submit-button-right .ff-el-group .ff-btn-submit,.fluentform-widget-submit-button-right .ff-el-group.ff-text-left .ff-btn-submit,.fluentform-widget-submit-button-right .ff-el-group.ff-text-right .ff-btn-submit{float:right}.fluentform-widget-submit-button-left .ff-el-group .ff-btn-submit,.fluentform-widget-submit-button-left .ff-el-group.ff-text-left .ff-btn-submit,.fluentform-widget-submit-button-left .ff-el-group.ff-text-right .ff-btn-submit{float:left}.fluentform-widget-wrapper.hide-placeholder input::-webkit-input-placeholder,.fluentform-widget-wrapper.hide-placeholder textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.fluentform-widget-wrapper.hide-placeholder input:-moz-placeholder,.fluentform-widget-wrapper.hide-placeholder input::-moz-placeholder,.fluentform-widget-wrapper.hide-placeholder textarea:-moz-placeholder,.fluentform-widget-wrapper.hide-placeholder textarea::-moz-placeholder{opacity:0;visibility:hidden}.fluentform-widget-wrapper.hide-placeholder input:-ms-input-placeholder,.fluentform-widget-wrapper.hide-placeholder textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.fluentform-widget-wrapper.hide-placeholder input::-ms-input-placeholder,.fluentform-widget-wrapper.hide-placeholder textarea::-ms-input-placeholder{opacity:0;visibility:hidden}.lity{z-index:9999!important}