/*
 Theme Name:   Ret.vn Travel
 Theme URI:    https://ret.vn
 Description:  Travel theme developed by Ret.vn
 Author:       Le Huy Nam
 Author URI:   https://ret.vn
 Template:     generatepress
 Version:      1.0
*/
body {
  font-family: Arial, Helvetica, sans-serif;
}
/*background sections */
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
/*.content-wrapper {
    background: url(images/bg_1.png) no-repeat;
    background-size: cover;
}*/

.bg-tour-2 {
    background: #fff;
}

.bg-tour-3 {
    background: #1067b2;
}

.wrapper {
    padding: 100px 0px;
}
.wrapper2 {
    padding: 10px 0px;
}
.wrapper3 {
    padding: 20px 0px;
}
.wrapper4 {
    padding: 50px 0px;
}



.home-icon-menu a {
    font-size: 24px;
}
aside#search-3 {
    margin-bottom: 0px;
}

span.finding-keyword {
    color: #1067b2;
    font-size: 14px;
}
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 0px !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 30px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #1067b2 !important;
}

select.search-home-select {
    width: 100%;
    height: 30px;
    -moz-appearance: none;
    color: #1067b2;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px;
}

.section-1 {
    z-index: 4;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 49%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	display:flex;
	pointer-events: none;
}
button.btn-timtour {
    background: #ef193c;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    float: right;
    padding: 4px;
    margin-top: 16px;
}
button.btn-timtour:hover {
    opacity: 0.9;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
.timtour {
    position: absolute;
    width: 100%;
    top: -80px;
    z-index: 9999;
    background: #fff;
    padding: 0;
    padding-top: 10px;
    position: relative;
    height: 270px;
    padding-top: 10px;
    box-shadow: none;
    -moz-box-shadow: 0 10px 10px -4px rgba(0,0,0,0.2);
    -webkit-box-shadow: none;
}
.timtour .grid-25 {
    margin-bottom: 20px;
}
}
.header-widget span.hotline {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    background: #eb153a;
    padding: 3px 6px;
    border-radius: 100px;
}

.top-bar span.lnr.lnr-map-marker {
    color: #eb153a;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #eb153a;
    padding: 4px;
    border-radius: 40px;
}

.top-bar span.lnr.lnr-envelope {
    color: #1067b2;
    font-weight: bold;
    font-size: 12px;
}
.top-bar span.hotline-title {
    font-weight: 400;
}

/* tabs */
.timtour > input, .timtour section > div {
  display: none;
}
#tab1:checked ~ section .tab1, #tab2:checked ~ section .tab2, #tab3:checked ~ section .tab3 {
  display: block;
}
#tab1:checked ~ nav .tab1, #tab2:checked ~ nav .tab2, #tab3:checked ~ nav .tab3 {
  color: red;
}
/* Visual Styles */

.timtour {
    z-index: 99;
    margin: 0 auto;
    border-radius: 4px;
	pointer-events: auto;
}
.timtour ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.timtour ul li label {
    float: left;
    padding: 10px;
    border-bottom: 0;
    background: #1067b1d6;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 50%;
    text-align: center;
}
.timtour ul li label:hover {
  background: #1067b2ed;
}
.timtour ul li label:active {
  background: #fff;
}
.timtour ul li:not(:last-child) label {
  border-right-width: 0;
}
.timtour section {
  clear: both;
}
.timtour section > div {
    background: #ffffffb8;
    padding: 0px 10px 10px 10px;
    overflow: hidden;
}

.timtour .form-group {
    margin: 5px 0px;
}
#tab1:checked ~ nav .tab1 label, #tab2:checked ~ nav .tab2 label, #tab3:checked ~ nav .tab3 label , #tab4:checked ~ nav .tab4 label {
  background: #ffffffb8;
  color: #1067b2;
  position: relative;
}

.timtour label {
    display: block;
    font-size: 12px;
    color: #404040;
    text-transform: uppercase;
}
.timtour label.ret-tour {
    font-size: 15px;
}

/*tour noi bat trang chu */


.danhsach-tour {
    display: table;
    position: relative;
    width: 100%;
}

.tour-grid .tour-grid-image img {
    height: 100px;
    width: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    object-fit: contain;
}
.tour-grid-image:hover {
    opacity: 0.8;
}
.tour-grid {
    background: #fff;
    box-shadow: 2px 3px 5px #e5e5e5;
    -webkit-box-shadow: 2px 3px 5px #e5e5e5;
    margin-bottom: 30px;
    position: relative;
}
.tour-grid:hover, .tour-list:hover {
    box-shadow: 1px 1px 2px 2px rgba(240,240,240,1);
    transition: 0.5s;
}
.tour-grid-title {
    height: 70px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.tour-grid-title a {
    color: #215bb1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;

}
.tour-grid-title a:hover {
    color: #ec1f41;
}

.tour-grid-description .gia-tour {
    color: #ec1f41;
}

.tour-grid-footer {
    padding: 10px;
    color: #f9f9f9;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
    text-align: center;
}
span.tour-grid-price {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}
a.tour-grid-btn {
    color: #fff;
    background: #1067b2;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 4px;
}
a.tour-grid-btn:hover {
    background: #1067b2;
    color: #fff;
}
.noibat-tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    height: 0px; 
    border-top: 0px solid #ec1f41; 
    border-left: 0px solid transparent; 
    border-right: 70px solid #ec1f41; 
    border-bottom: 70px solid transparent;
}
.noibat-tag span {
    position: absolute;
    right: -120px;
    top: 30px;
    -webkit-transform: rotate(45deg);
    font-size: 18px;
    width: 100px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.tour-grid-description {
    padding: 10px;
    border-top: 1px solid #eaeaea;
    font-weight: 400;
    font-size: 13px;
	height: 120px;
}

.dich-vu-du-lich .tour-grid-description {
	height: 140px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.tour-grid-description span {
    font-size: 13px;
    font-weight: normal;
}

/*danh sach tour */
.tour-cat-header {
    margin: 30px 10px;
    border-bottom: 1px solid #e4e4e4;
}
h1.tour-cat-title {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
	color: #1067b0;
}
.tour-cat-header p {
    font-size: 16px;
}
/*tour pagination*/
.tour-pagination {
    margin: 20px 10px 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.tour-pagination a.page-numbers {
    margin: 5px;
    padding: 5px 10px;
}
.tour-pagination a.page-numbers:hover {
    background: #3d3d3d;
    color: #fff;
}
.tour-pagination span.page-numbers.current {
    background: #1067b2;
    color: #fff;
    padding: 5px 10px;
}
.tour-pagination span.trang {
    margin-right: 20px;
}

/*content none */
.content-none {
    padding: 10px;
    margin-bottom: 30px;
}
.content-none p {
    font-size: 18px;
}
.content-none input.search-field {
    width: 88%;
}
.content-none h3 {
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #1067b2;
    margin: 50px 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.content-none h3:before {
    background: #1067b2;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.content-none h3 span {
    background: #f9f9f9;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
input.search-field {
    width: 70%;
}

/*grid */

.grid-33.tablet-grid-100.mobile-grid-100 {
    padding-left: 5px;
    padding-right: 5px;
}
.grid-33.tablet-grid-33.mobile-grid-100 {
    padding: 0px 5px;
}

/*home page*/
.home-tour-trongnuoc {
}
.btn-viewall {
    text-align: center;
}
.btn-viewall a {
    color: #ec193d;
    font-size: 12px;
    float: right;
    margin: 0px 10px;
}
.btn-viewall a:hover {
    color: #48484A;
}


.tour-title-nuocngoai {
  padding: 0px 0px 10px 0px;
}
.heading-tour-title-nuocngoai {
  margin: auto;
  text-align: center;
  position: relative;
}
.tour-title-nuocngoai h2 {
  color: #3d3d3d;
  font-family: 'Cardo', serif;
  font-size: 1.5em;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.tour-title-nuocngoai em {
    color: #1067b2;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    font-style: normal;
    padding-top: 0.1em;
    font-weight: bold;
}
.tour-title-nuocngoai em::before,
.tour-title-nuocngoai em::after {
  content: "§";
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0.2;
  margin: 0 0.6em;
  font-size: 1em;
}
.bottom {
  font-size: 1.5em;
  letter-spacing: 0.07em;
  font-size: 1em;
  display: block;
}

.home-tour-title {
    margin: 0px 10px;
}

.home-tour-title h3 {
    padding: 4px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    background: #2960ad;
    color: #fff;
    border-radius: 4px;
    margin: 5px 0px;
}


ul.cat-tour-child li {
    display: inline;
    border-right: 1px solid #d4d4d4;
    padding: 0px 10px;
}
ul.cat-tour-child li:last-child {
    border-right: 0;
}

ul.cat-tour-child {
    margin: 0px 0px 20px 15px;
    display: inline-block;
    float: left;
    font-size: 12px;
}

.child-tour-nuocngoai {
    text-align: center;
}
/*tour list style 2 */

.tour-list.grid-100.tablet-grid-100.mobile-grid-100 {
    padding-left: 0px;
    padding-right: 0px;
}
.tour-list {
    margin-bottom: 30px;
    background: #fff;
    padding: 10px 0px;
    box-shadow: 1px 1px 2px 2px rgba(240,240,240,0.6);
}
.tour-list-title a {
    color: #3d3d3d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.tour-list-title a:hover {
    color: #1067b2;
}
.tour-list-booking a {
    background: #1067b2;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 4px;
    margin: 10px;
}
.tour-list-booking a:hover{
    opacity: 0.8;
}
.tour-list-image img {
    max-height: 150px;
    width: 100%;
}
.tour-list-image img:hover {
    opacity: 0.8;
}
.tour-list-price {
    margin-bottom: 10px;
}
.tour-list-price span {
    font-size: 18px;
    font-weight: bold;
    color: #ec1f41;
}
span.tour-list-diem-den, span.tour-list-thoigian {
    font-weight: 600;
}
.tour-list-properties {
    padding: 10px 0px;
}

span.lnr.lnr-star.icon-vietnam {
    background: #ec1f41;
    color: #FFEB3B;
    border-radius: 40px;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}
span.lnr.lnr-earth {
    background: #1067b2;
    color: #fff;
    border-radius: 40px;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

h3.home-widget-title, h3.tourcat-widget-title, h3.tour-widget-title,.sidebar .widget .widget-title {
    padding: 4px 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    background: #2960ad;
    color: #fff;
    border-top-right-radius: 4px;
    margin: 0px;
    border-top-left-radius: 4px;
    border: 1px solid #2960ad;
}
.sidebar .widget .widget-title {
    border-left: 8px solid #1067b2;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 5px;
}
.home-widget-content, .tourcat-widget-content, .tour-widget-content, .widget-area .widget {
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.hotro {
    margin: 10px;
    border-bottom: 1px solid #f9f9f9;
    padding: 2px 0px;
}


/*tourn uoc ngoai home */


.hotro {
    margin: 10px;
    border-bottom: 1px solid #f9f9f9;
    padding: 2px 0px;
    display: table;
    width: 92%;
}
span.hotro-ten {
    width: 35%;
    font-size: 13px;
    font-weight: 600;
    display: table-cell;
    color: #2960ac;
}
span.hotro-skype {
    width: 18%;
    display: table-cell;
    vertical-align: bottom;
}
span.hotro-phone {
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    color: #ec1f41;
    display: table-cell;
    vertical-align: top;
    text-align: right;
}

.tourcat-widget-content {
    margin: 30px 0px;
}

/* y kien khach hang */
.phanhoi {
    text-align: center;
}
span.danhgia-image img {
    width: 70px;
    height: 70px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 40px;
}
span.danhgia-name {
    font-weight: 600;
}
.danhgia-content {
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.danhgia-content p {
    margin-bottom: 0px;
}

/*tin tuc*/
h2.home-title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 0 0 25px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.tin-noibat-image img {
    border-radius: 4px;
    width: 100%;
}
.tin-noibat-text h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}
span.meta-date {
    color: #696969;
    font-size: 14px;
}
.tin-noibat-description {
    margin: 10px 0px;
}
div#tin-noibat {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 0px;
    border-bottom: 2px dashed #f3f3f3;
    clear: both;
}
.tin-thongtin img {
    max-height: 85px;
    border-radius: 4px;
    width: 100%;
}
.tin-thongtin-title h4 {
    font-size: 14px;
    text-transform: none;
    color: #1067b1;
    font-weight: 600;
}
.tin-thongtin-title h4:hover {
    color: #eb153a;
}

.site-footer {
    background: url(images/footer.png) no-repeat bottom;
    background-size: contain;
}
.news-letter-form h4, .news-letter-form p {
    color: #fff;
    margin-bottom: 0;
}
.news-letter-form p {
    font-size: 14px;
}
.news-letter-form h4 {
    font-weight: bold;
	text-transform: uppercase;
}
button.btn-newsletter {
    background: #ec1f41;
    font-weight: 600;
    border-radius: 5px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    border-radius: 5px;
}

button.btn-newsletter:hover {
    opacity: 0.8;
}

/*single tour */
.top-single-tour h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.top-single-tour p {
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 14px;
    color: #1067b1;
    margin-bottom: 0;
}
.top-single-tour .second-column {
    text-align: center;
}
span.tour-pricing {
    font-size: 20px;
    font-weight: bold;
    color: #2960ad;
}
.btn-dat-tour {
    width: 100%;
    background: #ec1f41;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
}
.btn-dat-tour:hover {
    background: #da1839;
}
.top-single-tour h1 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #ec1f41;
}

.mid-single-tour .first-column img {
    border-radius: 4px;
}
span.tour-pricing-promotion {
    font-size: 14px;
    color: #ec1f41;
    font-style: italic;
}
.mid-single-tour .second-column p {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}
.mid-single-tour .second-column h3 {
    font-weight: bold;
    color: #1d2353;
    font-size: 19px;
    margin-top: 20px;
}
ul.thong-tin-tour {
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.thong-tin-tour li {
    width: 50%;
    float: left;
}

.mid-single-tour .grid-container.grid-parent {
    background: #fff;
    padding: 10px 0px;
    border-radius: 10px;
}

.tour-summary {
    overflow: auto;
    background: #fff;
    padding: 10px 0px;
    margin-top: 10px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
}

.wrapper2.bg-tour-2.top-single-tour {
    box-shadow: 3px 3px 5px 0px #d4d4d440;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 99;
}

.pre-text {
    font-size: 30px;
}
/*tab single tour */
/* Component Needs */
 .singletour-tab > input, .singletour-tab section > div {
     display: none;
}
 #tab1:checked ~ section .tab1, #tab2:checked ~ section .tab2, #tab3:checked ~ section .tab3, #tab4:checked ~ section .tab4, #tab5:checked ~ section .tab5 {
     display: block;
}
 #tab1:checked ~ nav .tab1, #tab2:checked ~ nav .tab2, #tab3:checked ~ nav .tab3, #tab4:checked ~ nav .tab4, #tab5:checked ~ nav .tab5 {
     color: red;
}
/* Visual Styles */
 *, *:after, *:before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 .singletour-tab {
     width: 100%;
     margin: 30px auto;
}
 .singletour-tab ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
 .singletour-tab ul li label {
    float: left;
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #1067b100;
    color: #34485d;
    text-transform: uppercase;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
 .singletour-tab ul li label:hover {
     background: #ddd;
}
 .singletour-tab ul li label:active {
     background: #fff;
}
 .singletour-tab ul li:not(:last-child) label {
     border-right-width: 0;
}
 .singletour-tab section {
     clear: both;
}
 .singletour-tab section div.tab1, .singletour-tab section div.tab2,.singletour-tab section div.tab3,.singletour-tab section div.tab4,.singletour-tab section div.tab5 {
     padding: 20px;
     width: 100%;
     border: 1px solid #ddd;
     background: #fff;
     line-height: 1.5em;
     letter-spacing: 0.3px;
     color: #444;
}
 .singletour-tab section div h2 {
     margin: 0;
     letter-spacing: 1px;
     color: #34495e;
}


ul.image-gallery {
    text-align: center;
}
.image-gallery li {
    display: inline-block;
    padding: 0px 10px 0px 0px!important;
    margin: 0;
}

section#form-dat-tour {
  padding: 0 20px;
}
#toggle:checked ~ #expand {
  height: 250px;
}
#toggle:checked ~ label::before {
  content: "-";
}

/*modal box */
.modal-window {
  position: fixed;
  background-color: rgba(16, 103, 178, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
    width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #333;
    border-radius: 5px;
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
  color: #333;
}
.modal-close {
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    border: 2px solid white;
    border-radius: 100px;
    background: #48484a;
    color: #fff !important;
    padding: 3px 9px;
    font-weight: bold;
}
.modal-close:hover {
  color: #000;
}
.tour-tags {
    margin: 10px 0px;
}
.tour-tags a {
    border: 1px solid #949494;
    padding: 3px;
    color: #949494;
}
.tour-tags a:hover {
    border: 1px solid #1067b2;
    color: #1067b2;
}
.tour-lienquan h3 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    color: #2960ad;
}

span.gia-tour {
    color: #ec1f41;
    font-weight: bold;
}

span.new-tag {
    float: right;
    width: 45px;
}
span.new-tag img {
    animation: shake 2.5s;
    animation-iteration-count: infinite;
}
input#input_1_4 ,input#input_1_5 {
    width: 100%;
}
.facebook-comment {
    margin: 20px auto;
}
.facebook-comment h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
iframe.fb_iframe_widget_lift {
    width: 100% !important;
}

.widget .search-field {
    width: 75%;
    border: 2px solid #265eaf;
}

.widget_search .search-submit {
    display:inline-block;
    border: 2px solid #265eaf;
    border-radius: 5px;
}

.header-widget {
    font-weight:bold;
    float: right;
    overflow: hidden;
    max-width: 100%;
    width: 500px;
}

.tour-sap-khoi-hanh .tabs{
    height:auto;
    margin:0 auto;
}

/* tab list item */
.tour-sap-khoi-hanh .tabs .tabs-list{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}

.tour-sap-khoi-hanh .tabs .tabs-list li {
    float: left;
    padding: 10px;
    text-align: center;
    background-color: #ffffff00;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tour-sap-khoi-hanh .tabs .tabs-list li:hover{
    cursor:pointer;
}

.tour-sap-khoi-hanh .tabs .tabs-list li a {
    text-decoration: none;
    color: #404040;
    font-size: 15px;
    text-transform: uppercase;
}

.tour-sap-khoi-hanh li.active a {
    color: #fff !important;
}

/* Tab content section */
.tour-sap-khoi-hanh .tabs .tab {
    display: none;
    height: auto;
    clear: both;
}

/* When active state */
.tour-sap-khoi-hanh .active{
    display:block !important;
}

.tour-sap-khoi-hanh .tabs .tabs-list li.active {
    background-color: #265eaf !important;
}

.site-content, .entry-header {
    word-wrap: normal !important;
}
.section-title h3 {
    float: left;
    margin: 0;
    text-transform: uppercase;
    color: #ec1f41;
}

.tour-sap-khoi-hanh .tab-content table {
    border: 1px solid #215ab1;
	width:100%;
	table-layout: fixed;
	overflow-wrap: break-word;
}

.tour-sap-khoi-hanh .tab-content thead {
    background: #215bb1;
    color: #fff;
}

.tour-sap-khoi-hanh .tab-content table a.tour-title{
    text-transform: uppercase;
}

a.button-dattour {
    background: #1067b2;
    padding: 3px 10px;
    color: #fff;
    border-radius: 4px;
    float: right;
}

a.button-dattour:hover {
    background: #215bb1;
}

tr:nth-child(even) {
    background-color: #eee;
}
.gform_footer.top_label {
    border-top: 0;
    margin: 0;
}

.gform_heading {
    text-align: center;
}

h3.gform_title {
    text-transform: uppercase;
}

.section-title h3 span {
    font-size: 20px;
    background: #ec1f41;
    padding: 10px;
    border-radius: 100px;
    color: #fff;
}

.tour-sapkhoi-hanh-menu h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 23px;
}
.tour-sapkhoi-hanh-menu {
    text-align: center;
    margin-bottom: 50px;
}

.separate-r {
    background: #dddddd;
    height: 26px;
    width: 1px;
    display: inline-block;
    margin-bottom: -3px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 4px;
}

.tour-sapkhoi-hanh-menu a {
    color: #a2a2a2;
}

.tour-sapkhoi-hanh-menu a:hover {
    color: #48484a;
}

span.lnr.lnr-home {
    font-weight: bold;
    font-size: 20px;
}

.slick-prev {
    left: 0px !important;
}

.slick-next {
    right: 0px !important;
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

.slider-tour {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

 .slick-slide {
    margin: 0 10px;
  }
  /* the parent */
  .slick-list {
    margin: 0 -10px;
  }

b.gia-tour {
    color: #ec1f41;
}

button.btn-dat-tour.btn-small {
    width: 200px;
}

.singletour-tab ul li label span {
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
    color: #ec1f41;
}
.singletour-tab ul li label {
    font-weight: bold;
    color: #2960ad;
}

.dich-vu-du-lich .tour-grid-title {
    height: 70px;
}

.chi-tiet-ve {
    background: #fff;
    margin: 20px 0px;
    padding: 20px;
}

.tour-grid-title.ve-may-bay {
    height: 70px;
}

.single-content {
    background: #fff;
    padding: 20px;
    margin: 10px 0px;
}
.single-content > h1 {
    font-size: 26px;
    color: #2a60ad;
}

.widget ul li {
    list-style-type: circle;
    position: relative;
    padding-bottom: 5px;
    margin-left: 15px;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.wpls-logo-showcase .slick-dots {
    display: none !important;
}

.wrapper3.doi-tac .home-tour-title {
    margin-bottom: 20px;
}
.wrapper3.doi-tac {
    clear: both;
}

p.hotro-dept {
    font-weight: bold;
    margin: 10px;
    text-transform: uppercase;
    font-size: 13px;
}

a.dashicons-admin-home.mega-menu-link:before {
    font-size: 23px !important;
}

span.tour-title {
    float: left;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.not-found-page .first-column {
    padding: 150px 50px;
}

.not-found-page .first-column h1 {
    color:  #2960ad;
}

.home-slide {
    position: relative;
}

.news-letter-form input {
    width: 150px;
}

span.gia-tour-chua-giam {
    font-weight: normal;
    text-decoration: line-through;
	font-size: 10px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 650px;
  position: relative;
}
.close {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #ff4747;
    border-radius: 100px;
    padding: 0px 11px;
    border: 2px solid #fff;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #48484a;
}
.top-single-tour .gia-tour-chua-giam {
    font-size: 14px;
}
.bottom-background .widget_media_image {
	padding:0px !important;
}
.bottom-background .widget_media_image img {
    margin-bottom: -10px;
}
.bottom-background {
    margin-top: -150px !important;
    z-index: -9999;
}
.singletour-tab section ul {
    list-style: disc;
    margin-left: 20px;
}
.fb-comments.fb_iframe_widget.fb_iframe_widget_fluid_desktop {
    background: #fff;
    border: 1px solid #dddddd;
}
.content.tour-cat-header p {
    font-size: 13px;
    color: #4c4c4c;
}
.simple-social-icons ul li {
    margin: 0px 5px 2px!important;
}
.mota2 {
    padding: 10px;
	    font-size: 13px;
    color: #4c4c4c;
}
.content.tour-cat-header ul li {
    font-size: 13px;
    color: #4c4c4c;
}
h1.page-title, h1.entry-title {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1067b0;
}
.floating-support ul li {
    display: inline-block;
}
.floating-support ul {
    list-style: none;
}
.floating-support {
    position: fixed;
    bottom: 5px;
}
.floating-support img {
    transition: all 0.3s ease-in-out;
}
.floating-support img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .widget .search-field {
        width: 90%;
    }
    .tin-thongtin img {
        max-height: 100% !important;
    }
    .tour-grid .tour-grid-image img {
        height: 100% !important;
    }
    .modal-window > div {
      width: 98% !important;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 1em;
      background: #fff;
      color: #333;
    }
    .modal-window {
      position: relative !important;
      background-color: rgba(16, 103, 178, 0.5);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 999;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
    }
    .wrapper2.bg-tour-2.top-single-tour {
        box-shadow: 3px 3px 5px 0px #d4d4d440;
        position: relative !important;;
        position: relative !important;
        top: 0px;
        z-index: 99;
    }
    .main-navigation .menu-toggle, .main-navigation .mobile-bar-items, .sidebar-nav-mobile:not(#sticky-placeholder) {
        display: none;
    }
    .section-title h3 {
		margin: 10px 0px;
		text-transform: uppercase;
		text-align: center;
		font-size: 12px;
	}
    .widget .search-field {
        width: 60%;
    }

    .noibat-tag span {
        position: absolute;
        right: -120px;
    	top: 30px;
        -webkit-transform: rotate(45deg);
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }
    .tour-sap-khoi-hanh .tabs .tabs-list li {
        padding: 5px;
    }
    .tour-sap-khoi-hanh .tabs .tabs-list li a {
        font-size: 12px;
    }
    ul.cat-tour-child {
        margin: 0px;
        display: inline-block;
        font-size: 12px;
        text-align: center;
    }

    .btn-viewall a{
        float: none;
    }
    ul.thong-tin-tour li {
        width: 100%;
        float: left;
        position: relative;
    }

    .singletour-tab ul li label {
        width: 100%;
        text-align: center;
    }
    .not-found-page .first-column {
        padding: 10px;
    }
    .not-found-page .first-column h1 {
        font-size: 25px;
    }
    input.search-field {
        width: 60%;
    }
	
    .modal-content {
      background-color: #fefefe;
      margin: auto;
      padding: 10px;
      border: 1px solid #888;
      width: 90%;
      position: relative;
      max-height: calc(100vh - 50px);
      overflow-y: auto;
    }
    .modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 99999; /* Sit on top */
      padding-top: 10px; /* Location of the box */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
	.slick-prev,
	.slick-next
	{
		top: 48% !important;

		}
	.wrapper3.tour-sap-khoi-hanh {
		padding: 10px 0px;
		margin-top: 10px !important;
	}
	.section-title h3 span {
		padding: 6px;
		font-size: 14px;
	}
	.tour-sap-khoi-hanh .tabs .tabs-list {
		float: left
	}
	ul.tin-thongtin-mobile.hide-on-desktop.hide-on-tablet {
		list-style: none;
		margin: 0px 10px;
	}
	ul.tin-thongtin-mobile.hide-on-desktop.hide-on-tablet li {
		margin-bottom: 5px;
	}
	.tin-thongtin-title h4 {
		display: inline;
	}
	span.red {
		color: #eb143a;
	}
	.slider-tour {
		margin-bottom: 0px;
	}
	.tour-sap-khoi-hanh .tab-content table {
		table-layout: auto;
	}

}
