@font-face {
    font-family: "SemiBold";
    src: url(../font/San-Francisco/SFNSDisplay-Semibold.otf);
}

@font-face {
    font-family: "Bold";
    src: url(../font/San-Francisco/SFNSDisplay-Bold.otf);
}

@font-face {
    font-family: "Regular";
    src: url(../font/San-Francisco/SFNSDisplay-Regular.otf);
}

@font-face {
    font-family: "Medium";
    src: url(../font/San-Francisco/SFNSDisplay-Medium.otf);
}

* {
    margin: 0px;
    padding: 0px;
}

header .navbar {
    padding: 0 5%;
    height: 61px;
    line-height: 61px;
}

header .img_heaedr {
    height: 60px;
    display: block;
}

header .icon__search {
    margin-left: 39px;
    color: #FFFFFF;
}

header .navbar-light .navbar-nav .nav-item {
    color: #ffffff;
    font-family: SemiBold;
    font-size: 18.79px;
}


/* header .collapse .nav-link{
    color: #ffffff;
    font-family: SemiBold;
    font-size: 18.79px;
} */

header .collapse .nav-link::after {
    content: "|";
    position: absolute;
    top: 6px;
    right: -1.75px;
}

header .collapse .nav-link.unactive::after {
    content: "";
}

header .collapse .nav-item {
    padding: 0 13px;
    position: relative;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    /* z-index: 9999; */
}

header .collapse .item_homePage::after {
    content: url(../img/hover__effect.png);
    position: absolute;
    left: -130px;
    top: 40px;
    transition: all 0.5s;
    opacity: 0;
    height: 10px;
    width: auto;
    z-index: -1;
}

header .collapse .item_homePage:hover::after {
    content: url(../img/hover__effect.png);
    position: absolute;
    left: -45px;
    top: 40px;
    transition: all 0.5s;
    opacity: 1;
}

header .collapse .item_dichVu::after {
    content: url(../img/hover__effect.png);
    position: absolute;
    left: -130px;
    top: 40px;
    transition: all 0.5s;
    opacity: 0;
    height: 10px;
    width: auto;
    z-index: -1;
}


/* header .collapse .nav-item */

header .collapse .item_dichVu:hover::after {
    content: url(../img/hover__effect.png);
    position: absolute;
    left: -70px;
    top: 40px;
    transition: all 0.5s;
    opacity: 1;
}

header .collapse .itemDuAn::after {
    content: url(../img/hover__effect.png);
    position: absolute;
    left: -120px;
    top: 40px;
    transition: all 0.5s;
    opacity: 0;
    height: 10px;
    width: auto;
    z-index: -1;
}

header .collapse .itemDuAn:hover::after {
    content: url(../img/hover__effect.png);
    position: absolute;
    left: -80px;
    top: 40px;
    transition: all 0.5s;
    opacity: 1;
}

header .collapse .itemBangTin::after {
    content: url(../img/hover__effect.png);
    position: absolute;
    left: -100px;
    top: 40px;
    transition: all 0.5s;
    opacity: 0;
    height: 10px;
    width: auto;
    z-index: -1;
}

header .collapse .itemBangTin:hover::after {
    content: url(../img/hover__effect.png);
    position: absolute;
    left: -55px;
    top: 40px;
    transition: all 0.5s;
    opacity: 1;
}

header .collapse .itemTuyenDung::after {
    content: url(../img/hover__effect.png);
    position: absolute;
    left: -90px;
    top: 40px;
    transition: all 0.5s;
    opacity: 0;
    z-index: -1;
}

header .collapse .itemTuyenDung:hover::after {
    content: url(../img/hover__effect.png);
    position: absolute;
    left: -20px;
    top: 40px;
    transition: all 0.5s;
    opacity: 1;
}

header .collapse .itemLienLac::after {
    content: url(../img/hover__effect.png);
    position: absolute;
    left: -110px;
    top: 40px;
    transition: all 0.5s;
    opacity: 0;
    z-index: -1;
}

header .collapse .itemLienLac:hover::after {
    content: url(../img/hover__effect.png);
    position: absolute;
    left: -50px;
    top: 40px;
    transition: all 0.5s;
    opacity: 1;
}


/* carousel  */

.carousel {
    height: 100%;
}

.carousel ul {
    position: absolute;
    z-index: 999;
    bottom: 50px;
    left: 2%;
}

.carousel-indicators {
    bottom: 100px;
}

.carousel ul li {
    background: #ffffff;
    border: none;
    border-radius: 50%;
    margin: 0 5px;
    width: 15px !important;
    height: 15px !important;
    background-color: transparent;
    text-indent: unset !important;
    background-color: #10ffff !important;
}

.carousel ul li a {
    z-index: 999;
    color: blue !important;
    cursor: pointer;
    visibility: hidden;
    font-weight: bold;
    padding: .5rem .5rem;
}

.carousel .carousel-indicators .half-circle {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: -7px;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-top: 3px solid transparent;
    border-left: 3px solid #10ffff;
    border-right: 3px solid #10ffff;
    border-bottom: 3px solid #10ffff;
    border-radius: 50%;
    transform: rotate(-50deg);
    visibility: hidden;
}

.carousel .carousel-indicators li.active .half-circle {
    animation: 1s linear infinite rotate;
    visibility: visible;
}

.carousel .carousel-indicators li.active {
    margin-left: 15px;
    height: 30px !important;
    width: 30px !important;
    margin-top: -12px;
    border: none;
    background-color: transparent !important;
}

.carousel .carousel-indicators li.active a {
    visibility: visible;
}

.carousel .carousel-indicators .half-circle:hover {
    animation: 1s linear infinite rotate;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-item>.nav-link {
    color: white;
}

.carousel__title__header {
    position: absolute;
    top: 224px;
    left: 0;
    z-index: 9999;
    padding-left: 5%;
}

.carousel__title__header .carousel__what_we_do {
    font-family: SemiBold;
    font-size: 27.58px;
    margin: 0px;
    color: #ffffff;
}

.carousel__title__header .carousel__services {
    font-family: Bold;
    color: #ffffff;
}

.carousel__title__header .carousel__services::after {
    content: url(../img/service.png);
    position: absolute;
    left: 30px;
    top: 85px;
    transform: translateX(0);
    transition: all 0.5s;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}