.ws-header{
    background-image: url("../images/dsp-header-bg.png"); /* The image used */
    background-color: var(--color1); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    min-height: 350px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ws-header h3{
    color: var(--coloryellow1);
}


.ws-section1{
   background-color: var(--colorblue1);
    min-height: 350px;
}

.ws-section1 .__box-container{
    background-image: url("../images/dmto-section1-bg.png"); /* The image used */
    background-color: var(--color1); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

.ws-section1 .__box-container .__title{
    background-color: var(--coloryellow1);
    clip-path: polygon(5% 0, 95% 0, 100% 100%, 0% 100%);
    margin-bottom: 1rem;
}


.ws-section1 .__box-container .__title h3{
    color: var(--black);
    padding: 0px;
    margin: 0px;
    padding: 20px 50px;
}



.ws-section2{
    background-image: url("../images/ws-section2-bg.png"); /* The image used */
    background-color: var(--color1); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    position: relative;
}

.ws-section2 .animation1{
    position: absolute;
    z-index: 10;
}

.ws-section2 .animation2{
    position: absolute;
    right: 10px;
}


.ws-section2 .animation3{
    position: absolute;
    top: 40%;
    left: 10px;
    z-index: 10;

}

.ws-section2 .animation4{
    position: absolute;
    top: 60%;
    right: 10px;
    z-index: 10;

}

.ws-section2 .__box-container{
    background: var(--coloryellow4);
    background: linear-gradient(180deg, var(--coloryellow3) 0%, var(--coloryellow5) 100%);
    padding: 2rem;
    border: 2px solid white;
    border-radius: 20px;
    height: 210px;
    position: relative;
    z-index: 100;
}

.ws-section2 .__med{
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.ws-section3{
    background-image: url("../images/ws-section3-bg.png"); /* The image used */
    background-color: var(--color1); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    position: relative;
}

.ws-section3 .animation1{
    position: absolute;
    left: -150px;
    z-index: 10;
}


.ws-section3 .animation2{
    position: absolute;
    right: -150px;
    bottom: 50px;
    z-index: 10;
}

.ws-section3 .row{
    position: relative;
    z-index: 100;
}



.ws-section3 .__img-container{
    width: 100%;
    background-image: url("../images/ws-section3-img.png"); /* The image used */
    background-color: var(--color1); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    display: block;
    height: 250px;
    border-radius: 20px;
}

.ws-section3 h4{
    color: var(--coloryellow5);
}

.ws-section4{
    background-image: url("../images/ws-section4-bg.png"); /* The image used */
    background-color: var(--color1); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    position: relative;
}


.ws-section4 .icons1{
    position: absolute;
    left: -150px;
    top: 100px;
}

.ws-section4 .icons2{
    position: absolute;
    right: -150px;
    bottom: 100px;
}

.ws-section4 .__title-container{
    background-color: var(--colorblue1);
    padding: 2rem;
    width: 500px;
    text-align: center;
}

.ws-section4 .__title-container h3{
    margin: 0px;
}

.ws-section4 .__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ws-section4 .__content .__item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.ws-section4 .__content .__item .__title{
        padding: 1rem;
        background-color: var(--colorblue1);
        width: 200px;
        text-align: center;
}

.ws-section4 .__content .__item .__main-content{
        background-color: var(--colorblue1);
        padding: 1rem;
        text-align: center;
}

.ws-section5 .__horizontal-line2{
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: var(--black);
}

.ws-section5 .__horizontal-line3{
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: var(--white);
}


.ws-section5{
    background-image: url("../images/ws-section5-bg.png"); /* The image used */
    background-color: var(--color1); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */

}

.ws-section5 .__title{
    background-color: var(--coloryellow1);
    padding: 1rem;
    text-align: center;
    position: relative;
    z-index: 100;
}

.ws-section5 .__title.__blue{
    background-color: var(--colorblue1);
    padding: 1rem;
    text-align: center;
}

.ws-section5 .__title.__blue h2{
    color: var(--white);
}

.ws-section5 .__title h2{
    margin: 0;
    color: var(--black);
}

.ws-section5 .__box-container{
    text-align: center;
    transition: .9s;
    min-height: 800px;
    width: 100%;
    z-index: 100;
}

.ws-section5 .__box-container:hover{
    transform: translateY(-20px);
    transition: .9s;
    
}


.ws-section5 .__box-container.__yellow{
    background-color: var(--coloryellow1);
    position: relative;
    z-index: 100;
}

.ws-section5 .__box-container.__blue{
    background-color: var(--colorblue1);
    position: relative;
    z-index: 100;
}

.ws-section5 .__box-container.__blue .__top{
    background-color: var(--coloryellow1);
    position: relative;
    z-index: 100;
}

.ws-section5 .__box-container.__blue .__top h3{
    color: var(--black);
    padding: 1rem;
}

.ws-section5 .__box-container.__yellow .__top{
    background-color: var(--colorblue1);
    position: relative;
    z-index: 100;
}

.ws-section5 .__box-container.__yellow .__top h3{
    color: var(--white);
    padding: 1rem;
}

.ws-section5 .__box-container .__content .__row{
    min-height: 200px;
    padding: 20px;
}

.ws-section5 .__box-container .__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.ws-section5 .__box-container.__yellow .__title2{
   
    /* padding: 10px; */
    width: 100%;
    /* margin-bottom: 10px; */
}

.ws-section5 .__box-container.__yellow .__title2 h6{
    color: var(--black);
    margin: 0;
    font-size: 23px;
    height: 50px;
    margin: 0px;
    padding: 0px;
}

.ws-section5 .__box-container p {
    color: var(--black);
}

.ws-section5 .__box-container.__blue p {
    color: var(--white);
}



.ws-section5 .__box-container.__blue .__title2{
    
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
   
}

.ws-section5 .__box-container.__blue .__title2 h6{
    color: var(--white);
    margin: 0;
    font-size: 25px;
}

.ws-section5 .animation1{
    position: absolute;
    left: -150px;
    z-index: 10;
}

.ws-section5 .animation2{
    position: absolute;
    right: -150px;
    z-index: 10;
}

.ws-section5 .animation3{
    position: absolute;
    left: -150px;
    z-index: 10;
}






/* WS-SECTION 7 */
    
.swiper-container {
	padding-bottom: 0px;
}

.swiper-slide {
	width: 700px;
	height: 400px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
	background: black;
	background: linear-gradient(90deg, black 0%, #323250 55%, #32325d 100%);
	color: #fff;
}

.picture {
	position: relative;
	height: 400px;
}

.picture img {
	width: 100%;
	height: 100%;
	border-radius: 15px 0px 0px 15px;
}

.detail {
	padding: 16px;
	padding-left: 8px;
	position: relative;
	word-wrap: break-word;
	overflow: hidden;
}

.detail h5 {
	color: #fff;
	font-size: 0.25em !important;
	margin-top: 25px;
	line-height: 1em !important;
}

.detail .card-date {
	position: absolute;
	top: 17px;
	right: 32px;
	font-size: 11px;
	color: #f3f4f4;
}

.detail .info {
	position: relative;
	font-size: 13px;
	color: #d8d8d8;
	padding-right: 50px;
}

.detail .i-share {
	position: absolute;
	bottom: -16px;
	left: 25px;
	fill: white;
	font-weight: 500;
}

.detail .i-like {
	cursor: pointer;
	position: absolute;
	bottom: -16px;
	right: 50px;
	fill: white;
	font-weight: 500;
}

.info {
	padding-top: 20px;
}




.ws-section7{
    background-color: var(--black);
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.ws-section7 .swiper-pagination{
    margin-top: 10px !important;

}

.ws-section7 .swiper-pagination-bullet{
    background: var(--coloryellow1);
}

.ws-section7 .zq_h2_testimonial-item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ws-section7  .swiper-slide{
    
}

.ws-section7 .zq_h2_testimonial-item{
    background-color: var(--colorblue3) !important;
}

.ws-section7  .swiper-slide .__content{
    padding: 1rem;
}

.ws-section8{
    background-color: var(--black);
}


.ws-section8 .__box-container{
    background-image: url("../images/ws-section8bg.png"); /* The image used */
    background-color: var(--color1); /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
}