.search_tour {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}

.title_quest {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: auto;
    color: #fff;
}

.btn.btn-search_tour {
    text-transform: uppercase;
    background-color: #c8781c;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    padding: 8px 20px;
    border-radius: 0px 5px 5px 0px;
    border: .5px solid #0303033b;
    height: 45px;
    width: 100%;
    transition: all .3s ease-in-out;
}

.btn.btn-search_tour:hover {
    background-color: #024371;
}

.form_search_tour input,
.form_search_tour select {
    border-radius: 0px;
    width: 100%;
    border: .5px solid #0303033b;
    height: 45px;
    padding: 10px 15px;
}

.form_search_tour input {
    border-radius: 5px 0px 0px 5px;
}

.intro .content {
    padding: 15px;
}

.ct_bg_intro {
    text-align: center;
    background-image: url(/files/files/bg-travel-vs1.png);
    background-size: cover;
    background-position: center;
}

.ct_bg_intro .item {
    text-align: center;
}
.intro .img_item
{
	transition:all .5s ease-in-out
}
.intro .img_item:hover {
    transform: rotate(20deg);
}
.ct_bg_intro .item .img_item {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
}

.ct_bg_intro .col-md-4:nth-child(1) .img_item {
    margin-right: 25px;
    background-color: #95ee74;
    margin-top: 30px;
}

.ct_bg_intro .col-md-4:nth-child(2) .img_item {
    background-color: #024371;
    margin-top: -30px;
}

.ct_bg_intro .col-md-4:nth-child(3) .img_item {
    margin-left: 10px;
    background-color: #EB5B49;
    margin-top: 30px;
}

.ct_bg_intro .item h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
}

.ct_bg_intro .col-md-4:nth-child(3) h3 {
    text-align: left;
}

.ct_bg_intro .col-md-4:nth-child(1) h3 {
    text-align: right;
}

.ct_bg_intro .item .img_item {
    padding: 35px 15px;
}

.tour_hot .item h2 {
    position: relative;
    color: #FFF;
    background: linear-gradient(#ff7e01, #ec5d46);
    width: 20%;
    text-align: center;
    margin: auto;
    height: 53px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 25px;
}

.tour_hot .item h2::before {
    content: "";
    background-image: url(/files/files/bg-title-center-left.png);
    position: absolute;
    top: 0;
    left: -18%;
    width: 53px;
    height: 53px;
}

.tour_hot .item h2::after {
    content: "";
    background-image: url(/files/files/bg-title-center-right.png);
    position: absolute;
    top: 0;
    right: -18%;
    width: 53px;
    height: 53px;
}

.tour_hot .content {
    background-color: #d8d8d8;
    padding: 60px 0 30px 0;
    margin-top: -35px
}

.avt {
    position: relative;
    overflow: hidden;
}

.item:hover>.avt img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.avt .img img {
    min-height: 250px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.desc-avt {
    position: absolute;
    bottom: 0px;
    color: #FF9600;
    font-size: 17px;
    background: #25242494;
    padding: 5px 15px;
}

.desc-avt {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.desc-avt .price {
    line-height: 1;
}

.new-price {
    font-size: 17px;
    font-weight: 600;
}

.desc-avt .old-price {
    font-size: small;
    color: #FFF;
    text-decoration: line-through;
}

.desc-avt .btn-see-more a {
    color: #FFF;
    padding: 3px 15px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    background: #FF9600;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #FF9600;
    text-decoration: none;
}

.desc-avt .btn-see-more a:hover {
    background: transparent;
}

.desc {
    padding: 10px 15px 15px;
    background: #FFFF;
    line-height: 1;
}

.desc h3 {
    line-height: .9;
}

.desc h3 a {
    font-size: 15px;
    font-weight: 300;
    color: #024371;
    line-height: 1;
}

.desc h3 a:hover {
   color: #c8781d;
}

.desc .list-info-summary {
    padding: 0;
    list-style-type: none;
}

.owl-tour_hot .item {
    box-shadow: 1px -3px 6px 0px #00000070;
}

.tour_out_site,
.news_index {
    background-color: #f5f2f2ba;
}

.news_index h2 {
    border-bottom: 1px solid #989897;
    margin: 0px;
    padding-bottom: 10px;
}

.news_index h2::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #4e9d24;
    top: 52px;
    left: 15px;
}
.view
{
	display:flex;
	    margin-bottom: 5px;
}
 .view .date
{
	padding-right:15px
}

.tour_theme .desc-avt {
    justify-content: center;
}

.tour_theme .desc-avt .ct-title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 100;
    color: #FFF;
    margin: 0;
    padding: 5px;
}

.body-news {
    box-shadow: 1px -2px 6px 2px #ab505030;
    border-radius: 5px;
    margin-bottom: 15px;
}

.news_index .box-item {
    display: flex;
}

.news_index .box-item a {
    width: 50%;
}

.news_index .box-item .desc {
    width: 50%;
}

.news_index .box-item a img {
    width: 100%;
    min-height: 150px;
    object-fit: cover;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.owl-news .owl-prev
{
	position:absolute;
	top:50%;
	left:15px;
	font-size:14px;
	color:#FFF;
}

.box-item .title-item_v1 {
    font-size: 15px;
    text-align: justify;
    overflow: hidden;
    height: 38px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all .3s ease-in-out;
}

.box-item:hover>.avt img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all .5s ease-in-out;
}

.box-item .title-item_v1 a,
.owl-news .box-item .title-item_v1 {
    color: #333;
}

.box-item .title-item_v1 a:hover,
.box-item .desc .title-item_v1 a:hover {
     color: #c8781d;
}

.box-item .date-view {
    text-align: justify;
    overflow: hidden;
    height: 28px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.owl-news .box-item {
    display: table;
}

.owl-news .box-item .desc {
    width: 100%;
    padding: 10px 5px;
    font-size: 12px;

}
.owl-news .box-item  .view
{
	margin-top:20px
}

.owl-news .box-item .title-item_v1 {
    height: 28px;
    width: 100%;
}

.tabs-news ul {
    padding-top: 15px;
    padding-bottom: 0px;
}

.tabs-news .nav-tabs li {
    padding: 5px 10px 5px 10px;
    border: 1px solid #f3f3f3;
    background: #006988;
    border-radius: 5px;
    position: relative;
}
.tabs-news .nav-tabs li.active:before {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    bottom: -13px;
    right: 15px;
    color: #006988;
    font-size: 15px;
    font-weight: 600;
}
.tabs-news .nav-tabs li a {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0px;
    padding-bottom: 10px;
}

.list_news {
    list-style-type: none;
    padding: 15px 0;
    border-top: 1px solid #989897;
}

.list_news img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.list_news .title_desp {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.list_news a {
    font-size: 17px;
    font-weight: 200;
    color: #024371;
}

.list_news a:hover {
    color: #c8781d;
}

.feeback .owl-item {
    padding: 8px;
    background-color: #f3f3f36b;
    border-radius: 5px;
}

.feeback .item {
    background-color: #FFF;
    border-radius: 5px;
}

.feeback {
    background-image: url(/files/files/banner-du-lich-dong-bac.jpg);
    padding: 20px 0px;
    background-size: cover;
    background-position: center center;
}

.avt_feeback {
    width: 110px!important;
    height: 110px;
    object-fit: cover;
    margin: auto;
    border-radius: 50%;
    padding: 10px;
    background-color: #f3f3f3;
	transition:all .5s ease-in-out;
}

.feeback .avt {
    padding: 15px 0;
}

.feeback .ct-slide {
    padding: 15px 0px;
}

.feeback .item .title h5 {
    background-image: url(../Image/ic-title-feedback.png);
    background-position: left;
    background-repeat: no-repeat;
}

.feeback .desc {
    margin-top: -55px;
    padding-top: 20px;
    background: linear-gradient(#0000000d, #fff)
}

.service .avt {
    position: relative;
}

.service .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    background-color: transparent;
    width: 100%;
}

.service .avt-desc {
    padding: 10px;
    background: #f3f3f36b;
    border-radius: 50%;
}

.service .avt-desc .box-img {
    width: 70px;
    height: 70px;
    margin: auto;
    background: #f3f3f3;
    border-radius: 50%;
    padding: 15px;
}

.service .avt-desc {
    padding: 10px;
    background: #f3f3f36b;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: auto;
}


/* .list-service {
    width: 100%;
    display: inline-grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-row: 120;
} */

.list-service .visa {
    grid-row: 1/3;
    grid-column: 1;
}

.list-service .car {
    grid-column: 2/4;
    grid-row: 1;
}

.service .avt .img_avt {
    width: 100%;
    height: 200px;
    object-fit: cover;
    position: relative;
}

.service .visa .img_avt {
    height: 410px!important;
}

.service .title-desc {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    font-size: 18px;
    color: #FFF;
}

.service .avt::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 1
}

.service .visa .avt::before {
    background-color: #19336de0;
}

.service .car .avt::before {
    background-color: #bb9713cf;
}

.service .ticket .avt::before {
    background-color: #468e18b8;
}

.service .event .avt::before {
    background-color: #e61225c2;
}

.service .book .avt::before {
    background-color: #0e68c5d4;
}
}

.owl-tour_out_site .owl-prev,
.owl-tour_out_site .owl-next,
.owl-tour_theme .owl-next,
.owl-tour_theme .owl-prev,
.owl-tour_country .owl-next,
.owl-tour_country .owl-prev,
.owl-tour_hot .owl-prev,
.owl-tour_hot .owl-next,
.owl-slider_feeback .owl-next,
.owl-slider_feeback .owl-prev,
.owl-slider_feeback .owl-next {
    position: absolute;
    background-color: transparent;
    top: 50%;
    z-index: 11;
    font-weight: 500;
    color: #989897;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
    color: #a5a5a5;
}

.owl-tour_out_site .owl-prev,
.owl-tour_out_site .owl-prev,
.owl-tour_theme .owl-prev,
.owl-tour_country .owl-prev,
.owl-tour_hot .owl-prev,
.owl-slider_feeback .owl-prev {
    left: -25px;
}

.owl-tour_out_site .owl-next,
.owl-tour_out_site .owl-next,
.owl-tour_theme .owl-next,
.owl-tour_country .owl-next,
.owl-tour_hot .owl-next,
.owl-slider_feeback .owl-next {
    right: -25px;
}
.owl-news .owl-prev, 
.owl-tour_out_site .owl-prev,
.owl-tour_out_site .owl-prev,
.owl-tour_theme .owl-prev,
.owl-tour_country .owl-prev,
.owl-tour_hot .owl-prev,
.owl-slider_feeback .owl-prev{
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: -15px;
    font-size: 13px!important;
    color: #a7a7a7!important;
    font-weight: 600!important;
}
.owl-news .owl-next, 
.owl-tour_out_site .owl-next,
.owl-tour_out_site .owl-next,
.owl-tour_theme .owl-next,
.owl-tour_country .owl-next,
.owl-tour_hot .owl-next,
.owl-slider_feeback .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: -15px;
    font-size: 13px!important;
    color: #a7a7a7!important;
    font-weight: 600!important;
}
