
.program-container{
	position: absolute;
    left: 50%;
    top: 60%;
    transition: trans;
    transform: translatex(-50%);
    content: "";
}
@media only screen and (max-width: 500px) {
	.program-container {
		position: relative;
	}
}
@media only screen and (max-width: 767px) {
	.program-container {
		position: relative;
	}
}
.program-box{
	    background-color: #ffffff75;
    padding-top: 2rem;
    padding-bottom: 2rem;
	    box-shadow: 0px 0px 40px #000;
}
.program-box a{
	position:relative
}
.program-box a:after{
	    position: absolute;
    width: 1px;
    height: 100%;
    content: "";
    transform: translate(0%,0%);
    bottom: 0px;
    left: 0px;
    transition: all 1s;
    border-left: 1px solid #9e9e9e;
}
.program-box a:nth-child(6):after{
	border-left: unset;
}
.program-box a span:first-child{

	padding-bottom: 1rem;
}
.program-box span{
	display:block;
	text-align:center
}
.about-us-container{
  background: linear-gradient(#f7f7f7, #fff);

}
.about-us-container{
	margin-top: -5rem
}
.about-us-p #about-us-s{
        background: #0fa7b2;
    padding: .5rem;
    text-align: center;
    display: inline-block;
    color: white;
    position: absolute;
    z-index: 10;
    transform: rotate(270deg);
    z-index: 10;
    top: 30px;
}
.about-us-p p{
    background: #fff;
    position: relative;
    padding: 2rem;
    word-spacing: normal;
    line-height: 1.5;
    margin-top: 6rem;
    box-shadow: 0 0 25px #808080b5;
    width: 110%;
    z-index: 9;
    margin-bottom: 3rem;
}
.number-about span{
    display: inline-block;
    padding: 0.2rem .5rem;
    background-color: #1e1e1e;
    border-radius: 4px;
    margin: 0 .2rem;
    color: white;
}
.text-about span{
    display: inline-block;
    padding: 10px 0;
    color: gray;
}
.item-container{
    position: relative;
    background-color: #c7c7c70d;
  padding: 20px;
}
.item-container:before {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 10px;
    top: 0px;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.item-container:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 10px;
    bottom: 0px;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    opacity: 1;
}
.set-border{
    border-bottom: 1px solid #404040;
}
.set-border a{
    padding: 2rem;
	border-left: 1px solid #404040
}
.set-border a:last-child{
	border-left: unset
}
.item-container .container .col-xs-12{
	padding-top: 1rem;
	padding-bottom: 1rem
}
.set-border a span{
    display: block;
    padding-bottom: 2rem
}
.unset-border{
    border-bottom: unset!important
}
.item-box{
    position: relative;
    margin-top: 15rem;
    margin-bottom: 20rem
}
.item-box:before{
    position: absolute;
    content: '';
    background-image: url(/uploads/images/theme/item-bg-up.png);
    width: 400px;
    height: 100px;
    top: -90px;
    left: 50%;
    /* z-index: 10; */
    transform: translateX(-50%);
    background-repeat: no-repeat
}
.item-box:after{
    position: absolute;
    content: '';
        background-image: url(/uploads/images/theme/item-bg-down.png);
     width: 400px;
    height: 128px;
    bottom: -117px;
    left: 50%;
    /* z-index: 10; */
    transform: translateX(-50%);
    background-repeat: no-repeat
}
.insurance-box{
    position: relative;
    margin-top: 10rem;
    margin-bottom: 10rem
}
#map{
    background-color: #d5d5d5;
    width: 100%
}
video{
        width: 100%;
    box-shadow: 0 0 10px grey;
}
.video>p{
    padding-right: 22%;
    height: 80px;
    vertical-align: middle;
    position: relative;
    padding-top: 2.5rem;
}
.video>p:before{
    position: absolute;
    content: "";
    width: 20%;
    height: 80px;
    background: url(/uploads/images/theme/video-icon.png) no-repeat center center;
        right: 0;
    top: 0;
}
.video>p:after{
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    background-color: #00a1ad;
    left: 0;
    bottom: 25px
}
.article{
        box-shadow: 0px 0px 10px grey;
        margin-bottom: 3rem;
}
.article-img{
  cursor: pointer;
  position: relative;
  display: block;
  margin-top: 1rem;
}
.article-img h4{
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
    color: white;
    vertical-align: middle;
    padding-top: 1rem;
    overflow: hidden;
    height: 40px;
    font-size: 12px;
    padding-right: 1rem;
    line-height: 3rem;
}
.article-img:before{
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 50px;
    bottom: 0;
    right: 0;
    opacity: .5;
      overflow: hidden;
}
.article-btn{
        display: inline-block;
    text-align: center;
    background: #00a1ad;
    color: white;
    margin: 0 auto;
    padding: .5rem 4rem;
    border-radius: 4px;
    margin: 1rem auto;
    transition: all .3s
}
.article-btn{
  color: white!important;
  cursor: pointer;
  transition: all .3s
}
.arshiv span:last-child{
        vertical-align: top;
    padding-right: 10px;
    padding-top: .5rem;
}
.article-container{
        background-color: #f7f7f7;
    padding: 3rem;
    margin-top: -15rem
}

.parallax {
    background-image: url("/uploads/images/theme/parallax.jpg");
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        margin-top: -15rem;
}

