body {
    margin: 0;
    font-family: 'Times New Roman', sans-serif;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
/*    background-color: rgba(0, 0, 0, 0.7);*/
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

.header_logo img {
	align-items: center;
    max-width: 260px;
}

.red_button {
	
    display: inline-block;
    background-image: url('red_buttom.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 260px;
    margin-right: 5%;
    height: 100px;
    color: white;
    text-align: center;
    line-height: 100px;
    border: none;
    cursor: pointer;
    transition: transform 0.1s;	
}

.red_button:hover {
    transform: scale(0.97);
}

.nav {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 25px;
    display: flex;
    align-items: center;
}

.nav_list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
	padding-right: 50px;
    justify-content: center;
    flex: 1;
}

.nav_item {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

.nav_item a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    padding: 10px;
}

.nav_item a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.burger_menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    top: 20px;
    padding-right: 65px;
    z-index: 11;
}

.burger_menu span {
    width: 45px;
    height: 7px;
    background-color: #fff;
    margin: 5px 0;
}

.intro {
    top: 4vw;
    width: 90%;
    height: 100vh;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #fff;
}

.inf_section_V {
    margin-top: 5vw;
/*    margin-bottom: 0px;*/
}

.video_container {
    position: relative;
    width: 31%;
/*    max-width: 400px;*/
    margin-left: 3vw;
/*    margin: 0 auto;*/
	cursor: pointer;
    transition: transform 0.15s;
}

.video_container:hover {
    transform: scale(1.01);
}

.video_image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    cursor: pointer;
}

.apply_to_invest {
    float: right;
    margin-right: 5%;
    margin-top: 10.8%;
/*    margin: 20px auto;*/
    max-width: 220px;
}

.info_text {
    background-color: #fff;
    color: #333;
    padding: 7px;
    border-radius: 12px;
    margin-top: 20px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-left: 5.2vw;
    width: 21%;
}

.contact_info {
    color: #333;
    font-size: 0.9rem;
/*    position: absolute;
    top: 68.5%;
    right: 40.5%;*/
    max-width: 220px;
    text-align: center;
    background-color: #fff;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 10px;
}
.conact{
    position: absolute;
    top: 57.5%;
    right: 40.5%;
}

.More_information {
    width: 100%;
    max-width: 200px;
/*    position: absolute;
    top: 78.5%;
    right: 38.5%;*/
	cursor: pointer;
    transition: transform 0.1s;
}

.More_information:hover {
    transform: scale(0.97);
}

.red {
    width: 100%;
    height: auto;
    border-radius: 12px;
    cursor: pointer
}

.backvideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.videomedia {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.P_video_text{
    color: red;
    position: absolute; 
    z-index: 2; 
    font-size: 1.2rem;
    text-align: center; 
    margin-left: 8%;
    background-color: yellow;
    width: 80%; 
    padding: 12px;
    border-radius: 12px;
}

@media (max-width: 1440px){
    .P_video_text{
        font-size: 1rem;
        padding: 10px;
    }    
}

@media (max-width: 1170px) {
    .P_video_text{ 
        margin-left: 16%;
        font-size: 1rem;
        width: 70%; 
        padding: 8px;
    }
    .nav{
        background-color: rgba(0, 0, 0, 0.0);
    }
    .nav_list {
        flex-direction: column;
        display: none;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        position: absolute;
        top: 85px;
        left: 0;
        z-index: 9;
    }
	
	.red_button {
	
    display: inline-block;
    background-image: url('red_buttom.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 75px;
    color: white;
    text-align: center;
    line-height: 75px;
    border: none;
    cursor: pointer;
    transition: transform 0.3s;	
	}
	
	.header_logo img {
		align-items: center;
		max-width: 140px;
    }

    .nav_list.active {
        display: flex;
    }

    .nav_item {
        margin: 10px 0;
    }

    .burger_menu {
        display: flex;
    }

    .info_text{
        font-size: 0.8rem;
        
        margin-left: 7.1vw;
        width: 32%;
    } 
    .video_container {
        
        width: 45%;
    /*    max-width: 400px;*/
        margin-left: 3vw;
    /*    margin: 0 auto;*/
        cursor: pointer;
        transition: transform 0.15s;
    }

    .contact_info {
        font-size: 0.8rem;

        margin: 5 auto;
        width: 100%;
    }
    .apply_to_invest{
        margin-top: 20%;
    }

    .More_information img, .apply_to_invest img {
        max-width: 120px;
    }
    .More_information{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .P_video_text{
        font-size: 0.68rem;
        padding: 3px;
    }
    .More_information{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
.conact{
    top: 75.5%;
    right: 36.5%;
}
    .intro {
        margin-top: 5vw;
    }
.apply_to_invest {
/*    left: 35%;*/
    margin-right: 33%;
    max-width: 100px;
}
    .header_logo img {
        align-items: center;
        max-width: 70px;
    }
    .nav{
        background-color: rgba(0, 0, 0, 0.0);
    }
    .nav_item a {
        font-size: 0.9rem;
    }

    .header {
        padding: 5px 10px;
    }

    .info_text{
        font-size: 0.7rem;
        padding: 10px;

        margin: 5%;
        width: 85%;        
    } 
    .contact_info {
        font-size: 0.7rem;
        padding: 10px;

        margin: 5 auto;
        width: 100%;
    }
    .video_container {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
    transition: transform 0.15s;
    }
    .red_button {
    width: 120px;
    height: 60px; 
    font-size: 0.6rem;
    }
}
