/*
Theme Name:  Đại Lý.
Description: Đại Lý Template
Design by: The Newx Techs Co.
Author: The Newx Techs Co.
Version: 1.0
Text Domain: Đại Lý
*/



/*
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Common Format
 * 3.0 - Repeatable Patterns
 * 4.0 - Basic Structure
 * 5.0 - Header
 *   5.1 - Site Header
 *   5.2 - Navigation
 * 6.0 - Content
 * 7.0 - Footer
 * ----------------------------------------------------------------------------
 
 */
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
    /*--- END CUSTOM ---*/
    * {margin: 0px; padding: 0px; border:0; outline:none;}
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    nav,
    section,
    summary {
        display: block;
    }
    audio,
    canvas,
    video {
        display: inline-block;
    }
    audio:not([controls]) {
        display: none;
        height: 0;
    }
    [hidden] {
        display: none;
    }
    html {
        font-size: 100%;
        margin: 0 auto;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
    }
    html,
    button,
    input,
    select,
    textarea {
        font-family: 'Roboto',Helvetica, sans-serif;
        /* font-weight: 300; */
    }
    a:focus {}
    a:active,
    a:hover {
        outline: 0;
    }
    address {
        font-style: italic;
        margin: 0 0 24px;
    }
    abbr[title] {
        border-bottom: 1px dotted;
    }
    b,
    strong {
        font-weight: bold;
    }
    dfn {
        font-style: italic;
    }
    mark {
        background: #ff0;
        color: #000;
    }
    div, ul, li{}
    code,
    kbd,
    pre,
    samp {
        font-family:  'Roboto',Helvetica, sans-serif;
        font-size: 14px;
        -webkit-hyphens: none;
        -moz-hyphens:    none;
        -ms-hyphens:     none;
        hyphens:         none;
    }
    pre {
        color: #666;
        font-family:  'Roboto',Helvetica, sans-serif;
        font-size: 14px;
        margin: 20px 0;
        overflow: auto;
        padding: 20px;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }
    blockquote,
    q {
        -webkit-hyphens: none;
        -moz-hyphens:    none;
        -ms-hyphens:     none;
        hyphens:         none;
        quotes: none;
    }
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }
    blockquote {
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        margin: 24px 40px;
    }
    blockquote blockquote {
        margin-right: 0;
    }
    blockquote cite,
    blockquote small {
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
    }
    blockquote em,
    blockquote i {
        font-style: normal;
        font-weight: 300;
    }
    blockquote strong,
    blockquote b {
        font-weight: 400;
    }
    small {
        font-size: smaller;
    }
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    sup {
        top: -0.5em;
    }
    sub {
        bottom: -0.25em;
    }
    dl {
        margin: 0 20px;
    }
    dt {
        font-weight: bold;
    }
    dd {
        margin: 0 0 20px;
    }
    menu,
    ol,
    ul {
        margin: 16px 0;
        padding: 0 0 0 40px;
    }
    ul {
        /* list-style-type: square; */
    }
    ul.menu-main,
    ol.menu-main {
        list-style: none;
        list-style-image: none;
    }
    li > ul,
    li > ol {
        margin: 0;
    }
    img {
        -ms-interpolation-mode: bicubic;
        border: 0;
        vertical-align: middle;
    }
    svg:not(:root) {
        overflow: hidden;
    }
    figure {
        margin: 0;
    }
    form {
        margin: 0;
    }
    fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
    }
    legend {
        border: 0;
        padding: 0;
        white-space: normal;
    }
    button,
    input,
    select,
    textarea {
        font-size: 100%;
        margin: 0;
        max-width: 100%;
        vertical-align: baseline;
    }
    button,
    input {
        line-height: normal;
    }
    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }
    button[disabled],
    input[disabled] {
        cursor: default;
    }
    input[type="checkbox"],
    input[type="radio"] {
        padding: 0;
    }
    input[type="search"] {
        -webkit-appearance: textfield;
        /* padding-right: 2px; */ /* Don't cut off the webkit search cancel button */
        /* width: 250px; */
    }
    input[type="search"]:-webkit-search-decoration {
        -webkit-appearance: none;
    }
    button:-moz-focus-inner,
    input:-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    textarea {
        overflow: auto;
        vertical-align: top;
    }
    table {
        /* border-collapse: collapse;
        border-spacing: 0; */
        font-size: 14px;
        width: 100%;
    }
    caption,
    th,
    td {
        /* font-weight: normal;
        text-align: left; */
    }
    caption {
        font-size: 16px;
        margin: 20px 0;
    }
    th {
        /* font-weight: bold;
        text-transform: uppercase; */
    }
    td {
    /*  padding: 6px 10px 6px 0; */
    }
    del {
        color: #333;
    }
    ins {
        background: #fff9c0;
        text-decoration: none;
    }
    hr {
        background:#e1e1e1;
        border: 0;
        height: 1px;
        margin: 0 0 18px;
    }
    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
/**
 * 2.0 - COMMON FORMAT
 */
/*_Media*/
    .media {margin:10px}.media,.bd {overflow:hidden;_overflow:visible;zoom:1}
    .media .img {float:left;margin-right:10px}
    .media .img img{dis play:block}
    .media .imgr {float:right;margin-left:10px}
/*_Float*/
    .listh {overflow:hidden}
    .right,.colr {float:right}
    .left,.col,.col1,.col2,.col3,.col4,.listh li {float:left}
/*_Inner*/
    .noborder{border:0 !important}
    input[type='submit'],input[type='button']{cursor:pointer}
    strong{font-weight:bold !important}
    .italic{font-style:italic !important}
    .uppercase{text-transform:uppercase}
    .text-center{text-align:center}
    .rounded{position:relative; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
/**
 * 3.0 - Repeatable Patterns
 */
/**
 * 4.0 - Basic Structure
 */

* {
    -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s;
}
html {background: #fff;}

.relative {position:relative;}
.absolute {position:absolute;}
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align: center;}
.align-justify {text-align: justify;}
.visible_phone {display:none;}
.align-left {text-align: left;}.align-right{text-align: right;}
.float-left {float: left;}.float-right{float: right;}
.uppercase {text-transform: uppercase;}
.clear {clear: both;}
.clear:after {clear: both; content: ""; display: table;}


/*TEMPLATE*/
/*TOP LOGO*/
.align-center{text-align: center;}
.header-main_top{
    padding: 15px 0;
    color: #000;
    background: #007D34;
    /* box-shadow: 0 0 10px #fff; */
    margin-bottom: 15px;
    border-top: 5px solid #007D34;
    width: 1200px;
    margin: 0 auto;
}

/*NAV*/
.sidebar_and_nav{
    padding: 0 15px 15px 0;
    width: 250px;
    z-index: 150;
}
.navigation{
    position: relative;
    padding: 10px;
    background-color: #fff;
}
.navigation:before ,.banner-home:before{
    position: absolute;
    width: 30px;
    height: 30px;
    border-left: 2px solid #007d34;
    content: '';
    display: inline-block;
    top: 5px;
    border-top: 2px solid #007d34;
    left: 5px;z-index: 100;
}
.analystic:after ,.banner-home:after{
    position: absolute;
    width: 30px;
    height: 30px;
    border-right: 2px solid #007d34;
    content: '';
    display: inline-block;
    bottom: 5px;
    border-bottom: 2px solid #007d34;
    right: 5px;z-index: 100;
}
.navigation ul{
    margin-top: 0;
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
}
li.menu-item-has-children:after{
    content: "\f196";
    position: absolute;
    right: 0;
    top: 50%;
    width: 5px;
    margin-top: -12px;
    height: 15px;
    color: #000;
    width: 32px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.navigation ul ul{
    display: none;
    position: absolute;
    right: 0;
    top: -1px;
    right: -220px;
    background-color: #007D34;
    width: 220px;
    z-index: 999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
}
.navigation ul ul ul{
    display: none;
}
.navigation ul li:hover > ul{
    top: -1px;
    display: block;
}
.navigation ul ul li:hover > ul{
    display: block;
}
.navigation ul li{
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.navigation ul li:last-child{
    border-bottom: 0;
}
.navigation ul li:hover,.navigation ul li.current-menu-item{
    background-color: #007d34;
    color: #fff;
}
.navigation ul li:hover > a,.navigation ul li.current-menu-item a{
    color: #fff;
}
.navigation ul li a{
    color: #000;
    text-decoration: none;
    font-size: 1.2em;
    text-transform: uppercase;
    display: block;
    padding: 15px 15px 15px 20px;
}
.navigation ul li  li >  a{padding: 10px;font-size: 0.8em;color: #fff;}
.navigation ul li  li:hover > a{color: #000;}
.search-field {
    width: 75%;
    float: right;
    background-color: #fff;
    padding: 10px 10px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topsearch{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 0 20px; */
}
.topsearch input[type='text']{
    width: 80%;
    float: left;
    height: 25px;
    border: 1px solid #007D34;
    box-sizing: border-box;
    font-size: 0.9em;
    padding-left: 10px;
}
#searchsubmit{
    height: 25px;
    width: 18%;
    background-color: #000;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #000;
    font-weight: bold;
}
.right_btn{width: 100%;display: inline-block;height: 25px;background-color: #007D34;text-decoration: none;text-align: center;line-height: 25px;border: 1px solid #007D34;box-sizing: border-box;color: #fff;}
/*analystic*/
.analystic{
    background: #fff;
    padding: 10px 10px 20px 10px;
    color: #000;
    min-height: 200px;
    background: #fff url(../images/fish.jpg) no-repeat right bottom;
    position: relative;
}

.user_online{
    
display: block;
    
margin-bottom: 10px;
    
font-family: 'Lobster';
}
.user_guest{
    font-family: 'Lobster';
    font-size: 1em;
}

/* PAGE */
/*Breadcrumb*/
.breadcrumbs a{text-decoration: none;}
/*TITLE*/
.main_title{
    margin-bottom: 20px;
    position: relative;
}
.main_title:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background-color: #000;
}
.title_inner{
    background: #007D34;
    padding: 10px 15px 15px 15px !important;
    color: #fff;
    font-size: 1.4em !important;
}

/*SEARCH*/
.content_inner ol li {
    
border-bottom: 2px dashed #000;
    
margin-bottom: 2em;
    
text-align: center;
}
.search_detail{text-align: left;}
/*HOME*/
.banner-home{
    background: #fff;
   
    margin-bottom: 35px;
    position: relative;
}

.home_intro_txt{
    text-align: center;
    padding: 30px 0;
    font-family: 'Lobster';
    font-size: 2em;position: relative;
}
.home_intro_txt:after{
    content: '';position: absolute;
    left: 0;width: 100%;height: 3px;bottom: 50%;
    background: url(../images/bg-txt.jpg) repeat-x;
}
.home_intro_txt span{background: #fff;z-index: 100;position: relative;/* padding: 0 25px; */font-size: 0.4em;}
.main_content ul.home-extra_page{
    list-style: none;margin:0;
}
.home-extra_blk{margin: 30px 0;overflow: hidden;padding: 20px 0 15px 0;}
.main_content ul.home-extra_page li{
    width: 33.333%;
    float: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.width_wrap{
    width: 360px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 100;
    padding: 0 10px;
}
.inner_detail {
    position: relative;
}
.inner_detail .txt-info{
    position: absolute;
    bottom: 0;
  left:0;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
          transition: all 0.5s;

}
.inner_detail:hover .txt-info{
    padding: 20px 0;
    background: #007D34;
}
.main_page_wrapper{
    color: #fff;
    padding: 15px 0 20px 0;
}
.page_content {
    width: 75%;
    background: #fff;
    padding: 10px 10px;
    color: #000;
    float: right;
}
.breadcrumbs{
    padding-bottom: 20px;
}

/*BẢNg Giá*/
.table-price ul {margin-left: 0;}
.table-price ul li{list-style: none;}
.table-price ul li a{text-decoration: none;}


/*product */
.product-list_name{width: 100%;display: block;padding: 10px;margin-bottom: 10px;background-color: #000;text-decoration: none;box-sizing: border-box;font-weight: bold;text-transform: uppercase;}
.product-list_name:hover{color: #fff;background-color: #007D34;}
.product-shortdesc {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.inner_shortdesc{
    width: 300px;
    text-align: center;
    display: inline-block;
}
.product-main_content_desc a{text-decoration: none; text-transform: uppercase;}
.product-inner_title{padding: 15px 0;display: inline-block;font-weight: bold;}
.product-list_li{margin-bottom: 2em;}
.main_content ul.product-list_inner{margin: 0;width: 100%;    overflow: hidden;}
.main_content ul.product-list_inner li {
    float: left;text-align: center;
    width: 25%;
    list-style: none;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-div_wrapper{overflow: hidden;}
.product-list_name span{color:#fff;}
.product-list_name:hover span{/* color: #000; */}
.product-main_content_desc img{width: 100%;border-radius: 50%;}
.product_cus{
    color: #fff;margin-right: 1em;
    border:1px solid #fff;padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;border-radius: 50%;
}






/*Bottom Page*/
.main_content  ul.product-list{margin:0;padding: 0;width: 100%;padding-top: 20px;}
.main_content ul.product-list li{
    width: 23.96%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    display: inline-block;
    float: left;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}
.main_content ul.product-list li:last-child,.main_content ul.product-list li.last-child{margin-right: 0;}
.img-wrapper{
    width: 100%;
    position: relative;
}
.main_content ul.product-list li div .img img{
   width: 100%;
   border-radius: 50%;
   /* border: 1px solid #000; */
}
.product-wrapper{
    /* border-top: 2px solid #000; */
    margin: 20px 0;
}
.circle{
    position: relative;
}
.item-hover.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.info .fa{
    font-size: 50px;
}
 a:hover .infor span.fa{color: #fff;}
.item-hover.circle.effect10 .info {
    background: #333333;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.item-hover.circle.effect10 a:hover .info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 1;
    color: #fff;
}
.item-hover.circle.effect10.top_to_bottom a:hover .img {
    -webkit-transform: translateY(50px) scale(0.5);
    -moz-transform: translateY(50px) scale(0.5);
    -ms-transform: translateY(50px) scale(0.5);
    -o-transform: translateY(50px) scale(0.5);
    transform: translateY(45px) scale(0.5);
    position: relative;
}
.item-hover.circle.effect10 .img {
    z-index: 11;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.item-hover.circle.effect10 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
    margin-top: 1em;
    font-family: 'Roboto Condensed', sans-serif;
}
.item-hover.circle.effect10 .info p {
    color: #bbb;
    font-style: italic;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.icon_txt{
    display: block;
    width: 100%;
    padding: 15px 0;
}
.txt-info {text-transform: uppercase;font-weight: 700;}
/*FOOTER*/

footer{
    background: #000;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    z-index: 160;
    border-top: 4px solid #007D34;
    position: relative;
}
footer .main_content{
    padding-top: 45px;
}
footer a{text-decoration: none;}
.go-top{cursor: pointer;display: inline-block;width: 50px;height: 30px;position: absolute;background-color: #007D34;border: 2px solid #007D34;margin-bottom: 1em;line-height: 30px;top: 0;margin-left: -25px;}
.go-top:hover{color: #000;/* border-color: #007D34; */border-left: 2px solid #fff;border-right: 2px solid #fff;border-top: 2px solid #fff;}
.copyright{font-size: 0.7em;}
/*END THEME*/
/*CUSTOM FANCY*/
.custom_div_fancy {
    overflow: auto;
    width: 100%;
    height: auto;
    display: none;
    background-color: #FDFDFD;
}
.fancybox-opened .fancybox-title{
    text-align: center;
    font-size: 1.2em;
}
.fancybox-opened .fancybox-title a{text-decoration: none;font-family: 'Lobster';}
.fancybox-opened .fancybox-title a span{ margin-right: 1em;}

div.blur img {

    width: 100%;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;

}
.blur:hover img {
    -webkit-filter: blur(3px);
}