/*Banner*/
#bg-wrap-about {
    position: relative;
    width: 100%;
    height: 95vh;
    background-color: #000000;
    overflow: hidden;
}
.content-banner{
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
}
.content-banner>.container, .about-home{
  height: 100%;
}
.tit-about-home{
  font-size: 36px;
}
.preview-product-spec p{
  font-size: 20px;
}
.view-pro-detail {
    position: relative;
}
.view-pro-detail a {
    background-color: var(--color-secondary);
    display: block;
    max-width: max-content;
    border-radius: 20px;
    padding: 8px 24px;
    font-size: 18px;
    color: #fff;
}
.view-pro-detail a:hover{
  color: #fff;
  background-color: var(--color-primary);
}
.movingY {
  animation: movingY 4s linear infinite;
}
@keyframes movingY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (min-width: 375px){
  #bg-wrap-about {
    height: 100vh;
  } 
}
@media (min-width: 460px){
  #bg-wrap-about {
    height: 90vh;
  }
  .tit-about-home{
  font-size: 40px;
}
}
@media (min-width: 460px) and (max-width: 991.8px){
  .avatar-img-about-home {
    max-width: 80%;
  }
}
@media (min-width: 768px){
  #bg-wrap-about {
    height: 110vh;
  } 
}
@media (min-width: 992px){
  #bg-wrap-about {
    height: 76vh;
  } 
}
/*End Banner*/

/*Products special*/
.you-make-it img {
    max-width: 185px;
}
.slogan-you-make-it {
    font-size: 4rem;
}
.we-make-it{
    float: right;
}
.slogan-we-make-it span{
    text-align: right;
}


.img-pro-special {
    position: absolute;
    bottom: -4%;
    left: 0;
    right: 0;
    width: 53%;
    margin: auto;
}
.preview-pro-special p {
    margin: 0;
    font-size: 23px;
    font-weight: bold;
}

.wave-container {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.img-wave-container {
    width: 100%;
    height: 85%;
    animation: wave-animation 3s ease-in-out infinite;
    transform-origin: center;
}


/* Hoạt ảnh gợn sóng */
@keyframes wave-animation {
    0% {
        transform: scale(1) translateY(0);
    }
    50% {
        transform: scale(1) translateY(0px);
    }
    100% {
        transform: scale(1) translateY(0);
    }
}
@media (max-width: 575.8px){
    .wave-container {
        padding: 75px 0;
    }
    .you-make-it img {
        max-width: 150px;
    }
    .slogan-you-make-it {
        font-size: 2.5rem;
    }
}
@media (max-width: 991.8px){
    .img-pro-special {
        top: 50%;
        transform: translateY(-50%);
        width: 38%;
    }
}
/*End Products special*/

/*Contact home*/
.contact-home, .section-slogan-contact,
.top-selling, .top-selling-center{
    background-color: #000;
    padding: 100px 0 100px;
}
.contact-home:before, .section-slogan-contact:before,
.top-selling:before, .top-selling-center:before,
.section-contact-home:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    overflow: hidden;
    pointer-events: none;
    background-size: 100% auto;
    background-repeat: no-repeat no-repeat;
    background-image: url(../images/web_editor_Origins_14_001.svg);
    background-position: 50% 0%;

}
.box-contact-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.box-contact-left .tit-contact{
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 600;
}   
/*END Contact home*/

/*Slogan Contact*/
.section-slogan-contact{
    background-color: #fff;
}
.section-slogan-contact:before{
    background-image: url(../images/cicle-bg-slogan.svg);
}
.box-slogan-contact h3 {
    font-size: 4rem;
    font-weight: bold;
    color: #000;
}
.des-slogan-contact p{
    font-size: 22px;
    line-height: 1.8;
    color: #343a40;
}
@media (max-width: 575.8px){
    .contact-home, .section-slogan-contact,
    .top-selling, .top-selling-center{
        background-color: #000;
        padding: 50px 0 50px;
    }
}
/*END Slogan Contact*/


/*Top Selling*/
.top-selling:before{
    background-image: url(../images/web_editor_Origins_11_001.svg);
}
.top-selling-center:before{
    background-image: url(../images/web_editor_Wavy_04.svg);
}
.tit-top-selling{
    font-size: 4rem;
    color: #fff;
}
.top-selling-center {
    background-color: #fff;
}
.grid-top-selling-center{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.box-top-selling-center{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
    background-color: #fff;
    color: #212529;
    padding: 15px;
    z-index: 9;
    border-radius: var(--radius);
}
.link-selling-center {
    padding: 0.6rem 1.8rem;
    font-size: 1.25rem;
    border-radius: 10rem;
    color: #0000FF;
    border-color: #0000FF;
    max-width: max-content;
    margin: 15px auto 20px;
}
.img-selling-center {
    position: relative;
    width: 100%;
    padding-top: 100%;
    transition: .3s;
}
.img-selling-center:hover {
    transform: translateY(5px);
}
.img-selling-center img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 992px){
    .grid-top-selling-center{
        grid-template-columns: repeat(4,1fr);
    }   
}
/*END Top Selling*/


/*Contact home 2*/
.section-contact-home {
    position: relative;
    background-color: #fff;
    color: #000;
    padding: 70px 0 100px;
}
.section-contact-home:after, .news-reg:after{
    background-image: url(../images/bottom-contact-home.svg);
    background-position: bottom;
}
.tit-section-contact-home{
    font-weight: 600;
    font-size: 4rem;
    border-bottom: 1px solid #ddd;
}
.des-section-contact-home p {
    font-size: 23px;
    margin: 27px 0 24px;
}
/*END Contact home 2*/

/*Đăng ký nhận tin*/
.news-reg{
    padding: 70px 0 100px;
    background-color: #000 !important;
    color: #fff;
}
.tit-news-reg {
    font-size: 3rem;
}
.input-group-append button{
    background-color: var(--color-secondary);
    color: #fff;
}

/*END Đăng ký nhận tin*/

/*Video*/
.video-new{
    background-color: #fff;
}
.video-new:before {
    background-image: url(../images/web_bg-video.svg);
}
.tit-content-video-home{
    font-size: 3rem;
}
.des-content-video-home p {
    font-size: 22px; 
}
.video-new .view-pro-detail{
    padding-top: 40px;
    border-top: 1px solid #ddd;
}
@media (min-width: 992px){
    .video-new .row:nth-child(odd) .col-video-new {
        order: 3;
    }
}
/*END Video*/

/*Slide Show*/
.box-right-slide-show {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0px;
}
.box-left-slide-show img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.inner-right-slide-show {
    position: relative;
    width: 100%;
    padding-top: 50%;
}
.inner-right-slide-show img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-black-50{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute !important;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
}
.content-right-slide-show {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    top: 0;
    color: #fff;
}
.tit-right-slide-show {
    font-size: 2rem;
}
.des-right-slide-show {
    font-size: 20px;
}
@media (max-width: 575.8px){
    .tit-right-slide-show {
        font-size: 1.5rem;
    }
    .des-right-slide-show {
        font-size: 16px;
    }   
}
@media (max-width: 991.8px){
    .box-left-slide-show img {
        position: unset;
    }    
}
/*END Slide Show*/



/*wrap animate content*/
.wrap-animate-content {
    background: linear-gradient(45deg, #fff 0%, #004e8540 29%, #167ac66b 66%, #ddd 100%);
    background-size: 400% 400%;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    overflow: hidden;
    position: relative;
}

.wrap-animate-content::before, 
.wrap-animate-content::after {
    content: "";
    width: 70vmax;
    height: 70vmax;
    position: absolute;
    background: rgba(255, 255, 255, 0.07);
    left: -20vmin;
    top: -20vmin;
    animation: morph 15s linear infinite alternate, spin 20s linear infinite;
    z-index: 1;
    will-change: border-radius, transform;
    transform-origin: 55% 55%;
    pointer-events: none;
}

.wrap-animate-content::after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
    transform-origin: 20% 20%;
}

@keyframes Gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 40% 60%;
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

/*END wrap animate content*/

/*About first*/
.content-format h1, .content-format h2, .content-format h3{
    font-size: 2rem;
    text-align: center;
    margin: 30px 0 30px;
}
.content-format p{
    font-size: 23px;
}
.img-about-frist{
    width: 400px;
    height: 400px;
}
.form-about-first{
    padding: 45px 0 50px;
    color: #fff;
}
.form-about-first:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    overflow: hidden;
    pointer-events: none;
    background-image: url(../images/animate-about-first.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat no-repeat;
}

.form-about-first .input-group-append button {
    background-color: #000000;
    color: #fff;
}
/*END About first*/