body .header .title-container {
    background: #fff;
}
body .header .title-container .title {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 13px 0;
    text-align: left;
}


table tr{
    cursor: pointer;
    height: 3rem;
}
table td, th{
    padding-top: 10px;
    padding-bottom: 10px;
}
table thead tr{
    background-color: rgba(0,0,0,.075);
}
table .text-center{
    text-align: center;
}

.group {
    background: #fff;
}
.group .group-container {
    position: relative;
}
.group .group-container .group-main-img img {
    width: 100%;
    max-height: 100%;
}
.group .group-container .overload {
    color: #fff;
    position: absolute;
    top: 10%;
    text-shadow: 0 0 #000;
    max-width: 100%;
}
.group .group-container .overload h2 {
    font-size: 46px;
    font-weight: 700;
}
.group .group-container .overload p {
    font-size: 20px;
}
.group .group-middle {
    font-weight: lighter;
    margin-top: 35px;
}
.group .group-middle .slogan {
    font-size: 20px;
    margin-bottom: 20px;
}
.group .group-middle .content {
    font-size: 16px;
    text-align: justify;
}
.group-middle-btn .card {
    border: none;
    border-radius: 0;
}
.group-middle-btn .card .m-img {
    max-height: 350px;
    overflow: hidden;
}
.group-middle-btn .card .m-img img {
    width: 100%;
    min-height: 350px;
}
.group-middle-btn .card .card-body {
    border-right: 1px solid #ededed;
    min-height: 120px;
}
.group-middle-btn .card .card-body h5 {
    font-weight: 700;
}
.group-middle-btn .card .card-body p {
    margin-bottom: 0;
}
.group-middle-btn .container .row div:last-child .card .card-body {
    border-right: none;
}
.group-list-benefist ul li, .group-list-ul ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    color: #333;
    line-height: 1.1;
    margin-top: 12px;
}

.group-list-ul ul li:before {
    content: "\f00c";
    font-weight: 900;
    font-size: 20px;
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #4d5357;
    position: absolute;
    left: -25px;
    top: 2px;
}

.group-list-benefist ul li:before {
    content: "\f111";
    font-weight: 900;
    font-size: 9px;
    font-family: "FontAwesome";
    color: #057AFF;
    position: absolute;
    left: -15px;
    top: 4px;
}
.group-travel-banner div {
    max-height: 235px;
    overflow: hidden;
}
.group-travel-banner img {
    width: 100%;
}

.fs-36{
    font-size: 28px;
    font-weight: 500;
}
.fs-18{
    font-size: 18px; 
}
.fs-16{
    font-size: 16px;
}
.fw-500{
    font-weight: 500;
}

.fw-600{
    font-weight: 600;
}

.fs-46{
    font-size: 46px !important;
}
.fw-800{
    font-weight: 800;
}


/*s*/
.color-blue{
    color: #057AFF;
}
.title-text-ce{
    font-size: 24px;
}
.normal-text-ce{
    font-size: 18px;
}

.w-100{
    width: 100%;
}
.form-control-input-height{
    height: 32px !important;
}
@media screen and (max-width: 1199px) {
    .img-hands{
        width: 100%;
    }
}
  
@media screen and (max-width: 991px) {
    .img-hands{
        width: 100%;
    }
        
    .fs-36{
        font-size: 24px;
    }

    .fs-16{
        font-size: 14px;
    }
}
  
@media screen and (max-width: 767px) {
    .group-main-img{
        margin: 0 !important;
    }
    .img-hands{
        width: 200px !important;
        margin-bottom: 24px;
    }
    .fs-36{
        font-size: 21px;
    }
    .fs-16{
        font-size: 14px;
    }
    .fs-18{
        font-size: 16px; 
    }
    .fs-46{
        font-size: 30px !important;
    }
    .group .group-container .overload{
        max-width: 100%;
        top: 50%;
    }
    .group .group-container .overload h2{
        font-size: 30px;
    }
    
    .title-text-ce{
        font-size: 21px;
    }
    .normal-text-ce{
        font-size: 16px;
    }
    .mc-0{
        margin-bottom: 0 !important;
    }
    .mte-0{
        margin-top: -15px !important;
    }
}

@media screen and (min-width: 1200px){
    .container-ec {
        max-width: 1100px!important;
    }
}
@media screen and (min-width: 768px){
    .container-ec {
        max-width: 100%;
    }
}
@media (min-width: 576px){

    .container-ec {
        max-width: 100%;
    }
    
}