@font-face {
    font-family: montserrat-medium;
    src: url(../fonts/montserrat-medium.ttf);
}

@font-face {
    font-family: montserrat-extrabold;
    src: url(../fonts/montserrat-extrabold.ttf);
}

@font-face {
    font-family: cubano-regular;
    src: url(../fonts/cubano-regular.otf);
}

@font-face {
    font-family: antquab;
    src: url(../fonts/antquab.TTF);
}

.container-fluid {
    font-family: montserrat-medium;
}

.font-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: montserrat-extrabold;
}


/* .navbar style */

.logo-nav {
    height: 70px;
}

.btn {
    text-transform: uppercase;
    padding: 10px 25px;
}

.text-deep-purple {
    color: #7656c4!important;
}

.btn-deep-orange {
    background-color: #ff7043!important;
    color: #fff;
}

.text-deep-orange {
    color: #ff7043!important;
}

.btn-mdb-color {
    background-color: #59698d!important;
    color: #fff;
}

.text-mdb-color {
    color: #59698d!important;
}

.btn-light-blue {
    background-color: #5370a0!important;
    color: #fff;
}

.text-light-blue {
    color: #5370a0!important;
}

.btn-blue-grey {
    background-color: #78909c!important;
    color: #fff;
}

.text-blue-grey {
    color: #78909c!important;
}

.text-black {
    color: #262626!important;
}

.btn-light-green {
    background-color: #8bc34a!important;
    color: #fff;
}

.text-light-green {
    color: #8bc34a!important;
}

.btn-primary {
    background-color: #4285f4!important;
    color: #fff!important;
    border: 1px solid #4285f4!important;
}

.btn-outline-primary {
    color: #4285f4!important;
    border: 1px solid #4285f4!important;
}

.text-primary {
    color: #4285f4!important;
}

.bg-primary-50 {
    background: rgba(66, 133, 244, 0.3);
}

.btn-danger,
.btn-outline-danger:hover {
    background-color: #ff3547!important;
    color: #fff!important;
    border: 1px solid #ff3547;
}

.btn-outline-danger {
    color: #ff3547!important;
    border: 1px solid #ff3547;
}

.text-danger {
    color: #ff3547!important;
}

.bg-danger-50 {
    background: rgba(255, 53, 71, 0.3);
}

.btn-default {
    background-color: #2bbbad!important;
    color: #fff;
}

.text-default {
    color: #2bbbad;
}

.btn-success {
    background-color: #59c60a!important;
    color: #fff!important;
}

.btn-success-50 {
    background: rgba( 89, 198, 10, 0.3);
    color: #59c60a!important;
}

.btn-radius {
    border-radius: 25px;
}

.bg-success-50 {
    background: rgba(0, 200, 81, 0.3);
}

.btn-deep-success {
    background-color: #00c851!important;
    color: #fff!important;
}

.btn-deep-outline-success {
    color: #00c851!important;
    border: 1px solid #00c851!important;
}

.btn-deep-outline-success:hover {
    background-color: #00c851!important;
    color: #fff!important;
}

.text-success {
    color: #59c60a!important;
}

.btn-info {
    background-color: #33b5e5!important;
    color: #fff;
}

.text-info {
    color: #33b5e5!important;
}

.btn-warning {
    background-color: #f80!important;
    color: #fff;
}

.text-warning {
    color: #f80!important;
}

.bg-warning-50 {
    background: rgba(255, 136, 0, 0.3);
}

.btn-radius {
    border-radius: 25px;
}

.sidebar {
    background: #fff;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    padding: 20px 0px;
}

.navbar {
    background: #59c60a;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:active,
.navbar-expand-lg .navbar-nav .nav-link:focus {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.navbar-nav .dropdown-menu {
    top: 94%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.navbar-nav .dropdown-menu {
    padding: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    display: block;
    visibility: hidden;
}

.navbar-nav .dropdown-menu.show {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    visibility: visible;
}

.icon-dropdown-rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    background: rgba(89, 198, 10, 0.2);
    color: rgba(89, 198, 10, 1);
}

.smooth-transition {
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.header {
    padding: 7px 0px 0px 0px;
}

.logo-slogan {
    font-family: antquab;
    margin-top: -5px;
}

.logo-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo-header img {
    height: 80px;
    padding-bottom: 5px;
}

.logo-title {
    font-size: 28px;
    font-family: montserrat-extrabold;
}

.logo-sidebar img {
    height: 140px;
}

.logo-img-wrap {
    width: 15%;
}

.header .search-wrap-header {
    width: 20%;
}

.header .logo-text {
    width: 60%;
}

.search-wrap-header input {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.search-wrap-header .input-group-text {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: transparent;
    cursor: pointer;
}

.pd-space {
    padding: 50px 0px;
}

.main-title {
    font-size: 30px;
    font-family: montserrat-extrabold;
    text-transform: capitalize;
}

.sub-title {
    font-size: 20px;
    font-family: montserrat-extrabold;
    text-transform: capitalize;
}

.main-content>.col-sm-12.col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    z-index: 9;
}

.main-content>.col-sm-12.col-md-9 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.sidebar-link {
    width: 95%;
    padding: 8px 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 20px;
}

.sidebar-link-wrap .sidebar-link:last-child {
    margin-bottom: 0px;
}

.sidebar-link-item {
    text-transform: capitalize;
    color: #666666;
    margin-left: 25px;
    text-decoration: none;
}

.sidebar-link.active,
.sidebar-link:hover {
    background: rgba(89, 198, 10, 0.2);
    text-decoration: none;
}

.sidebar-link.active .sidebar-link-item,
.sidebar-link:hover .sidebar-link-item,
.submenu-sidebar .list-group-subitem:hover {
    color: rgba(89, 198, 10, 1);
    text-decoration: none;
}

.sidebar-link-item i {
    margin-right: 10px;
}

.dropdown-sidebar {
    margin-top: 4px;
}

.icon-rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.submenu-sidebar .list-group-item {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.submenu-sidebar .list-group-item:first-child {
    border-radius: 0px;
    border: none;
}

.submenu-sidebar .list-group-item:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.submenu-sidebar .list-group-subitem {
    padding: 0px 20px;
    text-transform: capitalize;
    color: #666666;
}

.submenu-sidebar .list-group-subitem i {
    margin-right: 7px;
}

.submenu-sidebar .list-group {
    width: 90%;
    margin-left: auto;
}

.skitter {
    max-width: initial;
}

.label_skitter {
    height: 60%;
    width: 100%;
    background: transparent;
    text-align: center;
}

.slider-title {
    font-family: montserrat-extrabold;
    font-size: 40px!important;
    text-transform: capitalize;
}

.skitter-large .btn {
    padding: 10px 30px;
    border: none;
}

.benefit-wrap .col-sm-12.col-md-6 {
    margin: 10px 0px;
}

.benefit-img {
    height: 70px;
    margin-bottom: 5px;
}

.benefit-text {
    text-transform: capitalize;
    font-size: 13px;
}

.video-intro {
    height: 245px;
    margin: 40px auto 0px auto;
    display: block;
}


/* #product style */

#product-list {
    background: cornsilk;
}

.product-wrap:hover {
    text-decoration: none;
}

.product-img-wrap img {
    position: relative;
    height: 260px;
    z-index: 2;
}

.product-wrap .product-wrap-title {
    font-size: 20px;
    color: #262626;
}

.product-wrap .product-name {
    font-family: montserrat-extrabold;
}

.product-img-wrap:before {
    content: "";
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #f2f2f2;
    z-index: -1;
    position: absolute;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    z-index: 1;
}

.product-wrap:hover .product-img-wrap:before {
    background: rgba(89, 198, 10, 0.5);
}


/* #news style */

.news-wrap {
    color: #262626;
}

.news-wrap:hover {
    text-decoration: none;
}

.news-wrap:hover .news-title {
    text-decoration: none;
    color: #59c60a;
}

.news-wrap:hover .news-content {
    color: #262626;
}

.news-wrap .news-title {
    font-family: montserrat-extrabold;
}

.news-sm-list .col-sm-12.col-md-6:first-child,
.news-sm-list .col-sm-12.col-md-6:nth-child(2) {
    margin-bottom: 20px;
}

.news-sm-list .news-sm .news-content {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-sm-list .news-sm .news-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/* #contact style */

.iframe-map {
    width: 100%;
    height: 350px;
    margin-bottom: -7px;
}

.contact-info {
    font-family: montserrat-extrabold;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 25px;
    background: rgba(89, 198, 10, 0.2)
}

.contact-info a:hover {
    color: #59c60a!important;
}

.copyright {
    padding: 15px;
}

.navbar-light .navbar-toggler {
    color: #fff;
    padding: 8px 15px;
    font-size: 27px;
    border: none;
    position: relative;
    left: 84%;
}

.no-focus-active:active,
.no-focus-active:focus {
    box-shadow: none;
    outline: none;
}

.no-focus-active *:active,
.no-focus-active *:focus {
    box-shadow: none;
    outline: none;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 999999;
}

.back-to-top i {
    padding: 15px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #ffffff;
    color: #ffffff;
}

.sub-panel {
    font-size: 33px;
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/slider-1.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    height: 180px;
    text-align: center;
}

#hiringList .card {
    border: none;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
}

#hiringList .card-header {
    padding: 0px;
}

#hiringList .card .card-body {
    border: none;
}

.sub-advisory {
    padding: 15px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
    background: #fff;
}

.sub-advisory:hover {
    text-decoration: underline!important;
}

.nav-item,
.nav-link {
    cursor: pointer;
}

#hiringList [data-toggle="collapse"]:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f078";
    color: #222222;
    float: right;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#hiringList [data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.sub-advisory:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f059";
    color: #2191A1;
}

.news-item img {
    height: 180px;
    width: 35%;
}

.news-item,
.related-news-item {
    padding: 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-item:first-child,
.related-news-item:first-child {
    padding-top: 0px;
}

.news-item-title {
    font-size: 19px;
}

.related-news-item img {
    width: 100%;
    height: 155px;
}

.news-item .news-item-content {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 4;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.related-news .news-item-content,
.news-item-title,
.related-news .related-news-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.new-detail-wrap img {
    width: 100%;
    height: auto;
}

.all-product .col-sm-12.col-md-4 {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.all-product .col-sm-12.col-md-4:hover {
    border-color: #59c60a;
}

.all-product .product-wrap {
    padding: 20px;
}

.product-detail-img {
    height: 420px;
}

.info-product-title {
    font-size: 31px;
}

.info-product-price {
    font-size: 25px;
}

.info-product-price:after {
    content: "VNĐ";
    margin-left: 5px;
}

.contact-to-buy {
    font-size: 22px;
}

.hiring-job .news-item img {
    height: 180px;
    width: 25%;
}

.news-sm-list .hide-news:nth-child(2),
.news-sm-list .hide-news:nth-child(3),
.news-sm-list .hide-news:nth-child(4),
.news-sm-list .hide-news:nth-child(5),
.news-sm-list .col-sm-12.col-md-8.col-lg-8 img{
    display: none;
}

@media (min-width: 1200px) {
    .hiring-job .news-item img {
        height: 180px;
        width: 25%;
    }
}

@media (min-width: 1600px) {
    .container.col-md-10,
    .container.col-md-11 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .product-detail,
    .hiring-job {
        min-height: 60vh;
    }
    .hiring-job .news-item img {
        height: 200px;
        width: 30%;
    }
}

@media (min-width: 1920px) {
    .container.col-md-10,
    .container.col-md-11 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .product-detail,
    .hiring-job {
        min-height: 66vh;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .logo-header .logo-img-wrap {
        width: 15%;
    }
    .logo-header .logo-text {
        width: 65%;
    }
    .logo-header .search-wrap-header {
        width: 20%;
    }
    .logo-title {
        font-size: 17px;
    }
    .logo-slogan {
        margin-top: 0px;
    }
    .main-title {
        font-size: 27px;
    }
    .product-img-wrap img {
        height: 225px;
    }
    .product-img-wrap:before {
        width: 185px;
        height: 185px;
    }
    .related-news-item img {
        width: 100%;
        height: 135px;
    }
    .news-item img {
        height: 165px;
        width: 35%;
    }
    .hiring-job .news-item img {
        height: 180px;
        width: 30%;
    }
    .product-detail-img {
        height: 370px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .logo-header .logo-img-wrap {
        width: 10%;
    }
    .logo-header .logo-text {
        width: 60%;
    }
    .logo-header .search-wrap-header {
        width: 30%;
    }
    .logo-title {
        font-size: 17px;
    }
    .logo-slogan {
        margin-top: 0px;
    }
    #about .container.col-md-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-img-wrap img {
        height: 195px;
    }
    .product-img-wrap:before {
        width: 165px;
        height: 165px;
    }
    .iframe-map {
        height: 220px;
    }
    .benefit-img {
        height: auto;
    }
    .main-title {
        font-size: 25px;
    }
    .navbar-nav .dropdown-menu {
        display: none;
    }
    .navbar-nav .dropdown-menu.show {
        display: block;
    }
    .label_skitter {
        height: 75%;
    }
    .navbar-light .navbar-toggler {
        left: 90%;
    }
    .video-intro {
        margin-top: 25px;
        width: 100%;
    }
    .all-news .col-sm-12.col-md-9 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .all-news .col-sm-12.col-md-3 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .product-detail {
        min-height: 660px;
    }
    .product-detail-img {
        height: 370px;
    }
    .news-item img {
        height: 140px;
        width: 50%;
    }
    .hiring-job .news-item img {
        width: 38%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .logo-header .logo-img-wrap {
        width: 20%;
    }
    .logo-header .logo-text {
        width: 80%;
    }
    .logo-header .search-wrap-header {
        width: 100%;
        margin: 10px 0px;
    }
    .logo-title {
        font-size: 15px;
    }
    .logo-slogan {
        margin-top: 0px;
    }
    .label_skitter {
        height: 70%;
    }
    .benefit-wrap .col-sm-12.col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #product-list .col-sm-12.col-md-4,
    .all-product .col-sm-12.col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 10px 0px;
    }
    .product-img-wrap:before {
        width: 190px;
        height: 190px;
    }
    .product-img-wrap img {
        height: 230px;
    }
    .product-detail-img {
        height: 360px;
    }
    .news-lg {
        margin-bottom: 30px;
    }
    .news-lg img {
        width: 100%;
        height: auto;
    }
    .iframe-map {
        height: 200px;
    }
    .navbar-nav .dropdown-menu {
        display: none;
    }
    .navbar-nav .dropdown-menu.show {
        display: block;
    }
    .related-news {
        margin-top: 20px;
    }
    .related-news-item {
        padding: 15px 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: inline-block!important;
        width: 48%;
        margin: 0px 0.77%;
    }
    .related-news-item img {
        height: 160px;
    }
    .news-item img {
        height: 145px;
        width: 45%;
    }
    .hiring-job .news-item img {
        height: 160px;
        width: 50%;
    }
    .info-product {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .logo-header .logo-img-wrap {
        width: 20%;
    }
    .logo-header .logo-text {
        width: 80%;
    }
    .logo-header .search-wrap-header {
        width: 100%;
        margin: 10px 0px;
    }
    .logo-title {
        font-size: 15px;
    }
    .logo-slogan {
        margin-top: 0px;
    }
    .label_skitter {
        height: 90%;
    }
    .skitter .prev_button,
    .skitter .next_button {
        display: none!important;
    }
    .slider-title {
        font-family: montserrat-extrabold;
        font-size: 25px!important;
        text-transform: capitalize;
    }
    .main-title {
        font-size: 24px;
    }
    .benefit-wrap .col-sm-12.col-md-3 {
        width: 25%;
    }
    .video-intro {
        margin-top: 15px;
        width: 100%;
    }
    #product-list .col-sm-12.col-md-4,
    .all-product .col-sm-12.col-md-4 {
        width: 50%;
    }
    .product-img-wrap img {
        height: 170px;
    }
    .product-img-wrap:before {
        width: 135px;
        height: 135px;
    }
    .product-wrap .product-wrap-title {
        font-size: 17px;
    }
    .news-lg {
        margin-bottom: 30px;
    }
    .news-lg img {
        width: 100%;
        height: auto;
    }
    .iframe-map {
        height: 200px;
    }
    .contact-info {
        padding: 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 35px;
    }
    .contact-info a:first-child {
        width: 38%;
        margin-right: 10px!important;
    }
    .contact-info a:nth-child(2) {
        margin-right: 10px!important;
    }
    .product-detail-img {
        height: 370px;
    }
    .all-product .product-wrap {
        padding: 10px;
    }
    .info-product {
        text-align: center;
    }
    .navbar-nav .dropdown-menu {
        display: none;
    }
    .navbar-nav .dropdown-menu.show {
        display: block;
    }
    .news-item {
        display: block!important;
    }
    .news-item img,
    .related-news-item img,
    .hiring-job .news-item img {
        height: 215px;
        width: 100%;
        margin-right: 0px!important;
        margin-bottom: 10px;
    }
    .related-news {
        margin-top: 20px;
    }
}

@media (max-width: 420px) {}

@media (max-width: 384px) {}

@media (max-width: 375px) {
    .news-item img,
    .related-news-item img {
        height: 195px;
    }
}

@media (max-width: 320px) {
    .news-item img,
    .related-news-item img {
        height: 165px;
    }
    .product-detail-img {
        height: 285px;
    }
    .info-product-title {
        font-size: 24px;
    }
    .info-product-price {
        font-size: 22px;
    }
    .sub-panel {
        font-size: 27px;
    }
    .logo-header img {
        height: 65px;
        padding-bottom: 5px;
    }
    .logo-title,
    .logo-slogan {
        font-size: 13px;
    }
    .label_skitter {
        display: none!important;
    }
    .main-title {
        font-size: 20px;
    }
    .sub-title {
        font-size: 18px;
    }
    .benefit-wrap .col-sm-12.col-md-3 {
        width: 50%;
    }
    #product-list .col-sm-12.col-md-4,
    .all-product .col-sm-12.col-md-4 {
        margin: 10px 0px;
    }
    .contact-info a {
        width: 100%!important;
    }
}