@font-face {
    font-family: 'utm_alexander';
    src: url('../fonts/utm_alexander.otf');
    src: url('../fonts/utm_alexander.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*----- reset -----*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
strong,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

ol,
ul {
    list-style: none;
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

html,
body {
    height: 100%;
}

/*----- common -----*/
body {
    background-color: #fff;
    color: #000;
    font: normal normal 100% Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    font-size: .75em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: normal;
}

input,
select,
textarea {
    color: #38444f;
    font: normal normal 1em Arial, Helvetica, sans-serif;
}

input:focus,
select:focus,
textarea:focus,
a:link,
a:visited,
a:hover,
a:focus {
    outline: none;
}

a:link,
a:visited,
a:hover,
a:focus {
    text-decoration: none;
}

a:link,
a:visited {
    color: #000;
}

a:hover,
a:focus {
    color: #43f812;
}

.clear {
    clear: both;
}

.tm-ic {
    background: url(../images/front/sprite.png) no-repeat;
}

/*HEADER*/
.header-t {
    background: url(../images/front/bg-header-top.png) no-repeat center center;
    height: 117px;
    background-size: cover;
    position: relative;
}

.add-hot {
    position: absolute;
    top: 10px;
}

.add-hot p {
    color: #00774D;
    font-size: 14px;
}

.add-hot p span:first-child {
    margin-right: 20px
}

.add-hot strong {
    font-weight: 500;
    display: block;
}

.header-t .container {
    position: relative;
}

.contact-top.float-end {
    padding: 11px 0;
    position: absolute;
    top: 10px;
    right: 15px
}

.contact-top ul.tm-social li a.tm-ic {
    background: #fff url(../images/front/sprite.png) no-repeat
}

/*===================================================================*/
.header-top {
    padding: 25px 0 24px;
}

.logo {}

.logo a {
    display: inline-block;
    margin-top: 23px;
    z-index: 9999;
    position: relative;
}

.contact-top {
    padding: 11px 0;
}

.contact-top ul.tm-social {
    overflow: hidden;
    float: right;
    margin: 0 -10px 11px;
}

.contact-top ul.tm-social li {
    float: left;
    padding: 0 10px;
}

.contact-top ul.tm-social li a {
    display: block;
    text-indent: -9999px;
    width: 19px;
    height: 19px;
}

.contact-top ul.tm-social li a.tm-f {
    background-position: 0 0;
}

.contact-top ul.tm-social li a.tm-t {
    background-position: -29px 0;
}

.contact-top ul.tm-social li a.tm-s {
    background-position: -58px 0;
}

.contact-top ul.tm-social li a.tm-g {
    background-position: -87px 0;
}

.contact-top ul.tm-social li a.tm-y {
    background-position: -116px 0;
}

.contact-top p {
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #555;
    text-align: right;
}

.contact-top p i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: -170px 0;
    margin-right: 7px;
    margin-left: 20px
}

.contact-top p span {
    color: #CC3E73;
    font-size: 18px;
}

.tm-search {
    margin: 19px 65px;
    width: calc(100% - 700px);
}

.sr-dt {
    position: relative;
}

.sr-dt input {
    height: 36px;
    border: 1px solid #dbd8d8;
    box-shadow: 0 0 0 transparent !important;
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #555;
    padding-right: 30px
}

.sr-dt button {
    text-indent: -9999px;
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    background-position: -145px 0;
    position: absolute;
    right: 15px;
    top: 10px;
}



.header-bot {
    background: #00774D;
}

.tm-menu {
    position: relative;
}

ul.menu:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

ul.menu {}

ul.menu li {
    float: left;
    position: relative;
    margin: 0 2px
}

ul.menu li a {
    display: block;
    font: 500 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #fff;
    padding: 15px 13px;
    position: relative;
}

ul.menu li:hover>a,
ul.menu li.current_page_item>a,
ul.menu li.active>a {
    background: #36d449;
}

ul.menu>li:nth-child(5),
ul.menu>li:nth-child(6),
ul.menu>li:nth-child(7),
ul.menu>li:nth-child(8) {
    float: right;
}

ul.menu>li:nth-child(5)>a {
    display: block;
    font: 500 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #fff;
    padding: 15px 30px;
    position: relative;
}

ul.menu li ul {
    position: absolute;
    left: 0;
    top: 70px;
    width: 200px;
    background: #fff;
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    z-index: 1000;
    border-radius: 4px;
}

ul.menu li:hover>ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 50px;
}

ul.menu li>ul li {
    float: none;
    margin: 0;
}

ul.menu li>ul li a {
    color: #555;
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    border-bottom: 1px solid #dbd8d8;
}

ul.menu li>ul li a i {
    display: inline-block;
    width: 13px;
    height: 14px;
    background-position: -145px -53px;
    margin-right: 10px;
    vertical-align: sub;
}

ul.menu li>ul li:last-child a {
    border-bottom: none;
}

ul.menu li>ul li:hover a:before {
    display: none;
}

ul.menu li>ul li:hover a {
    background: transparent;
    color: #43c82a;
}

ul.menu li>ul li:hover a i {
    background-position: -165px -53px;
}

/*==========================================================================*/
.content-lf {
    width: calc(100% - 300px);
    float: left;
    margin-bottom: 30px;
}

.content-rg {
    width: 270px;
    float: right;
    margin-bottom: 30px;
}

ul.menu li>ul li:hover a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 17px;
    background-position: -379px -50px;
    margin-right: 10px;
    vertical-align: sub;
    background-image: url(../images/front/sprite.png);
}

.content-top {
    background: url(../images/front/bg-top-ct.png) no-repeat center top;
    padding: 25px 0 0;
    background-size: cover;
    margin-bottom: 30px;
}

.slider {
    position: relative;
}

.slider h3 {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(33, 208, 57, .9);
    font: 700 22px/27px 'Be Vietnam Pro', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 23px 0;
}

.slider .bx-wrapper {
    background: transparent;
    box-shadow: 0 0 0 transparent;
    border: none;
    margin: 0;
}

.slider .bx-wrapper .bx-pager {
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 18px;
    height: 18px;
    background: url(../images/front/sprite.png) no-repeat -116px -53px;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-position: -86px -53px;
}

.bx-controls-direction {}

.bx-wrapper .bx-controls-direction a {
    width: 33px;
    height: 33px;
    background: url(../images/front/sprite.png) no-repeat;
    border-radius: 50%;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    background-position: 0 -53px;
    left: -14px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -43px -53px;
    right: -14px;
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background-position: 0 -91px;
}

.bx-wrapper .bx-controls-direction a.bx-next:hover {
    background-position: -43px -91px;
}

.bx-wrapper img {
    width: 100%;
}

.tm-intro-sl {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    padding: 25px 30px 15px;
}

.tm-intro-sl p {
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #555;
}

.tm-intro-sl p a {
    color: #009bfd;
}


h3.sm-title {
    font: 500 18px/22px 'Be Vietnam Pro', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 24px;
    background: #00B43E;
}

.tm-booking h3.sm-title i {
    width: 12px;
    height: 19px;
    display: inline-block;
    background-position: -146px -24px;
    margin-right: 15px;
    vertical-align: sub;
}

.tm-rent-car h3.sm-title i {
    width: 18px;
    height: 17px;
    display: inline-block;
    background-position: -169px -24px;
    margin-right: 10px;
    vertical-align: middle;
}

.tm-support h3.sm-title i {
    width: 16px;
    height: 19px;
    display: inline-block;
    background-position: -86px -105px;
    margin-right: 10px;
    vertical-align: sub;
}

.tm-tag h3.sm-title i {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-position: -197px -24px;
    margin-right: 10px;
    vertical-align: top;
}

.tm-rent-related h3.sm-title i {
    width: 14px;
    height: 12px;
    display: inline-block;
    background-position: -172px -80px;
    margin-right: 10px;
}

.tm-news h3.sm-title i {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-position: -144px -80px;
    margin-right: 10px;
}

.tm-location h3.sm-title i {
    width: 20px;
    height: 24px;
    display: inline-block;
    background-position: -180px -100px;
    margin-right: 10px;
    vertical-align: sub;
}

.tm-location h3.sm-title {
    padding: 14px 24px 11px;
}



.tm-booking {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    display: table;
    width: 100%;
}

.tm-booking .detail {
    padding: 18px 19px 11px;
}

.tm-booking ul li {
    margin-bottom: 15px;
}

.tm-booking .ip-form {
    border: 1px solid #dbd8d8;
    padding: 0 10px;
}

.tm-booking .ip-form:hover {
    border-color: #009BFD;
}

.tm-booking .ip-form:after {
    clear: both;
    display: block;
    width: 100%;
    content: '';
}

.tm-booking .ip-form span {
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #555;
    display: block;
    float: left;
    width: 80px;
    padding: 4px 0;
}

.tm-booking .ip-form label,
.tm-booking .ip-form .form-control {
    float: right;
}

.tm-booking .ip-form .form-control {
    height: 28px;
    border: none;
    box-shadow: 0 0 0 transparent !important;
    border-radius: 0;
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #555;
    padding: 4px 0;
    font-size: 13px;
}

.tm-booking .ip-form .tm-date {
    background: #fff url(../images/front/ic-date.png) no-repeat right center;
    padding: 4px 20px 4px 0;
}

.tm-booking .ip-form label {
    position: relative;
    cursor: pointer;
    width: calc(100% - 80px);
}

.tm-booking .ip-form label:after {
    content: '';
    right: 0;
    top: 50%;
    margin-top: -2.5px;
    position: absolute;
    pointer-events: none;
    width: 8px;
    height: 5px;
    background: url(../images/front/sprite.png) no-repeat -194px 0;
}

.tm-booking .ip-form label select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
}

.tm-booking ::-webkit-input-placeholder {
    color: #555;
}

.tm-booking :-moz-placeholder {
    color: #555;
}

.tm-booking ::-moz-placeholder {
    color: #555;
}

.tm-booking :-ms-input-placeholder {
    color: #555;
}

.tm-booking button {
    background: #009BFD;
    padding: 7px 0;
    border: none;
    margin: 3px auto 8px;
    display: block;
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #fff;
    width: 104px;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.tm-booking button:hover {
    background: #c21f25;
}


.datepicker {
    margin-top: -235px;
}

.table-condensed>thead>tr>th {
    padding: 2px;
    font: 500 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #333;
}

.datepicker td.old,
.datepicker td.new,
.table-condensed>tbody>tr>td {
    padding: 2px;
    font: 400 13px/20px 'Be Vietnam Pro', sans-serif;
    color: #555;
}

.mg-bot {
    margin-bottom: 30px;
}

.tm-border {
    border: 1px solid #dbd8d8;
}

.tm-border h3.sm-title {
    margin: -1px -1px 0 -1px;
}

.tm-rent-car {}

.tm-rent-car ul li a {
    color: #555;
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    border-bottom: 1px solid #dbd8d8;
    display: block;
    padding: 15px 25px 14px;
}

.tm-rent-car ul li a i {
    display: inline-block;
    width: 13px;
    height: 14px;
    background-position: -145px -53px;
    margin-right: 10px;
    vertical-align: middle;
}

.tm-rent-car ul li:last-child a {
    border-bottom: none;
}

.tm-rent-car ul li:hover a {
    color: #43c82a;
}

.tm-rent-car ul li:hover a i {
    background-position: -165px -53px;
}

.tm-support {}

.tm-support ul li {
    border-bottom: 1px solid #dbd8d8;
    padding: 15px 20px;
}

.tm-support ul li:last-child {
    border-bottom: none;
}

.tm-support ul li label {
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #555;
    display: block;
    margin-bottom: 5px;
}

.tm-support ul li p {
    font: 400 18px/22px 'Be Vietnam Pro', sans-serif;
    color: #ff0000;
}

.tm-support ul li p .tm-p {
    display: inline-block;
    width: 20px;
    height: 18px;
    background-position: -113px -81px;
    margin-right: 20px;
}

.tm-support ul li p .tm-sk {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-position: 0 -134px;
    margin-left: 20px;
}

.tm-support .detail {
    padding-left: 40px;
}

.tm-support .detail span {
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #555;
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.tm-support .detail p {
    position: relative;
    margin: 10px 0 11px;
}

.tm-support .detail p .tm-bp {
    display: block;
    width: 27px;
    height: 31px;
    background-position: 0 -166px;
    position: absolute;
    left: -40px;
    bottom: 0;
}

.tm-support .detail span .tm-m {
    display: block;
    width: 19px;
    height: 14px;
    background-position: -112px -105px;
    position: absolute;
    left: -40px;
    top: 2px;
}

.tm-tag {}

.tm-tag ul {
    padding: 20px 16.5px 25px;
}

.tm-tag ul li {
    display: inline-block;
    margin: 0 -1.5px 10px;
    padding: 0 5px;
}

.tm-tag ul li a {
    display: block;
    padding: 6px 20px;
    border: 1px solid #dbd8d8;
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #555;
}

.tm-tag ul li a:hover {
    background: #c21f25;
    border-color: #c21f25;
    color: #fff;
}

.tm-rent-related {}

.tm-rent-related ul {
    padding: 20px 20px 10px;
}

.tm-rent-related ul li {
    margin-bottom: 10px;
}

.tm-rent-related ul li a {
    display: block;
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #555;
}

.tm-rent-related ul li a i {
    display: inline-block;
    width: 7px;
    height: 11px;
    background-position: -205px -53px;
    margin-right: 10px;
}

.tm-rent-related ul li a:hover {
    color: #009bfd;
}

.tm-rent-related ul li a:hover i {
    background-position: -188px -53px;
}

ul.lst-nw {
    padding: 10px 0;
}

ul.lst-nw li {
    padding: 0 10px;
    margin-bottom: 10px;
}

ul.lst-nw li:last-child {
    margin-bottom: 0;
}

ul.lst-nw li .detail:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

ul.lst-nw li a.img {
    width: 85px;
    float: left;
    overflow: hidden;
    border-radius: 4px;
}

ul.lst-nw li .txt- {
    width: calc(100% - 95px);
    float: right;
}

ul.lst-nw li h4 {
    margin: 5px 0;
    margin-top: 0;
}

ul.lst-nw li h4 a {
    font: 500 14px/18px 'Be Vietnam Pro', sans-serif;
    color: #444;
}

ul.lst-rent h3 a:hover,
ul.lst-nw li h4 a:hover {
    color: #ff0000;
}

ul.lst-nw li span {
    font: 400 14px/18px 'Be Vietnam Pro', sans-serif;
    color: #555;
}

.tm-title {
    margin-bottom: 25px;
}

.tm-title h2 {
    font: 700 22px/27px 'Be Vietnam Pro', sans-serif;
    color: rgb(204, 62, 115);
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(204, 62, 115);
    position: relative;
}

.tm-title h2 i.tm-ic {
    background: #fff url(../images/front/sprite.png) no-repeat -107px -179px;
}

.tm-title h2 i {
    width: 30px;
    height: 17px;
    display: block;
    background-position: -107px -179px;
    position: absolute;
    bottom: -6.5px;
    left: 0;
}

a.view-all {
    font: 500 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #555;
    margin-top: 20px;
}

a.view-all i {
    width: 9px;
    height: 9px;
    background-position: -141px -105px;
    display: inline-block;
    margin-left: 10px;
}

.tm-intro-sl p a:hover,
a.view-all:hover {
    color: #c21f25;
}

a.view-all:hover i {
    background-position: -160px -105px;
}

.mt-top {
    margin-top: 15px;
}

.tm-rent-bk {
    overflow: hidden;
}

ul.lst-slick button {
    border: none;
    padding: 0;
    margin: 0;
    width: 33px;
    height: 33px;
    background: url(../images/front/sprite.png) no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
}

ul.lst-slick button.slick-prev {
    background-position: 0 -91px;
    left: 15px;
}

ul.lst-slick button.slick-next {
    background-position: -43px -91px;
    right: 15px;
}

ul.lst-slick {
    margin: 0 -15px;
}

ul.lst-slick li {
    padding: 0 15px;
}

ul.lst-rent li {
    text-align: center;
}

ul.lst-rent .detail {
    padding: 15px;
    background: #fff;
    border: 1px solid #dbd8d8;
    margin-bottom: 4px;
    border-radius: 4px;
}

ul.lst-rent .detail:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

ul.lst-rent a.img {
    display: block;
    overflow: hidden;
}

ul.lst-rent h3 {
    margin: 15px 0 5px;
    font-size: 16px;
    line-height: 27px;
    height: 29px;
    overflow: hidden;
}

ul.lst-rent h3 a {
    font: 500 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #444;
    font-size: 18px;
    font-weight: 700;
}

ul.lst-rent span {
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #555;
    display: block;
    margin-bottom: 5px;
}

ul.lst-rent p {
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #ff0000;
}

ul.lst-rent p span {
    display: inline-block;
    color: #555;
    margin: 0;
}

ul.lst-rent a.book-now {
    display: block;
    padding: 6px 0;
    border: 1px solid #dbd8d8;
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #555;
    width: 110px;
    margin: 10px auto 0;
}

ul.lst-rent a.book-now:hover {
    background: #c21f25;
    border-color: #c21f25;
    color: #fff;
}

.like-box {
    margin-bottom: 30px;
}

.content-lf .mg-bot {
    margin-bottom: 55px;
}

.block-table .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.block-table thead.cf {
    zoom: 1;
    background: #00b43e;
}

*:first-child+html .cf {
    zoom: 1;
}

.block-table .table {
    width: 100%;
    line-height: 15px;
    text-align: center;
    border: none;
}

.block-table .table .title {
    text-align: left;
}

.block-table .table th {
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #fff;
    border: 1px solid #dbd8d8;
    border-bottom: none;
    text-align: center;
    padding: 15px 5px;
    vertical-align: middle;
}

.block-table .table th.tuyen-duong {
    text-align: left;
    padding-left: 15px;
}

.block-table .table th:first-child {
    border-left: none;
}

.block-table .table th:last-child {
    border-right: 1px solid #00B43E;
}

.block-table .table span {
    display: block;
}

.block-table .table .tm-time {
    width: 85px;
}

.block-table .table td {
    border: 1px solid #dbd8d8;
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #555;
    padding: 15px;
    vertical-align: middle;
}

.block-table .table td:first-child {
    text-align: left;
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #00b43e;
}




/*==========================================================================*/
#footer {
    background: #50BA5C url(../images/front/bg-footer1.png) no-repeat right bottom;
    background-size: cover;
    padding-top: 30px;
}

.footer-bot {
    border-top: 1px solid #62CE6F;
    padding: 15px 0;
    display: flex;
}

.footer-bot p {
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #fff;
}

.footer-bot p a {
    color: #fff;
}

.footer-bot p span:first-child {
    margin-right: 50px;
}

.footer-bot span .tm-us {
    display: inline-block;
    width: 17px;
    height: 19px;
    background-position: -183px -134px;
    margin-right: 20px;
    vertical-align: sub;
}

.footer-bot span .tm-vs {
    display: inline-block;
    width: 26px;
    height: 17px;
    background-position: -182px -158px;
    margin-right: 20px;
    vertical-align: sub;
}

.footer-top {
    padding: 15px 0 20px;
}

.footer-top .col-sm-6 {
    margin-bottom: 20px;
}

.footer-top h3 {
    font: 700 18px/22px 'Be Vietnam Pro', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-top ul li {
    margin-bottom: 10px;
}

.footer-top ul li a {
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #fff;
}

.ft-gt p {
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #fff;
    margin-bottom: 15px;
}

.ft-gt p a {
    color: #fff;
}

.ft-gt ul.tm-social {
    overflow: hidden;
    margin: 0 -10px;
}

.ft-gt ul.tm-social li {
    float: left;
    padding: 0 10px;
}

.ft-gt ul.tm-social li a {
    display: block;
    text-indent: -9999px;
    width: 19px;
    height: 19px;
}

.ft-gt ul.tm-social li a.tm-f {
    background-position: -37px -134px;
}

.ft-gt ul.tm-social li a.tm-t {
    background-position: -66px -134px;
}

.ft-gt ul.tm-social li a.tm-s {
    background-position: -95px -134px;
}

.ft-gt ul.tm-social li a.tm-g {
    background-position: -124px -134px;
}

.ft-gt ul.tm-social li a.tm-y {
    background-position: -153px -134px;
}

.ft-gt ul.tm-social li a.tm-f:hover {
    background-position: -37px -156px;
}

.ft-gt ul.tm-social li a.tm-t:hover {
    background-position: -66px -156px;
}

.ft-gt ul.tm-social li a.tm-s:hover {
    background-position: -95px -156px;
}

.ft-gt ul.tm-social li a.tm-g:hover {
    background-position: -124px -156px;
}

.ft-gt ul.tm-social li a.tm-y:hover {
    background-position: -153px -156px;
}

.ft-if {
    padding-left: 90px;
}

.ft-if p {
    font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
    color: #fff;
}

.ft-if p span {
    position: relative;
    padding-left: 30px;
    display: block;
    margin-bottom: 5px;
}

.ft-if p span .tm-ic {
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    height: 15px;
}

.ft-if p span .tm-a {
    background-position: -37px -182px;
    width: 10px;
}

.ft-if p span .tm-p {
    background-position: -57px -182px;
    width: 14px;
    top: 0;
}

.ft-if p span .tm-m {
    background-position: -81px -182px;
    width: 16px;
}


ul.lst-ft li {
    padding-left: 9px
}

ul.lst-ft li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background: #fff;
    vertical-align: top;
    margin-top: 5px;
    position: relative;
    left: -6px;
    transition: all .4s ease;
}

ul.lst-ft li:hover:before {
    transform: rotate(180deg);
    border-radius: 50%
}


.ft-dv {
    padding-left: 40px;
}

.ft-sp {
    padding-left: 100px;
}

#footer a:hover {
    color: #fff;
}

/*==========================================================================*/
a.tm-mobile {
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -12px;
    left: 0;
    width: 30px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    display: none;
}

a.tm-mobile::before,
a.tm-mobile::after,
a.tm-mobile span {
    background: #fff;
}

a.tm-mobile::before,
a.tm-mobile::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

a.tm-mobile span {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 2px;
    text-indent: 200%;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    top: 12px;
}

a.tm-mobile::before {
    -webkit-transform: translate3d(0, -10px, 0) scale3d(0.8, 1, 1);
    transform: translate3d(0, -10px, 0) scale3d(0.8, 1, 1);
}

a.tm-mobile::after {
    -webkit-transform: translate3d(0, 10px, 0) scale3d(0.8, 1, 1);
    transform: translate3d(0, 10px, 0) scale3d(0.8, 1, 1);
}

ul.lst-rent .detail img {
    width: 100%;
    border-radius: 5px;
}

.block-table thead.cf * {
    background: #00b43e;
}

.tm-booking .ip-form p {
    display: flex;
    align-items: center;
}

.tm-booking .ip-form span.wpcf7-form-control-wrap {
    width: calc(100% - 80px);
}

.tm-booking .ip-form label span.wpcf7-form-control-wrap {
    width: 100%;
}

@-moz-document url-prefix() {}

@media (max-width: 1190px) {
    ul.menu li a {
        padding: 15px 5px;
        font-size: 13px;
    }

    .tm-search {
        margin: 19px 35px;
        width: calc(100% - 620px);
    }

    .ft-sp,
    .ft-dv,
    .ft-if {
        padding: 0;
    }

    .footer-bot p span:first-child {
        margin-right: 20px;
    }

    .content-top .content-lf,
    .content-top .content-rg {
        width: 100%;
        float: none;
    }

    .tm-booking ul {
        margin: 0 -15px;
    }

    .tm-booking ul li {
        width: 25%;
        float: left;
        padding: 0 15px;
    }

    .tm-booking ul li:last-child {
        width: 100%;
    }


    .block-table .table th:first-child {
        width: auto;
    }

    .block-table .table {
        display: block;
        position: relative;
        width: 100%;
        text-align: left;
    }

    .block-table .table thead {
        display: block;
        float: left;
        width: 180px;
    }

    .block-table .table tbody {
        display: -webkit-box;
        overflow-x: auto;
        border-top: 1px solid #dbd8d8;
        border-right: 1px solid #dbd8d8;
    }

    .block-table .table th,
    .block-table .table tr,
    .block-table .table td {
        display: block;
    }

    .block-table .table th {
        border-bottom: 0;
        border-left: none;
    }

    .block-table .table td {
        overflow: hidden;
        border-top: none;
        padding: 11px 15px;
        border-right: none;
        text-align: center;
    }

    .block-table .table th {
        border-bottom: 1px solid #dbd8d8;
        border-right: none;
        text-align: left;
        padding: 11px 10px;
    }

    .block-table .table tr:first-child td {
        border-left: none;
    }

    .block-table .table .tm-time {
        width: auto;
    }

    .block-table .table span {
        display: inline-block;
    }

    ul.menu>li:nth-child(5)>a {
        padding: 15px 13px;
    }

    .add-hot strong {
        display: block;
    }
}

@media (max-width: 990px) {
    #header .container {
        position: relative;
    }

    .tm-search {
        margin: 0;
        width: 320px;
        position: absolute;
        bottom: -66px;
        right: 15px;
        z-index: 100;
    }

    .tm-menu ul.menu {
        display: none;
    }

    .tm-menu {
        height: 50px;
    }

    a.tm-mobile {
        display: block;
    }

    .mm-navbar {
        border-color: #00C343
    }

    #menu-mobile ul.mcd-menu li {
        float: none;
        padding: 0;
    }

    #menu-mobile ul.mcd-menu li a {
        padding: 10px 15px;
        font: 400 14px/20px 'Be Vietnam Pro', sans-serif;
        text-transform: uppercase;
    }

    .mm-menu {
        background: #00B43E;
    }

    #menu-mobile a.mm-title {
        font: 500 14px/20px 'Be Vietnam Pro', sans-serif;
        color: #fff;
        text-transform: uppercase;
    }

    .mm-listview>li:not(.mm-divider):after {
        left: 0;
    }

    .mm-listview>li,
    .mm-listview>li .mm-next,
    .mm-listview>li .mm-next:before,
    .mm-listview>li:after {
        border-color: #00C343;
    }

    .mmmenu .mm-listview>li.mm-selected>a:not(.mm-next),
    .mm-menu .mm-listview>li.mm-selected>span {
        background: #ffc000;
    }

    .mmmenu .mm-listview>li .mm-arrow:after,
    .mm-menu .mm-listview>li .mm-next:after {
        border-color: #fff;
    }

    .mm-menu .mm-listview>li a:not(.mm-next) {
        color: #fff;
    }

    .mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
    .mm-menu .mm-listview>li.mm-selected>span {
        background: rgba(49, 12, 12, 0.5) !important;

    }

    .footer-bot p {
        width: 100%;
        text-align: center;
    }

    .tm-booking ul li {
        width: 50%;
    }

    .content-lf,
    .content-rg {
        width: 100%;
        float: none;
    }

    ul.lst-nw li:last-child,
    .mg-bot,
    .content-lf .mg-bot {
        margin-bottom: 30px;
    }

    ul.lst-nw {
        padding: 22px 10px 0;
    }

    ul.lst-nw:after,
    .tm-rent-related ul:after,
    .tm-rent-car ul:after {
        content: '';
        display: block;
        width: 100%;
        clear: both;
    }

    ul.lst-nw,
    .tm-rent-related ul,
    .tm-rent-car ul {
        margin: 0 -10px;
    }

    ul.lst-nw li,
    .tm-rent-related ul li,
    .tm-rent-car ul li {
        float: left;
        width: 50%;
        padding: 0 10px;
    }
}

@media (max-width: 750px) {
    .footer-top .col-md-2 {
        clear: both;
    }

    .slider h3 {
        font-size: 15px;
        line-height: 20px;
        padding: 15px 0;
    }

    .slider .bx-wrapper .bx-pager {
        bottom: 10px;
    }

    .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    .tm-intro-sl {
        padding: 10px;
        text-align: justify;
    }

    .content-top {
        padding: 15px 0;
    }

    .content-rg {
        margin-bottom: 0;
        margin-top: 0;
    }

    .content-lf {
        margin-bottom: 15px !important;
    }

    .tm-banner.mg-bot.text-center img {
        width: 100%;
    }

    .content-related img {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .footer-top {
        padding: 25px 0 0;
    }

    .tm-rent-bk {
        width: calc(100% + 1px);
    }
}

@media (max-width: 630px) {
    .contact-top {
        display: none;
    }

    ul.lst-rent h3 {
        height: 40px;
        overflow: hidden;
    }

    .block-table .table thead {
        width: 130px;
    }

    .block-table .table .tuyen-duong {
        height: 60px;
    }
}

@media (max-width: 500px) {

    .tm-booking ul li,
    ul.lst-nw li,
    .footer-top .col-sm-6 {
        width: 100%;
    }

    ul.lst-rent h3 {
        height: auto;
    }
}

@media (max-width: 420px) {
    .slider h3 {
        display: none;
    }

    .tm-search {
        width: calc(100% - 100px);
    }

    .footer-bot p span {
        display: block;
        margin: 5px 0 0;
    }

    .tm-rent-related ul li,
    .tm-rent-car ul li {
        width: 100%;
    }

    .tm-title h2 {
        font-size: 20px;
        line-height: 24px;
    }
}