.over-row-40 {
    margin-left: -40px;
    margin-right: -40px;
}

.over-col-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.page-detail-banner {
    height: 400px;
}

.page-detail-banner img {
    display: block;
}

.page-detail-body {
    padding-top: 50px;
}

.page-detail-body {
    padding-top: 50px;
}

.page-title h1 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: -1.2px;
}

.page-detail-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.page-detail-content h1,
.page-detail-content h2,
.page-detail-content h3,
.page-detail-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.padge-range {
    margin-bottom: 30px;
}

.padge-range>div:first-child {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 14px;
}

.padge-range>div:last-child {
    width: 100%;
    height: 8px;
    border-radius: 100px;
    position: relative;
    background-color: #efefef;
}

.padge-range>div:last-child::after {
    position: absolute;
    content: '';
    width: var(--range);
    background-color: var(--second-color);
    left: 0;
    height: 8px;
    top: 0;
    border-radius: 100px;
}

.page-sec-1 {
    margin-top: 50px;
}

.page-sec-2 {
    background-color: var(--primary-bg);
    margin-top: 40px;
}

.page-sec-2-wrap {
    display: flex;
    justify-content: space-between;
}

.page-sec-2-wrap>div {
    width: calc(50% - 40px);
}

.sec-2-right {
    padding: 50px 42px 30px 0;
}

.sec-2-right .page-detail-content {
    padding-bottom: 18px;
}

.list-tour {
    display: flex;
}

.list-tour>div {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.list-tour>div>div {
    margin-bottom: 16px;
    position: relative;
    padding-left: 36px;

}

.list-tour>div>div::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 22px;
    background-image: url('../img/page_tick.svg');
}

.list-tour>div:first-child {
    width: 254px;
}

.page-sec-3 {
    padding-top: 100px;
}

.page-sec-3 .page-title {
    /* padding-bottom: 12px; */
    text-align: center;
}

.page-sec-3 .page-des {
    max-width: 70%;
    padding-bottom: 50px;
    margin: 0 auto;
}

.page-sec-3 p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}

.about-travel-list .item {
    padding: 25px 31px 29px 25px;
    background-color: var(--primary-bg);
    height: 100%;
}

.about-travel-list .item svg {
    width: 80px;
    height: 80px;
}

.about-travel-list .item>div:first-child {
    padding-bottom: 19px;
    display: flex;
}

.item .about-title {
    padding-left: 26px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    width: calc(100% - 80px);
}

.meet-team {
    margin-top: 100px;
    padding: 60px;
    background-color: var(--primary-bg);
}


.list-team {
    padding: 0 25px;
}

.list-team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-team>div {
    width: 350px;
    margin-bottom: 60px;

}

.team-avata {
    width: 350px;
    height: 350px;
    padding: 25px;
    border-radius: 50%;
    border: 1px solid #E0E0E0;
    margin-bottom: 31px;
}

.team-avata img {
    border-radius: 50%;
}

.meet-team .page-title {
    margin-bottom: 50px;
}

.team-name h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
    text-align: center;
    font-weight: 600;
}

.team-name p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;

}



/* contact */
.contact-body {
    padding-top: 50px;
}

.contact-title h1 {
    font-size: 36px;
    line-height: 43px;
    padding-bottom: 48px;
    text-align: center;
    font-weight: 600;
}

.contact-ifor .item {
    padding: 40px 30px 33px;
    border-radius: 30px;
    background-color: var(--primary-bg);
}

.contact-img {
    text-align: center;
    margin-bottom: 24px;
}

.contact-content h2 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 11px;
    text-align: center;
}

.contact-content p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.contact-des {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    max-width: 573px;
    margin-bottom: 39px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.contact-form {
    max-width: 948px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.contact-form>div:first-child {
    display: flex;
    margin-bottom: 9px;
}

.contact-form .form-group {
    flex: 1;
}

.contact-form .form-group+.form-group {
    margin-left: 24px;
}

.contact-map iframe {
    width: 100%;
    height: 600px;
}

.contact-btn {
    margin-top: 35px;
    padding: 15px 0;
    text-align: center;
    width: 300px;
    background-color: var(--second-color);
    text-transform: uppercase;
    color: white;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

/* new -list */
.new-list-body {
    padding-top: 50px;
    padding-bottom: 50px;
}

.new-list-body h1 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.new-list-banner {
    background-color: var(--primary-bg);
    padding: 50px 0;
}

.banner-list-img {
    height: 250px;
    background: #fff;
}


.new-list-item .blog-cart {
    margin-bottom: 60px;
}

.new-detail-body {
    margin-top: 50px;
    padding-bottom: 32px;
}

.new-detail-content h1 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 18px;
    font-weight: 600;

}

.new-detail-content img {
    width: 100% !important;
    height: auto !important;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
}

.tag-list li {
    margin-bottom: 11px;
    border: 1px solid #CCCCCC;
    background-color: white;
}

.tag-list li a {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 35px;
    padding: 4px 13px 1px 13px;
}

.tag-list li+li {
    margin-left: 10px;
}

.new-time {
    font-size: 18px;
    line-height: 24px;
    color: #828282;
}

.content-main {
    margin-top: 28px;
    margin-bottom: 56px;
}

.content-main p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.content-main h1,
.content-main h2,
.content-main h3,
.content-main h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}

.new-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-share {
    padding-right: 37px;
    margin-right: 31px;
    border-right: 1px solid #D9D9D9;
}

.new-share a {
    color: #828282;
}

.new-share a svg {
    margin-right: 16px;
}

.new-share a span {
    margin-left: 12px;
    display: inline-block;
}

.news-lef {
    padding: 36px 24px 28px;
    background-color: var(--primary-bg);
}

.news-lef h2 {
    font-size: 24px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 24px;
}

.new-relate {
    padding: 50px 0;
    background-color: var(--primary-bg);
    margin-top: 50px;
}

.new-relate h1 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.relate-tour-list {
    position: relative;
}

.relate-tour-list .owl-stage {
    display: flex;
}

.relate-tour-list .owl-stage .tour-cart {
    height: 100%;
}

.relate-tour-list .owl-dots {
    height: 0px;
}

.relate-tour-list .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    transform: translate(0, -75%);
}

.relate-tour-list .owl-nav button:first-child {
    margin: 15px;
}

/* gallary */
.galery {
    display: flex;
    justify-content: space-between;
}

.galery-filter {
    display: flex;
    /* align-items: center; */
}

.galery-all {
    border-radius: 5px;
    background-color: var(--primary-bg);
    font-size: 18px;
    line-height: 22px;
    padding: 10px 22px;
    height: 40px;
    transition: 0.2s linear;
    margin-top: 14px;
}

.galery-all a {
    color: #828282;
    transition: 0.2s linear;
}

.galery-all span {
    display: inline-block;
    padding-right: 16px;
}

.galery-all:hover {
    background-color: var(--second-color);
}

.galery-all:hover a {
    color: white;
}

.galery-all path {
    transition: 0.2s linear;
}

.galery-all:hover path {
    stroke: white;
}

.filter-year {
    margin-left: 16px;
    width: 150px;
    margin-top: 14px;
}

.filter-year .form-group {
    margin-bottom: 0;
}

.filter-year .form-group input {
    padding: 10px 17px;
    font-size: 18px;
    line-height: 21px;
    background-color: var(--primary-bg);
    border: none;
    outline: none;
    height: 40px;
}

.list-year {
    position: absolute;
    top: calc(100% + 6px);
    width: 100px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 5px #D9D9D9;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    z-index: 9;
    border-radius: 10px;
}

.list-year p {
    padding: 6px 0;
    cursor: pointer;
}

.list-year p:hover {
    background: var(--primary-bg);
}

.new-rate-wrap {
    padding: 24px;
    margin-top: 65px;
    border: 1px solid #E8E8E8;
    margin-bottom: 25px;
}

.rate-tile {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 32px;
}

.count-rate {
    font-size: 16px;
    line-height: 24px;
    padding-top: 8px;
}

.rate-btn {
    padding: 10px;
    text-align: center;
    width: 246px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-weight: 600;
}

.rate-form {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.rate-form .rate-label {
    font-size: 16px;
    line-height: 19px;
    width: 118px;
    text-align: left;
    font-weight: 600;
    display: inline-block;
}

.rate-form input {
    width: 250px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    outline: none;
    border: 1px solid #E1E1E1;
    padding: 10px 10px;
}

.new-rate-sent-wrap {
    padding-bottom: 32px;
    border-bottom: 1px solid #E8E8E8;
}

.new-rate-sent-wrap .rate-tile {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 27px;
}

.new-rate-sent-wrap>div:last-child {
    display: flex;
    justify-content: end;
}

.new-rate-sent-wrap>div:last-child .rate-btn+.rate-btn {
    margin-left: 16px;
}

.new-rate-sent-wrap svg {
    cursor: pointer;
}

.new-rate-sent-wrap svg:hover path,
.new-rate-sent-wrap svg.active path {
    fill: #F2C94C;
}

.user-comment {
    display: flex;
}

.user-avata {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 29px;
}

.user-comment>div:last-child {
    width: 100%;
    height: 60px;
}

.user-comment input {
    width: 100%;
    border: none;
    outline: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #E8E8E8;
    font-size: 18px;
    line-height: 24px;
    height: 60px;
}

.user-comment input:focus {
    border-color: var(--second-color);
}

.user-comment-btn {
    display: flex;
    justify-content: end;
    margin-top: 16px;
    height: 0;
    transition: .3s linear;
    visibility: hidden;
    overflow: hidden;
}

.user-comment-btn .user-btn {
    border-radius: 5px;
    padding: 10px 20px;
    min-width: 90px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.user-comment-btn .user-btn+.user-btn {
    margin-left: 16px;
    color: white;
}

.user-comment-btn.active {
    visibility: visible;
    height: 44px;
}

.user-comment .comment-infor {
    height: auto !important;
}

.user-comment .comment-infor p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 24px;
}

.user-comment .comment-infor p:first-child {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 7px;
}


.user-comment .comment-infor .comment-respon {
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.user-comment .comment-infor svg {
    margin-right: 15px;
}

.new-comment-list .user-comment {
    margin-top: 25px;
}

.new-comment-list .user-comment.child {
    margin-left: 90px;
}

.new-comment-list .user-comment.child .comment-respon {
    display: none;
}



/* profile team */
.profile-body {
    max-width: 1000px;
    margin: 0 auto;
}

.profile-infor {
    width: 260px;
    margin-left: calc(100% - 300px);

}

.profile-avatar img {
    max-width: 260px;
    width: 260px;
    max-height: 260px;
    height: 260px;
    border-radius: 50%;
}

.profile-avatar h2 {
    font-size: 16px;
    font-weight: 600;
    color: var(--second-color);
    padding-top: 15px;
    text-align: center;
}

.profile-social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.profile-social a+a {
    display: block;
    margin-left: 18px;
}

.profile-name {
    font-size: 46px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 10px;
}

.profile-pos {
    font-size: 20px;
    color: #828282;
    font-weight: 600;
    margin-bottom: 24px;
}

.profile-des {
    font-size: 16px;
    line-height: 26px;
}

.profile-des h1,
.profile-des h2,
.profile-des h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.profile-skill h2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.profile-des p {
    margin-bottom: 10px;
}

.profile-skill {
    margin-top: 24px;
}




/* template */
.template-banner img {
    height: 400px;
}

.template-banner img {
    display: block;
}

.un-row {
    margin-left: 0;
    margin-right: 0;
}

.un-col {
    padding-left: 0;
    padding-right: 0;
}

.template-header-title {
    padding: 50px;
}

.template-header-title h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
}

.team-content-wrap {
    padding: 50px 40px 50px 46px;
    background-color: var(--primary-bg);
    height: 100%;
}

.template-title h2 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    margin-bottom: 16px;
}

.template-description p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--font-light);
}

.template-description {
    padding-bottom: 100px;
}

.template-2 .template-image {
    height: 100%;
}

.template-2 .template-image img {
    min-height: 600px;
    display: block;
}

.teamplate-btn {
    position: absolute;
    bottom: 50px;
    left: 46px;
    min-width: 200px;
}

.teamplate-btn button {
    border: none;
    outline: none;
    color: white;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    font-weight: 600;
    width: 100%;
    background-color: #0060A6;
    border-radius: 5px;
    text-align: center;
}

.template-3 .template-image {
    height: 100%;
}

.template-3 .template-image img {
    min-height: 600px;
    display: block;
}

.wrap-2 {
    max-width: calc(1280px / 2);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.template-4 .template-image {
    padding-bottom: 40px;
    max-width: 300px;
    margin: 0 auto;
}

.template-4 .template-image img {
    display: block;
}

.template-4 .template-description {
    text-align: center;
    margin: auto;
    max-width: 1018px;
}

.template-5 .template-image {
    height: 100%;
}

.template-5 .template-image img {
    min-height: 400px;
    display: block;
}

.template-5 .wrap-2 {
    margin-right: auto;
    padding-left: 50px;
}

.template-5 .team-content-wrap {
    padding-left: 0;
    padding-right: 0;
}

.template-5 .teamplate-btn {
    left: 50px;
    transform: translate(0, 100%);
}


.template-6 .template-image {
    height: 100%;
}

.template-6 .template-image img {
    min-height: 400px;
    display: block;
}

.template-6 .wrap-2 {
    margin-left: auto;
    padding-right: 50px;
}

.template-6 .team-content-wrap {
    padding-left: 0;
    padding-right: 0;
}

.template-6 .teamplate-btn {
    left: 15px;
    transform: translate(0, 100%);
}

/*  */
.wrap-rate {
    max-width: 840px;
    margin: 0 auto;
    width: 100%;
}

.wrap-rate h1 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    padding: 32px 0;
}

.rate-content-1 {
    display: flex;
}

.rate-content-1>div img {
    width: 300px;
    height: 225px;
}

.rate-content-1 .cart-content {
    border: 1px solid #D9D9D9;
    height: 225px;
    width: calc(100% - 300px);
}

.rate-content-1 .cart-content .ticket {
    padding-bottom: 20px;
}

.rate-content-1 .cart-content .cart-title {
    padding-bottom: 20px;
}

.rate-overview {
    margin-top: 25px;
    background-color: #F8F8F8;
    display: flex;
    justify-content: space-between;
    padding: 24px 32px;
    align-items: center;
}

.rate-overview>div:first-child {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.rate-overview>div:not(:first-child)>p:first-child {
    font-size: 24px;
    line-height: 29px;
}

.rate-overview>div:not(:first-child)>p:last-child {
    font-size: 16px;
    line-height: 19px;
    color: #828282;
}

.danh-gia-chung {
    padding-top: 47px;
    padding-bottom: 44px;
}

.danh-gia-chung {
    display: flex;
}

.danh-gia-chung>div:first-child {
    width: 200px;
    font-size: 24px;
    line-height: 29px;
}

.danh-gia-chung>div:last-child {
    width: 100px;
    font-size: 24px;
    line-height: 29px;
}

.danh-gia-chung>div:nth-child(2) {
    width: calc(100% - 200px - 100px);
    padding-left: 25px;
}

.danh-gia-chung>div svg+svg {
    margin-left: 10px;
}

.danh-gia-chi-tiet {
    border-bottom: 1px solid #EFEFEF;
}

.danh-gia-chi-tiet .dgct-item {
    height: 24px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
}

.danh-gia-chi-tiet .dgct-item {
    padding-right: 20px;
}

.danh-gia-chi-tiet .line-rate-list li {
    width: 100%;
    height: 24px;
    display: flex;
    margin-bottom: 24px;
    align-items: center;
}

.danh-gia-chi-tiet .line-rate-list li div {
    width: 100%;
    background-color: #EFEFEF;
    border-radius: 100px;
    height: 6px;
    position: relative;
}

.danh-gia-chi-tiet .line-rate-list li div::after {
    position: absolute;
    content: '';
    width: var(--percen);
    height: 100%;
    left: 0;
    border-radius: 100px;
    background-color: #F2C94C;
}

.thongtin-user {
    padding-top: 24px;
    border-bottom: 1px solid #E8E8E8;
}

.thongtin-user>div {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
}

.user-rate {
    padding-top: 30px;
}

.user-rate>div:first-child {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 24px;
    font-weight: 600;
}

.user-rate>div:last-child {
    display: flex;
    justify-content: center;
}

.user-rate>div:last-child svg+svg {
    margin-left: 15px;
}

.user-rate-form {
    padding-top: 35px;
}

.user-rate-form form>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.user-rate-form form>div label {
    width: 200px;
}


.user-rate-form form>div input {
    max-width: 587px;
    width: 100%;
    margin-left: 25px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #E1E1E1;
    outline: none;
    padding: 0 15px;
}

.user-rate-form form>div select {
    max-width: 587px;
    width: 100%;
    margin-left: 25px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #E1E1E1;
    outline: none;
    padding: 0 15px;
}

.user-rate-form form>div textarea {
    max-width: 587px;
    width: 100%;
    margin-left: 25px;
    height: 102px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #E1E1E1;
    outline: none;
    padding: 15px 15px;
}

.user-rate-form form>div>div {
    max-width: 587px;
    width: 100%;
}

.btn-rate-form {
    width: 200px;
    height: 43px;
    line-height: 43px;
    background-color: #0060A6;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    outline: none;
    text-align: center;
    justify-self: start;
}







































@media screen and (max-width: 992px) {
    .profile-avatar img {
        width: auto;

    }

    .profile-infor {
        margin-left: auto;
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .about-travel-list .over-row {
        margin-left: -15px;
        margin-right: -15px;

    }

    .about-travel-list .over-col {
        padding-left: 15px;
        padding-right: 15px;

    }

    .page-sec-2-wrap {
        flex-direction: column;

    }

    .page-sec-2-wrap>div {
        width: 100%;
    }

    .sec-2-right {
        padding: 24px 15px;
    }

    /* contact */
    .contact-ifor .over-row {
        margin-left: -15px;
        margin-right: -15px;

    }

    .contact-ifor .over-col {
        padding-left: 15px;
        padding-right: 15px;

    }

    .contact-ifor .item {
        margin-bottom: 15px;
    }

    .contact-form>div:first-child {
        flex-direction: column;
    }

    .contact-form .form-group+.form-group {
        margin-left: 0;
    }

    /* new */
    .relate-tour-list .owl-nav {
        /* display: none; */
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .relate-tour-list .owl-nav button:first-child {
        margin-left: -15px;
    }

    .relate-tour-list .owl-nav button:last-child {
        margin-right: -15px;
    }

    .new-relate {
        margin-top: 35px;
        padding-top: 35px;
    }

    .new-relate h1 {
        font-size: 26px;
        line-height: 40px;
        padding-bottom: 24px;
        text-align: center;
        width: 73%;
        margin: 0 auto;
    }

    .page-title h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .page-sec-3 {
        padding-top: 50px;
    }

    .meet-team {
        margin-top: 50px;
        padding: 30px 0;
    }


    .new-list-body h1 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 24px;
    }

    .new-list-body {
        padding: 30px 0;
    }

    .new-detail-content h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .new-social {
        flex-direction: column;
    }

    .new-share {
        border: none;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .news .over-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* gallery */
    .galery {
        flex-direction: column;
    }

    .galery-all {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .filter-year {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .new-rate-wrap>.d-flex {
        flex-direction: column;
    }

    .new-rate-wrap {
        margin-top: 24px;
    }

    .new-rate-wrap>.d-flex>div+div {
        margin-top: 15px;
    }

    .rate-form-group {
        flex-direction: column;
    }

    .rate-tile {
        font-size: 26px;
    }

    .new-comment {
        margin-top: 24px;
    }

    .new-comment-list .user-comment.child {
        margin-left: 25px;
    }

    /* page detail */
    .list-tour {
        flex-direction: column;
    }

    .about-travel-list>div>div {
        margin-bottom: 24px;
    }

    .meet-team {
        padding-left: 0;
        padding-right: 0;
    }

    .list-team {
        justify-content: center;
    }

    .list-team>div {
        width: 300px;
    }

    .team-avata {
        width: 300px;
        height: 300px;
    }

    /* profile */
    .profile-name {
        font-size: 26px;
        line-height: 36px;
    }

    .profile-avatar {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .profile-infor {
        margin-bottom: 24px;
    }

    .page-detail-banner {
        height: 150px;
    }
}

.new-see-more {
    text-align: center;
    padding-top: 15px;
}

.new-see-more a {
    text-align: center;
    font-size: 16px;
    color: #828282;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0060A6;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    transition: .2s linear;
}

.new-see-more a:hover {
    background-color: #024779;
}