/*
Theme Name: IRT Web du lịch
Theme URI: https://webnganh.com/
Author: IRT
Author URI: https://webnganh.com/
Description: WebNganh.Com
Version: 9.0
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme wordpress, wordpress theme dev, wordpress dev, webnganh.com
Text Domain: webnganh.com

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


body{
	margin: 0;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    overflow-y: scroll;
    height: 100%;
    margin: 0!important;
    padding: 0!important;
    width: 100%;
}
html.openmenu body {
    height: 100%!important;
    position: relative;
    overflow: hidden!important;
    margin-top: 0!important;
}
body, html {
    font-family: Muli,sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}
blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, pre, textarea, ul {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
/*ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}*/
ol, ul {
    list-style: none;
}
a {
    background-color: transparent;
}
a {
    text-decoration: none!important;
}
a {
    color: #333;
    transition: all .3s linear;
}
a:hover {
    color: #00B35E;
}
p {
    margin: 0 0 10px;
}
p {
    margin: 0;
    padding: 5px 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
button, input, select, textarea {
    margin: 0;
    font-size: 100%;
}
button, input {
    line-height: normal;
}
button, input, select[multiple], textarea {
    background-image: none;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
select{
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/wp-content/themes/IRTThemes/images/arrow.svg);
    background-size: 10px 5px;
    background-position: right 7px center;
    background-repeat: no-repeat;
}
input {
    color: #2a2a2a;
}
:active, :focus {
    outline: 0;
}
#irt-container{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.irt-header-top, .irt-header{
	position: relative;
	z-index: 108;
}
.headerTop{
	background: linear-gradient(90deg,#00B45E 0,#037a41 100%);
}
.wrapper {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    width: inherit;
}
.headerTop .wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hotlineTop {
    position: relative;
}
.hotlineTop .icon {
    color: #fff;
    padding: 6px 0;
    cursor: pointer;
    font-weight: 700;
}
.hotlineTop .icon span {
    padding-right: 20px;
    position: relative;
}
.hotlineTop .icon a, .hotlineTop .icon strong {
    color: #ff6;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
}
.headerBottom{
	padding: 12px 0;
	background: #fff;
}
.wrapPoss {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.irt-logo {
    max-width: 200px;
    transition: all .3s linear;
}
.irt-header-menu{
	display: flex;
	align-items: center;
}
.menuTop {
    margin-right: 20px;
}
.menuTop>ul {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.menuTop>ul>li {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.menuTop>ul>li.irt-menu {
    position: static;
}
.menuTop>ul>li>a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #555;
    display: block;
    text-transform: uppercase;
    padding: 15px 0;
}
.menuTop>ul>li.active>a, .menuTop>ul>li:hover>a {
    color: #00B45E;
}
#irt-slide-home .item {
    position: relative;
}
#irt-slide-home .img {
    padding-top: 29.861111%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
#irt-slide-home a.irt-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#irt-slide-home .slick-arrow {
    width: 30px;
    height: 45px;
    background-color: hsl(100deg 5% 11% / 55%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: all .3s linear;
    color: #fff;
    text-shadow: 2px 3px 4px rgb(0 0 0 / 20%);
}
#irt-slide-home .slick-next {
    right: 10px;
    background-image: url(/wp-content/themes/IRTThemes/images/i-next.svg);
}
#irt-slide-home .slick-prev {
    left: 10px;
    background-image: url(/wp-content/themes/IRTThemes/images/i-prev.svg);
}
#irt-slide-home .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    text-align: center;
}
#irt-slide-home .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
#irt-slide-home .slick-dots li button {
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 100%;
    font-size: 0;
    padding: 0;
    border: 2px solid #fff;
}
#irt-slide-home .slick-dots li.slick-active button {
    background: #00B45E;
    border-color: #00B45E;
    outline: none;
}
.formSearchTour {
    padding: 20px 0;
    background: #f2f5f8;
}
.tax-tinh_thanh .formSearchTour{
    background-color: #fff;
}
.formSearchTour, .formSearchTour .wrap {
    position: relative;
}
.formSearchTour .bgBlack {
    z-index: 25!important;
}
.formSearchTour .bgBlack {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 108;
    background: rgba(0,0,0,.7);
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear;
}
.search-box-wrapper{
    background: #fff;
}
.search-box-wrapper.irt-search-box-wrapper{
    background: none;
}
.search-box{
    margin-top: -80px;
    position: relative;
    z-index: 99;
}
.search-box{
    z-index: 98;
}
.search-box-wrapper.irt-search-box-wrapper .search-box{
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
}
ul.search-tabs{
    margin: 0;
    padding: 0;
}
.search-box-wrapper.irt-search-box-wrapper .search-box>ul.search-tabs{
    display: table;
    width: 100%;
}
.clearfix:before{
    display: table;
    content: " ";
}
ul.search-tabs li{
    float: left;
    padding-right: 4px;
}
.search-box-wrapper.irt-search-box-wrapper .search-box>ul.search-tabs li{
    padding-right: 5px;
    display: table-cell;
    float: none;
}
ul.search-tabs li a{
   color: #333;
    display: block;
    padding: 0 30px;
    background: #fff;
    font-size: 1em;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    opacity: 0.4;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.search-box-wrapper.irt-search-box-wrapper .search-box>ul.search-tabs li>a{
    height: 35px;
    line-height: 35px;
    background: #00B45E;
    opacity: 1;
    color: #fff;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.search-box-wrapper.irt-search-box-wrapper .search-box>ul.search-tabs li.active>a{
    margin-bottom: 0;
    height: 40px;
    background: #fff;
    color: #00B45E;
}
.search-box-wrapper.irt-search-box-wrapper .search-box>ul.search-tabs li>a span{
    vertical-align: middle;
}
.search-box-wrapper.irt-search-box-wrapper .search-box>ul.search-tabs li:last-child{
    padding-right: 0;
}
.search-box-wrapper.irt-search-box-wrapper .search-box>ul.search-tabs li.advanced-search>a{
    background: #fdb714;
}
.search-tab-content{
    padding: 30px 0;
}
.search-box-wrapper.irt-search-box-wrapper .search-tab-content{
    background: #fff;
    padding: 20px;
}
.fade{
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear; 
}
.fade.in{
    opacity: 1;
}
.search-tab-content .tab-pane, .tax-tinh_thanh .wrapContent{
    display: none;
}
.search-tab-content .tab-pane.active, .tax-tinh_thanh .wrapContent.active{
    display: block;
}
.title {
    color: #2d3e52;
    letter-spacing: 0.04em;
}
input{
    color: #2a2a2a;
}
.search-tab-content h4.title {
    margin: 10px 0;
    height: 20px;
}
.search-tab-content .option-search select, .search-tab-content .option-search input{
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding-left: 10px;
}
.search-tab-content .option-search button {
    background: #00B45E;
    background: linear-gradient(180deg,#00B45E 0,#037a41  100%);
    text-transform: uppercase;
    color: #fff;
    border: none;
    transition: all .3s linear;
    width: 100%;
    height: 40px;
}
.lasttourHome{
   margin-bottom: 35px;
}
.titleHome{
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.titleHome h2{
    text-transform: uppercase;
}
.titleHome h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 540;
    color: #1b448e;
}
.home .slideHome.tourflashsale .item {
    width: 360px;
    float: left;
}
.tourflashsale .irt-box-type {
    display: block;
    position: relative;
    transition: all .3s linear;
    border: 1px solid transparent;
}
.tourflashsale .irt-image-box {
    width: 100%;
    text-align: center;
    max-height: 220px;
    overflow: hidden;
    position: relative;
}
.tourflashsale .irt-image-box img {
    max-width: 100%!important;
}
.tourflashsale .irt-image-box>a>img {
    width: 100%;
}
.tourflashsale .irt-box-address {
    z-index: 8;
    position: absolute;
    bottom: 0;
    left: 180px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    font-weight: 700;
    color: #fff;
    padding: 7px 12px;
    font-size: 13px;
}
.tourflashsale .irt-box-time {
    z-index: 8;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: #00B45E;
    padding: 7px 5px;
    width: 180px;
    overflow: hidden;
}
.tourflashsale .irt-box-time p {
    color: #fff;
    padding: 0;
}
.tourflashsale .irt-box-time p .irt-icon-clock {
    margin-right: 5px;
    display: inline;
    width: 12px;
}
.tourflashsale .irt-box-time .irt-time {
    font-weight: 700;
}
.tourflashsale .irt-image-box-info {
    width: 100%;
    bottom: 0;
    color: #111;
    text-align: left;
    z-index: 6;
}
.tourflashsale .irt-image-box-info .irt-name {
    background: #f2f5f8;
    padding: 4px 10px;
}
.tourflashsale .irt-image-box-info .irt-name a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    height: 48px;
    overflow: hidden;
}
.tourflashsale .irt-image-box-info .irt-image-box-wrap {
    padding: 15px 20px;
    border: 1px solid #f2f5f8;
    position: relative;
}
.tourflashsale .irt-image-box-info .irt-time {
    padding: 0;
    position: relative;
}
.tourflashsale .irt-image-box-info .irt-price {
    position: absolute;
    bottom: 15px;
    right: 8px;
    padding: 0;
}
.tourflashsale .irt-image-box-info .irt-price.irt-discount {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    height: 45px;
}
.tourflashsale .irt-image-box-info .irt-price.irt-discount .irt-dis {
    color: #00B45E;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    height: 26px;
}
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 25%;
    left: 0;
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 2px 4px #000000;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 25%;
    right: 0;
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 2px 4px #000000;
}
.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
    opacity: 0.8;
    color: #00B45E;
}
.tourHome {
    margin-bottom: 35px;
}
.slideHome.tour-irt .item{
    width: 280px;
    float: left;
}
#voucher_irt.slideHome .item, #hotel_irt.slideHome .item, #tour_irt.slideHome .item{
    width: 335px;
}
.irt-tour.grid .irt-box-item{
    padding-left: 0;
    transition: all .3s linear;
    border: 1px solid transparent;
}
.irt-box-item .irt-box-image{
    width: 330px;
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.irt-tour.grid .irt-box-item .irt-box-image{
    float: none;
    width: 100%;
}
.irt-box-item .irt-box-image>a{
    display: block;
    padding-top: 55.5%;
    position: relative;
    overflow: hidden;
}
.irt-box-item .irt-box-image>a>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#irt-ticket .irt-box-item .irt-box-image>a>img{
    height: 155px;
}
.irt-box-item .irt-box-address{
    position: absolute;
    left: 0;
    color: #fff;
    text-align: center;
}
.irt-box-item .irt-box-address{
    z-index: 8;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    font-weight: 700;
    padding: 7px 12px;
    font-size: 13px;
    transition: all .3s linear;
}
.irt-box-item .irt-box-fig{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
    padding: 15px;
    transition: all .3s linear;
    opacity: 0;
    pointer-events: none;
}
.irt-box-item .irt-box-fig .des{
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 5px;
}
.irt-box-item .irt-box-fig .link a{
    display: block;
    color: #bbb;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow-x: hidden;
}
.irt-box-item .irt-caption{
    overflow: hidden;
}
.irt-box-item .irt-info{
    position: relative;
}
.irt-box-item .irt-info.irt-grid{
    display: none;
}
.irt-tour.grid .irt-box-item .irt-info.irt-grid{
    display: block;
}
.irt-box-item .irt-name{
    background: rgba(0,0,0,.1);
    padding: 4px 10px;
}
.irt-box-item .irt-name a{
    font-size: 16px;
    line-height: 24px;
    display: block;
    height: 48px;
    overflow: hidden;
    color: #00B25D;
    font-weight: bold;
}
.irt-box-item .irt-time-grid{
    padding: 0;
    position: relative;
    margin: 0;
}
.irt-box-item .irt-schedule{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 130px;
}
.titleHome h2 a {
    color: inherit;
}
.irt-box-item .irt-image-box-wrap {
    padding: 15px 20px;
    border: 1px solid rgba(0,0,0,.1);
    position: relative;
}
.irt-box-item .irt-place, .irt-box-item .irt-schedule{
    padding: 0;
    position: relative;
}
.irt-tour.grid .irt-box-item .irt-price {
    position: absolute;
    bottom: 8px;
    right: 15px;
}
.irt-box-item .irt-discount .irt-dis {
    color: #00B45E;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.sologanPage{
    margin-bottom: 35px;
}
.sologanPage .item {
    background: #000;
    padding: 15px 20px;
    padding-left: 80px;
    position: relative;
    border-radius: 5px;
    overflow-x: hidden;
}
.sologanPage .item .irt-image {
    position: absolute;
    top: 15px;
    left: 10px;
}
.sologanPage .item .irt-image img {
    max-width: 60px;
    width: 100%;
}
.sologanPage .item .t1 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.sologanPage .item .t2 {
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    height: 42px;
    overflow: hidden;
}
.mainFooter{
    padding: 25px 0 0;
    border-top: 3px solid #00B45E;
}
.boxFooter{
    margin-bottom: 25px;
}
.addressFoot .irt-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.boxFooter .irt-title {
    color: #1b448e;
    font-weight: 700;
    margin-bottom: 10px;
}
.socialFooter ul {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.socialFooter ul li {
    margin-right: 5px;
}
.socialFooter ul li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #000;
    color: #fff;
    position: relative;
}
.socialFooter ul li a.facebook {
    background: #3b5997;
}
.socialFooter ul li a.youtube {
    background: #d12f2f;
}
.socialFooter ul li a.facebook .fa-facebook-square,  
.socialFooter ul li a.youtube .fa-youtube{
    position: absolute;
    top: 30%;
    left: 30%;
}
.formContact .irt-txt {
    margin-bottom: 10px;
}
.formContact .form-contact {
    position: relative;
}
.formContact .form-contact input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0,0,0,.35);
    padding-left: 15px;
    padding-right: 55px;
}
.formContact .form-contact button {
    font-size: 15px;
    line-height: 23px;
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s linear;
}
.formContact .form-contact button:hover {
    color: #00B45E;
}
.menu_mobile .icon-menu {
    width: 25px;
    height: 17px;
    cursor: pointer;
    text-transform: uppercase;
    pointer-events: auto;
    position: relative;
}
.menu_mobile .icon-menu:after, .menu_mobile .icon-menu:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #818285;
    position: absolute;
    left: 0;
    transition: transform .2s linear,top .2s linear .3s;
}
.menu_mobile .icon-menu:before {
    top: 0;
}
.menu_mobile .icon-menu .style_icon {
    content: "";
    width: 100%;
    height: 2px;
    background: #818285;
    position: absolute;
    left: 0;
    top: 8px;
    transition: all .3s linear;
}
.menu_mobile .icon-menu:after {
    top: 16px;
}
.menu_mobile.showmenu .icon-menu:before {
    top: 8px;
    transform: rotate(45deg);
}
.menu_mobile.showmenu .icon-menu .style_icon {
    opacity: 0;
    visibility: hidden;
}
.menu_mobile.showmenu .icon-menu:after, .menu_mobile.showmenu .icon-menu:before {
    transition: transform .2s linear .3s,top .2s linear;
}
.menu_mobile.showmenu .icon-menu:after {
    top: 8px;
    transform: rotate(-45deg);
}
.menu_mobile .mobile_show {
    position: fixed;
    width: 100%;
    top: 99px;
    left: 0;
    bottom: 0;
    visibility: hidden;
    text-align: left;
    z-index: 50;
}
.menu_mobile .mobile_show.show {
    visibility: visible;
}
.menu_mobile .mobile_show .mobile_content {
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    position: relative;
    top: 0;
    right: 0;
    z-index: 60;
    -webkit-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    transform: translate(100%,0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    overflow-y: auto;
    pointer-events: none;
    background: #fff;
}
.menu_mobile .mobile_show.show .mobile_content {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.mobile_menu {
    background: #fff;
    pointer-events: auto;
    max-height: 100%;
    overflow-y: auto;
}
.mobile_line {
    border-bottom: solid 10px rgba(0,0,0,.1);
}
.mobile_line .line_top {
    background: #ed0080;
    background: linear-gradient(90deg,#00B45E 0,#037a41 100%);
    padding: 10px 15px;
    height: 40px;
}
.mobile_menu>ul.mobile_main {
    border-bottom: solid 10px #ededed;
}
.mobile_menu>ul>li {
    border-bottom: solid 1px rgba(0,0,0,.2);
    overflow: hidden;
}
.mobile_menu>ul.mobile_main.m2>li>a {
    display: block;
    padding: 14px 15px;
    font-weight: 700;
}
.mobile_menu>ul>li:last-child {
    border-bottom: none;
}
.menu_mobile .mobile_show .irt-tri {
    position: fixed;
    top: 99px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 51;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    pointer-events: auto;
}
.menu_mobile .mobile_show.show .irt-tri {
    opacity: 1;
    visibility: visible;
}
.visible-mobile .search-tabs li a {
    color: #00B45E;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    padding: 0 80px;
    text-align: center;
}
.search-box .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 22px;
    margin-top: -11px;
}
.search-box .bx-wrapper .bx-prev, .search-box .bx-wrapper .bx-next {
    background: #00B45E;
}
.search-box .bx-wrapper .bx-prev:before, .search-box .bx-wrapper .bx-next:before {
    display: block;
    position: absolute;
    text-indent: 0;
    line-height: 20px;
    text-align: center;
    width: 30px;
    color: #fff;
}
.search-box .bx-wrapper .bx-prev:before {
    content: "\27F5";
}
.search-box .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
    background: #d9d9d9;
}
.search-box .bx-wrapper .bx-next:before {
    content: "\27F6";
}
.bx-wrapper {
   margin-bottom: 0;
}
.irt-main-top{
    margin-bottom: 40px;
}
.tax-tinh_thanh .irt-main-top{
    margin-bottom: 0;
}
.breadcrumb{
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb{
    margin: 0;
    padding: 11px 0;
    width: 100%;
}
.breadcrumb{
    background: #f2f5f8;
    padding: 9px 0;
    margin-bottom: 0;
    border-bottom: solid 1px #fff;
}
.breadcrumb ul{
    padding: 0;
    width: 100%;
    background-color: transparent;
    margin: 0;
    position: relative;
    text-align: left;
}
.breadcrumb ul{
    width: initial;
}
.breadcrumb ul li{
    padding: 0;
    margin: 0 5px;
    float: left;
    position: relative;
    color: #666;
    font-size: 13px;
    line-height: 21px;
}
.breadcrumb ul li:first-child{
    margin-left: 0;
}
.breadcrumb ul li:last-child {
    margin-right: 0;
}
.breadcrumb ul li a{
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    text-transform: capitalize;
}
.breadcrumb ul li a{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
/*.breadcrumb ul li:after {
    content: ">";
    position: absolute;
    right: -14px;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 23px;
}*/
.irt-thumbnail{
    position: relative;
}
.slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%;
}
#irt-thumbnail-for .slick-arrow {
    width: 35px;
    height: 35px;
    background: #fff;
    border: none;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 20%);
}
#irt-thumbnail-for .slick-prev {
    left: 20px;
    outline: none;
}
#irt-thumbnail-for .slick-arrow:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 12px;
    line-height: 20px;
}
#irt-thumbnail-for .slick-next {
    right: 20px;
    outline: none;
}
#irt-thumbnail-for .item img {
    width: 100%;
    height: 460px;
}
#irt-thumbnail-nav {
    margin-bottom: 25px;
}
#irt-thumbnail-nav .item {
    padding: 0 10px;
}
#irt-thumbnail-nav .slick-current .item img {
    border: 2px solid #00B35E;
}
#irt-thumbnail-nav .item img{
    height: 132px;
}
#irt-thumbnail-for .slick-arrow:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 12px;
    line-height: 20px;
}
#irt-thumbnail-for .slick-next:before {
    content: "\27F6";
}
#irt-thumbnail-for .slick-prev:before {
    content: "\27F5";
}
.tab-list .irt-tab-list-m {
    padding: 9px 10px;
    border: solid 1px #01914C;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    position: relative;
    cursor: pointer;
}
.irt-content .tab-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.irt-content .tab-list ul li {
    padding: 0 10px;
}
.irt-content .tab-list ul li a {
    display: block;
    padding: 15px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    position: relative;
}
.irt-content .tab-list ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: solid 2px #01914C;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.irt-content .tab-list ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    border-bottom: solid 2px #01914C;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.irt-content .tab-list ul li.active a:after, .irt-content .tab-list ul li.active a:before {
    right: 0;
}
.wrapContent {
    padding-bottom: 50px;
}
.irt-archive {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,.15);
}
.irt-archive .irt-archive-title, .irt-archive .irt-archive-title a {
    font-size: 25px;
    line-height: 35px;
    padding-left: 0;
    font-weight: 700;
    margin-bottom: 10px;
}
.irt-content .tab-content {
    padding: 25px;
    background: #f3f3f3;
}
.irt-content .tab-content .tab-pane {
    /*max-width: 970px;*/
    margin: 0 auto;
}
.hotel-edit .tab-content .tab-pane {
    max-width: none!important;
}
.slider-img {
    width: 250px;
    margin-bottom: 20px;
}
.table_price table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    background-color: #fff;
}
.table_price thead tr {
    background: #00B35E;
    color: #fff;
    font-size: 20px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.booktour a {
    display: inline-block;
    background: #00B35E;
    text-decoration: none;
    color: #fff !important;
    padding: 1px 16px;
    margin-left: 10px;
    min-width: 75px;
    font-weight: 500;
}
.booktour a {
    font-size: 16px;
    padding: 7px 5px;
    border-radius: 5px;
}
.tableCombo {
    font-size: 18px;
    font-weight: 500;
}
.topDetail th {
    font-size: 18px;
}
.tableCombo .border-none {
    padding-top: 0;
    padding-bottom: 0;
}
.tableCombo .show_name {
    color: #00B35E;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.acc_detailroom {
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
}
.slider-img .item {
    width: 100%;
}
.slider-img .item img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
}
.tableCombo img {
    margin-right: 10px;
}
.irt-attr {
    padding: 15px 30px;
    background: #f3f3f3;
    margin-bottom: 20px;
}
.irt-attr ul, .irt-attr ul li {
    margin-bottom: 10px;
}
.irt-attr .at {
    width: 100px;
    float: left;
}
.irt-attr .as {
    overflow: hidden;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}
.price{
    text-decoration: line-through;
}
.price_tt{
   /* margin-left: 90px;
    margin-top: -22px;*/
    font-size: 15px;
}
.irt-attr .link-contact {
    display: block;
    text-align: center;
    background: linear-gradient(180deg,#00B45E 0,#037a41  100%);
    color: #fff;
    text-transform: uppercase;
    padding: 9px 10px;
}
.irt-hotline{
    font-size: 20px;
}
.irt-hotline .be {
    position: relative;
}
.irt-hotline .be span {
    color: #00B364;
}
.irt-hotel #related-content .irt-col {
    width: 370px;
    flex-shrink: 0;
    margin-right: 15px;
}
.hotel {
    position: relative;
}
.hotel .img {
    padding-top: 66%;
    position: relative;
    overflow: hidden;
}
.hotel .img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75%;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    z-index: 1;
    pointer-events: none;
}
.hotel .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.hotel .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 2;
    pointer-events: none;
}
.hotel .rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.hotel .rating i {
    color: #fb0;
}
.hotel .name_hotel h3 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
}
.hotel .price_hotel_irt {
    text-align: center;
    color: #bbb;
}
.hotel .price_hotel_irt span {
    color: #fff100;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.irt-related .title-related {
    width: auto;
    position: relative;
    margin: 0 0 20px;
}
.irt-related .title-related {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.irt-related .title-related .title-irt {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
}
.irt-related .title-related .title-irt h1, .irt-related .title-related .title-irt h2 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_inside>.mCSB_container {
    margin-right: 30px;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}
.irt-hotel #related-content .mCSB_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.irt-hotel #related-content .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 20px;
}
.boxDesign{
    border: solid 1px rgba(0,0,0,.15);
    padding: 15px;
    margin-bottom: 25px;
}
.boxDesign .name {
    font-size: 16px;
    line-height: 24px;
    color: #00B364;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(0,0,0,.15);
}
.boxDesign .attr ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-table;
    width: 100%;
    border-bottom: solid 1px rgba(0,0,0,.15);
}
.boxDesign .attr .at {
    width: 140px;
    float: left;
    font-weight: 700;
}
.boxDesign .attr .as {
    overflow: hidden;
}
.boxDesign .attr ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.boxPrice {
    margin-bottom: 25px;
}
.boxPrice .irt-price {
    background: #ed0080;
    background: linear-gradient(90deg,#00B45E 0,#037a41 100%);
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px;
}
.boxPrice .irt-price .txt {
    font-weight: 700;
    margin-right: 5px;
}
.boxPrice .irt-price .red {
    font-size: 17px;
    line-height: 33px;
    font-weight: 700;
    margin-right: 5px;
}
.boxPrice .bot {
    padding: 15px;
   background: linear-gradient(90deg,#00B45E 0,#037a41 100%);
}
.boxPrice .bot input {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    padding-left: 10px;
}
.boxPrice .bot button {
    width: 100%;
    height: 40px;
    background: #FFB63B;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 5px;
}
.boxTour {
    margin-bottom: 40px;
}
.boxTour .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(0,0,0,.15);
}
.boxDesign2 {
    border: solid 1px rgba(0,0,0,.15);
    padding: 10px;
    margin-bottom: 25px;
}
.boxDesign2 .name {
    font-size: 14px;
    color: #00B35E;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}
.boxDesign2 .attr {
    display: none;
    font-size: 13px;
    border-top: solid 1px rgba(0,0,0,.15);
    padding-top: 5px;
    margin-top: 5px;
}
.boxDesign2 .attr ul li {
    margin-bottom: 5px;
    display: inline-table;
    width: 100%;
}
.boxDesign2 .attr i {
    float: left;
    color: #1b448e;
    margin: 4px 5px 7px 0;
}
.boxDesign2 .attr ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.boxView {
    margin-bottom: 35px;
}
.titleView {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.titleView h2, .titleView h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #1b448e;
}
.tourViewed .item {
    width: 285px;
}
.irt-box-item .irt-box-image {
    width: 330px;
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.irt-box-item .irt-box-image img {
    width: 100%;
}
.irt-box-item .irt-address {
    z-index: 8;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    font-weight: 700;
    color: #fff;
    padding: 7px 12px;
    font-size: 13px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.irt-box-item .irt-fig {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
    padding: 15px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0;
    pointer-events: none;
}
.irt-box-item .irt-fig .des {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 5px;
}
.irt-box-item .irt-fig .link a {
    display: block;
    color: #bbb;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow-x: hidden;
}
.irt-box-item .irt-caption {
    overflow: hidden;
}
.irt-box-item .irt-name {
    background: rgba(0,0,0,.1);
    padding: 4px 10px;
}
.irt-box-item .irt-time-grid {
    padding: 0;
    position: relative;
    margin: 0;
}
.irt-box-item .irt-schedule {
    padding: 0;
    position: relative;
}
.irt-box-item .irt-schedule {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 130px;
}
#voucher_irt .irt-box-item .irt-schedule {
    max-width: 190px;
}
.irt-box-item .irt-price-tri {
    padding: 0;
}
.irt-tour.grid .irt-box-item .irt-price-tri {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.irt-box-item .irt-discount {
    text-align: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
}
.irt-box-item .irt-discount .irt-dis {
    color: #e30051;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.irt-box-item .irt-discount .irt-pre {
    color: #bbb;
    text-decoration: line-through;
}
.the-content.irt-desc{
    line-height: 30px;
    margin: auto;
}
.the-content.irt-desc h1, .the-content.irt-desc h2, .the-content.irt-desc h3, .the-content.irt-desc h4{
    margin: 10px 0;
}
#irt-slide-home a.a-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.irt-archive-content {
    position: relative;
}
.irt-hotel .grid .col1 {
    float: left;
    width: 370px;
    flex-shrink: 0;
    margin: 10px;
}
.card--border {
    border: 1px solid #cdcdcc;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.intro-tour h2 {
    color: #000;
    font-size: 16px;
    transition: .3s;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.irt-rating {
    display: flex;
    margin: 0;
}
.irt-rating li {
    margin-right: 5px;
    font-size: 15px;
}
.checked {
    color: #ffcc00;
    background: transparent;
}
.intro-tour .location {
    margin-top: 5px;
}
.intro-tour .location a {
    text-decoration: none;
    color: #000;
}
.card-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}

.card-price h2, .form-order h2, .note_hotel h2 {
    margin-bottom: 0;
     color: #13B457;
    font-size: 16px;
    transition: .3s;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.card-price span {
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #ff6000;
}
.title-form {
    border-bottom: 1px solid #7f8c8d;
    padding-bottom: 5px;
}
.title-form span {
    font-size: 12px;
}
.table-a {
    border-bottom: 1px solid #7f8c8d;
    margin-top: 15px;
}
.form-order .table td, .form-order .table th {
    padding: 0.35rem;
    vertical-align: middle;
    border-top: none;
    font-size: 14px;
}
.table-a tr td:nth-child(1) {
    max-width: 30%;
    width: 30%;
    word-wrap: break-word;
}
.form-order .form-group {
    margin-bottom: 0;
}
.gender-form-check {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-order .form-check {
    display: inline-block;
    margin-right: 25px;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.form-check-label {
    margin-bottom: 0;
}
.form-order .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #eee;
    border-radius: 50%;
}
.form-order input:checked ~ .checkmark {
    background-color: #13B457;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.form-order .checkmark:after {
    top: 7px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.form-order input:checked ~ .checkmark:after {
    display: block;
}
.form-order span.genderactive {
    padding-left: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.no_border {
    border-bottom: none;
}
.no-mbottom {
    margin-bottom: 0;
}
.table-a .send-order {
    padding: 10px 20px;
    color: #fff;
    background: linear-gradient(180deg,#00B45E 0,#037a41  100%);
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}
.table-a .send-order span {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.form-order .form-date {
    background: url(/wp-content/themes/IRTThemes/images/tour-calendar.png) no-repeat 15px !important;
    padding-left: 50px;
}
.modal-header{
    background: linear-gradient(90deg,#00B45E 0,#037a41 100%);
    color: #ff6;
    text-transform: uppercase;
}
.modal-header .close{
    color: #fff;
}
.form-result-success{
    color: green;
}
.form-result-error{
    color: red;
}
.list-day {
    padding-left: 30px;
    position: relative;
}
.list-day:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 15px;
    bottom: 0;
    border-left: solid 1px rgba(0,0,0,.05);
}
.list-day .day {
    margin-bottom: 15px;
}
.list-day .day .titleDay {
    font-weight: 700;
    position: relative;
    cursor: pointer;
}
.list-day .day .titleDay:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: solid 1px #00B364;
    top: 3px;
    left: -22px;
}
.list-day .day .titleDay span {
    color: #00B364;
}
.list-day .day .titleDay:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #00B364;
    top: 7px;
    left: -18px;
}
.list-day .day .contentDay {
    display: none;
}
.irt-content .tab-list .irt-tab-list-m:before {
    content: "\25be";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}
.boxFilterSearch {
    background-color: #fff;
   /* position: fixed;*/
    top: 550px;
}
.boxFilterSearch .title {
    background: #818285;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 15px;
    position: relative;
    margin-bottom: 10px;
}
.boxFilterSearch .form-group {
    margin-bottom: 10px;
}
.boxFilterSearch input, .boxFilterSearch select {
    width: 100%;
    height: 40px;
    background: #fff;
    border: solid 1px rgba(0,0,0,.15);
    padding-left: 10px;
    padding-right: 30px;
}
.boxFilterSearch button {
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg,#00B45E 0,#037a41  100%);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff;
    font-weight: 700;
}
.search-item .fa-map-marker-alt, .search-item .fa-calendar-alt, .search-item .fa-caret-down{
    right: 30px;
    position: absolute;
    top: 90px;
}
.search-item .fa-calendar-alt{
    top: 170px;
}
.search-item.form-group:nth-child(3) .fa-calendar-alt{
    top: 250px;
}
.search-item.form-group:nth-child(2) .fa-map-marker-alt{
    top: 166px;
}
.search-item.form-group:nth-child(3) .fa-caret-down{
    top: 245px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.irt-tour.grid .item.irt-item{
    margin-bottom: 20px;
}
.intro-tour{
    padding-bottom: 30px;
    border-bottom: 1px solid #7f8c8d;
}
.service-tour{
    padding-top: 20px;
}
.service-tour h2{
    color: #13B457;
    font-size: 16px;
    transition: .3s;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.single-book_car .irt-attr .at{
    width: 160px;
}
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #01914C;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #01914C;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
.page-template-page_hotel .irt-hotel .grid .col1{
    width: 273px;
}
.sort-page {
    justify-content: flex-end;
}
.sort-page .wrap-sort {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.sort-page .wrap-sort .sort-item {
    flex: 1 1;
    display: flex;
}
.sort-page .wrap-sort .first {
    flex: 3 1;
    justify-content: flex-end;
    padding-right: 15px;
}
.no-border {
    border: 1px solid rgba(19,19,19,0);
}
.select-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 95%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.sort-search {
    width: 160px;
    background-position: 100%;
}
.sort-search .sort-select {
    border: none;
    width: 100%;
    margin-right: 10px;
    padding-right: 10px;
    margin-left: 9px;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
.sort-page .wrap-sort .second-one {
    display: inline-block;
    text-align: center;
    flex: unset;
    padding-left: 10px;
    padding-right: 10px;
}
.sort-page .wrap-sort .sort-item:nth-child(2) {
    border-left: 1px solid rgba(19,19,19,.6);
}
.news {
    margin: 20px 0;
}
.news .img {
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.news .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.news .title-news {
    margin-bottom: 10px;
}
.news .title-news a {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    height: 52px;
    overflow: hidden;
}
.news .tools-news {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.news .tools-news .irt {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    margin-right: 15px;
}
.news .des {
    height: 66px;
    overflow: hidden;
}
.news .img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.the-content {
    margin-bottom: 40px;
    text-align: justify;
}
.desc h2, .desc h3, .desc h4 {
    font-size: 30px;
    line-height: 40px;
}
.desc h3{
    font-size: 25px;
}
.desc h4{
    font-size: 20px;
}
.desc img {
    max-width: 100%;
    height: auto!important;
    display: block;
    margin: 5px auto 5px auto;
}
.box_mid {
    width: 100%;
}
.box_mid .mid-title {
    width: auto;
    position: relative;
    margin: 0 0 20px;
}
.box_mid .mid-title {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box_mid .mid-title .title-related {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    color: #333;
}
#slideOthetNews .slick-arrow {
    position: absolute;
    text-indent: -9999px;
    z-index: 100;
    border: none;
    width: 32px;
    height: 31px;
    top: 28%;
    background: url(/wp-content/themes/IRTThemes/images/controls.png);
    outline: none;
}
#slideOthetNews .slick-prev {
    left: 0;
    background-position: 0 0;
}
#slideOthetNews .slick-next {
    right: 0;
    background-position: -43px 0;
}
#slideOthetNews .slick-list {
    margin: 0 -10px;
}
#slideOthetNews .item {
    padding: 0 10px;
}
.pagination{
    justify-content: center;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background: linear-gradient(90deg,#00B45E 0,#037a41 100%);
    border-image: linear-gradient(90deg,#00B45E 0,#037a41 100%);
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #01914C;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.fab-wrapper {
    position: fixed;
    bottom: 20%;
    left: 66px;
    z-index: 9999999;
    display: none;
}
.fab-wrapper input[type=checkbox] {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    margin: 0 3px 0 0;
    height: 20px;
    width: 20px;
    vertical-align: top;
    -webkit-appearance: none;
    opacity: 0;
}
.fab-wrapper .fab {
    cursor: pointer;
    width: 50px;
    max-width: unset;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 50%;
    background: #d70018;
    box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    overflow: hidden;
    transform: rotate(0deg);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.fab-wrapper .icon-cps-fab-menu {
    background-image: url(/wp-content/themes/IRTThemes/images/icon2.png);
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0;
    background-size: 65px;
    background-position: 125px 60px;
}
.fab-wrapper .fab-wheel {
    width: 145px;
    height: 200px;
    position: absolute;
    bottom: 35px;
    right: 15px;
    transform: scale(0);
    z-index: 11;
    transform-origin: bottom right;
    transition: all .3s ease;
}
.fab-wrapper .fab-wheel .fab-action {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    text-decoration: none;
}
.fab-wrapper .fab-wheel .fab-action-1 {
    right: 10px;
    bottom: 50px;
}
.fab-wrapper .fab-title {
    float: left;
    margin: 0 5px 0 0;
    opacity: 0;
}
.fab-wrapper .fab-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 4px;
    border-radius: 50%;
    background: #0f1941;
    box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
    font-size: 24px;
    color: White;
    transition: all 1s ease;
    overflow: hidden;
}
.fab-wrapper .fab-wheel .fab-button-1 {
    background: #dd5145;
}
.fab-wrapper .icon-cps-local {
    width: 31px;
    height: 31px;
    background-position: 40px 45px;
    background-image: url(/wp-content/themes/IRTThemes/images/address-1.png);
    background-size: 43px;
}
.fab-wrapper .fab-wheel .fab-action-4 {
    right: 10px;
    top: 50px;
}
.fab-wrapper .fab-wheel .fab-button-4 {
    background: #2f82fc;
}
.fab-wrapper .icon-cps-chat-zalo {
    background-image: url(/wp-content/themes/IRTThemes/images/khoa-hoc-zalo-bao-vay.png);
    width: 30px;
    height: 30px;
    background-size: 90px;
    background-position: 422px 310px;
}
.fab-wrapper .fab-wheel .fab-action-5 {
    right: 10px;
    bottom: 160px;
}
.fab-wrapper .fab-wheel .fab-button-5 {
    background: #3a589d;
}
.fab-wrapper .icon-cps-dat-lich {
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/themes/IRTThemes/images/messenger-trang.png);
    background-size: 40px;
    background-position: 40px;
}
.backgroud-checkbox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0,0,0,0.7);
}
.fab-wrapper .suggestions-chat-box {
    min-width: 146px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1d72e0;
    border-radius: 10px;
    background: #277cea;
    box-shadow: 0 0.5rem 1rem #00000026;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: fixed;
    right: 80px;
    bottom: 8%;
    display: none;
}
.fab-wrapper .d-flex {
    line-height: 36px;
    text-align: center;
}
.fab-wrapper .align-items-center {
    align-items: center !important;
}
.fab-wrapper .suggestions-chat-box #btnClose {
    position: absolute;
    top: 2px;
    left: 2px;
    border: 1px solid;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
}
.fab-wrapper .font-14 {
    font-size: 14px !important;
}
.fab-wrapper .fab-checkbox:checked ~ .fab-wheel {
    transform: scale(1);
}
.fab-wrapper .fab-checkbox:checked ~ .backgroud-checkbox {
    display: block;
}
.fab-wrapper .fab-checkbox:checked ~ .fab .icon-cps-fab-menu {
    width: 30px;
    height: 30px;
    margin: 0;
    background-size: 30px;
    background-position: 30px 30px;
    background-image: url(/wp-content/themes/IRTThemes/images/close.png);
}
/*.back-to-top {
     position: fixed;
     bottom: 30px;
     right: 14px;
     width: 64px;
     height: 64px;
     z-index: 9999;
     cursor: pointer;
     text-decoration: none;
     transition: opacity 0.2s ease-out;
     background-image: url(/wp-content/themes/IRTThemes/images/top.png);
}*/
#icon-fixed-right {
    width: 50px;
    position: fixed;
    left: 18px;
    top: 80%;
    z-index: 997;
}
.back-to-top:hover{
    opacity: 0.7;
}
#icon-fixed-right a i {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 9999px;
    font-size: 24px;
    line-height: 50px;
}
#icon-fixed-right .icons.fa.fa-arrow-up {
    background: #ed1b24;
}
#menu-primary-menu li ul{
    display: none;
    min-width: 350px;
    position: absolute;
}
#menu-primary-menu li>ul li{
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    background: #00B25D;
    padding: 10px;
    font-size: 16px;
}
#menu-primary-menu li>ul li a{
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    color: #fff;
}
#menu-primary-menu li:hover > ul{
    display: block;
}
#menu-primary-menu li>ul li:hover {
    background-color: #038B4A;
}
#menu-primary-menu li ul.sub-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #00B25D;
    border-top: 0;
    margin-left: -5px;
    margin-top: -5px;
    z-index: 1;
}
.tax-tinh_thanh .visible-mobile{
    display: none;
}
.show_room{
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}
.the-content.desc figure{
    margin: 0 auto;
    width: auto !important;
}
.the-content.desc figure figcaption{
    text-align: center;
}
@media (max-width: 1200px){
   .formSearchTour .icon .t1 {
        font-size: 14px;
        line-height: 22px;
    } 
}
@media (max-width: 1100px){
    .formSearchTour .icon {
        padding: 20px 10px;
    }
    .formSearchTour .icon .t1, .formSearchTour .icon .t2 {
        font-size: 12px;
        line-height: 20px;
    }
}
@media (min-width: 992px){
    .wrapper{
        width: 1200px;
    }
   .visible-mobile {
        display: none !important;
    } 
}
@media (max-width: 991px){
    .visible-mobile .search-tabs {
        display: block !important;
    }
    .search-tabs {
        display: none !important;
    }
    .tax-tinh_thanh .search-tabs {
        display: block !important;
    }
    .search-box .search-tab-content {
        float: none !important;
        width: auto !important;
    }
    .search-tab-content h4.title {
        height: 40px;
        font-size: 16px;
    }
    .formSearchTour .icon {
        display: block;
        padding-left: 60px;
        z-index: 0;
    }
    .formSearchTour .icon .img {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .formSearchTour .icon .t1, .formSearchTour .icon .t2 {
        display: block;
        text-align: left;
    }
}
@media (max-width: 767px){
    .formSearchTour .row .col1 {
        width: 100% !important;
        margin-bottom: 20px;
    }
    #irt-thumbnail-for .item img {
        height: 200px;
    }
    #irt-thumbnail-nav .item img {
        height: 60px;
    }
    .irt-content .tab-list ul {
        display: none;
        background: #e5e5e5;
    }
    .irt-content .tab-list.active ul {
        display: block;
    }
    .irt-content .tab-list ul li {
        padding: 0;
    }
    .irt-content .tab-list ul li a {
        font-weight: 400;
        padding: 9px 10px;
    }
    .irt-content .tab-list ul li.active a:after, .irt-content .tab-list ul li.active a:before {
       content: none;
    }
    .irt-content .tab-content {
        padding: 10px;
    }
    .table-responsive .mCSB_horizontal.mCSB_inside>.mCSB_container {
        margin-bottom: 0;
    }
    .table-responsive table {
        white-space: nowrap;
        margin-bottom: 0;
    }
    .table_price table {
        display: block;
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .table_price table, .table_price thead, .table_price tbody, .table_price th, .table_price td, .table_price tr {
        display: block;
        border-collapse: collapse;
    }
    .table_price table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .tableCombo tr {
        margin-bottom: 30px;
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    }
    #sliderIndex {
        width: 100%;
    }
    .tax-tinh_thanh .formSearchTour .search-box .search-tabs > li span{
        display: none;
    }
    .tax-tinh_thanh .search-box-wrapper.irt-search-box-wrapper .search-box>ul.search-tabs li>a{
        width: 66px;
    }
}
