devvn_datxe_oto_wrap, devvn_datxe_oto_wrap *{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.devvn_datxe_oto_wrap {
    background: #fff;
}
.devvn_datxe_box > ul {
    margin: 0 0 22px;
    padding: 0 20px;
    list-style: none;
    border-bottom: 1px solid #ddd;
}
.devvn_datxe_box > ul:after{
    content: "";
    display: table;
    clear: both;
}
.devvn_datxe_box > ul li {
    padding: 0;
    margin: 0 20px !important;
    float: left;
    list-style: none;
}
.devvn_datxe_box > ul li a {
    display: block;
    padding: 15px 20px 15px 45px;
    color: #555;
    font-weight: 700;
    margin: 0 0 -2px 0;
    position: relative;
    text-decoration: none;
}
.datxe-icon-air:before {
    content: "";
    content: url(../images/icon-air.png);
    position: relative;
    top: 7px;
    padding-left: 12px;
    padding-right: 11px;
}
.datxe-icon-car:before {
    content: "";
    content: url(../images/icon-car.png);
    position: relative;
    top: 7px;
    padding-left: 12px;
    padding-right: 11px;
}
.devvn_datxe_box > ul li a.active,
.devvn_datxe_box > ul li a:hover{
    border-bottom: 3px solid #00b13f;
    color: #555;
}
.datxe-icon-road:before {
    content: url(../images/icon-road.png);
    position: relative;
    top: 4px;
    padding: 0 10px;
}
.devvn_datxe_box > ul li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
}
.datxe-tab-content {
    padding: 20px 40px;
    display: none;
}
.datxe-tab-content.active{
    display: block;
}
.datxe-col-img {
    width: 70px;
    text-align: center;
    line-height: 1;
}
.datxe-col-img > span[class^="datxe-icon-"] {
    margin-top: 11px;
}
.datxe-col,
.datxe-col-full{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    width: 100%;
    margin-bottom: 10px;
}
.datxe-col-field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
}
span.datxe-icon-people {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icon-7.png) no-repeat center center;
}
.devvn_datxe_oto_wrap input[type="text"], .devvn_datxe_oto_wrap select {
    margin: 0;
    height: 40px;
    font-size: 14px;
    box-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
    padding: 0 .75em;
}
.datxe-row:after {
    content: "";
    display: table;
    clear: both;
}
.datxe-row,
.datxe-result-box{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.datxe-row .datxe-col {
    width: 49%;
}
.datxe-row .datxe-col-full{
    width: 100%;
}
.datxe-row .datxe-col:nth-child(2) {
    margin-left: auto;
}
.datxe-result-wrap {
    background-color: #f2f2f2;
    margin: 10px 0 20px 70px;
    padding: 20px;
}
span.datxe-icon-map {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icon-8.png) no-repeat center center;
}

.datxe-icon-oto {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icon-9.png) no-repeat;
}
.datxe-icon-date {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icon-18.png)no-repeat;
}
.devvn-radio-wrap label {
    display: inline-block;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    margin: 0;
    line-height: 1.2;
    padding: 0 20px 0 0;
    font-size: 14px;
}
.devvn-radio-wrap label input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.devvn-radio-wrap label span {
    padding-left: 23px;
    display: block;
}
.devvn-radio-wrap label span:before,
.devvn-radio-wrap label span:after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    border: 1px solid #a6a6a6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 1px;
    left: 0;
}
.devvn-radio-wrap label input:checked ~ span:after {
    background: #00b13f;
    border: 1px solid #00b13f;
    width: 8px;
    height: 8px;
    top: 5px;
    left: 4px;
}
.devvn-radio-wrap label input:checked ~ span:before {
    border: 1px solid #00b13f;
}
span.datxe-result {
    font-size: 16px;
    color: #00b13f;
    font-weight: 700;
}
.datxe-result-wrap p {
    margin: 0;
}
a.xemtren_map {
    background: url(../images/icon-11.png) no-repeat left center;
    padding-left: 18px;
    margin-right: 23px;
    color: #555;
    font-size: 12px;
    font-weight: 700;
}
.datxe-result-box {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.datxe-form-wrap {
    margin-bottom: 20px;
}
.datxe-button {
    margin-left: 70px;
    text-align: center;
}
button.datxe-submit {
    background-color: #00b13f;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    margin: 0;
}
button.datxe-submit:hover {
    background-color: #cc1818;
}
.xdsoft_datetimepicker button {
    min-height: auto;
}
.datxe-datepicker {
    background: url(../images/icon-10-1.png) no-repeat 97% 53%;
}
.col-ngayve:not(.devvn-active){
    display: none;
}
.datxe-form-wrap label.error {
    font-size: 14px;
    font-weight: 400;
    color: red;
}

.datxe_loading {
    position: relative;
}
.datxe_loading:after {
    content: "";
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.datxe_loading:before {
    -webkit-animation: devvn_spin 500ms infinite linear;
    animation: devvn_spin 500ms infinite linear;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
    border: 5px solid #008e32;
}

.datxe-col-field {
    position: relative;
}
.search_place_result {
    position: absolute;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
    font-size: 14px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.place_item {
    padding: 6px 12px;
}
.place_item:hover,
.place_item.active{
    color: #404040;
    background-color: #f3f3f3;
    text-decoration: none;
    cursor: pointer;
}
.place_item strong {
    display: block;
}

@-webkit-keyframes devvn_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes devvn_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.devvn-radio-wrap {
    margin-top: 6px;
}

button.btn_currentaddress {
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    right: 0;
    z-index: 5;
    cursor: pointer;
    margin: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 7px;
    bottom: 0;
}

@media (max-width: 767px){
    .devvn_datxe_box > ul li {
        margin: 0 !important;
    }
    .devvn_datxe_box > ul {
        margin-bottom: 10px;
    }
    .datxe-tab-content {
        padding: 20px 10px;
    }
    .datxe-row .datxe-col {
        width: 100%;
    }
    .datxe-row {
        display: block;
    }
    .datxe-result-wrap {
        margin-left: 0;
        padding: 10px;
    }
    .datxe-button {
        margin-left: 0;
    }
    .datxe-col-img {
        width: 40px;
    }
}
