/* CSS Document */
body {
    padding-top: 40px;
    font-family: Tahoma;
    font-size: 12px;
    color: #2D2D2D;
}

.color-white {
    color: #fff;
}

li, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.travel-login {
    border-radius: 20px;
    background: url("../images/travel-login-icon.png") left 10px top 10px;
    background-repeat: no-repeat;
    background-color: #397209;
    margin-top: 5px;
    font-size: 13px;
    padding: 5px 5px 5px 30px;
    font-weight: bold;
}

.urgent-contact {
    background: url("../images/hotline.png") 10px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-color: #397209;
    margin-top: 5px;
    font-size: 13px;
    padding: 5px 5px 5px 30px;
    color: #fff;
    font-weight: bold;
}

.urgent-skype {
    background: url("../images/skype.png") 10px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-color: #397209;
    margin-top: 5px;
    font-size: 13px;
    padding: 5px 5px 5px 30px;
    color: #fff;
    font-weight: bold;
}

.customized-trip {
    background: url("../images/travel-login-icon.png") 10px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-color: #FA5C03;
    margin-top: 5px;
    font-size: 13px;
    padding: 5px 5px 5px 30px;
    color: #fff;
    font-weight: bold;
}

.feedback-icon {
    background: url("../images/feedback.png") 10px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-color: #397209;
    margin-top: 5px;
    font-size: 13px;
    padding: 5px 5px 5px 30px;
    color: #fff;
    font-weight: bold;
}

.span2-ex {
    margin-left: 5px !important;
}

.language {
    text-align: right;
    padding-right: 10px;
    margin-top: 8px;
}

    .language li {
        list-style: none;
        display: inline-block;
        margin-left: 10px;
    }

        .language li a {
            color: black;
            font-weight: bold;
            font-size: 12px;
        }

            .language li a:hover {
                color: #71AC3A;
            }

.tab {
    margin-bottom: 10px;
    position: relative;
    padding-top: 1px;
}

    .tab .title-tab ul {
        margin: 0;
        padding: 0;
        padding: 0px 10px;
        position: absolute;
        top: 0;
    }

        .tab .title-tab ul li {
            background: url("../images/bg-title-tab.gif") repeat-x;
            border: 1px solid #e1e1e1;
            border-bottom: none;
            border-radius: 5px 5px 0px 0px;
            padding: 6px 15px;
            float: left;
            margin-right: 5px;
            color: #5d5d5d;
            font-size: 14px;
            cursor: pointer;
        }

            .tab .title-tab ul li.active {
                background: url("../images/bg-title-tab-actice.gif") repeat-x;
                color: #4d7a2a;
                height: 21px;
            }

    .tab .content-tab {
        background: url("../images/bg-content-tab.gif") repeat-x bottom #fff;
        border: 1px solid #e1e1e1;
        min-height: 35px;
        border-radius: 5px;
        padding: 6px 13px;
        margin-top: 30px;
        padding-top: 25px;
    }

        .tab .content-tab * {
            /*margin-top: 3px;*/
        }

.button {
    padding: 2px 5px;
    height: 30px;
    border-radius: 2px;
    cursor: pointer;
    background: url("../images/bg-button.png") repeat-x;
    border: none;
    color: #fff;
}

.offer-0 {
    margin: 0 !important;
}

.offer-1 {
    margin-left: 10px !important;
}

.offer-2 {
    margin-left: 20px !important;
}

.offer-3 {
    margin-left: 30px !important;
}

.offer-4 {
    margin-left: 15px !important;
}

.offer-5 {
    margin-left: 28px !important;
}

.padding {
    overflow: hidden;
    text-align: justify;
    margin: 10px 0;
}

    .padding p {
        overflow: hidden;
        text-align: justify;
    }

    .padding .p-about {
        padding-left: 50px;
        background: url("../images/bg-quotes.png");
        background-repeat: no-repeat;
        max-height: 120px;
        overflow: hidden;
        text-align: justify;
        margin-top: 50px;
    }

    .padding h3 {
        color: #67714e;
        text-transform: uppercase;
        margin: 0;
        font-size: 14px;
        line-height: 19px;
    }

    .padding a.readmore {
        float: right;
        /*text-transform: uppercase;*/
        color: #67714e;
        font-weight: bold;
    }

.hot {
    background: url("../images/bg-hot.png") 0px;
    background-repeat: no-repeat;
    padding-left: 50px;
    line-height: 40px;
    font-size: 20px;
    color: #67714e;
}

.sale {
    background: url("../images/bg-sale.png") 0px;
    background-repeat: no-repeat;
    padding-left: 50px;
    line-height: 40px;
    margin-top: 0;
    font-size: 20px;
    color: #67714e;
}

.box-title {
    color: white;
    font-size: 14px;
}

.hidden-phone {
    padding: 40px 0px 60px 0px;
    background: url("../images/bg-footer.png") no-repeat, url("../images/bg-header-footer.png");
}

    .hidden-phone ul {
        width: 242px;
        line-height: 18px;
    }

        .hidden-phone ul li a {
            color: #f5f4f4;
        }

            .hidden-phone ul li a:hover {
                text-decoration: underline;
            }

.home-box {
    background: #F7F6FB;
    border-radius: 5px;
    box-shadow: inset 0 0 4px #999;
    position: relative;
    overflow: hidden;
    padding: 15px;
}

.home-box-1 {
    background: #F7F6FB;
    border-radius: 5px;
    box-shadow: inset 0 0 1px #999;
    position: relative;
    overflow: hidden;
    padding: 0 10px 10px 10px;
}

.span17-ex {
    margin: 0 !important;
    padding: 0 15px;
}

.span17-ex-1 {
    margin: 0 20px 0 0 !important;
    padding: 5px 5px;
    box-shadow: inset 0 0 1px #999;
}

.span9-ex {
    padding: 5px 10px;
}

.boxleft .title-box-colleft {
    font-size: 14px;
    border-bottom: 1px solid #72b041;
    color: #4e8621;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.boxleft {
}

    .boxleft ul {
        color: #72b041;
        margin: 5px 0px;
    }

        .boxleft ul li {
            /*list-style: square;
            list-style-position: inside;*/
            padding: 3px 0px;
        }

            .boxleft ul li a {
                display: block;
                padding: 3px 0px 10px 10px;
                color: #333;
                border-bottom: 1px dashed #ccc;
                background: url("/content/themes/lanatour/images/bg-ol-li.png") no-repeat left top 15px;
            }

                .boxleft ul li a:hover {
                    color: #72b041;
                }

            .boxleft ul li:last-child a {
                border: none;
                padding-bottom: 0px;
            }

.main-right {
    margin-bottom: 20px;
}

.des-cat {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    /*padding: 0 10px;*/
}

    .des-cat h1 {
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .des-cat p {
        line-height: 17px;
        margin-bottom: 10px;
    }

.last-child {
    margin: 0 !important;
}

.last-child-1 {
    margin: 0 0 22px 0 !important;
}

.item {
    /*height: 150px;*/
    position: relative;
    margin-bottom: 22px !important;
}

    /*.item img {
        padding: 5px;
        border: 1px solid #ccc;
        float: left;
        margin-right: 10px;
        background: #fff;
    }*/

    .item h3 {
        font-size: 13px;
        position: absolute;
        background: rgba(255, 255, 255, 0.69);
        margin: 0 0 10px 0 !important;
        /*width: 100%;*/
        text-align: center;
        color: #fff;
        /*padding: 5px 0px;*/
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        line-height: 30px;
    }

    .item:hover h3 {
        bottom: -6px;
    }

    .item h3 a {
        color: #000;
    }

.title1 {
}

.box-article {
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.zoom-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #fff;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .zoom-container img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: all .5s ease; /* Safari and Chrome */
        -moz-transition: all .5s ease; /* Firefox */
        -ms-transition: all .5s ease; /* IE 9 */
        -o-transition: all .5s ease; /* Opera */
        transition: all .5s ease;
    }

    .zoom-container:hover img {
        -webkit-transform: scale(1.25); /* Safari and Chrome */
        -moz-transform: scale(1.25); /* Firefox */
        -ms-transform: scale(1.25); /* IE 9 */
        -o-transform: scale(1.25); /* Opera */
        transform: scale(1.25);
    }

.input-group {
    margin-bottom: 10px !important;
}

.form-control {
    display: block;
    width: 82%;
    /* height: 34px; */
    /* padding: 6px 12px; */
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 0 4px 4px 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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;
    margin-left: -7px !important;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #777;
    }

    .form-control::-webkit-input-placeholder {
        color: #777;
    }

.fa {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.text-danger {
    /*color: #a94442;*/
    color: red;
}

.number_faq {
    display: inline-block;
    margin-right: 5px;
}

.conttent_faq {
    display: inline;
}

.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 5px 12px 7px 12px;
    text-align: center;
}

    .input-group-addon.input-sm {
        border-radius: 3px;
        font-size: 12px;
        padding: 5px 10px;
    }

    .input-group-addon.input-lg {
        border-radius: 6px;
        font-size: 18px;
        padding: 10px 16px;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

.container-fluid {
    padding-right: 15px;
    padding-left: 0;
    margin-right: auto;
    margin-left: 0;
}

.text-area {
    margin: 0 0 0 -7px !important;
    float: left;
}

.input-group-addon-ex {
    float: left;
    padding: 47px 15px;
}

.product-info-tab {
    margin-bottom: 20px;
}

    .product-info-tab li {
    }

        .product-info-tab li a {
            border: 1px solid #e1e1e1;
            color: #000 !important;
            padding: 7px;
            margin: 0 3px;
            font-size: 1.2em;
            color: #fff;
        }

.box-margin-bottom {
    margin-bottom: 17px;
}

.day {
    margin-bottom: 10px;
    font-weight: bold;
}

    .day span {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        padding: 2px 5px;
        font-weight: bold;
        margin-right: 12px;
        color: #777;
        font-size: 11px;
        border: 1px solid #ddd;
    }

    .day a {
        color: #0057F2;
    }
/* 
Generic Styling, for Desktops/Laptops 
*/
table {
    width: 100%;
    border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
    /*background: #eee;*/
}

th {
    background: #EEEEEE;
    color: black;
    font-weight: bold;
}

td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
    width: 50%;
}

    td textarea {
        /* Behave  like a "row" */
        width: 95%;
        border: none;
    }


[id*=dialog-] {
    display: none;
}

.input-form-trip {
    margin: 0 5px 5px 0 !important;
}

#scroll-top {
    bottom: 27px;
    right: 20px;
    position: fixed;
    z-index: 2000;
    cursor: pointer;
    opacity: 0;
}

.entry {
}

    .entry p {
        margin: 0;
    }

    .entry .article-title {
        color: #333;
        font-size: 20px;
        margin: 0 0px 8px 0;
    }

    .entry .decription {
        color: #333;
        font-weight: bold;
        margin: 10px 0;
    }

    .entry ul li {
        list-style: disc;
    }

.box-tour {
    padding: 15px 0 10px 0;
    margin-bottom: 15px;
}

    .box-tour .img {
        padding: 5px;
        border: 1px solid #ccc;
        float: left;
        margin-right: 10px;
        background: #fff;
    }

.home-box .box-tour:nth-child(2n+2) {
    background: rgba(244, 255, 199, 1);
}

.code {
    margin: 0;
    padding: 0;
    color: #969696;
    font-size: 11px;
}

    .code span {
        font-weight: bold;
        color: #db1717;
    }

.margin-top {
    margin-top: 30px !important;
}

.news-item-body li, ol {
    list-style-type: disc !important;
}

.feedback {
    padding: 10px 0px;
    overflow: hidden;
    position: relative;
    background: url(../images/bgr-linever.gif) repeat-y 75px 0;
}

.feeback-boder {
    border: 1px solid #ccdaef;
    padding: 6px 14px;
}

.feedback .underline {
    color: #5885d6;
    font-size: 11px;
    float: left;
}

.color-one {
    color: #888;
}

.more {
    color: #E93B0B;
    text-decoration: underline;
    clear: left;
    float: right;
    margin-top: 5px;
}

.dot {
    position: relative;
    float: left;
    margin-left: -35px;
    margin-top: 28px;
    width: 4px;
    height: 4px;
    background: #fff;
    border: 2px solid #cfd9e9;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.arrow {
    position: relative;
    float: left;
    width: 12px;
    height: 22px;
    margin-left: -25px;
    margin-top: 21px;
    background: url(../images/arrow-tes.gif) no-repeat 0 0;
}

.years {
    position: relative;
    font-size: 23px;
    display: inline;
    float: left;
    background: #fff;
    top: 10px;
    left: 168px;
    z-index: 10;
    padding: 5px 6px;
}

    .years a {
        position: relative;
        color: #c5cfe8;
        font-size: 30px;
    }

        .years a:hover {
            color: #E93B0B;
        }

.line-hoz {
    height: 3px;
    background: #e4e9f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    clear: both;
    font: 1px/1px Arial, Helvetica, sans-serif;
    margin: 5px 0 10px;
}

.con-tes {
    border: 1px solid #e0e0e0;
    padding: 1em;
    background: #f5f5f5 url(../images/temp.png) no-repeat 110% 3%;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 20px #eee;
    -webkit-box-shadow: inset 0 0 20px #eee;
    box-shadow: inset 0 0 20px #eee;
    margin-top: 3em;
}

.width-50per h5 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1em;
    color: #444;
    margin-right: 3.5em;
    line-height: 20px;
}

.bgr-li {
    background: url('../images/promotion-fr.gif') no-repeat top 0 right -15px
}
