<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-baby {
    max-width: 1000px;
}
.box-body .box-content {
	color: #ffffff;
    padding-bottom: 42px;
}
	.box-body .box-content h3.head {
		margin: 0px;
	    padding: 30px 0px 0px 0px;
	}
	.box-body .box-content div.head {
		position: relative;
	}
		.box-body .box-content div.head img {
			width: 100%;
			display: block;
		    margin-top: 30px;
		}
		.box-body .box-content div.head .b-Viewed {
	        color: #ffffff;
		    padding: 20px 0px;
		    border-bottom: 1px solid #dcdcdc;
		    max-height: 67px;
		    align-content: center;
		    display: flex;
		    flex-wrap: wrap;
		}
			.box-body .box-content div.head .b-Viewed span {
			    padding-left: 30px;
		        font-size: 0.8em;
	            margin-right: 5px;
			    background: url('../images/I-Created.png') 5px center;
			    background-repeat: no-repeat;
			}
			.box-body .box-content div.head .b-Viewed span.Viewed {
			    background-image: url('../images/I-Viewed.png');
		        padding-left: 33px
			}
			
		.box-body .box-content div.head .box-date {
		    position: absolute;
		    padding: 10px;
		    right: 0px;
		    bottom: 0px;
		    display: inline-flex;
		}
		body.mediumFont .box-body .box-content div.head .box-date {
		    padding: 12px;
	    }
		body.largeFont .box-body .box-content div.head .box-date {
		    padding: 6px;
	    }
			.box-body .box-content div.head .B-date {
			    background: #dadfe9;
			    color: #0d214b;
			    font-size: 0.7em;
			    padding: 4px;
			    padding-top: 5px;
			    width: 47px;
			    height: 47px;
		        border-top: 5px solid #bba31e;
			    text-align: center;
			    position: relative;
			}
			body.mediumFont .box-body .box-content div.head .B-date {
		        width: 41px;
			    height: 41px;
		        padding-top: 6px;
			}
			body.largeFont .box-body .box-content div.head .B-date {
		        width: 55px;
			    height: 55px;
			}
			.box-body .box-content div.head .B-date:nth-child(2) {
				margin-left: 20px;
			}
			.box-body .box-content div.head .B-date:nth-child(2)::before {
				content: "-";
			    position: absolute;
			    left: -16.5px;
			    color: #fff;
			    font-size: 25px;
			    line-height: 25px;
			}
			body.mediumFont .box-body .box-content div.head .B-date:nth-child(2)::before {
			    line-height: 19px;
			}
			body.largeFont .box-body .box-content div.head .B-date:nth-child(2)::before {
			    line-height: 33px;
			}
				.box-body .box-content div.head .B-date b {
					font-weight: 400;
				    text-align: center;
				    font-size: 2.5em;
				    line-height: 0.7em;
				    display: block;
				}
				
		.box-body .box-content div.head .box-status {
	        position: absolute;
		    padding: 3px 10px;
		    right: 0px;
		    bottom: 19px;
	        color: #fff;
		    background: #e2be86;
		}
		.box-body .box-content div.head .box-status.status2 {
		    background: #35a99c;
		}

					
	.box-body .box-content p {
		margin: 30px 0px;
	}
	.box-body .box-content iframe {
	    width: 100%;
	    height: 50vw;
        max-height: 450px;
        max-width: 800px;
	    margin: auto;
	    display: block;
	}
	.box-body .box-content .box-gallery {
		max-width: 800px;
	    margin: 45px auto;
	    background: #332614;
	}
		#sync1 {
			
		}
			#sync1 .item {

			}
				#sync1.owl-theme {
					position: relative;
				}
					#sync1.owl-theme .owl-nav {
						bottom: -36px;
					}
					#sync1.owl-theme .owl-next,
					#sync1.owl-theme .owl-prev {
					    width: 32px;
					    height: 78px;
					    margin-top: -20px;
					    position: absolute;
					    top: 50%;
					    background: #ff9200;
					    padding: 5px 10px;
					}
					#sync1.owl-theme .owl-prev {
						left: 10px;
					}
					#sync1.owl-theme .owl-next {
						right: 10px;
					}
						#sync1.owl-theme .owl-nav [class*='owl-'] {
							-webkit-transition: all .3s ease;
							transition: all .3s ease;
						}
						#sync1.owl-theme .owl-nav [class*='owl-'].disabled:hover {
							background-color: #D6D6D6;
						}
			
		#sync2 {
	        margin: 0px 65px;
		    padding: 15px 0px;
		    width: calc(100% - 130px);
		}
			#sync2 .item {
				margin: 0px 5px;
				cursor: pointer;
		        background-size: cover;
			    background-position: center center;
			    -webkit-filter: grayscale(100%);
			    filter: grayscale(100%);
			}
				#sync2 .owl-item.active.current .item {
				    -webkit-filter: grayscale(0%); 
				    filter: grayscale(0%);
				}
	.box-body .box-content .box-pdf {
	    padding: 50px;
	    padding-top: 0px;
	}

	.box-body .box-content .box-Files {
        background: #ffffff;
        border: 1px solid #c7c7c7;
	    border-radius: 10px;
	    overflow: hidden;
	}
		.box-body .box-content .box-Files h2 {
		    font-weight: 400;
		    color: #000000;
		    background: #ffc24d;
	        padding-top: 20px;
		    padding-left: 25px;
		    text-transform: uppercase;
		    margin: 0;
	        padding-bottom: 15px;
		}
		.box-body .box-content .box-list {

		}
			.box-body .box-content .box-list .List {
	            width: 100%;
			    padding: 13px 0px;
			    color: #7c7c7c;
			    display: flex;
				background: #f9fafa;
				border-top: 1px solid #e0e1e1;
			}
			.box-body .box-content .box-list .List:nth-child(even) {
				background: #eceded;
			}
				.box-body .box-content .box-list .List::before {
				    content: "";
			        width: 30px;
				    height: 37px;
				    display: block;
				    background: url(../images/I-pdf.png) no-repeat center;
				    background-size: contain;
			        margin: -5px 27px -5px 22px;
				}
				
				.box-body .box-content .box-list .text {
					width: calc(100% - 230px);
				    padding-right: 27px;
			        word-break: break-all;
			        white-space: nowrap; 
				    text-overflow: ellipsis; 
			        overflow: hidden;
				}
					
				.box-body .box-content .box-list .botton {
				    width: 135px;
				    font-size: 12px;
				    text-align: center;
				    color: #959595;
				}
					.box-body .box-content .box-list .botton a {
		                background: #e2be86;
					    color: #ffffff;
					    padding: 3px 0px;
					    width: 100%;
					    max-width: 200px;
					    display: block;
					    text-align: center;
					    font-size: 16px;
					    border-radius: 20px;
					    margin: 0px auto ;
					    transition: .5s;
					}
				@media only screen and (min-width: 1025px) {
					.box-body .box-content .box-list .botton a:hover {
		                background: #b57e31;
					}
				}
	
	.box-body .box-content .b-social {
        border-top: 1px solid rgb(224, 225, 225);
	    margin-top: 42px;
        padding-top: 42px;
	}
		.box-body .b-social .social {
			display: table;
			margin: auto;
		}
			.box-body .b-social .social a {
				float: left;
			    display: block;
			    margin: 0px 5px;
			    transition: .5s;
			}
		@media only screen and (min-width: 1025px) {
			.box-body .b-social .social a:hover {
			    transform: scale(1.1);
			}
		}
				.box-body .b-social .social img {
					display: block;
				}

.box-body .box-relate {
    padding: 40px 0px 20px 0px;
    background: #66666b;
}
	.box-body .owl-theme .owl-dots {
	    position: initial;
	    padding-top: 20px;
    }
    
a.btn-career{
	background: #35a99c;
    color: #ffffff;
    padding: 3px 30px;
    display: table;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    margin: 0px auto;
    transition: .5s;
    margin-bottom: 20px;	
}
	a.btn-career:hover{
		background: #b57e31;
	}
	
/* ---------------------------------------------------**** Mobile and Tablet ****--------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 1024px) {

}
/* ---------------------------------------------------**** Tablet ****--------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .box-body .box-content &gt; div {
	    padding: 0px 20px;
	}
	@media screen and (orientation:portrait) {
		.box-body .box-content .box-pdf {
		    padding: 0px;
		    padding-bottom: 22px;
		}
	}
}

/* ---------------------------------------------------**** Mobile ****--------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 767px) {

	@media screen and (orientation:portrait) {
		.box-body .box-content div.head .box-status {
		    position: initial;
		    margin-top: 10px;
	        text-align: center;
		}
		.box-body .box-content .box-list .List::before {
			display: none;
		}
		.box-body .box-content .box-list .List .text::before {
		    content: "";
		    width: 30px;
		    height: 37px;
		    display: block;
		    background: url(../images/I-pdf.png) no-repeat center;
		    background-size: contain;
		    float: left;
	        margin-top: -5px;
		    margin-right: 10px;
		}
		.box-body .box-content .box-list .text {
		    width: 100%;
		    padding: 8px 10px;
	        word-break: normal;
            white-space: normal;
		}	
		.box-body .box-content .box-list .botton {
		    width: 100%;
		}
		.box-body .box-content .box-list .List {
		    display: block;
		}
	}
	@media screen and (orientation:landscape) {

	}
	.box-body .box-content .box-pdf {
	    padding: 0px;
	    padding-bottom: 22px;
	}

}</pre></body></html>