﻿.head-menu-wrapper {
    width: 100%;
    padding: 5px;
    background-color: #bdc0c4b0;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1000 !important;
    display: flex;
    justify-content: center;
}

.head-menu {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}

.head-menu-right ul {
    display: flex;
    gap: 10px;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.head-menu-left {
    align-self: center;
}

.head-menu-right ul li {
    list-style-type: none;
    margin-top: 6px;
}

.head-menu-center-logo {
    height: 50px !important;
}

/* LONG FORM */
/*---- Tieu de va chu thich cap anh dau tien tin anh cuon --- */
.section__text > h1 {
    font-size: 50px;
    line-height: 1.33;
    color: white;
    text-shadow: 1px 1px black;
    font-weight: bold;
    margin-bottom: 0px !important;
    text-align: left;
}

.section__text_sapo {
    font-size: 28px;
    line-height: 1.33;
    color: white;
    text-shadow: 1px 1px black;
    font-weight: bold;
    margin-bottom: 0px !important;
    text-align: left;
    background-color: transparent !important;
    padding-left: 0px !important;
}



.section__text_nonbg {
    font-size: 25px;
    font-weight: bold;
    color: #d2d2d2;
    text-shadow: 1px 1px black;
    margin-top: 5px;
    margin-left: 250px;
}

.first-note {
    margin-top: 35px;
    font-size: 25px;
    font-weight: bold;
    color: #d2d2d2;
    text-shadow: 1px 1px black;
}

@media (max-width: 720px) {
	.long-form .section__body {
    margin-top: auto !important;
    bottom: -30px;
}

.section__text > h1 {
    font-size: 30px;
}

.first-note {
    font-size: 20px;
}

.section__text_nonbg {
    font-size: 22px;
    margin-left: 0px;
}

.section__text_sapo {
    font-size: 18px;
}
}
.long-form.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    z-index: 1;
}

.long-form .section {
    display: flex;
    min-height: 100vh;
    position: relative;
    z-index: 2;
}

    .long-form .section > * {
        width: 50%;
    }

.long-form .section__img {
    position: relative;
    display: flex;
}

.long-form .section__img__inner {
    height: 100% !important;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    mix-blend-mode: multiply;
    background-size: cover;
    /*background-size: contain;*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.long-form .section__body {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
    margin-left: -50%;
    /*Fix doi anh nen truoc khi hien chu*/
    margin-top: 30%;
    /*-----------------------*/
    width: 100%;
}

.long-form .section__text {
    padding: 0;
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

@media (max-width: 600px) {

    .long-form .section__text {
        width: 85% !important;
    }
}

.long-form .section__img__inner {
    filter: blur(30px);
    opacity: 0;
    background-position: 50% 40%;
   /* transition: filter 0.6s ease, opacity 0.6s ease, background-position 0.1s ease;*/
	/*transition: filter 0.1s ease, opacity 0.1s ease, background-position 0.1s ease;*/
}

.long-form .section:first-child > .section__img .section__img__inner {
    /*margin-top: 150px;
    margin-top: 40px; */
}

.long-form .section:not(:first-child) > .section__img .section__img__inner {
    /*margin-top: 0px;
    margin-top: 40px;*/
}

.long-form .section.active .section__img__inner {
    opacity: 1;
    background-position: 50% 50%;
    filter: blur(0);
}

.long-form h2 {
    font-size: 3vw;
    margin-bottom: 0.5em;
    margin-top: 0;
    letter-spacing: 1.5px;
    background: rgba(0, 0, 0, 0.60);
    color: #ccc;
    line-height: 1.5;
    font-weight: 400;
}

.long-form h4 {
    letter-spacing: 1.5px;
	letter-spacing: 0.5px;
    background: rgba(0, 0, 0, 0.30);
    color: white;
    line-height: 1.5;
    font-weight: bold;
	padding: 5px 10px;
    text-align: left !important;
}

.long-form .section__img__inner {
    background-image: var(--bg);
    /*Fix anh nen anh cuon khong bi cat cup*/
    background-attachment: fixed;
    /*background-size: auto 100%;*/
    background-position: center;
    /*------------------*/
}

@media (max-width: 720px) {
    .long-form .section__img__inner {
        background-image: var(--bg-mobile);
    }

    .long-form-roll {
        display: none !important;
    }

    .long-form-mobile {
        display: block !important;
    }

    .long-form .section__img__inner {
        height: 100% !important;
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        mix-blend-mode: multiply;
        background-size: cover;
	-webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50% !important;
    background-attachment: scroll;
    }
	
	@supports (-webkit-overflow-scrolling: touch) 
	{ 	
		body *: 
		{ 		
			background-attachment: scroll; 	
		} 
	}
}


.long-form-mobile {
    display: none;
}

.long-form-photo {
    display: block !important;
}

.bbg-footer-logo > img {
    width: 100%;
}