/*Start Css Tabs Home*/
li {
	color:#444;
}
.rowslide_bigscreen {
	display:none;
}
.slick-slide img {
	width:100%;
}
/*.Tabs_home {
	background-color:#1C3F2A;
}*/
.headTabs {
	max-width: 1130px;
	margin: auto;
	margin-bottom: -30px;
	z-index: 4;
	position: relative;
	background-color: #F5F8F2;
	border-radius: 40px;
	border: 2px solid #00A75E;
}
.ulheadtabs {
	margin:0;
	display:table;
	box-sizing:border-box;
	width:100%;

}
.ulheadtabs li {
	float:left;
	display:inline-block;
	margin-bottom:0;
}
.ulheadtabs li:nth-child(1) {
	width:30%;
}
.ulheadtabs li:nth-child(2) {
	width:30%;
}
.ulheadtabs li:last-child {
	float:right;
	width:40%;
}
.ulheadtabs li:last-child p:before{
	display: none;
}
.ulheadtabs li p {
	font-weight: 500;
    	font-size: 16px;
    	line-height: 19px;
    	color: #393939;
	text-transform:uppercase;
	cursor:pointer;
	position:relative;
	padding-bottom:15px;
	text-align:center;
	margin-bottom:0;
	padding-top: 15px;
}
.ulheadtabs li p:before {
	content:"";
	position:absolute;
	width:22px;
	height:22px;
	border:6px solid rgb(33 117 67 / 79%);
	top:50%;
	right:-11px;
	transform:translatey(-50%);
	border-radius:50%;
	z-index: 2;
    	background-color: #fff;
}
.ulheadtabs li p:hover,
.ulheadtabs li p.active {
	background:#00A75E;
	color: #fff;
}
.ulheadtabs li:nth-child(1) p:hover, .ulheadtabs li:nth-child(1) p.active{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.ulheadtabs li:last-child p:hover, .ulheadtabs li:last-child p.active{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.ulheadtabs li p:hover:before,
.ulheadtabs li p.active:before {
	background:#fff;
	color: #fff;
}
.contentTabs {
	position:relative;
	margin-top:0;
	overflow:hidden;
	border-top:2px solid #00A75E;
	z-index: 1;
	height: auto;
	min-height: 470px;
}
.contentTabs .mainnd_tabs{
	height: 100%;
	position: relative;
	background-color: #00a75e;
	min-height: 470px;
}
.showndtabs {
	position:relative;
	width: 100%;
	overflow:hidden;
}
.ResultTabs {
	overflow:hidden;
}
.inshowtabs:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	background-image:url(../img/bgtabscontent.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:cover;
}
.videopkhu:before {
	content:"";
}
.videopkhu a:before {
	content:"";
	position:absolute;
	width:53px;
	height:48px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:url(../img/playicon.png)center no-repeat;
	cursor:pointer;
	opacity:1;
}
.videopkhu a:hover:before {
	opacity:0.8;
}
.texttabshome {
	position:absolute;
	bottom: 20px;
	left:0;
	width:100%;
	height: auto;
	overflow:auto;
	scroll-width:thin;
}
.texttabshome::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:5px;
	background-color:#F5F5F5;
}
.texttabshome::-webkit-scrollbar {
	width:5px;
	background-color:#1c3f2a;
}
.texttabshome::-webkit-scrollbar-thumb {
	border-radius:5px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
	background-color:#555;
}
.coltexttabs &nbsp;{
	display: none;
}													
.hotpotTabs {
	position:absolute;
	top:0;
	right:0;
	width:25%;
	height:100%;
	background: rgb(37 44 48 / 82%);
	z-index:2;
	padding-top: 26px;
}
.inshowtabs {
	position:relative;
	overflow:hidden;
}
.coltexttabs table {
	margin:0;
}
.slick-slide img {
	display:inline-block !important;
}
.coltexttabs table th,
.coltexttabs table td {
	border:none;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	text-shadow: 1px 2px 5px #000000;
}
.coltexttabs ul {
	margin-bottom:0;
}
.coltexttabs,
.coltexttabs h4,
.coltexttabs p,
.coltexttabs ul li {
	color:#fff;
	font-weight: 500;
	font-size: 16px;
	text-shadow: 1px 2px 5px #000000;
}
.coltexttabs ul li {
	margin-bottom:3px;
	font-size:15px;
}
.slick-prev:before,
.slick-next:before {
	display:none;
}
.slick-slider .slick-arrow {
	width:22px;
	height:17px;
	z-index:2;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
	
/*background:url(../img/iconrowleft.png)center no-repeat !important;
	background-size:100%;
	left:20px !important;
	display:none;
	*/
	background-image:url(../img/iconrowleft.png) !important;
	background-repeat:no-repeat !important;
	left:20px !important;
	background-position:center center !important;
	background-size:20px;
}
.slick-slider .slick-next {
	background-image:url(../img/iconrowright.png) !important;
	left:inherit !important;
	right:20px !important;
}
.slick-slider:hover .slick-prev {
	display:block;
}
.inhotpotTabs ul {
	margin-bottom:0;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.inhotpotTabs ul li {
	min-height:88px;
	list-style-type:none;
	margin-bottom:0;
	align-items:center;
	display:flex;
}
.inhotpotTabs ul li p {
	font-weight:400;
	font-size: 18px;
	line-height:31px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	margin-left:-20px;
	margin-bottom:0;
	padding:11px 0;
	padding-left:63px;
	border-radius:25px;
	position:relative;
	padding-right:15px;
}
.inhotpotTabs ul li p.active {
	background:#fff;
	color:#217543;
	box-shadow:0 4px 4px rgba(0,0,0,0.25);
}
.inhotpotTabs ul li p:before {
	content:"";
	position:absolute;
	width:52px;
	height:52px;
	top:0;
	left:0;
	background: #252C30;
	border:2px solid #fff;
	border-radius:50%;
}
.inhotpotTabs ul li p:after {
	content:"";
	position:absolute;
	width:46px;
	height:46px;
	top:3px;
	left:3px;
	border-radius:50%;
}
.inhotpotTabs ul li p:after {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:25px 26px;
}
.inhotpotTabs ul li p:hover:after,
.inhotpotTabs ul li p.active:after {
	background-color: #00a75e;
}
.inhotpotTabs ul li p.active:before{
	background: transparent;
}
.inhotpotTabs ul li:nth-child(1) p:after {
	background-image:url(../img/locationiconohover.png);
}
.inhotpotTabs ul li:nth-child(1) p:hover:after,
.inhotpotTabs ul li:nth-child(1) p.active:after {
	background-image:url(../img/locationicon.png);
}
.inhotpotTabs ul li:nth-child(2) p:after {
	background-image:url(../img/map.png);
}
.inhotpotTabs ul li:nth-child(2) p:hover:after,
.inhotpotTabs ul li:nth-child(2) p.active:after {
	background-image:url(../img/maphover.png);
}
.inhotpotTabs ul li:nth-child(3) p:after {
	background-image:url(../img/Frame.png);
}
.inhotpotTabs ul li:nth-child(3) p:hover:after,
.inhotpotTabs ul li:nth-child(3) p.active:after {
	background-image:url(../img/Framehover.png);
}
.inhotpotTabs ul li:nth-child(4) p:after {
	background-image:url(../img/moneyicon.png);
}
.inhotpotTabs ul li:nth-child(4) p:hover:after,
.inhotpotTabs ul li:nth-child(4) p.active:after {
	background-image:url(../img/moneyiconhover.png);
}
.inhotpotTabs ul li:nth-child(5) p:after {
	background-image:url(../img/haldeicon.png);
}
.inhotpotTabs ul li:nth-child(5) p:hover:after,
.inhotpotTabs ul li:nth-child(5) p.active:after {
	background-image:url(../img/haldeiconhover.png);
}
.loadingimg {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:22;
}
.iconloading .loadingimg {
	display:block;
}

/*End Css Tabs Home*/
.mainprohome {
	background:#FCFCC2;
	position:relative;
	border-top:3px solid #A4CF94;
	position:relative;
	overflow:hidden;
}
.headprohome {
	min-height:184px;
	padding:10px;
	position:relative;
}
.imgprohome img {
	height:251px;
	object-fit:cover;
	object-position:center;
}
.headprohome h3 {
	font-weight:500;
	font-size:24px;
	line-height:30px;
	text-transform:uppercase;
	width:65%;
	margin:0;
	padding-top:40px;
	padding-left:18px;
}
.headprohome h3 a {
	color:#217543;
}
.excerpt_prohome {
	position:absolute;
	top:100%;
	z-index:222;
	transition:all .3s;
	padding:0 28px;
	text-align:justify;
}
.excerpt_prohome p {
	font-size:16px;
	line-height:25px;
	color:#F1F2F2;
}
.slidepro_devmd .slick-list .slick-track .slick-slide {
	max-width:366px;
	margin:0 8px;
}
.headprohome:after {
	content:"";
	position:absolute;
	top:68px;
	right:0;
	width:30%;
	height:2px;
	background:#217543;
}
.slidepro_devmd .slick-arrow {
	display:none !important;
}
.slidepro_devmd:hover .slick-arrow {
	display:inline-block !important;
}
.slidepro_devmd:hover .slick-arrow {
	top:72%;
}
.mainprohome:hover,
.slick-current .mainprohome {
	background:#1C3F2A;
}
.mainprohome:hover .imgprohome,
.slick-current .mainprohome .imgprohome {
	opacity:0;
}
.mainprohome:hover .excerpt_prohome,
.slick-current .mainprohome .excerpt_prohome {
	top:initial;
	bottom:13px;
}
.mainprohome:hover .headprohome:after,
.slick-current .mainprohome .headprohome:after {
	background:#fff;
}
.mainprohome:hover .headprohome h3 a,
.slick-current .mainprohome .headprohome h3 a {
	color:#fff;
}
.viewmore {
	margin-top:50px;
}
.viewmore a {
	color:#F9F871;
	margin:0 auto;
	display:table;
	text-transform:uppercase;
	font-size:16px;
	line-height:22px;
	border:1px solid #fff;
	padding:8px 19px;
	border-radius:6px;
	min-width:140px;
}
.mainprohome:after {
	content:"";
	position:absolute;
	top:40%;
	right:0;
	width:139px;
	height:212px;
	background:url(../img/setupicon.png)center no-repeat;
	opacity:0;
}
.mainprohome:hover:after,
.slick-current .mainprohome:after {
	opacity:1;
}
.coltithome h3 {
	font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #15A85D;
	text-transform:uppercase;
}
.colleft_ttsk  h3{
	margin-bottom: 28px;
}
.coltihomev1 h4 {
	color: #22AD6F;
	text-align:center;
	font-weight:normal;
	font-size:36px;
	line-height:42px;
	text-transform:uppercase;
	margin-bottom:30px;
	margin-top:25px;
}
.slogan_tvdt {
	color:#393939;
	width:82%;
	text-align:center;
	font-size:18px;
	line-height:26px;
	margin:0 auto;
}
.gallert_tvdt {
	margin-top:60px;
}
.gallert_tvdt .box-image img {
	margin:0 auto;
	display:table;
	width:auto;
}
.gallert_tvdt .box-text p {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #22AD6F;
	text-transform: uppercase;
}
.bloghome .col.post-item {
	padding-bottom:23px;
}
.bloghome .col.post-item:last-child {
	padding-bottom:0;
}
.bloghome .box-text {
	padding:0;
	padding-left:10px;
}
.bloghome .box-text-inner h5 {
	font-size:15px;
	line-height:18px;
	color:#595C60;
	text-align:justify;
	margin-top:0;
	height:37px;
	overflow:hidden;
	display:-webkit-inline-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	margin-bottom:0;
}
.bloghome .from_the_blog_excerpt {
	height:auto;
	font-size: 14px;
	margin-top: 5px;
}
.is-divider {
	display:none;
}
.firtvideoL a {
	position:relative;
}
.imgvideo_r{
	position: relative;
}
.firtvideoL a.aicon_play:before,
.imgvideo_r:before{
	content:"";
	position:absolute;
	width:53px;
	height:48px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:url(../img/playicon.png)center no-repeat;
	cursor:pointer;
	opacity:0.9;
	z-index: 2;
}
.imgvideo_r:before{
	width: 35px;
    height: 30px;
    background-size: 100% 100%;
}
.firtvideoL a:hover:before {
	opacity:1;
}
.showvideo {
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.63);
	display:none;
	opacity:0;
}
.invideo_main {
	max-width:80%;
	margin:0 auto;
}
.invideo_main iframe {
	position:absolute;
	width:80%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	min-height:500px;
	z-index:9999;
}
.activevideo {
	display:block;
	opacity:1;
}
.showvideo:before {
	content:"";
	position:absolute;
	width:30px;
	height:30px;
	background-color:#fff;
	top:10%;
	right:5%;
	border-radius:50%;
	background-image:url(../img/close_img.png);
	background-repeat:no-repeat;
	background-position:7px 7px;
	background-size:16px;
	cursor:pointer;
}
.main_video_home {
	display:flex;
	flex-wrap:wrap;
}
.video_colleft {
	width:61%;
	margin-right:2%;
}
.video_colrig {
	width:37%;
}
.itemvideoL .imgvideo_r {
	height:160px;
	position:relative;
	overflow:hidden;
}
.itemvideoL .imgvideo_r img {
	object-fit:cover;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.itemvideoL a span {
	line-height: 20px;
	display:table;
	margin-top:8px;
	height: 39px;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.firtvideoL {
	margin-bottom: 0px;
}
.titonly_video a {
	color: #393939;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    padding-left: 25px;
    position: relative;
    background-image: url(../img/icon_youtube.png);
    background-size: 16px;
    background-position: 0 2px;
    background-repeat: no-repeat;
    height: 19px;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.firtvideoL a {
	padding-left:0;
}
.itemcolrig{
	margin-bottom: 20px;
}
.itemcolrig:last-child{
	margin-bottom: 0px;
}
.itemcolrig a {
	color:#595C60;
	font-size:14px;
}
.video_colleft .titonly_video {
	margin-bottom: 0;
    border-top: 1px solid #f3f3f3;
    padding-top: 4px;
    padding-bottom: 0px;
    display: inline-flex;
    width: 100%;

}
.video_colleft .titonly_video:last-child {
	margin-bottom:0;
	border-bottom: 1px solid #E6E7E8;
}
.rowname_maps {
	position:relative;
	top:-330px;
	right:0;
}
.colinfomaps .col-inner {
	background: rgb(173 232 196 / 85%);
	padding:10px;
}
.colinfomaps .box-text {
	padding:0;
	padding-left:10px;
}
.colinfomaps .box-text h4 {
	color:#217543;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	font-size:18px;
	line-height:24px;
}
.colinfomaps > .col-inner > ul {
	margin-bottom:0;
	margin-top:20px;
}
.colinfomaps > .col-inner > ul > li {
	list-style-type:none;
	margin-bottom:5px;
	margin-left:0;
	position:relative;
	padding-left:30px;
}
.colinfomaps > .col-inner > ul > li:last-child {
	margin-bottom:0;
}
.colinfomaps > .col-inner > ul > li:nth-child(1) {
	background-image:url(../img/callmaps.png);
	background-position:0 2px;
	background-repeat:no-repeat;
}
.colinfomaps > .col-inner > ul > li:nth-child(2) {
	background-image:url(../img/emailmaps.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.colinfomaps > .col-inner > ul > li:nth-child(3) {
	background-image:url(../img/webmaps.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.colinfomaps {
	position:absolute;
	top:50px;
	right:50px;
}
.colinfomaps .col-inner {
	max-width:375px;
}
.logodoitac .collogo_doitac .gallery-col {
	padding-bottom:0;
}
.logodoitac .collogo_doitac .gallery-col .box-image {
	min-height:100px;
	border:1px solid #f3f3f3;
}
.logodoitac .collogo_doitac .gallery-col .box-image img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:auto;
	max-width: 90%;
}
.titleFooter h3 {
	border-bottom:none;
	font-weight:500;
	font-size:22px;
	line-height:26px;
	border-bottom:none;
	margin-bottom:0;
}

/*.colFooter .col-inner ul {
	margin-bottom:0;
}
*/
.colFooter .col-inner ul li {
	list-style-type:none;
	margin-left:0;
}
.colFooter .col-inner ul li a {
	color:#E6E7E8;
	font-size:15px;
}
.colFooter .col-inner ul li a:hover {
	color:#fff;
}
.gallery_footer .gallery-col {
	padding-bottom:0;
}
.gallery_footer .gallery-col .box-image {
	min-height:80px;
	position:relative;
}
.gallery_footer .gallery-col .box-image img {
	width:auto;
	display:table;
	margin:0 auto;
}
.gallery_footer .gallery-col .box-text,
.logodoitac .collogo_doitac .gallery-col .box-text {
	display:none;
}
.leftcopyright .col-inner ul {
	margin-bottom:0;
}
.leftcopyright .col-inner ul li {
	margin-bottom:0;
	margin-right:20px;
	margin-left:0;
	list-style-type:none;
	float:left;
}
.leftcopyright .col-inner ul li a {
	color:#393939;
}
.copyright {
	color:#393939;
	float:right;
}
.titleFooter h3 span {
	text-transform:unset;
	margin:0;
}
.form_dknbtin .butndky .wpcf7-submit {
	background-color: #217543;
	margin:0;
	position:absolute;
	right:0;
	top:0;
	min-height:50px;
}
.form_dknbtin .emaildky .wpcf7-email {
	min-height:50px;
}
.follow_iconfoo a {
	border-radius:5px !important;
	background-color:#7A7148;
	border:none;
}
.has-dropdown .icon-angle-down {
	opacity:1;
}
.sectabs_home {
	padding-bottom:0;
}
.iconfixed {
	position:fixed;
	top:335px;
	right:0;
	z-index:9999;
}
.iconfixed ul li {
	list-style-type:none;
	width:55px;
	height:55px;
	background: #00a75e;
	position:relative;
	margin-left:0 !important;
	margin-bottom:3px;
}
.iconfixed ul li:hover {
	background:rgba(28,63,42,1);
}
.iconfixed ul li a img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.colslider360 > .col-inner > p {
	margin-bottom:0;
}
.collogo_doitac {
	padding-bottom:0;
	padding-top:10px;
}
.home .collogo_doitac {
	padding-top:0;
}
.absolute-footer {
	display:none;
}
.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
	margin-top:0;
}
.Tabs_videohome > ul.nav > li a {
	color:#555555;
	font-weight:normal;
	font-size:32px;
	line-height:42px;
	text-transform:uppercase;
	padding:0;
	position: relative;
}
.Tabs_videohome > ul.nav > li.active a {
	color: #ffffff;
    background-color: #15A85D;
    padding: 5px 20px 3px 20px;
}
.Tabs_videohome > ul.nav > li:nth-child(1) {
	margin-right:30px;
	position:relative;
}
/*.Tabs_videohome > ul.nav > li:nth-child(1):after {
	content:"";
	position:absolute;
	width:2px;
	height:62%;
	right:-16px;
	background:#217543;
	top:7px;
}*/
.bloghome .box-text-inner .post-meta {
	color:#898E94;
	opacity:1;
	padding-left:22px;
	background-image:url(../img/icon_calenda.png);
	background-position:0 -1px;
	background-repeat:no-repeat;
}
.title_contact_core {
	font-size:20px;
	text-transform:uppercase;
	font-weight:500;
	color:#224430;
}
.boxwelcome_core > p > strong {
	font-size:17px;
	text-transform:uppercase;
	font-weight:500;
	color:#fdaa04;
}
.colright_contact_core iframe {
	margin-top:10px;
}
.colleft_contact_core form .wpcf7-submit {
	background:#1d402b;
	margin:0;
	border-radius:5px;
	font-weight:500;
}
.row-slider .flickity-prev-next-button svg {
	background:rgba(28,63,42,0.8);
}
.row-slider .flickity-prev-next-button {
	color:#fff;
}
.slider_main .flickity-page-dots {
	display:none;
}
.mainprohome .excerpt_prohome {
	max-height:268px;
	overflow:auto;
}
.mainprohome .excerpt_prohome::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:5px;
	background-color:#F5F5F5;
}
.mainprohome .excerpt_prohome::-webkit-scrollbar {
	width:6px;
	background-color:#F5F5F5;
}
.mainprohome .excerpt_prohome::-webkit-scrollbar-thumb {
	border-radius:5px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
	background-color:#555;
}
.slider_probmip .slick-track .slick-slide:focus {
	outline:none;
}
.wpcf7-response-output {
	margin:0 !important;
	color:#fff;
	background:#218c4d;
}
.tuvandtu .slick-slide img {
	width:auto;
	display:table !important;
	margin:0 auto;
}
.sec_tvdtuhome > .bg {
	background-size:100% 100% !important;
}
.tuvandtu > .arrow {
	position:absolute;
	top:35%;
	transform:translateY(-50%);
	z-index:9999;
	width:20px !important;
	height:20px;
	background:rgba(255,255,255,0.6);
	border-radius:10px;
}
.tuvandtu > .arrow > span {
	width:8px;
	height:8px;
	position:absolute;
	top:6px;
	left:5px;
	transform:rotate(45deg);
	border-top:2px solid #275631;
	border-right:2px solid #275631;
}
.tuvandtu > .arrow.left > span {
	transform:rotate(-136deg);
	left:6px;
}
.ResultTabs .slick-list .slick-track .slick-slide {
	margin-bottom: -8px;
}
.ResultTabs > .regular,
.itemtextTabs {
	overflow:hidden;
}
.showndtabs section {
	margin-bottom:0 !important;
}
.showndtabs .ResultTabs .slick-slider .slick-prev,
.showndtabs .ResultTabs .slick-slider .slick-next {
	left:40px !important;
	background-color:rgb(0 0 0 / 57%);
	width:30px;
	height:30px;
	border-radius:50%;
}
.showndtabs .ResultTabs .slick-slider .slick-next {
	right:50px !important;
	left:inherit !important;
}
.tithomev2 .section-title {
	font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #217543;
    width: auto;
    display: table;
    margin: 0 auto;
}
.tithomev2 .section-title b{
	display: none;
}
.itemprover2 .col-inner{
	background: #FFFFFF;
    box-shadow: 2px 3px 22px rgb(0 0 0 / 25%);
}
.infoProver2{
	padding: 15px 18px;
}
.imgprover2 img{
	height: 250px;
	object-fit: cover;
}
.exceProver2 p{
	font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #6F6F6F;
    height: 93px;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.infoProver2 h3{
	font-weight: 500;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    text-transform: unset;
    height: 52px;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #217543;
    margin-bottom: 5px;
}
.viewProver2{
	margin-top: 10px;
}
.viewProver2 span{
	background: #15A85D;
    border-radius: 3px;
    display: table;
    min-width: 60%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    position: relative;
}
.viewProver2 span:before{
	content: "";
	position: absolute;
	top: 11px;
	right:  15px;
	background-image: url('../img/iconcotact.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 22px;
	height: 24px;
	transition: all .3s;
}
.itemprover2:hover .viewProver2 span{
	background-color: #1c3f2a;
}
.itemprover2:hover .viewProver2 span:before{
	right:  25px;
	transition: all .3s;
}
.slidecustom .flickity-page-dots{
	bottom: -20px;
}
.slidecustom .flickity-page-dots .dot{
	background-color: #D1D3D4;
    border-color: #D1D3D4;
}
.firtvideoL .pulsemd{
	font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #217543;
    height: 19px;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.colGallery_footer{
	padding-top: 20px;
    padding-bottom: 20px;
}
.seccopy_right{
	border-top: 1px solid #86E2AB;
	padding-bottom: 5px;
    margin-bottom: -5px;
}
.album_imghome .col.post-item .box-text {
	padding: 0;
}
.album_imghome .col.post-item .post-title{
	font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    color: #217543;
    height: 32px;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: 5px;
}
.album_imghome .col.post-item{
	padding-bottom: 10px;
}
.rowtexttabs {
    max-width: 950px;
    float: left;
}

/*.album_imghome .col.post-item .box-image img{
	height: 161px;
	object-fit: cover;
}*/

@media only screen and (min-width:1700px) {
	.gallert_tvdt .box-text p{
		font-size: 22px;
    	text-shadow: 1px 1px 0px #fff;
	}
	.sec_tvdtuhome {
	    padding-bottom: 120px !important;
	    padding-top: 80px !important;
	}
}
@media only screen and (max-width:1500px) {
	
}
@media only screen and (max-width:1000px) {
	;
	}
@media only screen and (max-width:680px) {
	;
	}
@media only screen and (max-width:580px) {
	;
	}
@media only screen and (max-width:480px) {
	.bloghome .col.post-item .box-image {
		width:28% !important;
		padding-right:2%;
		float:left;
	}
	.bloghome .col.post-item .box-text {
		width:70%;
		float:left;
	}
	.Tabs_videohome {
		margin-top:20px;
	}
	.Tabs_videohome > ul.nav > li a {
		font-size:20px;
		line-height:26px;
	}
	.Tabs_videohome > ul.nav > li:nth-child(1) {
		margin-right:20px;
	}
	.Tabs_videohome > ul.nav > li:nth-child(1):after {
		right:-10px;
		top:5px;
		height:60%;
	}
	.mainprohome .excerpt_prohome {
		max-height:222px;
		overflow:auto;
	}
}
@media only screen and (max-width:414px) {}
@media only screen and (max-width:375px) {}
@media only screen and (max-width:320px) {}