/*MACBOOK ALE*/
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1450px)  {
    

.footer-area {
    gap: 5rem;
}
.view-detail-file iframe{
    min-height: 455px;
}

.view-detail-file img{
    height: 455px;
}

.view-detail-file video{
    height: 455px;
}
}





/*BIG SCREEN*/
@media screen 
  and (min-device-width: 1600px) 
  and (max-device-width: 5000px)  {

.site-footer .sec-footer {
    padding: 0;
}

.bottom-footer {
    padding: 3rem 0;
}


.footer-bottom {
    margin-top: 7rem;
}

.footer-area {
    gap: 7rem;
}
.view-detail-file iframe{
    min-height: 630px;
}

.view-detail-file img{
    height: 630px;
}
.view-detail-file video{
    height: 630px;
}
.item-menu svg {
    margin-top: 1px;
}
.hero-home {
    min-height: 90vh;
    padding: 10rem 3rem 3rem 3rem;
}
}


