/*
tuannt
2023-07-05
*/

html {
    scroll-behavior: smooth;
}
.navbar-stick .navbar-brand a {
    color: #343f52 !important;
}
.search-form:before {
    cursor: pointer;
}
.home-block-1 {
    background-image: url("../../bg/bg2.jpg");
    background-size: 100%;
    background-position: right bottom;
}
.wrapper.angled:after {
    bottom: 0 !important;
}
.wrapper.angled.lower-start:after {
    bottom: unset;
}
.home-block-1::after {
    border: 0 solid white !important;
    border-left-color: transparent !important;
    border-left-width: 100vw !important;
    bottom: 0 !important;
    border-bottom-width: 4rem !important;
}

@media (min-width: 1200px) {
    .home-block-1 {
        /*height: 500px;*/
    }
}

@media (min-width: 1500px) {
    .home-block-1 {
        /*height: 600px;*/
    }
}
