body {
    font-family:'Roboto',sans-serif;
    font-size:13px;
    color:#fff;
    background-color:#000;
    margin:0 auto
}
img{max-width: 100%}
a{text-decoration: none; color: unset}
.can-click{
    cursor: pointer;
}
.container{
    max-width: 1170px;
}
.text-uppercase{
    text-transform: uppercase;
}
.menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px -2px grey;
}
.menu-bg{
    background: #000;
}
.menu:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    z-index: -1;
}
.menu .content{
    margin: 0 auto;
    width: min(1200px, 100%);
    padding: 15px 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.navbar{
    padding: 0;
    width: 100%;
}
.navbar-nav .nav-item:hover .dropdown-menu{
    display: block;
}
.navbar .navbar-brand{
   margin-right: unset;
    padding: 0 15px;
}
.navbar .navbar-brand .logo{
    max-width: 170px;
    max-height: 90%;
}
.navbar .container-fluid{
    padding: 0;
}
.navbar .nav-item .nav-link{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
}
.nav-link:focus, .nav-link:hover,.navbar-nav .dropdown-menu .dropdown-item:hover{
    color: #FAD930 !important;
}
.navbar .navbar-collapse{
    padding: 0 30px;
    justify-content: space-between;
}
.navbar .dropdown-toggle::after{
    margin-left: 6px;
}
.navbar-nav .dropdown-menu{
    border-radius: unset;
    border: unset;
    padding: unset;
}
.navbar-nav .dropdown-menu .dropdown-item{
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    background: #000;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.navbar-nav .dropdown-menu li:last-child .dropdown-item{
    border-bottom: none;
}
.navbar .menu-right{
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-right: 10px;
}
.navbar .menu-search{
    padding-left: 8px;
    cursor: pointer;
    position: relative;
}
.navbar .menu-search .icon{
    width: 30px;
    height: 30px;
    padding-top: 5px;
    padding-left: 9px;
    border-radius: 50%;
    color: #000;
    background: #fff;
}
.menu-search-text{
    position: absolute;
    width: 210px;
    margin-top: -3px;
    overflow-x: hidden;
    transition-duration: .5s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
}
.navbar .menu-search:hover .menu-search-text{
    margin-left: -210px;
    opacity: 1;
    visibility: visible;
}
.menu-flag{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
    z-index: 1;
}
.menu-flag img{
    cursor: pointer;
}
.navbar-toggler:focus{
    box-shadow: unset;
}

.home-section{
    width: min(100%, 1360px);
    margin: 135px auto 25px;
}
.section-title{
    font-size: 18px;
    font-weight: 700;
}

.home-slider .carousel-inner img{
    object-fit: cover;
    object-position: 50% 65%;
    max-height: 600px;
}

.home-info .info{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 25px 0;
}
.home-info .info div:last-child{
    padding-left: 30px;
}

.home-info .info .content{
    flex: 1;
    flex-shrink: 0;
    font-size: 14px;
}
.home-info-action .btn{
    background: #FAD930;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
    border-radius: unset;
    font-size: 14px;
}
.home-info-action .btn:hover{
    opacity: .8;
}
.home-info .two .mgl{
    margin-left: 16%;
}
.home-project{
    margin-top: 35px;
}
.home-project .title, .four-item .title{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}
.home-project-title, .home-news-title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}
.home-best{
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 200px 0;
    background-image:url('https://noithathomie.vn/wp-content/uploads/2020/11/11.jpg');
    background-size: cover;
    background-repeat:no-repeat;
    background-attachment: fixed;
}
.home-best .title{
    font-size: 34px;
    font-weight: 700;
}
.home-news{
    background: #000;
    padding: 25px 0;
}
.home-news .item{
    background: #000;
    box-shadow: 0 0 1px #999;
}
.home-news .item .content{
    position: relative;
    background: #000;
    margin: -30px 18px 0;
    padding: 15px;
}
.home-news .item .content p{
    margin-bottom: 10px;
    font-size: 14px;
}
.home-news .item .title{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
.home-news .home-info-action{
    text-align: center;
    margin: 25px auto;
}
.footer{
    background: #1b1b1b;
    color: #fff;
    padding: 25px 0 50px;
}
.footer .container{
    background: #000;
    padding: 25px;
}
.footer .list-partner{
    display: flex;
    align-items: center;
    justify-content: center;
    background: unset;
    padding: 0;
    max-width: 1200px;
    margin: 25px auto;
}
.footer .list-partner .item{
    font-size: 38px;
    text-transform: uppercase;
    text-shadow: rgba(149, 157, 165, 0.2) 0 10px 4px;
    max-width: 310px;
    word-wrap: break-word;
    text-align: center;
    padding: 0 15px;
}
.footer-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.footer-top .one{
    font-weight: 700;
    font-size: 24px;
    flex: 1;
}
.footer-top .two{
    font-size: 16px;
    max-width: 450px;
    flex: 2;
}
.footer-top .three{
    flex: 1;
}
.footer-top .three input{
    border-radius: 0;
    outline: none;
    border: none;
    background: #444;
    padding: 5px 25px;
    color: #FAD930;
    font-size: 14px;
}
input:focus{
    outline: none !important;
    box-shadow: none !important;
}
.footer-top .three input::placeholder {
    color: #fff;
}
.footer-top .three .input-group-text{
    border-radius: 0;
    color: #FAD930;
    cursor: pointer;
}
.footer-img{
    display: flex;
    margin-top: 50px;
    padding-bottom: 20px;
    padding-top: 25px;
    border-top: 1px solid #444;
}
.footer-img .left{
    width: 40%;
}
.footer-img .right{
    width: 60%;
    padding-left: 16%;
}
.footer-img .right img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 4px solid #fff;
    border-radius: 3px;
    margin: 5px;
}
.footer-info{
    display: flex;
    font-size: 14px;
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #fff;
}
.footer-info p{
    margin-bottom: 10px;
}
.footer-info .left{
    width: 40%;
}
.footer-info .right{
    width: 60%;
    padding-left: 3%;
}

.list-item{
    margin-top: -1%;
    margin-bottom: -1%;
}
.three-item .item{
    float: left;
    width: 31.33%;
    margin: 1%;
}
.four-item .item{
    float: left;
    width: 23%;
    margin: 1%;
    text-align: center;
}
.four-item .item img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.list-home-product{
    margin-top: 1%;
}
.list-home-product .item{
    position: relative;
    width: 25%;
    margin: 0 !important;
}
.list-home-product .item img{
    height: 350px;
}
.list-home-product .title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10%;
    margin: 0;
    color: #fff;
    font-size: 30px;
    text-align: left;
    transition: color 1s;
}
.list-home-product .item:hover .title{
    color: yellow;
}

.go-to-top {
    position: fixed;
    bottom: 50px;
    right: 8px;
    z-index: 3;
    display: none;
    background: #FAD930;
    padding: 4px 8px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.box-zoom-out{
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.box-zoom-out img{
    max-width: 100%;
    transition: all 1s;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.box-zoom-out:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.navbar-expand-sm .navbar-collapse.show{
    display: block !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    padding: 20px;
    z-index: 100;
}
.navbar-expand-sm .navbar-collapse.show .dropdown-menu{
    display: block;
    padding-left: 20px;
    background: #000;
}
.navbar-collapse.show .dropdown-menu .dropdown-item{
    font-weight: 400;
    border-bottom: none;
}
.mobile-menu-top{
    display: none;
    text-align: center;
    margin-top: -15px;
}
.mobile-menu-top img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 50%;
}
.navbar-collapse.show .mobile-menu-top{
    display: block;
}
.navbar-collapse.show .fa-times{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 8px;
}
.main-page{
    margin-top: 30px;
    min-height: 50px;
    margin-bottom: 50px;
}
.page-img-top{
    padding: unset;
}
.page-img-top img{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.img-modal .hide-modal{
    padding: 0;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
}
.img-modal .title{
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700;
}
.img-modal .fa-arrow-circle-left,.img-modal .fa-arrow-circle-right{
    cursor: pointer;
    position: absolute;
    top: 45%;
    color: #fff;
}
.img-modal .fa-arrow-circle-left:hover,.img-modal .fa-arrow-circle-right:hover{
    opacity: .8;
}
.img-modal .fa-arrow-circle-left{
    left: 5%;
}
.img-modal .fa-arrow-circle-right{
    right: 5%;
}
.contact-page{
    font-size: 14px;
}
.contact-page .home-project-title{
    text-align: left;
}
.list-ss i{
    cursor: pointer;
    margin-right: 10px;
}
.list-ss i:hover{
    opacity: .8;
}
.google-map{
    min-height: 300px;
}
.d-flex{
    display: flex;
}
@media only screen and (max-width:1024px) {
    .footer .list-partner .item{
        font-size: 25px;
        max-width: 230px;
    }
    .home-info .info .mgl{
        margin-left: unset;
    }
    .home-section{
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 95px;
    }
    .home-project .title{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .footer-top .one{
        display: none;
    }
    .footer-top .two, .footer-top .three{
        width: 50%;
        flex: unset;
    }
    .footer{
        padding-top: 30px;
    }
    .footer-img{
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px){
    .menu .content{
        height: 70px;
    }
    .navbar .navbar-brand .logo{
        max-height: 50px;
    }
    .four-item .item{
        width: 48%;
    }
    .footer-info .right{
        margin-top: unset;
        margin-left: 20px;
        padding-left: unset;
    }
    .home-slider .carousel-inner img{
        max-height: 390px;
    }
}
@media only screen and (max-width: 767px){
    .footer .list-partner{
        flex-direction: column;
        gap: 20px;
    }
    .home-slider .carousel-inner img{
        max-height: 300px;
        object-position: center center;
    }
    .home-info .info div:last-child{
        padding-left: unset;
    }
    .navbar .container-fluid{
        padding-left: 15px;
        padding-right: 10px;
    }
    .navbar>.container-fluid .navbar-toggler{
        order: 1
    }
    .navbar>.container-fluid .navbar-brand{
        order: 2
    }
    .navbar>.container-fluid .menu-right{
        order: 3
    }
    .navbar-expand-sm .navbar-toggler{
        border: none;
        display: block !important;
        color: #000;
        background: #fff;
        border-radius: 3px;
        padding: 3px 5px;
        box-shadow: 2px 2px 1px #000;
    }
    .menu .content{
        height: 50px;
    }
    .navbar .navbar-brand .logo{
        max-height: 40px;
    }
    .navbar-expand-sm .navbar-collapse{
        display: none !important;
    }
    .home-info .info{
        flex-direction: column;
        gap: 15px;
    }
    .home-project-title{
        font-size: 20px;
    }
    .four-item .item, .three-item .item{
        width: 100%;
    }
    .home-project .title{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .footer-top{
        flex-direction: column;
        gap: 20px;
    }
    .footer-top .one{
        display: none;
    }
    .footer-top .three{
        width: 100%;
    }
    .footer-info{
        flex-direction: column;
        margin-top: 30px;
    }
    .footer-info .left, .footer-info .right{
        width: 100%;
    }
    .footer-info .right{
        margin-top: 20px;
        padding-left: unset;
    }
    .home-slider .carousel-inner img{
        max-height: 270px;
    }
    .footer-top .two, .footer-top .three{
        width: 100%;
    }
    .home-info .two .content{
        order: 2;
    }
    .home-info .two .box-zoom-out{
        order: 1;
    }
}