@font-face {
    font-family: 'utmavobold'; /*a name to be used later*/
    src: url('../font/utm-avo-bold.woff'); /*URL to font*/
}

@font-face {
    font-family: 'utmavo'; /*a name to be used later*/
    src: url('../font/utm-avo.woff'); /*URL to font*/
}


body {
    color: #111;
    font-size: 18px;
    font-family: utmavo;
    position: relative;
}

a {
    color: #c23616;
}

a:hover, a:focus {
    text-decoration: none;
}

.t-14 {
    font-size: 14px;
}

.w-30 {
    width: 30px;
}

.btn-primary {
    background: #ffffff;
    border-color: #f58634;
    color: #f58634;
    border-radius: 0;
    padding: 5px 40px;
    text-transform: uppercase;
}

.btn-primary:hover {
    color: #fff;
    background: #f58634;
    border-color: #f58634;
    opacity: 0.8;
}


.btn-outline-primary {
    color: #fff;
    background: #f58634;
    border-color: #f79e5d;
    border-radius: 0;
    padding: 5px 40px;
    text-transform: uppercase;
}

.btn-outline-primary:hover {
    opacity: 0.8;
    color: #fff;
    background: #f58634;
    border-color: #f79e5d;
}

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

.text-secondary {
    color: #99AA00 !important;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}

.img-responsive {
    width: 100% !important;
}


.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}


/*-----------------------------------------------------------------*/
* {
    touch-action: manipulation !important;
}


.fixed-top {
    position: fixed !important;
    top: -1px;
    right: 0;
    left: 0;
    z-index: 1030;
}


.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 2.1;
    border-radius: 50px;
    font-size: 16px;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    transition: background 0.1s;
}

.back-to-top:hover {
    color: #fff;
}

.sc-pd {
    padding: 60px 0;
}

.sc-bg {
    background: url("../img/bg-paper.jpg");
    background-size: cover;
    background-position: center center;
}

.sc-header {
    text-align: center;
    padding: 50px 0
}

.sc-header h2 {
    font-size: 40px;
    font-family: utmavobold;
    color: #F58634;
    text-transform: uppercase
}

.swiper-container {
    width: 100%;
    height: 100%;
}


.swiper-button-next:after, .swiper-button-prev:after {
    content: '';
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 50px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 50px;
}


.swiper-wrapper-gioithieu {
    padding-bottom: 30px;
}

.swiper-wrapper-gioithieu .swiper-slide {
    text-align: center;
}

.swiper-wrapper-gioithieu .swiper-slide-prev, .swiper-wrapper-gioithieu .swiper-slide-next {
    opacity: 0.5;
}

.swiper-wrapper-gioithieu .swiper-slide .content {
    padding: 30px 100px 50px 100px
}

.swiper-wrapper-gioithieu .swiper-slide .content p {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.swiper-wrapper-gioithieu .swiper-slide .content h3 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
}

.swiper-wrapper-gioithieu .swiper-slide img {
    border-radius: 20px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #f58634;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #f58634;
}

.swiper-wrapper-gioithieu .swiper-slide {
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -2px;
}


footer {
}

footer h3 {
    text-transform: uppercase;
    color: #111;
    font-size: 26px;
    font-family: 'Judson', serif;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media screen and (max-width: 700px) {

}


@media (min-width: 1000px) {
    .main-nav {
        display: block;
    }

    .mobile-nav {
        display: none;
    }

    .mobile-nav-toggle {
        display: none;
    }
}

@media (max-width: 768px) {

    .back-to-top {
        right: 20px !important;
        bottom: 10px !important;
    }

    .sc-pd {
        padding: 30px 0 !important;
    }

    .sc-header {
        margin: 20px 0 !important;
    }

    .sc-header h2 {
        font-size: 28px !important;
    }

    .swiper-wrapper-gioithieu .swiper-slide {
    }

    .swiper-wrapper-gioithieu .swiper-slide .content {
        font-size: 18px;
        background: #f4f3ef;
        padding: 30px 20px;
    }


    .swiper-wrapper-gioithieu .swiper-slide .content h3 {
        font-size: 28px;
    }

}

@media (max-width: 1000px) {
    .product-cotain .item {
        margin-top: 100px;
    }
}


@media screen and (max-width: 340px) {
}

.product-cotain {
    margin-top: -90px;
}

.product-cotain .item {
    background: #fff;
    text-align: center;
    padding: 80px 20px 20px 20px;
    position: relative;
    border-radius: 10px;

}

.product-cotain .item h3 {
    font-size: 24px;
    color: #2B3B52;
    font-family: utmavobold;
    margin: 18px 0;
}

.product-cotain .item p.des {
    font-size: 22px;
    line-height: 22px;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 20px;
}

.product-cotain .item img {
    position: absolute;
    top: -90px;
    width: 180px;
    left: 0;
    right: 0;
    margin: auto;
}

.product-cotain .item p.number {
    color: #F58634;
    font-family: utmavobold;
    font-size: 32px;
}

.product-cotain .item p.number span {
    color: #333;
    font-size: 20px;
}


.job-contain {
}

.job-contain .item {
    margin: 10px 0;
    position: relative;
    background: #fff;
    padding: 15px;
}

.job-contain .item img.item-badge {
    position: absolute;
    top: -2px;
    width: 40px;
    z-index: 1;
    left: 50px;
}

.job-contain .item a.item-avatar {
    width: 80px;
    position: relative;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #e5e5e5;
}

.job-contain .item .media-body p a.hotel-name {
    color: #555
}

.job-contain .item .media-body {
}

.job-contain .item .media-body h3 {
    font-size: 16px;
    font-family: utmavobold;
}

.job-contain .item .media-body h3 a {
    color: #2b3b52;
}

.job-contain .item .media-body h3 a:hover {
    color: #F58634;
}

.job-contain .item .media-body ul.info {
    padding: 0;
    margin-bottom: 5px;
}

.job-contain .item .media-body ul.info li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}

.job-contain .item .media-body ul.info li a {
}

.card {
    border-radius: 0 !important;
    margin: 15px 0;
}

.card-header {
    border-radius: 0 !important;
    padding: 0;
}

.card-header button {
    padding: 20px;
    width: 100%;
    text-align: left;
    color: #222;
    font-family: utmavobold;
    font-size: 20px;
}

.card-header button:hover {
    background: #F58634;
    color: #fff;
    text-decoration: none;
    border-radius: 0 !important;
}

.sc-nhan-tb {
    background: url("../img/bg-nhan-thong-bao.jpg");
    background-position: top center;
    background-size: cover;
}

.form-thongbao {
}

.form-thongbao img.mail {
    position: absolute;
    left: 29px;
    top: 17px;
    width: 25px;
}

.form-thongbao input {
    height: 60px;
    border-radius: 0;
    padding-left: 60px;
    position: relative;
}

.form-thongbao button {
    height: 60px;
}

.app-item {
    background: url("../img/app-bg.jpg");
    background-position: center center;
    background-size: cover;
    padding: 20px;
    text-align: center;
}

.app-item h3 {
    font-size: 18px;
    font-family: utmavobold;
    margin: 20px 0;
}

.app-item img.logo-app {
    width: 60%
}

.app-item ul {
    padding: 0;
    margin-bottom: 0;
}

.app-item ul li {
    display: inline-block;
    list-style: none;
    margin: 10px
}

.app-item ul li a {
}

.app-item ul li a img {
}

.news-slide-item {
    position: relative;
}

.news-slide-item .date-time{
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffffa6;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}

.news-slide-item .content {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

.news-slide-item .content h3 {
    font-family: utmavobold;
    font-size: 16px;
    color: #111
}

.news-slide-item .content h3 a {
    color: #111;
}

.news-slide-item .content p.des {
    font-size: 14px
}

.news-slide-item .content p.doc-them {
    font-size: 14px;
    margin: 10px 0
}


.foot-social {
    padding: 0;
    margin-top: 48px;
}

.foot-social li {
    display: inline-block;
    margin: 0 10px;
}

.foot-social li a {
    padding: 20px;
    background: #fff;
    color: #f58634;
    text-align: center;
}

.foot-social li a i {
    width: 22px;
    display: inline-block;
}

footer {
    padding: 50px 0;
    font-size: 18px;
    background-size: cover;
    background-position: top right;
    background: #f58634;
    color: #fff;
}

footer h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-family: utmavobold;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}

.news-image img {
    height: 240px;
    object-fit: cover;
    background-size: cover;
}

.news-slide-item .content h3 a {
    line-height: 1.5;
}

.item-logo {
    overflow: hidden;
    background-color: #fff;
    height: 80px;
    position: relative;
    border: 1px solid #ccc;
    display: block;
    width: 80px;
    margin-right: 15px;
}
.item-logo img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}