@font-face{
    font-family: "Kastelov-Axiforma-Regular";
    src: url("./fonts/Kastelov-Axiforma-Regular.otf") format("opentype");
    font-weight: bolder;
	font-style: normal;
}
@font-face{
    font-family: "Kastelov-Axiforma";
    src: url("./fonts/Kastelov-Axiforma-Bold.otf") format("opentype");
    font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family:"Kastelov-Axiforma-Book";
    src: url("./fonts/Kastelov-Axiforma-Book.otf") format("opentype");
    font-weight: normal;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p{
    text-align: center;
    margin: 0;
}

.slider{
    max-width: 1920px;
    max-height: 1080px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.banner{
    width: 600px;
    height: 1080px;
}

.slider_section{
    max-width: 1320px;
    max-height: 1080px;
}

.head_pg5{
    position: relative;
    width: 1320px;
    height: 480px;
}

.dec_orange_pg5{
    position: absolute;
    top: 70px;
    left: 55px;
    width: 12px;
    height: 105px;
    background: #FF6900;
    border-top-right-radius: 5px;
}

.title_pg5{
    position: absolute;
    top: 0;
    left: 0;
    width: 657px;
    height: 235px;
    background: #ACCE00;
    border-bottom-right-radius: 20px;
    color: #FFFFFF;
    font-size: 3.75rem;
}

.title_pg5 p{
    text-align: left;
}

.title_pg5_up{
    font-family:"Kastelov-Axiforma-Regular",Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-top: 55px;
    margin-left: 85px;
    letter-spacing: 1px;
}

.title_pg5_down{
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    margin-left: 85px;
    margin-top: -40px;
    letter-spacing: 2px;
    line-height: 1.65em;
}

.subtitle_pg5{
    width: 635px;
    color: #ACCE00;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 3.25rem;
    position: absolute;
    top: 0;
    right: 12px;
    margin-top: 20px;
}

.subtitle_pg5 p{
    line-height: 1.2em;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc_pg5{
    color: #606060;
    font-family: "Kastelov-Axiforma-Book",Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    width: 1170px;
    position: absolute;
    bottom: 40px;
    left: 105px;
}

.desc_pg5 p{
    line-height: 1.2em;
    max-height: 190px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.content_img_pg5{
    position: relative;
    height: 607px;
}

.img_pg5{
    float: right;
    margin-left: 105px;
    border-top-left-radius: 40px;
    width: 1210px;
    height: 610px;
}

.logo_img_pg5{
    position: absolute;
    bottom: 0;
    right: 0;
}

.source_bottom {
    position: absolute;
    right: 30px;
    bottom: 0;
    display: flex;
    color: #606060;
    font-family:"Kastelov-Axiforma-Book", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.25rem;
}

p.color_source{
    color: #ACCE00;
    margin-right: 5px;
}