
.textcontainer {
    padding: 40px 0;
    text-align: center;
}
.particletext {
    text-align: center;
    font-size: 29px;
    position: relative;
    font-weight: 600;
    color: #89be4c;
}
#portfolio-hoasen .particletext{
    color: #fff;
    font-size: 35px;
}
#portfolio-hoasen .textcontainer{
    padding: 10px 0;
}
.particletext.bubbles > .particle {
    opacity: 0;
    position: absolute;
    background-color: rgba(33, 150, 243, 0.5);
    animation: bubbles 3s ease-in infinite;
    border-radius: 100%;
}
.particletext.hearts > .particle {
    opacity: 0;
    position: absolute;
    background-color: rgba(204, 42, 93, 1);
    animation: hearts 3s ease-in infinite;
}
.particletext.hearts > .particle:before, .particletext.hearts > .particle:after {
    position: absolute;
    content: '';
    border-radius: 100px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(204, 42, 93, 1);
}
.particletext.hearts > .particle:before {
    transform: translateX(-50%);
}
.particletext.hearts > .particle:after {
    transform: translateY(-50%);
}
.particletext.lines > .particle {
    position: absolute;
    background-color: rgba(244, 67, 54, 0.5);
    animation: lines 3s linear infinite;
}
.particletext.confetti > .particle {
    opacity: 0;
    position: absolute;
    animation: confetti 3s ease-in infinite;
}
.particletext.confetti > .particle.c1 {
    background-color: rgba(76, 175, 80, 0.5);
}
.particletext.confetti > .particle.c2 {
    background-color: rgba(156, 39, 176, 0.5);
}
.particletext.fire > .particle {
    position: absolute;
    background-color: rgba(255, 193, 7, 0.5);
    border-radius: 40px;
    border-top-right-radius: 0px;
    animation: fires 0.8s linear infinite;
    transform: rotate(-45deg);
    opacity: 0;
}
.particletext.fire > .particle:before {
    position: absolute;
    content: '';
    top: 60%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    border-radius: 40px;
    border-top-right-radius: 0px;
    background-color: rgba(251, 140, 0, 0.5);
}
.particletext.sunbeams > .particle {
    position: absolute;
    background-color: rgba(253, 216, 53, 0.5);
    animation: sunbeams 3s linear infinite;
}
@keyframes bubbles {
    0% {
        opacity: 0;
   }
    20% {
        opacity: 1;
        transform: translate(0, -20%);
   }
    100% {
        opacity: 0;
        transform: translate(0, -1000%);
   }
}
@keyframes hearts {
    0% {
        opacity: 0;
        transform: translate(0, 0%) rotate(45deg);
   }
    20% {
        opacity: 0.8;
        transform: translate(0, -20%) rotate(45deg);
   }
    100% {
        opacity: 0;
        transform: translate(0, -1000%) rotate(45deg);
   }
}
@keyframes lines {
    0%, 50%, 100% {
        transform: translateY(0%);
   }
    25% {
        transform: translateY(100%);
   }
    75% {
        transform: translateY(-100%);
   }
}
@keyframes confetti {
    0% {
        opacity: 0;
        transform: translateY(0%) rotate(0deg);
   }
    10% {
        opacity: 1;
   }
    35% {
        transform: translateY(-800%) rotate(270deg);
   }
    80% {
        opacity: 1;
   }
    100% {
        opacity: 0;
        transform: translateY(2000%) rotate(1440deg);
   }
}
@keyframes fires {
    0% {
        transform: rotate(-70deg) translateY(0%);
   }
    25% {
        transform: rotate(-20deg) translateY(-5%);
        opacity: 1;
   }
    50% {
        transform: rotate(-70deg) translateY(-10%);
   }
    75% {
        transform: rotate(-20deg) translateY(-20%);
   }
    100% {
        transform: rotate(-70deg) translateY(-40%);
        opacity: 1;
   }
}
@keyframes sunbeams {
    0% {
        transform: translateY(40%) rotate(0deg);
   }
    50% {
        transform: translateY(-40%) rotate(180deg);
   }
    100% {
        transform: translateY(40%) rotate(360deg);
   }
    0%, 14%, 17%, 43%, 53%, 71%, 80%, 94%, 100% {
        opacity: 0;
   }
    6%, 15%, 24%, 28%, 48%, 55%, 78%, 82%, 99% {
        opacity: 1;
   }
}

.span-slogan {
    font-size: 29px;
    font-weight: bold;
    color: #0f5390;
}

.countdown{
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

div.col{
    flex: 0 0 0%;
    text-align: center;
    font-family: vndi01;
    font-size: 15px;
    font-weight: bold;
}

div.col.row{
    flex: 1 0 0%;
    border: dashed #89be4c 2px;
    max-width: max-content;
    border-radius: 15px;
}

div.countdown .row {
    flex: 1 0 0%;
    border: dashed #89be4c 2px;
    max-width: max-content;
    border-radius: 15px;
    margin:auto;
}

div.col span{
    font-size: 24px;
}

div.col.color-blue{
    color: #0f5390;
}

div.col.color-red{
    color: #d34017;
}


@font-face {
    font-family: vndi01;
    src: url(../../font/fonts/vndi01.woff);
}


#portfolio-hoasen .container{
    padding-bottom: 100px;
}

#portfolio-hoasen .portfolio-container img{
width: 50%;
}

@media screen and (max-width: 667px) {
    #portfolio-hoasen .portfolio-container img {
        width: 90%;
    }
}

#portfolio-hoasen img.logoimp {
    width: 30%;
}
#portfolio-hoasen img.logoimp:hover{
    cursor: pointer;
}
.div-hoasen-text {
margin-top: -230px;
}

.div-hoasen-text h6 {
font-weight: 600;
color: #fff;
font-size: 20px;
margin-top: 10px;
}

.div-hoasen-text h6 span {
font-size: 35px;
}

#modalStart .countdown {
    position: absolute;
    bottom: 0;
    left: -245px;
}

#modalStart div.col.row{
    border: none;
}

#div_45nam{
    margin-bottom: 25px;
}

/*
.span-slogan {
    position: relative;
    font-family: sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    background: linear-gradient(90deg, #0f5390, #fff, #0f5390);
    /*background-repeat: no-repeat;*/
    /*background-size: 80%;
    animation: animate 6s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
  }
  
  @keyframes animate {
    0% {
      background-position: -500%;
    }
    100% {
      background-position: 500%;
    }
  }
*/

#hero #img_logo{
    margin-left: 30%;
}


.span-slogan {
	width: 90%;
	overflow: hidden;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 5%;
	letter-spacing: 9px;
	text-align: center;
	opacity: 1;
    font-family: sans-serif;
    font-weight: 700 !important;
    padding-top: 80px;
}

#div_slogan_pu .span-slogan{
    padding-top: 50px;
    font-size: 19px;
}

.span-slogan:nth-child(2){
    top: 110px !important;
}

.span-slogan,
.span-slogan > span {
	height: 150px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.span-slogan > span {
	margin: 0 0px;
}

.span-slogan > span > span {
	display: inline-block;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.span-slogan > span > span > span {
	display: inline-block;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-animation: TextSequence 5.2s linear forwards;
	-moz-animation: TextSequence 5.2s linear forwards;
	animation: TextSequence 5.2s linear forwards;
}
/*.particletext:nth-child(2) > span > span > span {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	animation-delay: 5s;
}*/
@-webkit-keyframes TextSequence {
	0% {
		text-shadow: 0 0 50px #0f5390;
		letter-spacing: 70px;
		opacity: 0;
	}
	50% {
		text-shadow: 0 0 1px #0f5390;
		letter-spacing: 9px;
		opacity: 0.8;
	}
	85% {
		text-shadow: 0 0 1px #0f5390;
		opacity: 0.8;
	}
	100% {
		text-shadow: 0 0 10px #0f5390;
		opacity: 0;
		pointer-events: none;
	}
}

@-moz-keyframes TextSequence {
	0% {
		text-shadow: 0 0 50px #0f5390;
		letter-spacing: 70px;
		opacity: 0.2;
	}
	50% {
		text-shadow: 0 0 1px #0f5390;
		letter-spacing: 9px;
		opacity: 0.8;
	}
	85% {
		text-shadow: 0 0 1px #0f5390;
		opacity: 0.8;
	}
	100% {
		text-shadow: 0 0 10px #0f5390;
		opacity: 0;
		pointer-events: none;
	}
}

@keyframes TextSequence {
	0% {
		text-shadow: 0 0 50px #0f5390;
		letter-spacing: 70px;
		opacity: 0.2;
	}
	50% {
		text-shadow: 0 0 1px #0f5390;
		letter-spacing: 9px;
		opacity: 0.8;
	}
	85% {
		text-shadow: 0 0 1px #0f5390;
		opacity: 0.8;
	}
	100% {
		text-shadow: 0 0 10px #0f5390;
		opacity: 0;
		pointer-events: none;
	}
}
@-webkit-keyframes FadeIn { 
	0% {
		opacity: 0;
		text-shadow: 0 0 50px #0f5390;
	}
	100% {
		opacity: 0.8;
		text-shadow: 0 0 1px #0f5390;
	}
}

@-moz-keyframes FadeIn { 
	0% {
		opacity: 0;
		text-shadow: 0 0 50px #0f5390;
	}
	100% {
		opacity: 0.8;
		text-shadow: 0 0 1px #0f5390;
	}
}

@keyframes FadeIn { 
	0% {
		opacity: 0;


		text-shadow: 0 0 50px #0f5390;
	}
	100% {
		opacity: 0.8;
		text-shadow: 0 0 1px #0f5390;
	}
}

img#img_bghome {
    width: 100%;
    height: auto;
}

section.section-t-30{
    padding-top: 30px !important;
}

section.section-t-0{
    padding-top: 0px !important;
}


section.section-b-0{
    padding-bottom: 0px !important;
}

@media screen and (max-width: 1366px) {
    .div-hoasen-text {
        margin-top: -200px;
    }
    }
    
    @media screen and (max-width: 1024px) {
    .div-hoasen-text {
        margin-top: -165px;
    }
    
    .div-hoasen-text h6{
        font-size: 17px;
    }
    
    #portfolio-hoasen .textcontainer {
        padding: 5px 0;
    }
    
    #portfolio-hoasen .particletext {
        font-size: 30px;
    }
    
    .div-hoasen-text h6 span {
        font-size: 30px;
    }
    #modalStart .countdown {
        display: none;
    }
    }
    
    @media screen and (max-width: 920px) {
    .div-hoasen-text {
        margin-top: -125px;
    }
    
    .div-hoasen-text h6{
        font-size: 13px;
    }
    
    #portfolio-hoasen .particletext {
        font-size: 20px;
    }
    
    .div-hoasen-text h6 span {
        font-size: 22px;
    }
    .particletext {
        font-size: 28px;
    }
    
    .span-slogan {
        font-size: 28px;
    }
    }
    
    @media screen and (max-width: 768px) {
        #div_slogan_pu .span-slogan{
            font-size: 18px;
        }
    }
    
    @media screen and (max-width: 667px) {
        .div-hoasen-text {
            margin-top: -90px;
        }
        
        .div-hoasen-text h6{
            font-size: 12px;
            margin-bottom: 2px;
            margin-top: 2px;
        }
        
        #portfolio-hoasen .particletext {
            font-size: 18px;
        }
        
        .div-hoasen-text h6 span {
            font-size: 18px;
        }
    
        #portfolio-hoasen .textcontainer {
            padding: 2px 0;
        }
    
        #modalStart .particletext, #modalStart .span-slogan{
            font-size: 24px;
        }

        #div_slogan {
            margin-bottom: 90px;
        }

        #div_slogan .span-slogan {
            padding-top: 40px !important;
        }

        #div_slogan_pu .span-slogan{
            padding-top: 30px;
            font-size: 16px;
            letter-spacing: 5px;
        }

        #div_slogan_pu .span-slogan > span > span > span{
            -webkit-animation: TextSequence4 4.2s linear forwards;
            -moz-animation: TextSequence4 4.2s linear forwards;
            animation: TextSequence4 4.2s linear forwards;
        }

        @-webkit-keyframes TextSequence4 {
            0% {
                text-shadow: 0 0 50px #0f5390;
                letter-spacing: 50px;
                opacity: 0;
            }
            50% {
                text-shadow: 0 0 1px #0f5390;
                letter-spacing: 5px;
                opacity: 0.8;
            }
            85% {
                text-shadow: 0 0 1px #0f5390;
                opacity: 0.8;
            }
            100% {
                text-shadow: 0 0 10px #0f5390;
                opacity: 0;
                pointer-events: none;
            }
        }
        
        @-moz-keyframes TextSequence4 {
            0% {
                text-shadow: 0 0 50px #0f5390;
                letter-spacing: 50px;
                opacity: 0.2;
            }
            50% {
                text-shadow: 0 0 1px #0f5390;
                letter-spacing: 5px;
                opacity: 0.8;
            }
            85% {
                text-shadow: 0 0 1px #0f5390;
                opacity: 0.8;
            }
            100% {
                text-shadow: 0 0 10px #0f5390;
                opacity: 0;
                pointer-events: none;
            }
        }
        
        @keyframes TextSequence4 {
            0% {
                text-shadow: 0 0 50px #0f5390;
                letter-spacing: 50px;
                opacity: 0.2;
            }
            50% {
                text-shadow: 0 0 1px #0f5390;
                letter-spacing: 5px;
                opacity: 0.8;
            }
            85% {
                text-shadow: 0 0 1px #0f5390;
                opacity: 0.8;
            }
            100% {
                text-shadow: 0 0 10px #0f5390;
                opacity: 0;
                pointer-events: none;
            }
        }
    }
    
    @media screen and (max-width: 520px){
        .div-hoasen-text {
            margin-top: -85px;
        }
        #modalStart .particletext, #modalStart .span-slogan{
            font-size: 17px;
        }
    
        #modalStart .modal-body .col-2 img{
            width: 100%;
        }
    
        .div-moibantrainghiem button{
            font-size: 14px;
        }

        #div_slogan_pu .span-slogan{
            padding-top: 0px;
            font-size: 13px;
        }
    }
    
    @media screen and (max-width: 500px) {
        .div-hoasen-text {
            margin-top: -83px;
        }
    }
    
    @media screen and (max-width: 480px) {
        .div-hoasen-text {
            margin-top: -80px;
        }

        #div_slogan_pu .span-slogan{
            font-size: 13px;
            letter-spacing: 4px;
        }

        #div_slogan_pu .span-slogan > span > span > span{
            -webkit-animation: TextSequence1 4.2s linear forwards;
            -moz-animation: TextSequence1 4.2s linear forwards;
            animation: TextSequence1 4.2s linear forwards;
        }

        @-webkit-keyframes TextSequence1 {
            0% {
                text-shadow: 0 0 50px #0f5390;
                letter-spacing: 50px;
                opacity: 0;
            }
            50% {
                text-shadow: 0 0 1px #0f5390;
                letter-spacing: 4px;
                opacity: 0.8;
            }
            85% {
                text-shadow: 0 0 1px #0f5390;
                opacity: 0.8;
            }
            100% {
                text-shadow: 0 0 10px #0f5390;
                opacity: 0;
                pointer-events: none;
            }
        }
        
        @-moz-keyframes TextSequence1 {
            0% {
                text-shadow: 0 0 50px #0f5390;
                letter-spacing: 50px;
                opacity: 0.2;
            }
            50% {
                text-shadow: 0 0 1px #0f5390;
                letter-spacing: 4px;
                opacity: 0.8;
            }
            85% {
                text-shadow: 0 0 1px #0f5390;
                opacity: 0.8;
            }
            100% {
                text-shadow: 0 0 10px #0f5390;
                opacity: 0;
                pointer-events: none;
            }
        }
        
        @keyframes TextSequence1 {
            0% {
                text-shadow: 0 0 50px #0f5390;
                letter-spacing: 50px;
                opacity: 0.2;
            }
            50% {
                text-shadow: 0 0 1px #0f5390;
                letter-spacing: 4px;
                opacity: 0.8;
            }
            85% {
                text-shadow: 0 0 1px #0f5390;
                opacity: 0.8;
            }
            100% {
                text-shadow: 0 0 10px #0f5390;
                opacity: 0;
                pointer-events: none;
            }
        }

        div.col span {
            font-size: 18px;
        }

        .countdown div.col{
            font-size: 11px;
        }
    }

    @media screen and (max-width: 463px) {
        #div_slogan .span-slogan {
            padding-top: 100px !important;
        }
    }
    
    @media screen and (max-width: 460px) {
        .div-hoasen-text {
            margin-top: -76px;
        }

        div.col span {
            font-size: 14px;
        }
    }
    
    @media screen and (max-width: 440px) {
        .div-hoasen-text {
            margin-top: -73px;
        }
    }
    
    @media screen and (max-width: 480px) {
        .div-moibantrainghiem .col-8{
            padding-top: 55px !important;
        }
    
        .div-moibantrainghiem button {
            font-size: 11px;
        }
    }
    
    @media screen and (max-width: 420px) {
        .div-hoasen-text {
            margin-top: -68px;
        }
        
        .div-hoasen-text h6{
            font-size: 10px;
            margin-bottom: 2px;
            margin-top: 2px;
        }
        
        #portfolio-hoasen .particletext {
            font-size: 14px;
        }
        
        .div-hoasen-text h6 span {
            font-size: 13px;
        }
    
        #portfolio-hoasen .textcontainer {
            padding: 0;
        }
    
        #modalStart .particletext, #modalStart .span-slogan{
            font-size: 14px;
        }
    
        .div-moibantrainghiem .col-8{
            padding-top: 45px !important;
        }

        #div_slogan_pu .span-slogan{
            font-size: 11px;
            letter-spacing: 3px;
            margin-top: -8px;
        }

        #div_slogan_pu .span-slogan > span > span > span{
            -webkit-animation: TextSequence2 4.2s linear forwards;
            -moz-animation: TextSequence2 4.2s linear forwards;
            animation: TextSequence2 4.2s linear forwards;
        }

        @-webkit-keyframes TextSequence2 {
            0% {
                text-shadow: 0 0 50px #0f5390;
                letter-spacing: 50px;
                opacity: 0;
            }
            50% {
                text-shadow: 0 0 1px #0f5390;
                letter-spacing: 3px;
                opacity: 0.8;
            }
            85% {
                text-shadow: 0 0 1px #0f5390;
                opacity: 0.8;
            }
            100% {
                text-shadow: 0 0 10px #0f5390;
                opacity: 0;
                pointer-events: none;
            }
        }
        
        @-moz-keyframes TextSequence2 {
            0% {
                text-shadow: 0 0 50px #0f5390;
                letter-spacing: 50px;
                opacity: 0.2;
            }
            50% {
                text-shadow: 0 0 1px #0f5390;
                letter-spacing: 3px;
                opacity: 0.8;
            }
            85% {
                text-shadow: 0 0 1px #0f5390;
                opacity: 0.8;
            }
            100% {
                text-shadow: 0 0 10px #0f5390;
                opacity: 0;
                pointer-events: none;
            }
        }
        
        @keyframes TextSequence2 {
            0% {
                text-shadow: 0 0 50px #0f5390;
                letter-spacing: 50px;
                opacity: 0.2;
            }
            50% {
                text-shadow: 0 0 1px #0f5390;
                letter-spacing: 3px;
                opacity: 0.8;
            }
            85% {
                text-shadow: 0 0 1px #0f5390;
                opacity: 0.8;
            }
            100% {
                text-shadow: 0 0 10px #0f5390;
                opacity: 0;
                pointer-events: none;
            }
        }
    }
    
    @media screen and (max-width: 410px) {
        #modalStart .particletext, #modalStart .span-slogan{
            font-size: 12px;
        }
        .div-moibantrainghiem button {
            font-size: 11px;
        }
    }
    
    @media screen and (max-width: 385px) {
        .div-moibantrainghiem button {
            font-size: 10px;
        }
    }
    
    @media screen and (max-width: 380px) {
        #modalStart .particletext, #modalStart .span-slogan{
            font-size: 11px;
        }

        #modalStart .span-slogan{
            padding-top: 15px;
        }

        #div_slogan .span-slogan{
            font-size: 25px;
        }

        div.col span {
            font-size: 16px;
        }

        .countdown div.col{
            font-size: 10px;
        }
    }

    @media screen and (max-width: 365px) {
        div.col span {
            font-size: 14px;
        }

        .countdown div.col{
            font-size: 9px;
        }
    }
    
    @media screen and (max-width: 360px) {
        #modalStart .particletext, #modalStart .span-slogan{
            font-size: 11px;
        }
        .div-moibantrainghiem button {
            font-size: 9px;
        }
        .div-moibantrainghiem .col-8 {
            padding-top: 37px !important;
        }

        #div_slogan .span-slogan{
            font-size: 23px;
        }
    }

    @media screen and (max-width: 350px) {
        div.col span {
            font-size: 13px;
        }

        .countdown div.col{
            font-size: 8px;
            padding: 0 10px;
        }
    }
    
    @media screen and (max-width: 330px) {
        #modalStart .particletext, #modalStart .span-slogan{
            font-size: 10px;
        }
        .div-moibantrainghiem button {
            font-size: 8px;
        }
        .div-moibantrainghiem .col-8 {
            padding-top: 30px !important;
        }
    }

    @media screen and (max-width: 320px) {
        div.col{
            font-size: 13px;
        }

        #modalStart .span-slogan{
            padding-top: 10px;
        }
    }