/**

 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
@font-face {
    font-family: '28 Days Later';
    src: url('../fonts/28-Days-Later.eot');
    src: url('../fonts/28-Days-Later.eot?#iefix') format('embedded-opentype'),
         url('../fonts/28-Days-Later.woff2') format('woff2'),
         url('../fonts/28-Days-Later.woff') format('woff'),
         url('../fonts/28-Days-Later.ttf')  format('truetype'),
         url('../fonts/28-Days-Later.svg#28 Days Later') format('svg');
}
body,html{  
    font-family: 'Catamaran',Arial,sans-serif;   
    font-weight: normal;
    color: black;   
    position: relative;
    padding: 0;
    margin: 0;    
    font-size: 24px;
    line-height: 30px;
    background: url("../images/bg.jpg") no-repeat;
    background-size: cover;
    font-weight: 500;    
    
}
body.fancybox-enabled{ overflow: hidden;   }

strong,b{font-weight: 600;color: #207a23;}

button{outline: none;border: 0;cursor: pointer;box-shadow: none;text-shadow: none;}
button:focus{outline: none}
input{outline: none;box-shadow: none;text-shadow: none;border-radius: 0;}

ul, li{ margin:0; list-style:none; padding:0;}

dt{margin: 0 0 5px 0;}

dl,dd{margin: 0 0 5px 0;}

a,a:visited,a:focus{
	color:#f7a01b;
	text-decoration:none;
    outline: none!important;
    background: none;
}

a:hover{
    color:#b1aa02;
    text-decoration: none;
    background: none
}

p{ margin: 0 0 5px 0;padding: 0;}

img{border: 0;}

table{border-collapse: collapse;}

table th{font-weight: normal;}

table td{    
    padding: 5px 15px;
    vertical-align: middle;
}

h1,h2,h3,h4,h5{ padding: 0;margin: 0 0 5px 0; font-weight: 600; color: #f7a01b;}

h2{    
    font-size: 25px;
}

h3{    
    font-size: 22px;
}

h4{    
    font-size: 18px;
}

.row-separator,
.clearboth,
.clear{
    clear: both;
}

.mask.mb{display: none;}

input.button{cursor: pointer;}

.horizontal-separator{ margin-top: 0!important;}

.align-left{text-align: left!important;}

#system-message-container{
    margin: 0;
    background: #227923;
    color: white;
}

    #system-message-container .alert{
        box-shadow:none;
        text-align: center;
    }

        #system-message-container .alert-info,
        #system-message-container .alert-success{
            background-color: #227923;
            border: 0;
            color: #fff;
            border-radius: 0;
        }

        #system-message-container .close{
            font-size: 40px;
            line-height: 13px;
        }

    #system-message-container .close{
        color: white;
        opacity: 1;
    }

    #system-message > dd > ul {
        background-color: #E45E25!important;
        color: white;
        border-bottom: 1px solid #5aa21c;
        border-top: 1px solid #5aa21c;
        background-position: 4px 5px;
        padding: 5px 10px;
    }

.tip-wrap {
    background: black;
    color: white;
    padding: 10px;
}

.container-fluid{
    padding: 0;
}

.container-padd{
    padding: 0 130px;
}

table{
    margin-top:10px;
    margin-bottom: 10px;
}

table p{margin: 0;}

.modal{display: block;position: relative;}

#main{
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 100%;   
    max-width: 1920px;  
    overflow: hidden;
} 
    #header{        
        margin-top: 0px;
        position: fixed;
        z-index: 9999;
        width: calc(100% - 260px);
        max-width: 1660px;
        background: rgba(0,0,0,0.7);
        left: auto;
        top: 0;      
    }    
        #logo{                              
            margin: 20px 0px 10px 70px; 
            text-align: center;     
            float: left;  
        }          
            #logo img{
                width: 250px;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;                               
            }             
        #header-right{
            float: right;
            margin: 20px 70px 0px 0;   
        }
            #social{
                margin: 0 0 25px 0;
                float: right;
            }
                #social ul{
                    height: auto;
                }
                #social a{
                    background: none;
                    padding: 0;
                    border-radius: 0;
                }
                #social h3{
                    text-align: left;
                    font-size: 20px;
                    color: #fff;
                    text-transform: uppercase;
                }
                #social img{
                    width: 42px;
                    height: 42px;
                    opacity: 0.8;
                    -webkit-transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    transition: all 0.5s ease;  
                }
                    #social img:hover{
                        opacity: 1
                    }
                #social-sub{
                    position: absolute;
                    top: 100px;
                    right: 70px;
                    background: #207a23;
                    padding: 10px;
                    z-index: 110;
                    display: none;                    
                }   
                    #social-sub li{
                        display: inline-block;
                    }
            .navbar-default{
                background: none;
                border: 0 none;
                box-shadow: none;
                padding: 0;
            }    
            .navbar{
                margin: 0;
                z-index: 100;
                min-height: inherit;
                border: 0;
            }                    
            .navbar-collapse{
                padding: 0; 
                border: 0 none;  
                visibility: visible; 
                display: block!important;
            }
            .navbar-header{
                display: none;
            }               
                #mainmenu{
                    margin: 0;
                }    
                #mainmenu .nav{
                    display: block;
                    text-align: center;
                }  
                    #mainmenu > ul > li:first-child{
                        padding-left: 0;
                        border-left: 0;
                        margin-left: 0;
                    }
                    #mainmenu > ul > li{                   
                        display: inline-block;
                        margin: 0 0 0 15px;
                        position: relative;
                        border-left: 1px solid #fff;
                        padding-left: 15px;
                    }    
                        #mainmenu > ul > li > a,
                        #mainmenu > ul > li > .separator{
                            text-transform: uppercase;
                            padding: 0px 0px;
                            display: block;
                            color: white;   
                            position: relative;    
                            font-size: 16px;
                            font-weight: 600; 
                            webkit-transition: color 0.3s ease-in-out;
                            -moz-transition: color 0.3s ease-in-out;
                            -o-transition: color 0.3s ease-in-out;
                            transition: color 0.3s ease-in-out; 
                            cursor: pointer;       
                            font-family: '28 Days Later';
                            font-size: 35px;
                            font-weight: normal;
                        }                           
                        #mainmenu > ul > li > a:hover,
                        #mainmenu > ul > li.active > a,
                        #mainmenu > ul > li > .separator:hover,
                        #mainmenu > ul > li.active > .separator{
                            color: #f7a01b;
                        }                     
                        #mainmenu > ul > li > ul{
                            position: absolute;
                            left: -10px;
                            top: 24px;
                            background: rgba(0,0,0,0.8);
                            font-size: 100%;
                            width: 150%;
                            padding: 5px 0;
                            display: none;
                            z-index: 20;
                        }  
                            #mainmenu > ul > li > ul > li > a,
                            #mainmenu > ul > li > ul > li > .separator{
                                color: #fff;
                                padding: 5px 10px;
                                display: block;
                                -webkit-transition: color 0.5s ease;
                                -moz-transition: color 0.5s ease;
                                -o-transition: color 0.5s ease;
                                transition: color 0.5s ease;  
                                font-weight: 500;   
                                text-align: left;
                                cursor: pointer;
                            }    
                                #mainmenu > ul > li > ul > li > a:hover,
                                #mainmenu > ul > li > ul > li.active > a,
                                #mainmenu > ul > li > ul > li > .separator:hover,
                                #mainmenu > ul > li > ul > li.active > .separator{
                                    color: #f7a01b;
                                }    
                                #mainmenu > ul > li > ul > li > ul{
                                    display: none;
                                }    
                                    #mainmenu > ul > li > ul > li >ul > li > a{
                                        color: #fff;
                                        padding: 5px 10px 5px 20px;
                                        display: block;
                                        -webkit-transition: color 0.5s ease;
                                        -moz-transition: color 0.5s ease;
                                        -o-transition: color 0.5s ease;
                                        transition: color 0.5s ease;  
                                        font-weight: 500;   
                                        text-align: left;
                                        cursor: pointer;
                                        font-size: 16px;
                                    }    
                                        #mainmenu > ul > li > ul > li >ul > li > a:hover,
                                        #mainmenu > ul > li > ul > li >ul > li.active > a{
                                            color: #f7a01b;
                                        }       
      
        #slideshow{
            margin: 0;            
        }       
            #slideshow .jslider-image{
                -webkit-filter: brightness(0.8706827309236948); /* Safari 6.0 - 9.0 */
                filter: brightness(0.8706827309236948);
            }             
            #slideshow .flex-direction-nav .flex-prev{
                background: url("../images/prev.png") 0 0 no-repeat;
                width: 80px;
                height: 80px;
            }
            #slideshow .flex-direction-nav .flex-next{
                background: url("../images/next.png") 0 0 no-repeat;
                width: 80px;
                height: 80px;
            }            
            #slideshow .slide-desc-box{
                z-index: 9;
                width: 50%;
                margin: 50px auto 0 auto;
            }
                #slideshow .slide-desc-box > div{
                    opacity: 1!important;
                    text-shadow: none!important;
                }                
                    #slideshow .slide-desc-box > div > div{
                        padding: 0;
                    }
                    #slideshow .slide-desc{
                        width: 100%!important;
                        max-width: none!important;             
                        margin: 0px auto;
                        text-align: center;
                        font-size: 70px!important;
                        font-family:inherit!important;
                        line-height: 80px!important;
                        color: white!important;
                        padding: 0;     
                        font-family: '28 Days Later'!important; 
                        font-weight: normal;          
                        text-transform: uppercase;  
                        letter-spacing: 3px;
                    }                   
                    #slideshow .slide-desc h4{
                        font-size: 70px;
                        color: #fff;
                        font-weight: 500;
                    }                    
                    .position-nav-bottom .slide-desc-box.Bottom{
                        bottom: 20px;
                    }
                    .flex-control-paging li a{
                        width: 20px;
                        height: 20px;
                        background-color: rgba(255,255,255,0)!important;
                        border: 1px solid white;
                        box-shadow: none;
                        -webkit-transition: background-color 0.3s linear;
                        -moz-transition: background-color 0.3s linear;
                        -o-transition: background-color 0.3s linear;
                        transition: background-color 0.3s linear;
                    }
                    .flex-control-paging li a.flex-active,
                    .flex-control-paging li a:hover{
                        background-color: #c5a154!important;
                        border: none;
                        border: 1px solid #c5a154;
                        box-shadow: none;
                    }
                    .flexslider.position-nav-bottom .flex-control-nav{
                        bottom: 25px;
                    } 
    #content{
        margin: 0;
        position: relative;
        padding-bottom: 30px;
    }  
        #tab{
            margin: 0;
            z-index: 2;
            position: relative;
        }
            #tab #tab-line{
                background: url("../images/tab-line.jpg") no-repeat;
                background-size: cover;
                width: 100%;
                height: 9px;
            }
            #tab .vetdo2{
                left: 400px;
                top: 50px;
            }
            #tab #tab-logo{
                position: absolute;
                top: -55px;
                right: 50px;
            }
            #tab #tab-trip{
                position: absolute;
                top: -130px;
                right: 90px;
            }
                #tab #tab-trip img{
                    opacity: 0.8;
                    -webkit-transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                }
                #tab #tab-trip img:hover{
                    opacity: 1;
                }
            #tab img{display: block;}
            #tab-l{
                float: left;
                background: url("../images/tab-left.png") no-repeat;
                width: 327px;
                height: 104px;
            }
            #tab-c{
                float: left;
                width: calc(100% - 797px);
                background: url("../images/tab-center.png") left center;
                height: 16px;
            }
                #tab-c img{
                    width: 100%;
                    height: 16px;
                }
            #tab-r{
                float: right;
                margin-right: -42px;
                background: url("../images/tab-right.png") no-repeat;
                width: 512px;
                height: 104px;
            }
        #tab-bg{
            background: url("../images/bg-content.jpg") repeat;   
            width: calc(100% - 80px);
            height: 100%;
            position: absolute;
            left: 50px;
            right: 0; 
            z-index: 1;
        }   
        #content-sub{
            z-index: 2;
        }
            #content-bgleft{
                background: url("../images/content-left.png") no-repeat;   
                width: 130px;
                height: 100%;
                position: absolute;
                left: -65px;
                right: 0; 
                z-index: 1;
            } 
                #content-bgleft.cover{
                    background: url("../images/content-left-s.png") no-repeat;
                }
                #content-bgright.cover{
                    background: url("../images/content-right-s.png") no-repeat; 
                }
            #content-bgright{
                background: url("../images/content-right.png") no-repeat;   
                width: 138px;
                height: 100%;
                position: absolute;
                right: -108px;
                z-index: 1;
            }
            #content-comp{
                position: relative;
                z-index: 1;
                padding: 0 50px 0 70px;
            }
                .modsing-page{
                    margin: 0;
                }
                    .modsing-page .item-image{
                        position: relative;
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center center;
                    }                                               
                        .modsing-page .item-image .mask{
                           position: absolute;
                           left: 0;
                           width: 100%;
                           height: 100%;
                        }                        
                    .modsing-page .articleBody{                        
                        padding: 30px 15px 20px 80px;
                        position: relative;
                    }
                        .modsing-page .articleBody .introtext{
                            position: relative;
                            text-align: center;
                        }
                            .modsing-page .articleBody .introtext .vetdo1{
                                right: 0;
                                top: 60px; 
                            }
                            .modsing-page .articleBody .introtext .vetdo9{                             
                                top: 113px; 
                                width: 100%;
                                height: 100px;
                                opacity: 0.1;
                                left: 0;  
                                background-size: cover;   
                                background-position: center;                                    
                            }
                            .modsing-page .articleBody .introtext img{
                                position: relative;
                            }
                        .modsing-page .articleBody:before{
                            background: url("../images/line-doc.png") left top repeat-y; 
                            content: '';
                            position: absolute;
                            height: calc(100% - 50px);
                            width: 5px;
                            left: 20px;
                            top: 30px;
                        }
                        .modsing-page .articleBody h1{
                             font-family: '28 Days Later'; 
                             font-weight: normal;    
                             color: #3b2e1e;
                             font-size: 50px; 
                             text-transform: uppercase;    
                             margin-bottom: 0px;
                             text-align: center;
                             background: url("../images/line-ngang.jpg") center bottom repeat-x;
                             display: inline-block;
                             padding-bottom: 40px;
                             position: relative;
                        }      
                            .modsing-page .articleBody h1 img{
                                position: relative;
                                top: -12px;
                            }
                            .modsing-page .articleBody h1:after{
                                background: url("../images/line-star.jpg") center bottom no-repeat;
                                content: '';
                                position: absolute;
                                bottom: 0;
                                width: 83px;
                                height: 34px;
                                left: calc(50% - 41px);
                            }
                        .modsing-page .articleBody h2{                            
                             text-transform: uppercase; 
                             color: #207a23; 
                             font-size: 30px;
                             letter-spacing: 2px;                           
                             font-family: '28 Days Later'; 
                             font-weight: normal;    
                             margin: 20px 0 20px 0;
                             position: relative;
                        }
                            .modsing-page .articleBody h2 .colon{
                                position: relative;
                                top: -4px;
                            }
                            .modsing-page .articleBody h2 .dash{
                                position: relative;
                                top: -7px;
                            }
                        .modsing-page .articleBody p{
                            text-align: justify;
                        }
                        .modsing-page .articleBody .readmore{
                             text-align: center;
                             margin-top: 30px;
                             position: relative;
                        }
                            .modsing-page .articleBody .readmore a{
                                position: relative;
                                display: inline-block;
                                padding: 0 50px;
                            }
                                .modsing-page .articleBody .readmore a:before{
                                    background: url("../images/btn-green-l.png") left top no-repeat;
                                    content: '';                                                            
                                    width: 30px;
                                    height: 71px;
                                    position: absolute;
                                    left: 0;
                                    top: 0;
                                    -webkit-transition: all 0.5s ease;
                                    -moz-transition: all 0.5s ease;
                                    -o-transition: all 0.5s ease;
                                    transition: all 0.5s ease;  
                                    z-index: 3;
                                } 
                                    .modsing-page .articleBody .readmore a:hover:before{
                                        background: url("../images/btn-brown-l.png") left top no-repeat;
                                    }
                                .modsing-page .articleBody .readmore a:after{
                                     background: url("../images/btn-green-r.png") right top no-repeat;
                                     content: '';
                                     position: absolute;
                                     width: 100%;                                     
                                     height: 71px;
                                     right: 0;
                                     bottom: 0;
                                     z-index: 1;
                                     padding-left: 21px;
                                     background-clip: content-box;
                                     -webkit-transition: all 0.5s ease;
                                     -moz-transition: all 0.5s ease;
                                     -o-transition: all 0.5s ease;
                                     transition: all 0.5s ease;  
                                }  
                                    .modsing-page .articleBody .readmore a:hover:after{
                                        background: url("../images/btn-brown-r.png") right top no-repeat;
                                        background-clip: content-box;
                                    }
                                .modsing-page .articleBody .readmore a span{
                                     position: relative;
                                     z-index: 2;
                                     text-transform: uppercase;
                                     font-size: 35px;
                                     line-height: 70px;
                                     white-space: nowrap;
                                     font-family: '28 Days Later';
                                     font-weight: normal;
                                     color: #fff;
                                     margin: 0;
                                     height: 71px;
                                }
                                
                 #mod-whyus{
                    margin: 50px 0 0 0;
                    padding: 0px 15px 0 15px;
                    position: relative;
                 }   
                    #mod-whyus .vetdo2{
                        left: 0;
                        top: -60px;
                    }
                    #mod-whyus .list .vetdo2{
                        left: 30px;
                    }
                    #mod-whyus .list .vetdo2.right{
                        left: auto;
                        right: 0;
                    }                       
                   
                    #mod-whyus .vetdo3{
                        left: calc(50% - 80px);
                        top: -60px;
                    }
                    #mod-whyus .vetdo4{
                        right: 50px;
                        top: -40px;
                    }
                    #mod-whyus .heading{
                        padding-right: 80px;
                    }   
                        #mod-whyus .heading:after{
                            background: url("../images/line-doc.png") left top repeat-y; 
                            content: '';
                            position: absolute;
                            height: 100%;
                            width: 5px;
                            right: 30px;
                            top: 0px;
                        }
                        #mod-whyus .heading h3{
                            position: relative;
                            display: inline-block;
                            padding: 0 50px;
                            margin-bottom: 20px;
                        }    
                            #mod-whyus .heading h3:before{
                                background: url("../images/btn-brown-l.png") left top no-repeat;
                                content: '';                                                            
                                width: 30px;
                                height: 71px;
                                position: absolute;
                                left: 0;
                                top: 0;
                                -webkit-transition: all 0.5s ease;
                                -moz-transition: all 0.5s ease;
                                -o-transition: all 0.5s ease;
                                transition: all 0.5s ease;  
                                z-index: 3;
                            } 
                            #mod-whyus .heading h3:after{
                                 background: url("../images/btn-brown-r.png") right top no-repeat;
                                 content: '';
                                 position: absolute;
                                 width: 100%;                                     
                                 height: 71px;
                                 right: 0;
                                 bottom: 0;
                                 z-index: 1;
                                 padding-left: 21px;
                                 background-clip: content-box;
                                 -webkit-transition: all 0.5s ease;
                                 -moz-transition: all 0.5s ease;
                                 -o-transition: all 0.5s ease;
                                 transition: all 0.5s ease;  
                            }  
                            #mod-whyus .heading h3 span{
                                 position: relative;
                                 z-index: 2;
                                 text-transform: uppercase;
                                 font-size: 35px;
                                 line-height: 70px;
                                 white-space: nowrap;
                                 font-family: '28 Days Later';
                                 font-weight: normal;
                                 color: #fff;
                                 margin: 0;
                                 height: 71px;
                            }  
                           
                        #mod-whyus .heading .des{
                            text-align: justify;   
                        }  
                        #mod-whyus .heading .readmore{
                            text-align: right;
                            margin-top: 10px;
                        }
                            #mod-whyus .heading .readmore a{
                                width: 120px;
                                height: 39px;
                                background: url("../images/more.jpg") no-repeat;
                                display: inline-block;
                                -webkit-transition: all 0.5s ease;
                                -moz-transition: all 0.5s ease;
                                -o-transition: all 0.5s ease;
                                transition: all 0.5s ease; 
                            }
                                #mod-whyus .heading .readmore a:hover{
                                    background: url("../images/more-hover.jpg") no-repeat;
                                }
                    #mod-whyus .list{
                        margin: 0;
                    }
                        #mod-whyus .list .introimg{
                            position: relative;
                        }
                            #mod-whyus .list .introimg .mask{
                                position: absolute;
                                left: 0;
                                top: 0;
                                width: 100%;
                                height: 100%;
                                z-index: 1;
                            }
                            #mod-whyus .list .introimg div{
                                padding: 5px;
                            }
                                #mod-whyus .list .introimg div img{
                                    width: 100%;
                                }
                        #mod-whyus .list .trans{
                            position: absolute;
                            left: 0;
                            bottom: 5px;
                            background: url("../images/trans-1.png") left top no-repeat;
                            padding: 50px 20px 20px 20px;
                            background-size: cover;
                            color: #fff;
                        }
                        #mod-whyus .list .trans.top{
                            top: 5px;
                            bottom: auto;
                            background: url("../images/trans-1-rotate.png") left top no-repeat;
                            background-size: cover;
                            padding: 20px 20px 50px 20px;
                        }
                            #mod-whyus .list .trans h4{
                                font-family: '28 Days Later'; 
                                font-weight: normal;    
                                font-size: 20px; 
                                line-height: 28px;
                                text-transform: uppercase;
                                color: #fff;
                            }
                            #mod-whyus .list .trans .cont{
                                font-size: 16px;
                                line-height: 20px;
                            }
                        .lSSlideOuter .lSPager.lSpg{
                            position: absolute;
                            width: 100%;
                        }
                            .lSSlideOuter .lSPager.lSpg > li{
                                margin-top: 20px;
                            }
                            .lSSlideOuter .lSPager.lSpg > li a{
                                background-color: #473728;
                            }
                            .lSSlideOuter .lSPager.lSpg > li:hover a, 
                            .lSSlideOuter .lSPager.lSpg > li.active a{
                                background-color: #207a23;
                            }
            #mod-listdes{
                margin: 50px 0 0 0;
                padding: 0px 15px 0 15px;
                position: relative;
                text-align: center;
            }     
                #mod-listdes .vetdo5{
                    top: -150px;
                }
                #mod-listdes .vetdo6{
                    right: 0;
                    left: auto;
                }
                #mod-listdes .heading h2{
                    font-family: '28 Days Later';
                    font-weight: normal;
                    font-size: 50px;
                    line-height: 70px;
                    color: #3b2e1e;
                    text-transform: uppercase;
                    margin: 0;
                }  
                #mod-listdes .heading .intro{
                    color: #207a23;
                    margin-top: 20px;
                    text-transform: uppercase;
                    font-family: '28 Days Later';
                    font-weight: normal;
                    font-size: 30px;
                    line-height: 36px
                }
                #mod-listdes .box-cont{                    
                    position: relative;
                    margin: 30px 0;
                    padding: 40px 0 50px 0;
                }
                    #mod-listdes .bg-box{
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        left: 0;
                        top: 0;
                    }
                    #mod-listdes  .box-cont .icon-hat{
                        background: url("../images/icon-hat.png") no-repeat;
                        width: 73px;
                        height: 67px;
                        position: absolute;
                        left: 10px;
                        top: 10px;
                        z-index: 10;
                    }
                    #mod-listdes  .box-cont .allcate{
                        position: relative;
                        z-index: 1;
                    }
                    #mod-listdes  .box-cont .col-top{
                        padding: 0px 0px 10px 70px;
                        text-align: left;
                    }
                        #mod-listdes  .box-cont .col-top h2{
                            font-family: '28 Days Later';
                            font-weight: normal;
                            font-size: 35px;
                            line-height: 70px;
                            color: #207a23;
                            text-transform: uppercase;
                            text-align: left;
                        }
                        #mod-listdes  .box-cont .col-top .intro{
                            font-weight: 600;
                        }
                    #mod-listdes  .box-cont .col-bot{
                        padding: 0px 0px 0px 70px;
                    }
                        #mod-listdes  .box-cont .col-bot .btnpage{
                            text-align: center;
                        }                            
                            #mod-listdes  .box-cont .col-bot .btnpage a:hover img{
                                opacity: 1;
                            }
                            #mod-listdes  .box-cont .col-bot .btnpage a img{
                                opacity: 0.8;
                            }
                        #mod-listdes  .box-cont .col-bot .box.box-right{
                            float: right;
                        }
                        #mod-listdes  .box-cont .col-bot .box{                            
                            width: calc(50% - 5px);
                            height: 310px;
                            float: left;
                            position: relative;
                            margin: 20px 0 0 0;                            
                        }            
                        #mod-listdes  .box-cont .col-bot .box.hidden{
                            display: none;
                        }
                            #mod-listdes  .box-cont .col-bot .box .mask{
                                position: absolute;
                                left: 0;
                                top: 0;
                                width: 100%;
                                height: 100%;
                            }
                            #mod-listdes  .box-cont .col-bot .box .box-img{                                
                                height: 100%;
                                width: 100%;
                                padding: 20px;                                                          
                            }                               
                                #mod-listdes  .box-cont .col-bot .box .box-img a{
                                    display: table;
                                    width: 100%;
                                    height: 100%;
                                    position: relative;                                   
                                    border-radius: 10px;                                    
                                    z-index: 2;
                                    overflow: hidden;
                                }                                    
                                    #mod-listdes  .box-cont .col-bot .box .box-img a .bg-img{
                                        background-clip: content-box;
                                        background-size: cover;
                                        background-position: center center;
                                        width: 100%;
                                        height: 100%;
                                        position: absolute;
                                        left: 0;
                                        top: 0;
                                        -webkit-transition: all 0.5s ease;
                                        -moz-transition: all 0.5s ease;
                                        -o-transition: all 0.5s ease;
                                        transition: all 0.5s ease; 
                                    }
                                        #mod-listdes .box-cont .col-bot .box .box-img a.selected .bg-img,
                                        #mod-listdes .box-cont .col-bot .box .box-img a:hover .bg-img{
                                            -webkit-transform: scale(1.2); /* WebKit */
                                            -moz-transform: scale(1.2); /* Mozilla */
                                            -o-transform: scale(1.2); /* Opera */
                                            -ms-transform: scale(1.2); /* Internet Explorer */
                                            transform: scale(1.2); /* CSS3 */
                                        }
                                    #mod-listdes  .box-cont .col-bot .box .box-img .trans{                                                                         
                                        padding: 15px 10px 10px 10px;
                                        width: calc(100% - 15px);
                                        display: block;
                                        color: #fff;                                                                  
                                        display: inline-block;
                                        -webkit-transition: all 0.5s ease;
                                        -moz-transition: all 0.5s ease;
                                        -o-transition: all 0.5s ease;
                                        transition: all 0.5s ease; 
                                        z-index: 2;
                                        line-height: 25px; 
                                        position: absolute;
                                        top:5px;
                                        left: 7px;
                                        display: table;
                                        min-height: 50px;
                                    }
                                        #mod-listdes  .box-cont .col-bot .box .box-img .trans span{
                                            position: relative;
                                            text-transform: uppercase;  
                                            font-family: '28 Days Later';
                                            font-weight: normal;
                                            z-index: 11;
                                            display: table-cell;
                                            vertical-align: middle;
                                        }
                                        #mod-listdes  .box-cont .col-bot .box .box-img .trans span strong{                                        
                                            display: block;
                                            font-size: 0;  
                                            line-height: 0;                                          
                                        }
                                    #mod-listdes  .box-cont .col-bot .box .box-img .trans:before{
                                        background: url("../images/btn-black-l.png") left top no-repeat;
                                        content: '';                                                            
                                        width: 21px;
                                        height: 100%;
                                        position: absolute;
                                        left: 0;
                                        top: 0;
                                        -webkit-transition: all 0.5s ease;
                                        -moz-transition: all 0.5s ease;
                                        -o-transition: all 0.5s ease;
                                        transition: all 0.5s ease;  
                                        z-index: 3;
                                        opacity: 0.9;
                                        background-size: cover;
                                    }
                                        #mod-listdes  .box-cont .col-bot .box .box-img a:hover .trans:before,
                                        #mod-listdes  .box-cont .col-bot .box .box-img a.selected .trans:before{
                                            background: url("../images/btn-green-l-small.png") left top no-repeat;
                                            background-size: cover;
                                        }
                                    #mod-listdes  .box-cont .col-bot .box .box-img .trans:after{
                                         background: url("../images/btn-black-r.png") right top no-repeat;
                                         background-size: cover;
                                         content: '';
                                         position: absolute;
                                         width: 100%;                                     
                                         height: 100%;
                                         right: 0;
                                         bottom: 0;
                                         z-index: 1;
                                         opacity: 0.9;
                                         padding-left: 21px;
                                         background-clip: content-box;
                                         -webkit-transition: all 0.5s ease;
                                         -moz-transition: all 0.5s ease;
                                         -o-transition: all 0.5s ease;
                                         transition: all 0.5s ease;  
                                    }
                                        #mod-listdes  .box-cont .col-bot .box .box-img a:hover .trans:after,
                                        #mod-listdes  .box-cont .col-bot .box .box-img a.selected .trans:after{
                                            background: url("../images/btn-green-r-small.png") right top no-repeat;
                                            background-clip: content-box;
                                            background-size: cover;
                                        }
                     #mod-listdes .allslide{
                        padding-top: 20px;
                        padding-right: 80px;                        
                     } 
                         #mod-listdes .allslide .allslide-sub{
                            position: relative;
                            width: 100%;
                            height: 100%;
                         }
                         #mod-listdes .content-slider{
                            opacity: 0;
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            left: 0;
                            -webkit-transition: all 0.5s ease;
                            -moz-transition: all 0.5s ease;
                            -o-transition: all 0.5s ease;
                            transition: all 0.5s ease;  
                         }
                         #mod-listdes .content-slider.active{
                            opacity: 1;
                            z-index: 10;
                         }                            
                            #mod-listdes .content-slider .lSSlideOuter,
                            #mod-listdes .content-slider .lSSlideWrapper,
                            #mod-listdes .content-slider .lightSlider,
                            #mod-listdes .content-slider .tourslide{
                                height: 100%!important;
                            }
                                #mod-listdes .content-slider .tourslide .content-img{
                                    position: absolute;
                                    width: 100%;
                                    height: 100%;
                                    background-size: cover;
                                    background-position: top center;
                                } 
                                    #mod-listdes .content-slider .tourslide .content-img .trans{                                        
                                        max-width: calc(100% - 160px);
                                        position: relative;                                        
                                        margin-top: 30px;
                                        display: inline-block;
                                    }
                                        #mod-listdes .content-slider .tourslide .content-img .trans a{
                                            width: 100%;
                                            height: 100%;
                                            position: relative;
                                            padding: 20px 30px 15px 30px;                                            
                                        }                                                                               
                                            #mod-listdes .content-slider .tourslide .content-img .trans a .btn-black{
                                                position: absolute;
                                                left: 0;
                                                top: 0;
                                                width: 100%;
                                                height: 100%;
                                                z-index: 1;
                                            }
                                            #mod-listdes .content-slider .tourslide .content-img .trans a h4{
                                                font-size: 19px;
                                                line-height: 25px;
                                                margin-bottom: 0;   
                                                position: relative;  
                                                z-index: 2;
                                                text-align: center;
                                                margin-bottom: 5px;   
                                                color: #f7a01b;
                                                font-weight: 600;
                                                font-style: italic;
                                                text-transform: uppercase;
                                                -webkit-transition: all 0.5s ease;
                                                -moz-transition: all 0.5s ease;
                                                -o-transition: all 0.5s ease;
                                                transition: all 0.5s ease;         
                                            } 
                                            #mod-listdes .content-slider .tourslide .content-img .trans a h5{
                                                font-size: 19px;
                                                line-height: 25px;
                                                margin-bottom: 0;   
                                                position: relative;  
                                                z-index: 2;
                                                text-align: left;
                                                margin-bottom: 5px;   
                                                color: #fff;
                                                text-transform: uppercase;
                                                -webkit-transition: all 0.5s ease;
                                                -moz-transition: all 0.5s ease;
                                                -o-transition: all 0.5s ease;
                                                transition: all 0.5s ease;         
                                            }           
                                                #mod-listdes .content-slider .tourslide .content-img .trans a:hover h4,
                                                #mod-listdes .content-slider .tourslide .content-img .trans a:hover h5,
                                                #mod-listdes .content-slider .tourslide .content-img .trans a:hover .price{
                                                    color: #f7a01b;
                                                }
                                            #mod-listdes .content-slider .tourslide .content-img .trans a .price{
                                                text-transform: uppercase;
                                                position: relative;  
                                                z-index: 2;
                                                text-align: left;
                                                font-size: 19px;
                                                line-height: 25px;
                                                font-weight: 600;
                                                color: #fff; 
                                                -webkit-transition: all 0.5s ease;
                                                -moz-transition: all 0.5s ease;
                                                -o-transition: all 0.5s ease;
                                                transition: all 0.5s ease;  
                                            }
                                            #mod-listdes .content-slider .lSPager{
                                                bottom: 20px;
                                            }
                                                #mod-listdes .content-slider .lSSlideOuter .lSPager.lSpg > li{
                                                    margin-top: 0;
                                                }
                                                #mod-listdes .content-slider .lSSlideOuter .lSPager.lSpg > li a{
                                                    background-color: #fff;
                                                }
                                                    #mod-listdes .content-slider .lSSlideOuter .lSPager.lSpg > li:hover a, 
                                                    #mod-listdes .content-slider .lSSlideOuter .lSPager.lSpg > li.active a{
                                                        background-color: #f7a01b;
                                                    }
           #mod-reviews{
                margin: 60px 0 0 0;
                padding: 0 20px;
                position: relative;
           }          
                #mod-reviews .vetdo7{
                    left: 100px;
                    top: -20px;
                }
                #mod-reviews .vetdo8{
                    right: -15px;
                    top: -55px;
                }  
                #mod-reviews .heading{
                    margin: 0;
                    text-align: center;
                    position: relative;
                }
                    #mod-reviews .heading h3{
                        font-family: '28 Days Later';
                        font-weight: normal;
                        font-size: 50px;
                        line-height: 70px;
                        color: #3b2e1e;
                        text-transform: uppercase;
                        margin: 0;
                    }
                #mod-reviews .box{
                    margin-top: 40px;
                    background-size: cover;
                    background-position: center center;
                    position: relative;                
                }
                    #mod-reviews .box .lSSlideOuter{
                        padding: 80px 100px 20px 100px;
                    }
                        #mod-reviews .lSSlideOuter .lSPager.lSpg > li a{
                            height: 20px;
                            width: 20px;
                            border: 0;
                            background: none;
                            position: relative;
                            border-radius: 12px;
                            text-indent: -9999px;
                            opacity: 1;
                        }
                            #mod-reviews .lSSlideOuter .lSPager.lSpg{
                                position: relative;
                            }
                            #mod-reviews .lSSlideOuter .lSPager.lSpg > li a:before {
                                top: -1px;
                                left: -1px;
                                right: -1px;
                                bottom: -1px;
                                border: 2px solid #fff;
                                content: '';
                                position: absolute;
                                border-radius: 100%;
                            }
                            #mod-reviews .lSSlideOuter .lSPager.lSpg > li a:after {
                                position: absolute;
                                left: 4px;
                                top: 4px;
                                right: 4px;
                                bottom: 4px;
                                background: #fff;
                                content: '';
                                border-radius: 10px;
                                visibility: hidden;
                            }
                            #mod-reviews .lSSlideOuter .lSPager.lSpg > li.active a:after, 
                            #mod-reviews .lSSlideOuter .lSPager.lSpg > li a:hover:after {
                                visibility: visible;
                            }
                    #mod-reviews .box .trans{
                        background: rgba(0,0,0,0.6);
                        height: 100%;
                        position: absolute;
                        width: 100%;
                        top: 0;
                        z-index: 1;
                    }
                    #mod-reviews #review-slider{
                        z-index: 2;
                        position: relative;
                        color: #fff;
                    }
                        #mod-reviews #review-slider .introimg{                            
                            width: 150px;
                            position: absolute;
                            left: 0;
                            top: 0;
                            z-index: 1;
                        }
                            #mod-reviews #review-slider .introimg img{
                                width: 100%;
                                border-radius: 999px;
                            }      
                        #mod-reviews #review-slider .cont{                            
                            width: 100%;
                            text-align: center;
                            padding: 0 2px;
                        }  
                            #mod-reviews #review-slider .cont h5{
                                color: #fff;
                                position: relative;
                                padding-bottom: 30px;
                                border-bottom: 1px solid #e2e2e2;
                                margin-bottom: 30px;
                                text-transform: uppercase;
                                font-size: 24px;
                            }                
                                #mod-reviews #review-slider .cont h5:after { 
                                    -webkit-transform: translate(-50%, 0); 
                                    -ms-transform: translate(-50%, 0); 
                                    -o-transform: translate(-50%, 0); 
                                    transform: translate(-50%, 0); 
                                    width: 170px; 
                                    height: 8px; 
                                    background: #e2e2e2; 
                                    content: ''; 
                                    position: absolute; 
                                    left: 50%; 
                                    bottom: 0; 
                                }
                            #mod-reviews #review-slider .cont .intro{
                                width: 70%;
                                margin: 0 auto;
                                font-size: 20px;
                                text-align: justify;
                            }   
                  #mod-reviews .pager{
                    position: relative;
                    z-index: 2;
                    width: 100%;
                    text-align: center;
                    padding: 0 15px 30px 15px;
                  } 
                    #mod-reviews .pager a{
                        color: #fff;
                        border: 1px solid #fff;
                        padding: 5px 10px 5px 10px;
                        font-size: 20px;
                        line-height: 24px;
                        display: inline-block;
                        margin: 0 3px;
                    }
                        #mod-reviews .pager a:hover,
                        #mod-reviews .pager a.active{
                             background: #f7a01b;
                        }
                  #mod-reviews .bxtab{
                     visibility: hidden;
                     height: 1px;
                     opacity: 0;
                  }
                  #mod-reviews .bxtab.active{
                     visibility: visible;
                     height: auto;
                     opacity: 1;
                  }
    .content-category.makeus{
        margin: 0;
        padding: 0 100px;
    }
        .content-category.makeus .heading{
            text-align: center;
            margin-bottom: 40px;
        }
            .content-category.makeus .heading h1{
                font-family: '28 Days Later';
                font-weight: normal;
                font-size: 50px;
                line-height: 70px;
                color: #227923;
                text-transform: uppercase;
                margin: 0;
                display: inline-block;
                background: url("../images/line-ngang.jpg") center bottom repeat-x;
                padding-bottom: 40px;
                position: relative;
            }
                .content-category.makeus .heading h1:after{
                    background: url("../images/line-star.jpg") center bottom no-repeat;
                    content: '';
                    position: absolute;
                    bottom: 0;
                    width: 83px;
                    height: 34px;
                    left: calc(50% - 41px);
                }
            .content-category.makeus #makeus-slider{ 
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;           
                flex-direction: row;
                -webkit-flex-flow: row;
                height: 100%!important;
            }
                .content-category.makeus .mask{
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                }               
                .content-category.makeus .cont{
                    padding: 50px;
                    text-align: justify;
                    position: relative;
                }
                    .content-category.makeus .cont img{
                        width: auto;
                        max-width: 100%;
                        margin: 0 auto;
                        display: inline-block;
                    }
                    .content-category.makeus .cont p:first-child{
                        text-align: center;
                    }
                    .content-category.makeus .cont h2{
                        font-family: '28 Days Later';
                        font-weight: normal;
                        font-size: 24px;
                        line-height: 30px;
                        color: #3b2e1e;
                        text-transform: uppercase;
                        margin: 0;
                        text-align: center;
                        margin: 15px 0 30px 0;
                    }
            .content-category.makeus .line-ngang{
                position: relative;
                height: 130px;
            }
                .content-category.makeus .line-ngang .vetdo5{
                    width: 199px;
                    height: 215px;
                    left: -44px;
                    top: -50px;
                    z-index: 1;
                }
                .content-category.makeus .line-ngang .vetdo2{
                    right: -50px;
                }
                    .content-category.makeus .line-ngang .vetdo2.sub{
                        top: 50px;
                        right: -60px;
                    }
            .content-category.makeus #makeus-content{
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;           
                flex-direction: row;
                -webkit-flex-flow: row;
                height: 100%!important;
                margin: 0 -60px 30px -60px;
            }
                .content-category.makeus #makeus-content #makeus-l{
                    width: 50%;
                    position: relative;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                }
                .content-category.makeus #makeus-content #makeus-r{
                    width: 50%;
                    padding-left: 25px;
                }
                    .content-category.makeus #makeus-content #makeus-r h3{
                        position: relative;
                        display: inline-block;
                        padding: 0 30px;
                        margin-bottom: 20px;
                    }
                        .content-category.makeus #makeus-content #makeus-r h3:before{
                            background: url("../images/btn-green-l.png") left top no-repeat;
                            content: '';                                                            
                            width: 30px;
                            height: 71px;
                            position: absolute;
                            left: 0;
                            top: 0;
                            -webkit-transition: all 0.5s ease;
                            -moz-transition: all 0.5s ease;
                            -o-transition: all 0.5s ease;
                            transition: all 0.5s ease;  
                            z-index: 3;
                        } 
                        .content-category.makeus #makeus-content #makeus-r h3:after{
                             background: url("../images/btn-green-r.png") right top no-repeat;
                             content: '';
                             position: absolute;
                             width: 100%;                                     
                             height: 71px;
                             right: 0;
                             bottom: 0;
                             z-index: 1;
                             padding-left: 21px;
                             background-clip: content-box;
                             -webkit-transition: all 0.5s ease;
                             -moz-transition: all 0.5s ease;
                             -o-transition: all 0.5s ease;
                             transition: all 0.5s ease;  
                        }  
                        .content-category.makeus #makeus-content #makeus-r h3 strong{
                             position: relative;
                             z-index: 2;
                             text-transform: uppercase;
                             font-size: 35px;
                             line-height: 70px;
                             white-space: nowrap;
                             font-family: '28 Days Later';
                             font-weight: normal;
                             color: #fff;
                             margin: 0;
                             height: 71px;
                        }   
                    .content-category.makeus #makeus-content #makeus-r ul li:first-child{
                        margin-top: 0;
                    }
                        .content-category.makeus #makeus-content #makeus-r ul li{
                            margin: 10px 0 0px 15px;
                        }
                        .content-category.makeus #makeus-content #makeus-r ul li:before{
                            width: 24px;
                            height: 24px;
                            background: url("../images/icon-list.png") no-repeat;
                            margin-right: 10px;
                            content: '';
                            float: left;                                               
                        }                     
                    .content-category.makeus .lSSlideOuter .lSPager.lSpg {
                        position: relative;
                    }
    .content-category.whyus{
        margin: 0;
        padding: 0 100px;
    }
        .content-category.whyus .heading{
            text-align: center;
            margin-bottom: 30px;
        }
            .content-category.whyus .heading h1{
                font-family: '28 Days Later';
                font-weight: normal;
                font-size: 50px;
                line-height: 70px;
                color: #227923;
                text-transform: uppercase;
                margin: 0;
                display: inline-block;
                background: url("../images/line-ngang.jpg") center bottom repeat-x;
                padding-bottom: 40px;
                position: relative;
            }
                .content-category.whyus .heading h1:after{
                    background: url("../images/line-star.jpg") center bottom no-repeat;
                    content: '';
                    position: absolute;
                    bottom: 0;
                    width: 83px;
                    height: 34px;
                    left: calc(50% - 41px);
                }
            .content-category.whyus .des{
                margin-bottom: 30px;
            }
            .content-category.whyus #whyus-slider{ 
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;           
                flex-direction: row;
                -webkit-flex-flow: row;
                height: 100%!important;
                position: relative;
                z-index: 1;
            }
                .content-category.whyus #whyus-slider li{
                    background: #207a23;
                    padding: 7px;
                    background-clip: content-box;
                }
                .content-category.whyus .mask{
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                }               
                .content-category.whyus .cont{
                    padding: 43px;
                    text-align: justify;
                    position: relative;
                    background: #207a23;
                    color: #fff;
                    font-weight: 400;
                }
                    .content-category.whyus .cont img{
                        width: auto;
                        max-width: 100%;
                        margin: 0 auto;
                        display: inline-block;
                        border-radius: 999px;
                    }
                    .content-category.whyus .cont p:first-child{
                        text-align: center;
                    }
                    .content-category.whyus .cont h2{
                        font-size: 26px;
                        line-height: 32px;
                        color: #fff;
                        text-transform: uppercase;
                        margin: 0;
                        text-align: center;
                        margin: 40px 0 30px 0;
                        border-bottom: 1px solid #fff;
                        padding-bottom: 30px;
                    }
            .content-category.whyus .line-ngang{
                position: relative;
                height: 80px;
            }
                .content-category.whyus .line-ngang .vetdo5{
                    width: 199px;
                    height: 215px;
                    left: -44px;
                    top: -110px;
                    z-index: 1;
                }
                .content-category.whyus .line-ngang .vetdo2{
                    right: -70px;
                    top: -50px;
                }
                    .content-category.whyus .line-ngang .vetdo2.sub{
                        top: -5px;
                        right: -60px;
                    }
            .content-category.whyus #whyus-content{
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;           
                flex-direction: row;
                -webkit-flex-flow: row;
                height: 100%!important;
                margin: 0 -15px 30px -15px;
            }
                .content-category.whyus #whyus-content #whyus-r{
                    width: 30%;
                    position: relative;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                }
                .content-category.whyus #whyus-content #whyus-l{
                    width: 70%;
                }
                    .content-category.whyus #whyus-content #whyus-l h3{
                        position: relative;
                        display: inline-block;
                        padding: 0 30px;
                        margin-bottom: 30px;
                    }
                        .content-category.whyus #whyus-content #whyus-l h3:before{
                            background: url("../images/btn-brown-l.png") left top no-repeat;
                            content: '';                                                            
                            width: 30px;
                            height: 71px;
                            position: absolute;
                            left: 0;
                            top: 0;
                            -webkit-transition: all 0.5s ease;
                            -moz-transition: all 0.5s ease;
                            -o-transition: all 0.5s ease;
                            transition: all 0.5s ease;  
                            z-index: 3;
                        } 
                        .content-category.whyus #whyus-content #whyus-l h3:after{
                             background: url("../images/btn-brown-r.png") right top no-repeat;
                             content: '';
                             position: absolute;
                             width: 100%;                                     
                             height: 71px;
                             right: 0;
                             bottom: 0;
                             z-index: 1;
                             padding-left: 21px;
                             background-clip: content-box;
                             -webkit-transition: all 0.5s ease;
                             -moz-transition: all 0.5s ease;
                             -o-transition: all 0.5s ease;
                             transition: all 0.5s ease;  
                        }  
                        .content-category.whyus #whyus-content #whyus-l h3 strong{
                             position: relative;
                             z-index: 2;
                             text-transform: uppercase;
                             font-size: 35px;
                             line-height: 70px;
                             white-space: nowrap;
                             font-family: '28 Days Later';
                             font-weight: normal;
                             color: #fff;
                             margin: 0;
                             height: 71px;
                        }        
                    .content-category.whyus #whyus-content #whyus-l ul li:first-child{
                        margin-top: 0;
                    }
                        .content-category.whyus #whyus-content #whyus-l ul li{
                            margin: 10px 0 0px 15px;
                        }
                        .content-category.whyus #whyus-content #whyus-l ul li:before{
                            width: 24px;
                            height: 24px;
                            background: url("../images/icon-list.png") no-repeat;
                            margin-right: 10px;
                            content: '';
                            float: left;                                               
                        }                     
                    .content-category.whyus .lSSlideOuter .lSPager.lSpg {
                        position: relative;
                    }
    /* Tours */
    #tours{
        margin: 0;
        padding: 0 15px;
    }
        #tours .heading{
            text-align: center;
            margin-bottom: 0px;
            position: relative;
        }
            #tours .heading .vetdo4{
                right: 0;
            }
            #tours .heading .vetdo5{
                top: -35px;
                z-index: 10;
            }
            #tours .heading h1{
                font-family: '28 Days Later';
                font-weight: normal;
                font-size: 50px;
                line-height: 70px;
                color: #227923;
                text-transform: uppercase;
                margin: 0;
                display: inline-block;
                background: url("../images/line-ngang.jpg") center bottom repeat-x;
                padding-bottom: 40px;
                position: relative;
            }
                #tours .heading h1:after{
                    background: url("../images/line-star.jpg") center bottom no-repeat;
                    content: '';
                    position: absolute;
                    bottom: 0;
                    width: 83px;
                    height: 34px;
                    left: calc(50% - 41px);
                }
        #tours .heading2{
            text-align: center;
            margin-bottom: 10px;
            margin-top: 20px;
            position: relative;
        }
            #tours .heading2 h2{
                font-family: '28 Days Later';
                font-weight: normal;
                font-size: 50px;
                line-height: 70px;
                color: #3b2e1e;
                text-transform: uppercase;
                margin: 0;
                display: inline-block;    
                position: relative;
            }    
                 #tours .heading2 h2 .dash{
                    position: relative;
                    top: -13px; 
                    color: #3b2e1e;           
                }             
            #tours .box-cont{
                position: relative;
                margin: 0px 0;
                padding: 70px 130px 50px 130px;
                z-index: 10;
            }
                #tours .box-cont .bg-box {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                }
                #tours .box-cont .row{
                    margin-bottom: 30px;
                }
                #tours .box-cont .col{
                    min-height: 567px;
                    position: relative;
                    z-index: 1;
                }
                #tours .box-cont .introimg{
                    background-size: cover;
                    background-position: center center;
                    background-clip: content-box;
                    width: 100%;
                    height: 100%;
                    position: relative;
                    padding: 10px;
                }
                    #tours .box-cont .introimg .mask,
                    #tourdetail .other .introimg .mask{
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        z-index: 1;
                    }
                    #tours .box-cont .introimg .trans,
                    #tourdetail .other .introimg .trans{
                        position: absolute;
                        left: 0;
                        bottom: 5px;
                        background: url("../images/trans-2.png") left top no-repeat;
                        padding: 0px;
                        background-size: cover;
                        color: #fff;
                        width: 100%;
                    }
                        #tours .box-cont .introimg .trans .info,
                        #tourdetail .other .introimg .trans .info{
                            position: relative;
                            z-index: 3;
                            padding: 30px 40px 30px 40px;
                        }
                            #tours .box-cont .introimg .trans .info a,
                            #tours .box-cont .introimg .trans .info a strong,
                            #tourdetail .other .introimg .trans .info a,
                            #tourdetail .other .introimg .trans .info a .title strong{
                                color: #fff;
                                -webkit-transition: color 0.3s ease-in-out;
                                -moz-transition: color 0.3s ease-in-out;
                                -o-transition: color 0.3s ease-in-out;
                                transition: color 0.3s ease-in-out; 
                            }
                                #tours .box-cont .introimg .trans .info a:hover,
                                #tours .box-cont .introimg .trans .info a:hover strong,
                                #tourdetail .other .introimg .trans .info a:hover,
                                #tourdetail .other .introimg .trans .info a:hover strong{
                                    color: #f7a01b;
                                }
                                #tours .box-cont .introimg .trans .info a:hover .more,
                                #tourdetail .other .introimg .trans .info a:hover .more{
                                    background-position: left -88px;
                                }
                            #tours .box-cont .introimg .trans .info .title,
                            #tourdetail .other .introimg .trans .info .title{
                                display: block;
                                font-family: '28 Days Later'; 
                                font-weight: normal;    
                                font-size: 20px; 
                                line-height: 28px;
                                text-transform: uppercase;
                                margin-bottom: 20px;
                                letter-spacing: 2px;
                            }
                                #tours .box-cont .introimg .trans .info .title strong{
                                    font-weight: normal;
                                    font-family: 'Catamaran',Arial,sans-serif;   
                                    line-height: 20px;        
                                    font-size: 25px;  
                                    color: #fff;             
                                }  
                    
                            #tours .box-cont .introimg .trans .info .price,
                            #tourdetail .other .introimg .trans .info .price{
                                display: block;
                                font-size: 22px;
                                padding-right: 50px;
                            }
                            #tours .box-cont .introimg .trans .info .more,
                            #tourdetail .other .introimg .trans .info .more{
                                background: url("../images/more-2.png") left top no-repeat;
                                width: 78px;
                                height: 80px;
                                position: absolute;
                                bottom: 0;
                                right: 5px;
                                -webkit-transition: all 0.5s ease;
                                -moz-transition: all 0.5s ease;
                                -o-transition: all 0.5s ease;
                                transition: all 0.5s ease;  
                            }                        
                #tours .box-cont .pagination{
                    position: relative;
                    z-index: 1;
                }
                    #tours .box-cont .pagination nav{
                        margin: 0 auto;
                    }
                    #tours .box-cont .pagination li{
                        display: none;
                    }
                    #tours .box-cont .pagination li.hidden-phone{
                        display: inline-block;
                        margin: 0 5px;
                    }
                    #tours .box-cont .pagination li.hidden-phone a{
                        background: #000;
                        color: #fff;
                        padding: 5px 5px;
                        display: block;
                        width: 40px;
                        text-align: center;
                        -webkit-transition: all 0.5s ease;
                        -moz-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        transition: all 0.5s ease;  
                    }
                        #tours .box-cont .pagination li.hidden-phone.active a,
                        #tours .box-cont .pagination li.hidden-phone a:hover{
                            background: #1a621c;
                        }
        #tourdetail{
            margin: 0;
            padding: 0 15px;
        }
            #tourdetail .heading{
                text-align: center;
                margin-bottom: 30px;
                position: relative;                           
                padding: 0 50px 0px 50px;
            }                    
                #tourdetail .heading h1{
                    font-family: '28 Days Later';
                    font-weight: normal;
                    font-size: 50px;
                    line-height: 70px;
                    color: #227923;
                    text-transform: uppercase;
                    margin: 0;
                    display: block;                   
                    position: relative;                     
                }   
                    #tourdetail .heading h1 strong{
                        font-weight: normal;
                        font-family: 'Catamaran',Arial,sans-serif;   
                        line-height: 20px;        
                        font-size: 67px;               
                    }                    
                #tourdetail .heading .price{
                    font-size: 50px;
                    margin-top: 20px;
                }
                    #tourdetail .heading .price .t1{
                        color: #227923;
                        font-weight: 600;
                    }                
        #tourdetail #tourCont{
            padding: 0;
            margin: 30px 0 0 0;
        }    
            #tourdetail #tourCont .imgintro{
                position: relative;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: top center;
            }
                #tourdetail #tourCont .imgintro .mask {
                    position: absolute;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }
            #tourdetail #tourCont .overview{
                position: relative;
                z-index:2;
            }
                #tourdetail #tourCont .overview-sub{
                    padding: 0px 30px 10px 30px;
                    position: relative;
                }
                    #tourdetail #tourCont .overview .slogan{
                        position: relative;
                        z-index: 1;
                    }
                    #tourdetail #tourCont .overview .mask{
                        position: absolute;
                        left: 0;
                        width: 100%;
                        height: 100%
                    }
                    #tourdetail #tourCont .overview .cont{
                        z-index: 1;
                        position: relative;
                        padding: 30px 40px 60px 40px;
                        font-size: 22px;
                        line-height: 32px;
                    }                        
                        #tourdetail #tourCont .overview .cont li{
                            margin: 0px 0 10px 0px;
                        }
                        #tourdetail #tourCont .overview .cont li:before{
                            width: 24px;
                            height: 24px;
                            background: url("../images/icon-list.png") no-repeat;
                            margin-right: 10px;
                            content: '';
                            float: left;                                               
                        }    
                #tourdetail #tourCont .overview .bookbtn{
                    position: absolute;
                    right: 15px;
                    top: -122px;
                    width: 194px;
                    height: 128px;
                } 
                    #tourdetail #tourCont .overview .bookbtn a{
                        display: block;
                        background: url("../images/book_now.png") no-repeat;
                        width: 100%;
                        height: 100%;
                        -webkit-transition: all 0.5s ease;
                        -moz-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        transition: all 0.5s ease;  
                    }
                        #tourdetail #tourCont .overview .bookbtn a:hover{
                            background: url("../images/book_now_hover.png") no-repeat;
                        }            
    #tourdetail #tourHigh{
        padding: 54px 0 0 0;
        margin: 50px 0 50px 0;
        position: relative;
    }    
        #tourdetail #tourHigh .vetdo8{
            top: -130px;
            right: -50px;
            z-index: 1;
        }
        #tourdetail #tourHigh .tabs{
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 1;
        }
            #tourdetail #tourHigh .tabs li{
                display: inline-block;
            }         
                #tourdetail #tourHigh .tabs li a{
                    position: relative;
                    display: inline-block;
                    padding: 0 30px;
                }
                    #tourdetail #tourHigh .tabs li a:before{
                        background: url("../images/btn-brown-l.png") left top no-repeat;
                        content: '';                                                            
                        width: 30px;
                        height: 71px;
                        position: absolute;
                        left: 0;
                        top: 0;
                        -webkit-transition: all 0.5s ease;
                        -moz-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        transition: all 0.5s ease;  
                        z-index: 3;
                    } 
                        #tourdetail #tourHigh .tabs li a:hover:before,
                        #tourdetail #tourHigh .tabs li.selected a:before{
                            background: url("../images/btn-green-l.png") left top no-repeat;                            
                        }
                    #tourdetail #tourHigh .tabs li a:after{
                         background: url("../images/btn-brown-r.png") right top no-repeat;
                         content: '';
                         position: absolute;
                         width: 100%;                                     
                         height: 71px;
                         right: 0;
                         bottom: 0;
                         z-index: 1;
                         padding-left: 21px;
                         background-clip: content-box;
                         -webkit-transition: all 0.5s ease;
                         -moz-transition: all 0.5s ease;
                         -o-transition: all 0.5s ease;
                         transition: all 0.5s ease;  
                    }  
                        #tourdetail #tourHigh .tabs li a:hover:after,
                        #tourdetail #tourHigh .tabs li.selected a:after{
                            background: url("../images/btn-green-r.png") right top no-repeat;
                            background-clip: content-box;
                        }
                    #tourdetail #tourHigh .tabs li a span{
                         position: relative;
                         z-index: 2;
                         text-transform: uppercase;
                         font-size: 35px;
                         line-height: 70px;
                         white-space: nowrap;
                         font-family: '28 Days Later';
                         font-weight: normal;
                         color: #fff;
                         margin: 0;
                         height: 71px;
                    }
                    #tourdetail #tourHigh .bookbtn{
                        position: absolute;
                        bottom: -70px;
                        right: 15px;
                    }
                         #tourdetail #tourHigh .bookbtn a{   
                            position: relative;
                            display: block;
                            padding: 0 30px;
                            background: none;
                         }
                            #tourdetail #tourHigh .bookbtn a:before{
                                background: url("../images/btn-green-l.png") left top no-repeat;
                                content: '';                                                            
                                width: 30px;
                                height: 71px;
                                position: absolute;
                                left: 0;
                                top: 0;
                                -webkit-transition: all 0.5s ease;
                                -moz-transition: all 0.5s ease;
                                -o-transition: all 0.5s ease;
                                transition: all 0.5s ease;  
                                z-index: 3;
                            } 
                                #tourdetail #tourHigh .bookbtn a:hover:before{
                                    background: url("../images/btn-brown-l.png") left top no-repeat;
                                }
                            #tourdetail #tourHigh .bookbtn a:after{
                                 background: url("../images/btn-green-r.png") right top no-repeat;
                                 content: '';
                                 position: absolute;
                                 width: 100%;                                     
                                 height: 71px;
                                 right: 0;
                                 bottom: 0;
                                 z-index: 1;
                                 padding-left: 21px;
                                 background-clip: content-box;
                                 -webkit-transition: all 0.5s ease;
                                 -moz-transition: all 0.5s ease;
                                 -o-transition: all 0.5s ease;
                                 transition: all 0.5s ease;  
                            }  
                                #tourdetail #tourHigh .bookbtn a:hover:after{
                                    background: url("../images/btn-brown-r.png") right top no-repeat;
                                    background-clip: content-box;
                                }
                            #tourdetail #tourHigh .bookbtn a span{
                                 position: relative;
                                 z-index: 2;
                                 text-transform: uppercase;
                                 font-size: 25px;
                                 line-height: 70px;
                                 white-space: nowrap;
                                 font-family: '28 Days Later';
                                 font-weight: normal;
                                 color: #fff;
                                 margin: 0;
                                 height: 71px;
                            } 
                    
         #tourdetail #tourHigh .tabscontent{
            margin: 0;
            position: relative;
            font-size: 24px;
            line-height: 34px;
         }       
            #tourdetail #tourHigh .tabscontent .bg-box{
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
            }
            #tourdetail #tourHigh .tabscontent .view{
                padding: 55px 70px 50px 70px;
                position: relative;
                z-index: 1;
                display: none;
                min-height: 400px;
            }
            #tourdetail #tourHigh .tabscontent .view.selected{
                display: block;
            }
                #tourdetail #tourHigh .tabscontent .view p{
                    margin-bottom: 20px;
                }
                #tourdetail #tourHigh .tabscontent .view li{
                    margin: 0px 0 10px 10px;
                }
                #tourdetail #tourHigh .tabscontent .view li:before{
                    width: 24px;
                    height: 24px;
                    background: url("../images/icon-list.png") no-repeat;
                    margin-right: 10px;
                    content: '';
                    float: left;                                               
                }    
             #tourdetail #tourHigh .tabscontent .view.gallery .col{
                margin: 15px 0;
             }
                 #tourdetail #tourHigh .tabscontent .view.gallery .col a{
                    width: 100%;
                    display: block;
                    height: 177px; 
                    overflow: hidden;   
                    position: relative;                
                 }
                    #tourdetail #tourHigh .tabscontent .view.gallery .col a .bg-img{
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center center;
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        left: 0;
                        top: 0;
                        -webkit-transition: all 0.5s ease;
                        -moz-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        transition: all 0.5s ease;
                    }                
                    #tourdetail #tourHigh .tabscontent .view.gallery .col a:hover .bg-img{
                        -webkit-transform: scale(1.2); /* WebKit */
                        -moz-transform: scale(1.2); /* Mozilla */
                        -o-transform: scale(1.2); /* Opera */
                        -ms-transform: scale(1.2); /* Internet Explorer */
                        transform: scale(1.2); /* CSS3 */
                    }
             #tourdetail #tourHigh .tabscontent .view.video{
                text-align: center;                
             }                                  
                #tourdetail #tourHigh .tabscontent .view.video .video-content {                   
                    position: relative;
                    padding-bottom: 56.25%; /* 16:9 */
                    height: 0;
                }
                #tourdetail #tourHigh .tabscontent .view.video .video-content iframe{
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }
             #tourdetail #tourHigh .tabscontent .view.map{
                text-align: center;
             }          
                #tourdetail #tourHigh .tabscontent .view.map img{
                    max-width: 100%;
                } 
             #tourdetail #tourHigh .tourprice table{
                border-collapse: collapse;
                width: 100%;
                border-color: #98989a;
                margin-bottom: 30px;
             }
                #tourdetail #tourHigh .tourprice table th{
                    padding: 5px;
                    text-align: center;
                    background: #473728;
                    color: #fff;
                    white-space: nowrap;
                }
                #tourdetail #tourHigh .tourprice table td{
                    text-align: center;
                    padding: 5px;
                }            
        #tourdetail .other{
            margin: 20px 0 0px 0;
            position: relative;
        } 
            #tourdetail .other .vetdo5{
                top: -65px;
                width: 220px;
                height: 238px;
            }
            #tourdetail .other .vetdo6{
                right: 0;
                left: auto;
                top: 30px;
            }
            #tourdetail .other .heading{
                margin: 0 0 50px 0;
                text-align: center;
                position: relative;
            }
                #tourdetail .other .heading .line{
                    margin-top: 0;
                }
                #tourdetail .other h3{
                    font-family: '28 Days Later';
                    font-weight: normal;
                    font-size: 50px;
                    line-height: 70px;
                    color: #3b2e1e;
                    text-transform: uppercase;
                    margin: 0;
                }
                #tourdetail .other .introimg .trans .info .price{
                    font-size: 18px;
                }
                #tourdetail .other #content-slider{
                    margin-top: 0px;
                }
                    #tourdetail .other #content-slider li{
                        min-height: 567px;
                        position: relative;
                        z-index: 1;
                    }                    
                    #tourdetail .other .introimg{
                        background-size: cover;
                        background-position: center center;
                        background-clip: content-box;
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        padding: 10px;
                    }                     
                        #tourdetail .other .introimg .trans .info .title strong{
                            color: #fff;     
                            font-weight: normal;
                            font-family: 'Catamaran',Arial,sans-serif;   
                            line-height: 20px;        
                            font-size: 25px;               
                        }
                    #tourdetail .other .lSSlideOuter .lSPager.lSpg{
                        position: relative;
                        margin-top: 20px!important;
                    }
                        #tourdetail .other .lSSlideOuter .lSPager.lSpg > li a{
                            height: 30px;
                            width: 30px;
                            border: 0;
                            background: none;
                            position: relative;
                            border-radius: 20px;
                            text-indent: -9999px;
                            opacity: 1;
                        }                        
                        #tourdetail .other .lSSlideOuter .lSPager.lSpg > li a:before {
                            top: -1px;
                            left: -1px;
                            right: -1px;
                            bottom: -1px;
                            border: 4px solid #434343;
                            content: '';
                            position: absolute;
                            border-radius: 100%;
                        }
                        #tourdetail .other .lSSlideOuter .lSPager.lSpg > li a:after {
                            position: absolute;
                            left: 7px;
                            top: 7px;
                            right: 7px;
                            bottom: 7px;
                            background: #434343;
                            content: '';
                            border-radius: 20px;
                            visibility: hidden;
                        }
                        #tourdetail .other .lSSlideOuter .lSPager.lSpg > li.active a:after, 
                        #tourdetail .other .lSSlideOuter .lSPager.lSpg > li a:hover:after {
                            visibility: visible;
                        }
        #tourdetail #bookingform{
            margin: 0 auto;
            position: relative;
            width: 90%;
        } 
            #tourdetail #bookingform .step{
                text-align: right;
            }
            #tourdetail #bookingform h2{
                text-align: center;
                font-size: 30px;
                line-height: 36px;
                color: #227923;
                text-transform: uppercase;
                margin: 20px 0 10px 0;
            }
            #tourdetail #bookingform table{
                border-collapse: collapse;
                width: 100%;
                border-color: #98989a;
                margin-bottom: 0px;
            }
                #tourdetail #bookingform table th{
                    padding: 5px;
                    text-align: center;
                    background: #473728;
                    color: #fff;
                    white-space: nowrap;
                }
                #tourdetail #bookingform table td{
                    text-align: center;
                    padding: 5px;
                }
                #tourdetail #bookingform #numberchild{
                    margin-top: 30px;
                    position: relative;
                    float: right;
                    width: 40%;
                }
                    #tourdetail #bookingform #numberchild h3{
                        color: #227923;
                        font-size: 21px;
                        margin: 15px 0 10px;
                        float: right;
                    }
                    #tourdetail #bookingform #numberchild .inputhidden {
                        height: 41px;
                        -webkit-border-radius: 3px;
                        border-radius: 3px;
                        box-shadow: none;
                        border: 1px solid #7d7d7d;
                        min-width: 250px;
                        line-height: 42px;
                        background: #f7f6f6;
                        font-size: 20px;
                        white-space: nowrap;
                    } 
                    #tourdetail #bookingform #numberchild .tablechild{
                        float: right;
                        width: 100%;
                        height: 94px;
                    } 
                        #tourdetail #bookingform #numberchild .tablechild th{
                            font-size: 20px;
                        }
                        #tourdetail #bookingform #numberchild .tablechild select{
                            font-size: 20px;
                        }
                    #tourdetail #bookingform #numberchild .tablecal{
                        float: right;
                        width: 100%;
                        height: 94px;
                    } 
                        #tourdetail #bookingform #numberchild .tablecal tr:first-child td:first-child{
                            background: #473728;
                            color: #fff;
                            font-size: 20px;
                        }                        
                    #tourdetail #bookingform #numberchild .btn-morethan{
                        float: right;
                        position: relative;
                    }  
                        #tourdetail #bookingform #numberchild .btn-morethan a{
                            height: 50px;
                            display: block;
                            color: #fff;
                            padding: 0 30px;
                        }                    
                            #tourdetail #bookingform #numberchild .btn-morethan a span{
                                position: relative;
                                z-index: 2;
                                text-transform: uppercase;
                                line-height: 53px;
                                white-space: nowrap;
                                font-family: '28 Days Later';
                                font-weight: normal;
                            }
                            #tourdetail #bookingform #numberchild .btn-morethan a:before{
                                background: url("../images/btn-black-l.png") left top no-repeat;
                                content: '';                                                            
                                width: 30px;
                                height: 50px;
                                position: absolute;
                                left: 0;
                                top: 0;
                                -webkit-transition: all 0.5s ease;
                                -moz-transition: all 0.5s ease;
                                -o-transition: all 0.5s ease;
                                transition: all 0.5s ease;  
                                z-index: 3;
                            }    
                                #tourdetail #bookingform #numberchild .btn-morethan a:hover:before{
                                    background: url("../images/btn-green-l-small.png") left top no-repeat;
                                }
                            #tourdetail #bookingform #numberchild .btn-morethan a:after{
                                 background: url("../images/btn-black-r.png") right top no-repeat;
                                 content: '';
                                 position: absolute;
                                 width: 100%;                                     
                                 height: 50px;
                                 right: 0;
                                 bottom: 0;
                                 z-index: 1;
                                 padding-left: 20px;
                                 background-clip: content-box;
                                 -webkit-transition: all 0.5s ease;
                                 -moz-transition: all 0.5s ease;
                                 -o-transition: all 0.5s ease;
                                 transition: all 0.5s ease;                          
                            }   
                                #tourdetail #bookingform #numberchild .btn-morethan a:hover:after{
                                    background: url("../images/btn-green-r-small.png") right top no-repeat;
                                    background-clip: content-box;
                                } 
                    #tourdetail #bookingform #numberchild button{
                        position: relative;
                        display: inline-block;
                        padding: 0 30px;
                        background: none;
                    }
                        #tourdetail #bookingform #numberchild button:before{
                            background: url("../images/btn-green-l.png") left top no-repeat;
                            content: '';                                                            
                            width: 30px;
                            height: 71px;
                            position: absolute;
                            left: 0;
                            top: 0;
                            -webkit-transition: all 0.5s ease;
                            -moz-transition: all 0.5s ease;
                            -o-transition: all 0.5s ease;
                            transition: all 0.5s ease;  
                            z-index: 3;
                        } 
                            #tourdetail #bookingform #numberchild button:hover:before{
                                background: url("../images/btn-brown-l.png") left top no-repeat;
                            }
                        #tourdetail #bookingform #numberchild button:after{
                             background: url("../images/btn-green-r.png") right top no-repeat;
                             content: '';
                             position: absolute;
                             width: 100%;                                     
                             height: 71px;
                             right: 0;
                             bottom: 0;
                             z-index: 1;
                             padding-left: 21px;
                             background-clip: content-box;
                             -webkit-transition: all 0.5s ease;
                             -moz-transition: all 0.5s ease;
                             -o-transition: all 0.5s ease;
                             transition: all 0.5s ease;  
                        }  
                            #tourdetail #bookingform #numberchild button:hover:after{
                                background: url("../images/btn-brown-r.png") right top no-repeat;
                                background-clip: content-box;
                            }
                        #tourdetail #bookingform #numberchild button span{
                             position: relative;
                             z-index: 2;
                             text-transform: uppercase;
                             font-size: 25px;
                             line-height: 70px;
                             white-space: nowrap;
                             font-family: '28 Days Later';
                             font-weight: normal;
                             color: #fff;
                             margin: 0;
                             height: 71px;
                        } 
                    #tourdetail #bookingform #numberchild #desprice{
                       float: right;
                       width: 100%;
                       margin-top: 10px;     
                       text-align: right;                  
                    }   
                    #tourdetail #bookingform #messageAlert {
                        color: white;
                        text-align: center;
                        margin-bottom: 0px;
                        background: red;
                        padding: 5px 10px;
                        display: none;
                    }                
                    
            #tourdetail #bookingform .policy{
                margin: 100px 0 30px 0;
                float: left;
                width: 60%;
                padding-right: 20px;
            }
                #tourdetail #bookingform .policy > h4{
                    color: #227923;
                    font-size: 24px;
                    text-transform: uppercase;
                    margin-bottom: 15px;
                }
                #tourdetail #bookingform .policy li{
                    margin: 0px 0 10px 0px;
                }
                #tourdetail #bookingform .policy li:before {
                    width: 24px;
                    height: 24px;
                    background: url(../images/icon-list.png) no-repeat;
                    margin-right: 10px;
                    content: '';
                    float: left;
                }
        #tourdetail #bookinginfo{
            margin: 0 auto;
            position: relative;
            width: 90%;
        }   
            #tourdetail #bookinginfo .step{
                text-align: right;
            }
            #tourdetail #bookinginfo .box{
                border: 1px solid #282828;
                border-radius: 5px;
                padding: 20px 20px 20px 20px;
                margin-top: 20px;                
            }
                #tourdetail #bookinginfo .box h2{
                    text-align: center;
                    font-size: 30px;
                    line-height: 36px;
                    color: #227923;
                    text-transform: uppercase;
                    margin: 20px 0 45px 0;
                }
                #tourdetail #bookinginfo .box h3{
                    text-align: center;
                    font-size: 30px;
                    line-height: 36px;
                    color: #227923;
                    text-transform: uppercase;
                    margin: 30px 0 20px 0;
                }
                #tourdetail #bookinginfo .row{
                    margin-top: 50px;
                }
                #tourdetail #bookinginfo label{
                    display: block;
                    position: absolute;
                    top: -35px;
                    margin: 0;
                    font-size: 20px;
                }
                #tourdetail #bookinginfo .icon{
                    position: absolute;
                    left: 15px;
                    top: 0;
                }                        
                #tourdetail #bookinginfo input[type=text]{
                    height: 31px;
                    -webkit-border-radius: 3px;                    
                    border-radius: 3px; 
                    box-shadow: none;
                    border: 1px solid #7d7d7d;
                    width: 100%;
                    padding-left: 50px;    
                    font-size: 18px;    
                    display: block;   
                }
                    #tourdetail #bookinginfo input.disabled{
                        background: #ebebeb; 
                        pointer-events: none;                
                    }
                #tourdetail #bookinginfo select{
                    height: 31px;
                    -webkit-border-radius: 3px;                    
                    border-radius: 3px; 
                    box-shadow: none;
                    border: 1px solid #7d7d7d;          
                    padding-left: 50px;
                    outline: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    width: 180px;
                    font-size: 18px;
                }
                    #tourdetail #bookinginfo select[name=nationality]{
                        width: 100%;
                    }
                #tourdetail #bookinginfo .col-name{
                    position: relative;                    
                    margin: 0 -10px;
                }                    
                    #tourdetail #bookinginfo .col-name .inline{
                        float: left;
                        padding: 0 10px;
                        position: relative;
                        width: 50%;
                    }
                        #tourdetail #bookinginfo .col-name .inline input{
                            width: 100%;
                        }
                        #tourdetail #bookinginfo .col-name .inline select{
                            width: 100%;
                        }
                        #tourdetail #bookinginfo .col-name .inline > .icon{
                            left: 10px;
                        }                
                #tourdetail #bookinginfo textarea {
                    width: 100%;
                    height: 200px;
                    resize: none;
                    padding: 10px;
                    margin-top: 10px;
                    font-size: 20px;
                } 
                #tourdetail #bookinginfo .cancellation{
                    margin: 20px 0 0 0;
                }
                    #tourdetail #bookinginfo .cancellation li,
                    #tourdetail #bookinginfo .summary .inexclusive li{
                        margin: 10px 0 10px 0px;
                    }
                    #tourdetail #bookinginfo .cancellation li:before,
                    #tourdetail #bookinginfo .summary .inexclusive li:before{
                        width: 24px;
                        height: 24px;
                        background: url("../images/icon-list.png") no-repeat;
                        margin-right: 10px;
                        content: '';
                        float: left;                                               
                    }
                    #tourdetail #bookinginfo .cancellation h4{
                        margin-bottom: 0px;
                    } 
                        #tourdetail #bookinginfo .cancellation h4 a{
                            color: #227923; 
                            text-transform: uppercase;
                            font-size: 24px;
                            display: block;
                            padding-bottom: 10px;
                            -webkit-transition: all 0.5s ease;
                            -moz-transition: all 0.5s ease;
                            -o-transition: all 0.5s ease;
                            transition: all 0.5s ease;  
                        }
                            #tourdetail #bookinginfo .cancellation h4 a:hover{
                                color: #f7a01b;
                            }
                    #tourdetail #bookinginfo .cancellation .tabcal{
                        display: none;
                        margin-bottom: 20px;
                    } 
                #tourdetail #bookinginfo .btnact{
                    margin-top: 20px;
                }
                    #tourdetail #bookinginfo .agreecheck{
                        float: left;
                        padding-top: 20px;
                    }
                        #tourdetail #bookinginfo .agreecheck label {
                            position: relative;
                            top: 0;
                            display: inline-block;
                            cursor: pointer;
                            margin-left: 10px;
                            font-size: 20px;
                            text-transform: uppercase;
                        }
                            #tourdetail #bookinginfo input#agreecheckbox {
                                cursor: pointer;
                                font-size: 14px;
                                width: 15px;
                                height: 15px;
                                position: relative;
                            }
                            #tourdetail #bookinginfo #agreecheckbox:after {
                                position: absolute;
                                width: 15px;
                                height: 15px;
                                top: 0;
                                content: " ";
                                background-color: #3b2e1e;
                                color: #fff;
                                display: inline-block;
                                visibility: visible;
                                padding: 0px 3px;
                                border-radius: 3px;
                            }
                            #tourdetail #bookinginfo #agreecheckbox:checked:after {
                                content:"\2713";
                                font-size: 12px;
                                line-height: 18px;
                            }     
                            #tourdetail #bookinginfo #agreecheckbox.unvalidate:after {                   
                                background-color: #b20208;                  
                            }
                                #tourdetail #bookinginfo #agreecheckbox.unvalidate:checked:after{
                                    color: white;
                                }
                        #tourdetail #bookinginfo .btn-submit{
                            float: right;
                        }
                            #tourdetail #bookinginfo .btn-submit button{
                                position: relative;
                                display: inline-block;
                                padding: 0 30px;
                                background: none;
                            }
                                #tourdetail #bookinginfo .btn-submit button:before{
                                    background: url("../images/btn-brown-l.png") left top no-repeat;
                                    content: '';                                                            
                                    width: 30px;
                                    height: 71px;
                                    position: absolute;
                                    left: 0;
                                    top: 0;
                                    -webkit-transition: all 0.5s ease;
                                    -moz-transition: all 0.5s ease;
                                    -o-transition: all 0.5s ease;
                                    transition: all 0.5s ease;  
                                    z-index: 3;
                                } 
                                    #tourdetail #bookinginfo .btn-submit button:hover:before{
                                        background: url("../images/btn-green-l.png") left top no-repeat;
                                    }
                                #tourdetail #bookinginfo .btn-submit button:after{
                                     background: url("../images/btn-brown-r.png") right top no-repeat;
                                     content: '';
                                     position: absolute;
                                     width: 100%;                                     
                                     height: 71px;
                                     right: 0;
                                     bottom: 0;
                                     z-index: 1;
                                     padding-left: 21px;
                                     background-clip: content-box;
                                     -webkit-transition: all 0.5s ease;
                                     -moz-transition: all 0.5s ease;
                                     -o-transition: all 0.5s ease;
                                     transition: all 0.5s ease;  
                                }  
                                    #tourdetail #bookinginfo .btn-submit button:hover:after{
                                        background: url("../images/btn-green-r.png") right top no-repeat;
                                        background-clip: content-box;
                                    }
                                #tourdetail #bookinginfo .btn-submit button span{
                                     position: relative;
                                     z-index: 2;
                                     text-transform: uppercase;
                                     font-size: 25px;
                                     line-height: 70px;
                                     white-space: nowrap;
                                     font-family: '28 Days Later';
                                     font-weight: normal;
                                     color: #fff;
                                     margin: 0;
                                     height: 71px;
                                }                           
                            #tourdetail #bookinginfo #btn-send,
                            #tourdetail #bookinginfo #btn-modify{                               
                                display: none;
                            }                            
                #tourdetail #bookinginfo .note{
                    color: #227923;
                }
                #tourdetail #bookinginfo input[type=text].unvalidate, 
                #tourdetail #bookinginfo select.unvalidate{
                    background: #b20208;
                    color: white;
                }
                /* Summary */
                #tourdetail #bookinginfo .summary{
                    margin: 0 0 30px 0;
                    display: none;
                }
                    #tourdetail #bookinginfo .summary h2{
                        margin-bottom: 50px;
                    }
                    #tourdetail #bookinginfo .summary .row{
                        margin-top: 30px;
                    }
                    #tourdetail #bookinginfo .summary .row:nth-child(1){
                        margin-top: 30px;
                    }
                    #tourdetail #bookinginfo .summary .col-up{
                        margin-bottom: 50px;
                        font-weight: bold;      
                    }            
                    #tourdetail #bookinginfo .summary .col-down{
                        position: relative;
                        float: left;
                        margin: 0;
                        width: calc(100% + 10px);
                    }      
                        #tourdetail #bookinginfo .summary .col-down .inline{                              
                            position: relative;  
                            float: left;   
                            width: 33.33%;  
                            padding: 0 10px;
                        }             
                            #tourdetail #bookinginfo .summary .inline label{
                                left: 0;
                            }                
                            #tourdetail #bookinginfo .summary .inline > .icon{
                                left: 0;
                            }
                            #tourdetail #bookinginfo .summary .inline .inputhidden{
                                height: 31px;
                                -webkit-border-radius: 3px;                    
                                border-radius: 3px; 
                                box-shadow: none;
                                border: 1px solid #7d7d7d;
                                width: 100%;                       
                                background: #ccc;                        
                                float: left;
                                margin-left: 0px;
                                padding: 0px;
                                line-height: 30px;
                                text-align: center;
                                font-size: 18px;
                            }               
                            #tourdetail #bookinginfo .summary #total_prices{
                                background: #227923;
                                color: white;
                            }
                                #tourdetail #bookinginfo .summary .inline #total_prices span{
                                    font-size: 12px;
                                }
                        #tourdetail #bookinginfo .summary .col-mid{
                            margin-top: 80px;
                            position: relative;
                        }   
                            #tourdetail #bookinginfo .summary .col-mid .inputhidden{
                                height: 31px;
                                -webkit-border-radius: 3px;                    
                                border-radius: 3px; 
                                box-shadow: none;
                                border: 1px solid #7d7d7d;
                                width: 100%;
                                background: #f7f6f6;                        
                                float: left;
                                margin-left: 0px;
                                padding: 5px 5px 5px 10px;
                                font-size: 18px;
                                line-height: 20px;
                            }
                        #tourdetail #bookinginfo .summary .inexclusive{
                            margin-top: 30px;
                        }
            #tourdetail #bookinginfo input.disabled{
                background: #ccc;
                pointer-events: none;
            }            
            #bookinginfo.ron select,
            #bookinginfo.ron input[type=text],
            #bookinginfo.ron textarea{
                background: #ccc;
            }
            
            #bookingprocess{
                margin: 0;
            }
                #bookingprocess .thanks{                    
                    border: 1px solid #3b2e1e;
                    border-radius: 5px;
                    padding: 20px;
                    width: 60%;
                    margin: 0px auto;
                }
                        
   .waitingOverlay{ 
        background-color: white;                    
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 19999;
        width: 100%;
        height: 100%;
   }     
        .waitingOverlay img{
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -65px;
            margin-top: -57px;
        }
    /* History */
    .story{
        margin: 0;
        padding: 0 15px 0 15px;
    }
        .story .heading{
            text-align: center;
        }
            .story .heading h1{
                font-family: '28 Days Later';
                font-weight: normal;
                font-size: 50px;
                line-height: 70px;
                color: #227923;
                text-transform: uppercase;
                margin: 0;
                display: inline-block;
                background: url("../images/line-ngang.jpg") center bottom repeat-x;
                padding-bottom: 40px;
                position: relative;
                min-width: 300px;
            }
                .story .heading h1:after{
                    background: url("../images/line-star.jpg") center bottom no-repeat;
                    content: '';
                    position: absolute;
                    bottom: 0;
                    width: 83px;
                    height: 34px;
                    left: calc(50% - 41px);
                }
            .story .list{
                margin: 40px 0 0 0;
            }
                .story .list h2{
                    position: relative;
                    display: inline-block;
                    padding: 0 30px;
                    margin-bottom: 30px;
                }                    
                    .story .list h2:before{
                        background: url("../images/btn-brown-l.png") left top no-repeat;
                        content: '';                                                            
                        width: 30px;
                        height: 71px;
                        position: absolute;
                        left: 0;
                        top: 0;
                        -webkit-transition: all 0.5s ease;
                        -moz-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        transition: all 0.5s ease;  
                        z-index: 3;
                    } 
                    .story .list h2:after{
                         background: url("../images/btn-brown-r.png") right top no-repeat;
                         content: '';
                         position: absolute;
                         width: 100%;                                     
                         height: 71px;
                         right: 0;
                         bottom: 0;
                         z-index: 1;
                         padding-left: 21px;
                         background-clip: content-box;
                         -webkit-transition: all 0.5s ease;
                         -moz-transition: all 0.5s ease;
                         -o-transition: all 0.5s ease;
                         transition: all 0.5s ease;  
                    }  
                    .story .list h2 span{
                         position: relative;
                         z-index: 2;
                         text-transform: uppercase;
                         font-size: 35px;
                         line-height: 70px;
                         white-space: nowrap;
                         font-family: '28 Days Later';
                         font-weight: normal;
                         color: #fff;
                         margin: 0;
                         height: 71px;
                    }
               .story .list .introimg .mask{
                    position: absolute;
                    left: 0;
                    width: 100%;
                    height: 100%;
               }
                    .story .list .introimg:before{
                        content:'';
                    	position: absolute;
                    	top: 0;
                    	left: 5px;
                    	bottom: 0;
                    	right: 0;
                    	background:rgba(0,0,0,0.5);
                        width: calc(100% - 10px);
                        opacity: 0;
                        -webkit-transition: all 0.5s ease;
                        -moz-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        transition: all 0.5s ease;      
                    }
                        .story .list .introimg.hover:before{
                            opacity: 1;
                        } 
                    .story .list .introimg a{
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        z-index: 10;
                        display: none;
                    }
                    .story .list .introimg a:first-child{
                        display:block;
                    }    
                        .story .list .introimg a:first-child img{
                            display:block;
                        }       
                        .story .list .introimg a img{
                            display: none;
                        }
                            .story .list .introimg .btnslide {
                                position: absolute;
                                left: 50%;
                                top: 50%;
                                margin-left: -38px;
                                margin-top: -38px;
                                cursor: pointer;
                                z-index: 10;
                            }                          
                .story .list #row1{
                    padding: 0;
                }
                    .story .list #row1 .nopadding{
                        padding-right: 0;
                    }
                    .story .list #row1 .introtext{
                        position: relative;
                        padding: 70px 70px;
                    }
                        .story .list #row1 .introtext .mask{
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 100%;
                            height: 100%;
                            z-index: 1;
                        }
                        .story .list #row1 .introtext .des{
                            position: relative;
                            z-index: 10;
                            text-align: justify;
                        }
                    .story .list #row1 .introimg{
                        width: 100%;
                        min-height: 496px;    
                        margin-top: 120px;
                        position: relative;
                        background-size: cover;                        
                    }                   
                                  
                .story .list #row2{
                    padding: 0;
                    margin-top: 50px;
                }
                    .story .list #row2 h2{
                        float: right;
                        z-index: 10;
                    }
                    .story .list #row2 .nopadding{
                        padding-left: 0;
                    }
                    .story .list #row2 .morepadding{
                        padding-left: 50px;
                    }
                    .story .list #row2 .introtext{
                        position: relative;
                        padding: 70px 70px;
                        z-index: 11;
                    }
                        .story .list #row2 .introtext .mask{
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 100%;
                            height: 100%;
                            z-index: 1;
                        }
                        .story .list #row2 .introtext .des{
                            position: relative;
                            z-index: 10;
                            text-align: justify;
                        }
                    .story .list #row2 .introimg{
                        width: 100%;
                        min-height: 496px;    
                        margin-top: 90px;
                        position: relative;
                        background-size: cover;
                    }                        
                .story .list #row3{
                    padding: 0;
                    margin-top: 70px;
                    margin-bottom: 30px;
                }
                    .story .list #row3 h2{
                        margin-bottom: 10px;
                    }
                    .story .list #row3 .align-center{
                        text-align: center;
                        width: 100%;
                    }
                    .story .list #row3 .introimg{
                        width: 100%;
                        min-height: 503px;
                        position: relative;
                        background-size: cover;
                        background-position: center;
                    }                        
                    .story .list #row3 .introtext{
                        position: relative;
                        padding: 70px 70px;
                        z-index: 11;
                        margin-top: 40px;
                    }
                        .story .list #row3 .introtext .mask{
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 100%;
                            height: 100%;
                            z-index: 1;
                        }
                        .story .list #row3 .introtext .des{
                            position: relative;
                            z-index: 10;
                            text-align: justify;
                        }  
    /* Event */
    .events{
        margin: 0;
        padding: 0 15px 0 15px;
    }
        .events .heading{
            text-align: center;
        }
            .events .heading h1{
                font-family: '28 Days Later';
                font-weight: normal;
                font-size: 50px;
                line-height: 70px;
                color: #227923;
                text-transform: uppercase;
                margin: 0;
                display: inline-block;
                background: url("../images/line-ngang.jpg") center bottom repeat-x;
                padding-bottom: 40px;
                position: relative;
                min-width: 300px;
            }
                .events .heading h1:after{
                    background: url("../images/line-star.jpg") center bottom no-repeat;
                    content: '';
                    position: absolute;
                    bottom: 0;
                    width: 83px;
                    height: 34px;
                    left: calc(50% - 41px);
                }
        .events .des{
            margin: 30px auto 40px auto;
            width: 90%;
            text-align: justify;
        }    
        .events .list{
            margin: 0 0 30px 0;
        } 
            .events .list .row:first-child{
                margin-top: 0;
            }
            .events .list .row{
                margin: 70px 0 0 0;
            }
                .events .list .row .nopaddleft{
                    padding-left: 0;
                }
                .events .list .row .nopaddright{
                    padding-right: 0;
                }
            .events .list .introimg{
                background-size: cover;
                background-position: center center;
                background-clip: content-box;
                width: 100%;
                height: 100%;
                position: relative;
                padding: 5px 5px;                        
            }
                .events .list .introimg .btnslide {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin-left: -38px;
                    margin-top: -38px;
                    cursor: pointer;
                    z-index: 10;
                }                    
                .events .list .introimg .mask{
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                }
                .events .list .introimg a{
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    z-index: 10;
                    left: 0;
                    top: 0;
                    display: none;
                }      
                    .events .list .introimg a:hover:before{
                         opacity: 1;
                    }
                    .events .list .introimg a:before{
                        content:'';
                    	position: absolute;
                    	top: 0;
                    	left: 5px;
                    	bottom: 0;
                    	right: 0;
                    	background:rgba(0,0,0,0.5);
                        width: calc(100% - 10px);
                        opacity: 0;
                        -webkit-transition: all 0.5s ease;
                        -moz-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        transition: all 0.5s ease; 
                    }    
                    .events .list .introimg a:first-child{
                        display:block;
                    }           
                        .events .list .introimg a:first-child img{
                            display: block;
                        }
                        .events .list .introimg a img{
                            display: none;
                        }  
            .events .list .introtext{
                position: relative;
                min-height: 469px;
                display: table;
            }                
                .events .list .introtext .cont{
                    z-index: 1;                    
                    color: #fff;
                    text-transform: uppercase;                   
                    font-size: 20px;
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                }
                    .events .list .introtext .cont .contsub{
                        position: relative;
                        padding: 50px 70px;
                    }
                        .events .list .introtext .cont .contsub .mask{
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 100%;
                            height: 100%;
                            z-index: 1;
                        }
                        .events .list .introtext .cont .contsub .des{
                            z-index: 2;
                            position: relative;
                            font-family: '28 Days Later';
                            text-transform: uppercase;
                            font-weight: normal;
                            font-size: 25px;
                            line-height: 31px;
                            letter-spacing: 1px;
                            text-align: left;
                        }
    /* About us */
    .item-page{        
        padding: 0 15px;
        margin-bottom: 30px;
    }      
        .item-page .heading{
            text-align: center;
            margin-bottom: 40px;
            position: relative;
        }
            .item-page .heading .vetdo4{
                right: 0;
            }
            .item-page .heading .vetdo5{
                top: -35px;
                z-index: 10;
            }
            .item-page .heading h1{
                font-family: '28 Days Later';
                font-weight: normal;
                font-size: 50px;
                line-height: 70px;
                color: #227923;
                text-transform: uppercase;
                margin: 0;
                display: inline-block;
                background: url("../images/line-ngang.jpg") center bottom repeat-x;
                padding-bottom: 40px;
                position: relative;
                min-width: 300px;
            }
                .item-page .heading h1:after{
                    background: url("../images/line-star.jpg") center bottom no-repeat;
                    content: '';
                    position: absolute;
                    bottom: 0;
                    width: 83px;
                    height: 34px;
                    left: calc(50% - 41px);
                }
        .item-page .content{
            position: relative;
            z-index: 10;
        } 
            .item-page .bg-box {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
            }   
            .item-page .view{
                padding: 70px 70px 90px 70px;
                position: relative;
                z-index: 1;
                min-height: 400px;
            }
            .item-page .view .intro{
                margin-bottom: 30px;
                text-align: center;
            }
                .item-page .view .intro div{
                    position: relative;
                    display: inline-block;
                    padding: 0 30px;
                }
                    .item-page .view .intro div:before{
                        background: url("../images/btn-green-l.png") left top no-repeat;
                        content: '';                                                            
                        width: 30px;
                        height: 71px;
                        position: absolute;
                        left: 0;
                        top: 0;
                        -webkit-transition: all 0.5s ease;
                        -moz-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        transition: all 0.5s ease;  
                        z-index: 3;
                    } 
                    .item-page .view .intro div:after{
                         background: url("../images/btn-green-r.png") right top no-repeat;
                         content: '';
                         position: absolute;
                         width: 100%;                                     
                         height: 71px;
                         right: 0;
                         bottom: 0;
                         z-index: 1;
                         padding-left: 21px;
                         background-clip: content-box;
                         -webkit-transition: all 0.5s ease;
                         -moz-transition: all 0.5s ease;
                         -o-transition: all 0.5s ease;
                         transition: all 0.5s ease;  
                    }  
                .item-page .view .intro h2{              
                    position: relative;
                    z-index: 2;
                    text-transform: uppercase;
                    font-size: 35px;
                    line-height: 70px;
                    white-space: nowrap;
                    font-family: '28 Days Later';
                    font-weight: normal;
                    color: #fff;
                    margin: 0;
                    height: 71px;
                } 
                .item-page .view .full{
                    margin-bottom: 0px;
                    text-align: justify;
                }
                    .item-page .view .full .introimg{
                        background-size: cover;
                        background-position: center center;
                        background-clip: content-box;
                        width: 100%;
                        height: 100%;
                        position: relative;
                        padding: 5px 5px;
                    } 
                        .item-page .view .full .introimg a:first-child{
                            display: block;
                        }  
                        .item-page .view .full .introimg a{
                            display: none;
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            left: 0;
                            top: 0;
                            z-index: 10;
                        } 
                            .item-page .view .full .introimg a:before{
                                content:'';
                            	position: absolute;
                            	top: 0;
                            	left: 5px;
                            	bottom: 0;
                            	right: 0;
                            	background:rgba(0,0,0,0.5);
                                width: calc(100% - 10px);
                                opacity: 0;
                                -webkit-transition: all 0.5s ease;
                                -moz-transition: all 0.5s ease;
                                -o-transition: all 0.5s ease;
                                transition: all 0.5s ease;      
                            }
                            .item-page .view .full .introimg a:hover:before{
                                opacity: 1;
                            }
                        .item-page .view .full .introimg .btnslide {
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            margin-left: -38px;
                            margin-top: -38px;
                            cursor: pointer;
                            z-index: 10;
                        }
                    .item-page .view .full .mask {
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        z-index: 1;
                    }
    /* Contact */
    .contact{  
        padding: 0 15px 0 15px;        
        margin-bottom: 30px;
    }
        .contact .heading{
            text-align: center;
            margin-bottom: 40px;
            position: relative;
        }
            .contact .heading .vetdo4{
                right: 0;
            }
            .contact .heading .vetdo5{
                top: -35px;
                z-index: 10;
            }
            .contact .heading h1{
                font-family: '28 Days Later';
                font-weight: normal;
                font-size: 50px;
                line-height: 70px;
                color: #227923;
                text-transform: uppercase;
                margin: 0;
                display: inline-block;
                background: url("../images/line-ngang.jpg") center bottom repeat-x;
                padding-bottom: 40px;
                position: relative;
                min-width: 300px;
            }
                .contact .heading h1:after{
                    background: url("../images/line-star.jpg") center bottom no-repeat;
                    content: '';
                    position: absolute;
                    bottom: 0;
                    width: 83px;
                    height: 34px;
                    left: calc(50% - 41px);
                }
        .contact .controw{
            position: relative;
            z-index: 10;
        }
            .contact .bg-box {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
            }  
            .contact .row {
                padding: 70px 70px 90px 70px;
                position: relative;
                z-index: 1;
                min-height: 400px;
            }
            .contact .mapprint{
                display: none;
            }
            .contact .field-spacer{
                display: none;
            }
            .contact .contact-left{
                margin: 0; 
            }            
                .contact .contact-left .info{
                    position: relative;
                    display: inline-block;
                    padding: 0 30px;
                    margin-bottom: 30px;
                }
                    .contact .contact-left .info:before{
                        background: url("../images/btn-green-l.png") left top no-repeat;
                        content: '';                                                            
                        width: 30px;
                        height: 71px;
                        position: absolute;
                        left: 0;
                        top: 0;
                        -webkit-transition: all 0.5s ease;
                        -moz-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        transition: all 0.5s ease;  
                        z-index: 3;
                    } 
                    .contact .contact-left .info:after{
                         background: url("../images/btn-green-r.png") right top no-repeat;
                         content: '';
                         position: absolute;
                         width: 100%;                                     
                         height: 71px;
                         right: 0;
                         bottom: 0;
                         z-index: 1;
                         padding-left: 21px;
                         background-clip: content-box;
                         -webkit-transition: all 0.5s ease;
                         -moz-transition: all 0.5s ease;
                         -o-transition: all 0.5s ease;
                         transition: all 0.5s ease;  
                    }  
                    .contact .contact-left .info h2 {
                        position: relative;
                        z-index: 2;
                        text-transform: uppercase;
                        font-size: 35px;
                        line-height: 70px;
                        white-space: nowrap;
                        font-family: '28 Days Later';
                        font-weight: normal;
                        color: #fff;
                        margin: 0;
                        height: 71px;
                    }
                    .contact .contact-left .contact-addr{
                        margin-bottom: 30px;
                    }                        
                        .contact .contact-left .contact-addr p{
                            margin-bottom: 10px;
                        }
                            .contact .contact-left .contact-addr a{
                                color: #3b2e1e; 
                            }
                            .contact .contact-left .contact-addr a:hover{
                                color: #f7a01b;    
                            }
                    .contact .contact-left .map{
                        height: 584px!important;
                    }
             .contact .contact-right{
                margin-top: 100px;
             }        
                .contact .controw .contact-right input{
                    width: 100%;
                    margin-bottom: 20px;
                    outline: none;
                    padding: 5px 10px;
                    border: 1px solid #ccc;
                    font-weight: 500;
                    background: #eacb9d;
                }    
                .contact .controw .contact-right textarea{    
                    width: 100%;
                    margin-bottom: 10px;
                    outline: none;
                    padding: 5px 10px;
                    border: 1px solid #ccc;
                    font-weight: 500;
                    background: #eacb9d;    
                }
                .contact .controw .contact-right input.invalid,
                .contact .controw .contact-right textarea.invalid{
                    background:#207a23;
                }
                .contact .controw .contact-right button{
                    border: 0;
                    background: none;
                    position: relative;
                    margin-top: 20px;
                    padding: 0 30px;
                    height: 71px;
                }
                .contact .controw .contact-right button:focus{
                    outline: none;
                    border: 0;
                    box-shadow: none;
                    background: none;
                }
                    .contact .controw .contact-right button:before{
                        background: url("../images/btn-brown-l.png") left top no-repeat;
                        content: '';                                                            
                        width: 30px;
                        height: 71px;
                        position: absolute;
                        left: 0;
                        top: 0;
                        -webkit-transition: all 0.5s ease;
                        -moz-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        transition: all 0.5s ease;  
                        z-index: 3;
                    } 
                        .contact .controw .contact-right button:hover:before{
                            background: url("../images/btn-green-l.png") left top no-repeat;
                        }
                    .contact .controw .contact-right button:after{
                         background: url("../images/btn-brown-r.png") right top no-repeat;
                         content: '';
                         position: absolute;
                         width: 100%;                                     
                         height: 71px;
                         right: 0;
                         bottom: 0;
                         z-index: 1;
                         padding-left: 21px;
                         background-clip: content-box;
                         -webkit-transition: all 0.5s ease;
                         -moz-transition: all 0.5s ease;
                         -o-transition: all 0.5s ease;
                         transition: all 0.5s ease;  
                    }  
                        .contact .controw .contact-right button:hover:after{
                            background: url("../images/btn-green-r.png") right top no-repeat;
                            background-clip: content-box;
                        }
                    .contact .controw .contact-right button span{
                        position: relative;
                        z-index: 2;
                        text-transform: uppercase;
                        font-size: 35px;
                        line-height: 70px;
                        white-space: nowrap;
                        font-family: '28 Days Later';
                        font-weight: normal;
                        color: #fff;
                        margin: 0;
                        height: 71px;                  
                    }
                    .contact .controw .contact-right .required-text{
                        display: block;
                        margin-top: 20px;
                    }
    /* Footer */                         
    .bg-footer{           
        width: calc(100% - 150px);
        height: 464px;
        position: absolute;
        left: 87px;
        bottom: 0;
        z-index: 6;
        padding: 0;
    }
        .bg-footer img{
            width: 100%;
            height: 464px;
        }                        
    #footer{        
        height: 442px;
        width: 100%;
        position: relative;        
        background: #ebcc9e;
    }          
        #footer .icon-xe{
            background: url("../images/icon-xe-f.png") no-repeat;
            width: 414px;
            height: 213px;
            position: absolute;
            left: -40px;
            top: 0;
            z-index: 7;
        }
        #footer .icon-star{
            background: url("../images/icon-star.png") no-repeat;
            width: 93px;
            height: 90px;
            position: absolute;
            right: 0px;
            top: 7px;
            z-index: 5;
        }
        #footer .icon-jeep{
            background: url("../images/icon-jeep.png") no-repeat;
            width: 145px;
            height: 101px;
            position: absolute;
            left: calc(50% - 50px);
            top: 25px;
            z-index: 5;
        }
        #footer .info{
            color: #fff;
            position: relative;
            z-index: 10;
            padding: 220px 85px 0 85px;
            font-size: 18px;
            line-height: 28px;
            font-weight: 500;
        }
            #footer .info a{
                color: #fff;
            }
                #footer .info a:hover{
                    color: #f7a01b;
                }
            #footer .info .aboutus{
                margin: 0;
                line-height: 35px;
            }
            #footer .info .contact{
                margin: 0;
                padding-left: 110px;
            }
                #footer .info .contact h3{
                    text-transform: uppercase;
                    color: #fff;
                    margin-bottom: 10px;
                }
                #footer .info .contact img{
                    margin-right: 10px;
                }
                #footer .info .contact p{
                    margin-bottom: 10px;
                }
            #footer .info .follow{
                margin: 0;
                text-align: right;
                padding-top: 20px;
                padding-right: 0;
                position: relative;
            }
                #footer .info .follow .moduletable{
                    position: absolute;
                    right: 0;
                    top: -50px;
                }                
                    #footer .info .follow .moduletable h3{
                        color: #fff;
                        float: left;
                        margin-right: 10px;
                        margin-bottom: 0;
                        line-height: 50px;
                        text-transform: uppercase;
                    }
                    #footer .info .follow .moduletable .custom{
                        float: left;
                    }                         
                        #footer .info .follow .moduletable .custom img{
                            max-width: 100%;
                            margin-left: 5px;
                            opacity: 0.8;
                            -webkit-transition: all 0.5s ease;
                            -moz-transition: all 0.5s ease;
                            -o-transition: all 0.5s ease;
                            transition: all 0.5s ease;  
                        }
                            #footer .info .follow .moduletable .custom img:hover{
                                opacity: 1;
                            }
                    #footer .info .follow .logo-f{
                        position: absolute;
                        right: 0px;
                        top: 15px;
                        width: 100%;
                        height: 100%;
                    }                       
/* Class chung*/
.box-t{
    width: 100%;
    height: 51px;
}
    .box-t-l{
        background: url("../images/box/box-t-l.png") no-repeat;
        position: absolute;
        left: 0;
        width: 61px;
        height: 51px;
        z-index: 2;
    }
    .box-t-c{
        background: url("../images/box/box-t-c.png") no-repeat;
        position: absolute;
        left: 61px;
        width: calc(100% - 61px - 60px);
        height: 51px;
        z-index: 1;
    }
    .box-t-r{
        background: url("../images/box/box-t-r.png") no-repeat;
        position: absolute;
        right: 0;
        width: 60px;
        height: 51px;
        z-index: 2;
    }
.box-c{
    width: 100%;
    height: calc(100% - 51px - 40px);
    position: relative;
}
    .box-c-l{
        background: url("../images/box/box-c-l.png") repeat-y #ebcc9e;
        position: absolute;
        left: 0;
        width: 61px;
        height: 100%;
        z-index: 2;
    }
    .box-c-c{
        background: url("../images/box/box-c-c.jpg") repeat-y #ebcc9e;
        background-size: cover;
        position: absolute;
        left: 61px;
        width: calc(100% - 61px - 60px);
        height: 100%;
        z-index: 1;
    }
    .box-c-r{
        background: url("../images/box/box-c-r.png") repeat-y #ebcc9e;
        position: absolute;
        right: 0;
        width: 60px;
        height: 100%;
        z-index: 2;
    }
.box-b{
    width: 100%;
    height: 40px;
    position: relative;
}
    .box-b-l{
        background: url("../images/box/box-b-l.png") no-repeat #ebcc9e;
        position: absolute;
        left: 0;
        width: 61px;
        height: 40px;
        z-index: 2;
    }
    .box-b-c{
        background: url("../images/box/box-b-c.png") no-repeat #ebcc9e;
        position: absolute;
        left: 61px;
        width: calc(100% - 61px - 60px);
        height: 100%;
        z-index: 1;
    }
    .box-b-r{
        background: url("../images/box/box-b-r.png") no-repeat #ebcc9e;
        position: absolute;
        right: 0;
        width: 60px;
        height: 100%;
        z-index: 2;
    }


.line{
    background: url("../images/line-ngang.jpg") center bottom repeat-x;
    height: 34px; 
    width: 476px;  
    max-width: 100%;
    margin: 0 auto;   
    position: relative;  
}  
   .line:after{
        background: url("../images/line-star.jpg") center bottom no-repeat;
        content: '';
        position: absolute;
        bottom: 0;
        width: 83px;
        height: 34px;
        left: calc(50% - 41px);
    }                                                                                                             
}
.vetdo1{
    background: url("../images/vet-do/vet-do-1.jpg") no-repeat;
    position: absolute;
    width: 97px;
    height: 95px;
    background-size: cover;
}
.vetdo2{
    background: url("../images/vet-do/vet-do-2.jpg") no-repeat;
    position: absolute;
    width: 119px;
    height: 62px;
    background-size: cover;    
}
.vetdo3{
    background: url("../images/vet-do/vet-do-3.jpg") no-repeat;
    position: absolute;
    width: 178px;
    height: 83px;
    background-size: cover;   
}
.vetdo4{
    background: url("../images/vet-do/vet-do-4.jpg") no-repeat;
    position: absolute;
    width: 67px;
    height: 104px;
    background-size: cover;
}
.vetdo5{
    background: url("../images/vet-do/vet-do-5.png") no-repeat;
    position: absolute;
    width: 304px;
    height: 329px;
    background-size: cover;
}
.vetdo6{
    background: url("../images/vet-do/vet-do-6.jpg") no-repeat;
    position: absolute;
    width: 243px;
    height: 120px;
    background-size: cover;
}
.vetdo7{
    background: url("../images/vet-do/vet-do-7.jpg") no-repeat;
    position: absolute;
    width: 205px;
    height: 119px;
    background-size: cover;
}
.vetdo8{
    background: url("../images/vet-do/vet-do-8.png") no-repeat;
    position: absolute;
    width: 339px;
    height: 193px;
    background-size: cover;
}
.vetdo9{
    background: url("../images/vet-do/vet-do-9.png") no-repeat;
    position: absolute;
    width: 650px;
    height: 193px;
    background-size: cover;
}
.vetlop1{
    background: url("../images/vet-do/vet-lop-1.png") no-repeat;
    position: absolute;
    width: 350px;
    height: 307px;
    background-size: cover;
    right: 90px;
    top: 0px;
    z-index: 1;
}
.vetlop2{
    background: url("../images/vet-do/vet-lop-2.png") no-repeat;
    position: absolute;
    width: 580px;
    height: 486px;
    background-size: cover;
    right: 310px;
    bottom: -476px;
    z-index: 10;
    
}
.vetlop3{
    background: url("../images/vet-do/vet-lop-3.png") center -100px no-repeat;
    position: absolute;
    width: 450px;
    height: 622px;
    background-size: cover;
    left: 40px;
}
/* end */
.tb-mid{
    display: table;
    height: 100%;
    width: 100%;
}
    .tb-mid .tb-cell{
        display: table-cell;
        vertical-align: middle;
    }  
.rotalock,.rotalock-mb{display: none;}

/* No price */
#tours .box-cont .introimg .trans .info,
#tourdetail .other .introimg .trans .info{
    padding-top: 40px;
}
    #tours .box-cont .introimg .trans .info .title.noprice,
    #tourdetail .other .introimg .trans .info .title.noprice{
        margin-bottom: 0;
        padding-right: 45px;
    } 