/* Minification failed. Returning unminified contents.
(292,23): run-time error CSS1046: Expect comma, found '0'
(292,27): run-time error CSS1046: Expect comma, found '/'
(3070,42): run-time error CSS1034: Expected closing parenthesis, found ','
(3070,42): run-time error CSS1042: Expected function, found ','
(3070,47): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(3071,37): run-time error CSS1034: Expected closing parenthesis, found ','
(3071,37): run-time error CSS1042: Expected function, found ','
(3071,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(3076,42): run-time error CSS1046: Expect comma, found '0'
(3076,46): run-time error CSS1046: Expect comma, found '/'
(3078,40): run-time error CSS1034: Expected closing parenthesis, found ','
(3078,40): run-time error CSS1042: Expected function, found ','
(3078,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(6070,27): run-time error CSS1046: Expect comma, found '0'
(6070,31): run-time error CSS1046: Expect comma, found '/'
(6073,33): run-time error CSS1046: Expect comma, found '0'
(6073,37): run-time error CSS1046: Expect comma, found '/'
 */
@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, img, embed {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    border: 0;
}

ol, ul {
    list-style-position: inside;
}

:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.inline {
    display: inline
}

.clear {
    clear: both
}

body {
    color: #241e20;
    font-family: roboto,Tahoma,sans-serif,arial;
    background: #f6f6f6;
}

a {
    text-decoration: none;
    color: #241e20;
    font-weight: bold
}

    a img {
        border: none;
    }

    a:hover, a:focus {
        color: #058e32;
        outline: none;
        text-decoration: none !important;
    }

    a:active {
        outline: none;
        text-decoration: none !important;
    }

img {
    vertical-align: center;
    border: 0;
    border-spacing: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

td, input, textarea {
    padding: 5px;
}

#wrapper {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.container {
    position: relative;
    clear: both;
}

#topbar {
    color: #fff;
    text-align: left;
    background: #058e32;
}
.user-area{float:right;position:relative;top:17px;}
.user-area a {
    font-weight: normal;
}

    #topbar ul {
        list-style: none;
        float: right;
    }

    #topbar .col-md-5 ul {
        float: left;
    }

    #topbar ul > li:after {
        content: "";
        display: block;
        width: 1px;
        height: 16px;
        background: #fff;
        float: right;
        margin-right: -15px;
        margin-top: 10px;
    }
    #topbar div.col-lg-9 > ul > li:first-child:after {display:none;}
    #topbar ul > li {
        float: left;
        line-height: 38px;
        margin-right: 30px;
    }

        #topbar ul > li > a {
            color: #fff;
        }

        #topbar ul li i {
            margin-right: 6px;
        }
#topbar .dropdown ul > li{width:100%;margin-right:0;line-height:normal;}
#topbar .dropdown ul > li:after{display:none;}
#topbar .dropdown ul > li > a {display: block;color: #000;padding:10px;}
#topbar .dropdown ul > li > a:hover {background-color:#058e32;color: #fff;}
#header {
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: relative;
    background: #fff;
    color: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.15);
}

#logo {
    position: relative;
    text-align: left;
}

    #logo img {
        max-height: 66px;
        max-width: 100%;
    }

/*#search {*/
/*    float: right;*/
/*    margin-top: 5px;*/
/*}*/

/*    #search > span {*/
/*        text-align: center;*/
/*        height: 36px;*/
/*        width: 36px;*/
/*        line-height: 36px;*/
/*        color: #fff;*/
/*        background: #058e32;*/
/*        display: none;*/
/*        cursor: pointer;*/
/*        -moz-border-radius: 50%;*/
/*        -webkit-border-radius: 50%;*/
/*        border-radius: 50%;*/
/*    }*/

/*        #search > span:hover {*/
/*            background: #058e32;*/
/*        }*/

/*        #search > span > i {*/
/*        }*/

/*#frmsearch {*/
/*    background: #fff;*/
/*    width: 220px;*/
/*    position: relative;*/
/*}*/

/*#txtsearch {*/
/*    padding: 0 30px 0 8px;*/
/*    width: 100%;*/
/*    height: 28px;*/
/*    line-height: 28px;*/
/*    background-color: #fff;*/
/*    color: #666;*/
/*    border: none;*/
/*}*/

/*    #txtsearch:hover {*/
/*    }*/

/*#btnsearch {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    background: none;*/
/*    display: block;*/
/*    color: #666;*/
/*    margin: 0 auto;*/
/*    width: 30px;*/
/*    height: 28px;*/
/*    line-height: 28px;*/
/*    cursor: pointer;*/
/*    border: none;*/
/*    text-align: center;*/
/*}*/

/*    #btnsearch i {*/
/*        font-size: 1rem;*/
/*    }*/

/* star p17 */
#right-panel .box_tbl{
    background: none
}
#right-panel .box_tbl .box_body{
    background: #fff;
    margin-bottom: 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#right-panel .box_tbl .box_body .box1{
    margin: 0;
}
.Slide-Home{
    position: relative;
}
.class-nav-toggle{
    left: 50px !important;
}
.nav-seach-home-p{
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    z-index:1;
    display: none;
    max-width: 1050px !important;
    font-size: 14px;
}
.nav-seach-home-p .formSearch{
    background: rgb(0 0 0 / 62%);
}
.formSearch-1-p .formSearch-1-div-1-p {
    padding:20px 0px 0px 0px!important;
}
.formSearch-1-p .formSearch-1-div-1-p .formSearch-1-div-2-p {
    position: relative;
    padding: 0px!important;
}
.formSearch-1-p .formSearch-1-div-1-p .formSearch-1-div-2-p:nth-child(2n+1) .form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
    min-height: 44px;
}
.formSearch-1-p .formSearch-1-div-1-p .formSearch-1-div-2-p:nth-child(2n+2) .form-control{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.formSearch-1-p .formSearch-1-div-1-p .formSearch-1-div-2-p:nth-child(2n+2) button span{
    display: none;
}
.nav-seach-home-p .formSearch-1-p .formSearch-1-div-1-p .formSearch-1-div-2-p .formSearch-1-btn-1-p{
    padding: 4px;
    z-index: 1;
    position: absolute;
    max-width: 45px;
    right: 5px;
    top: 5px;
    background-color: #037327;
}
.formSearch-2-p .formSearch-2-div-1-p .form-group{
    margin: 0px;
}
.formSearch-2-p .formSearch-2-div-1-p{
    padding-bottom: 0px!important;
}
.formSearch-2-p .formSearch-2-div-1-p:nth-child(2n+1){
    padding: 10.5px 0px;
}
.formSearch-2-p .formSearch-2-div-1-p:nth-child(2n+1) .formSearch-2-div-2-p:nth-child(4n+1) {
    padding: 0px 7px 0px 0px;
}
.formSearch-2-p .formSearch-2-div-1-p:nth-child(2n+1) .formSearch-2-div-2-p:nth-child(4n+2),
.formSearch-2-p .formSearch-2-div-1-p:nth-child(2n+1) .formSearch-2-div-2-p:nth-child(4n+3) {
    padding:  0px 3.5px;
}
.formSearch-2-p .formSearch-2-div-1-p:nth-child(2n+1) .formSearch-2-div-2-p:nth-child(4n+4) {
   padding: 0px 0px 0px 7px;
}
.formSearch-2-p .formSearch-2-div-1-p:nth-child(2n+2){
    padding: 10.5px 0px 0px 10.5px;
}
.formSearch-2-p .formSearch-2-div-1-p:nth-child(2n+2) .formSearch-2-div-2-p:nth-child(2n+1) {
    padding: 0;
}

.formSearch-2-p .formSearch-up-p,
.formSearch-2-p .formSearch-dow-p
{
    background: none;
    color: #037327;
    border: 1px solid #037327;
}
.filter-hidden{
    top: 50px !important;
    width: 100%!important;
    min-width: 250px!important;
    border-radius: 5px !important;
}
.nav-seach-home-p .formSearch-p{
    background: rgba(0,0,0,0.6);
    padding: 0px 20px;
    border-radius: 5px;
}
.formSearch-2-p .formSearch-2-div-2-p button i{
    padding-left: 14px;
}
.formSearch-2-p .formSearch-2-div-2-p .formSearch-up-p{
    padding: 7.5px 0px;
    height: 44px;
}
.nav-seach-home-p .formSearch-2-p .formSearch-2-div-2-p input,
.nav-seach-home-p .formSearch-2-p .formSearch-2-div-2-p button,
.nav-seach-home-p .formSearch-2-p .formSearch-2-div-2-p select{
    background: none !important;
    color: #fff;
    border: 1px solid #ced4da!important;
}
.formSearch-2-p .formSearch-2-div-2-p select option{
    background: none !important;
    color: #000;
}
.formSearch-p .formSearch-p-end{
    padding-bottom: 14px!important;
}

.formSearch-list-p{
    height: 44px;
}
.div-seach-home-p .ui-widget.ui-widget-content {
    position: relative !important;
}
.div-seach-home-p .ui-tabs .ui-tabs-nav {
    position: absolute !important;
    top: -25px !important;
    left: 20px !important;
}
.div-seach-home-p .ui-tabs .ui-tabs-nav li a {
    background-color: #ffffffe0 !important;
    color: #000 !important;
    border: 0px !important;
    font-size: 14px;
}
.nav-seach-home-p .ui-tabs .ui-tabs-nav li a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border:0px;
}
.nav-seach-home-p .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: rgba(0,0,0,0.6) !important;
    color: #fff !important;
    border: 1px solid #058e32;
    position: relative;
    border:1px solid #fff;
}
.nav-seach-home-p .ui-tabs .ui-tabs-nav li:hover a{
    background-color: rgba(0,0,0,0.6) !important;
    color: #fff !important;
    border: 1px solid #058e32;
    position: relative;
    border:1px solid #fff;
}
/*.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
    background-color: rgba(0,0,0,0.6) !important;
    color: #fff !important;
}*/

/* mac dinh*/

.formSearch{
    background: #fff;
}
.ui-tabs .ui-tabs-nav li a {
    display: block;
}

.formSearch-1-btn-1-p {
    padding: 4px;
    z-index: 1;
    position: absolute;
    max-width: 45px;
    right: 5px;
    background-color: #037327;
    border-color: #037327;
    top: 3px;
}
/* end p17 */
#search {
    position: absolute;
    top: 9px;
    right: 15px
}

#search>span {
    height: 50px;
    width: 42px;
    line-height: 50px;
    color: #058e32;
    /*background: #146cb2;*/
    display: block;
    cursor: pointer
}

#search>span>i {
    font-size: 1.4rem
}

#frmsearch {
    display: none;
    position: absolute;
    padding: 8px;
    background: #f2f2f2;
    border-top: 2px solid #146cb2;
    top: 44px;
    right: 0;
    width: 260px;
    text-align: left;
    border-radius: 0 0 5px 5px;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 5px 0 rgba(133,131,133,.4);
    -moz-box-shadow: 0 2px 5px 0 rgba(133,131,133,.4);
    box-shadow: 0 2px 5px 0 rgba(133,131,133,.4)
}

#txtsearch {
    padding: 0 36px 0 8px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    color: #666;
    border: 1px solid #f2f2f2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

#txtsearch:hover {
    border: 1px solid #999
}

#btnsearch {
    position: absolute;
    right: 8px;
    top: 10px;
    background: none;
    display: block;
    color: #666;
    margin: 0 auto;
    width: 36px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    border: none;
    text-align: center
}

#btnsearch i {
    font-size: 1.2rem
}


#nav-toggle, #closemenu, .showhide-subul {
    display: none;
}
.post-bds,.interested{float:right;position:relative;top:17px;margin-left:15px;}
.post-bds{top:10px;}
.user{position:relative;}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    width: 240px;
    background-color: #fff;
    font-size: 1rem;
    border: 2px solid #037327;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.15);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.15);
}

    .dropdown-content a {
        display: block;
        padding: 10px 8px 10px 40px;
        line-height: normal;
        border-bottom: 1px solid #eee;
        text-align: left;
        margin: 0 !important;
        position: relative;
        color:#000!important;
    }

        .dropdown-content a:hover {
            background-color: #037327;color:#fff!important;
        }
        .dropdown-content a i {
            width: 28px;
            height: 100%;
            line-height: 36px;
            background-color: #037327;
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            text-align: center
        }
.user:hover .dropdown-content {
    display: block;
    z-index: 9999;
}
.user-login{list-style:none;}
.user-login > li{float:left; margin-left:13px;}
#menu {
    width: 100%;
    position: relative;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.15);
}

#slideshow {
    width: 100%;
    height: auto;
    position: relative;
}

#body {
    margin: 15px auto;
    width: 1200px;
    clear: both;
    text-align: left;
}

#left-panel {
    display: none;
    width: 0;
    text-align: left;
    margin: 0;
    float: left;
}

#body-panel {
    text-align: left;
    width: 73%;
    float: left;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 20px 20px 20px;
    margin-bottom: 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#right-panel {
    width: 25%;
    text-align: left;
    margin: 0;
    float: right;
}

    #right-panel .home-title span {
        font-size: 1.1rem
    }

    #right-panel .home-title {
        margin: 0
    }

    #right-panel .news .news-image {
        width: 36%
    }

    #right-panel .news-info {
        width: 64%;
        padding-left: 10px
    }

        #right-panel .news-info .title {
            line-height: 1.1;
        }

            #right-panel .news-info .title a, #right-panel .news-info .posted-date {
                font-weight: normal;
                font-size: 1rem;
            }

        #right-panel .news-info .posted-date {
            margin-bottom: 0
        }

#menudmsp ul {
    list-style: none
}

    #menudmsp ul li {
        position: relative;
        border-bottom: 1px solid #eee;
    }

        #menudmsp ul li:last-child {
            border-bottom: none;
        }

        #menudmsp ul li a.selected {
            background-color: #f6f6f6;
            font-weight: bold
        }

        #menudmsp ul li a {
            display: block;
            padding: 8px 0;
            border-bottom: 1px solid #f2f2f2;
            font-weight: normal;
            padding-right: 14px;
            line-height: 140%
        }

            #menudmsp ul li a:hover {
                font-weight: bold
            }

        #menudmsp ul li span {
            padding: 3px;
            display: block;
            position: absolute;
            right: 0;
            top: 5px;
            cursor: pointer
        }

        #menudmsp ul li ul {
            display: none
        }

            #menudmsp ul li ul li a {
                padding-left: 15px
            }

            #menudmsp ul li ul li ul li a {
                padding-left: 30px
            }

            #menudmsp ul li ul li ul li ul li a {
                padding-left: 45px
            }

            #menudmsp ul li ul li ul li ul li ul li a {
                padding-left: 60px
            }

.vide {
    clear: both;
}

.vide10 {
    display: block;
    height: 10px;
    clear: both;
}

#social {
    margin-top: 10px;
}

#social-top {
    margin-top: 4px;
    float: right;
}

a.social {
    color: #058e32 !important;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0 6px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.1rem;
    transition: all ease 300ms;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
}

    a.social:hover {
        color: #fff !important
    }

    a.social:nth-child(1):hover {
        background-color: #4267b2 !important;
    }

    a.social:nth-child(2):hover {
        background-color: #ea0101 !important;
    }

    a.social:nth-child(3):hover {
        background-color: #c50202;
    }

#social-top a.social {
    background-color: #241e20;
    color: #fff !important
}

    #social-top a.social:hover {
        color: #fff !important;
    }

#footer-menu {
    padding: 40px 0 20px 0;
    margin-top: 40px;
    /*color: #fff;*/
    position: relative;
    /*background: #037327;*/
    text-align: left;
    line-height: 1.4;
    background: #ffffff;
    color: #2c2c2c;
}
    #footer-menu .container{
        border-bottom: 1px solid #ddd;
        padding-bottom: 40px;
    }
    #footer-menu a {
        /*color: #fff;*/
        font-weight: normal;
        color: #2c2c2c;
    }

        #footer-menu a:hover {
            /*color: #fff;*/
            color: #037327;
        }

    #footer-menu p a {
        /*color: #fff;*/
        text-transform: uppercase;
        font-weight: bold;
         color: #2c2c2c;
    }

    #footer-menu ul {
        list-style: none
    }

    #footer-menu li {
        padding: 6px 0;
    }

#footer {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    line-height: 150%;
    padding-top: 0;
    position: relative;
    color: #2c2c2c;
    position: relative;
    background: #ffffff;
    /*color: #fff;
    background: #000;*/
}

    #footer:before {
        content: "";
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgba(0,0,0,.1);
    }

    #footer a {
        font-weight: normal;
        /*color: #bbb;*/
        color: #2c2c2c;
    }

        #footer a:hover {
            /*color: #fff*/
            color: #037327;
        }

    #footer p.title {
        /*color: #fff;*/
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-size: 1.1rem;
        position: relative;
        color: #2c2c2c;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        font-weight: bold;
    }

#footer-info {
    text-align: left;
    line-height: 200%;
    position: relative;
}

    #footer-info i.fa, #footer-info i.far, #footer-info i.fas {
        width: 22px;
        color: #fff;
        text-align: center;
        background: #058e32;
        padding: 5px 0;
        font-size: 0.8rem;
        margin-right: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        
    }

#footer-cat {
}

#footer-facebook {
    text-align: left;
    overflow: hidden;
}

#footer-policy {
}

    #footer-cat ul, #footer-policy ul {
        list-style: none;
    }

    #footer-cat li, #footer-policy li {
        padding: 5px 0 15px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        #footer-cat li:last-child, #footer-policy li:last-child {
            border: none
        }

        #footer-cat li:hover, #footer-policy li:hover {
            margin-left: 6px;
        }

        #footer-cat li i, #footer-policy li i {
            margin-right: 6px;
            /*color: #fff;*/
            font-size: 0.8rem;
            top: -1px;
            position: relative;
            color: #037327;
        }

#footer-designed {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    margin-top: 40px;
    text-align: center;
    background: #fff;
    color: #2c2c2c;
}

    #footer-designed a {
        /*color: #bbb;*/
        font-weight: normal;
        color: #2c2c2c;
    }
    #footer-designed a:hover {
        color: #2c2c2c;
    }

.bggray {
    background: #fafafa;
    padding: 10px 0 50px;
    margin-top: 0;
    position: relative;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.bgwhite {
    background: #fff;
    padding: 10px 0 50px;
    position: relative;
    border-top: 1px solid #ececec;
}

.cat-box {
    width: 31.33333333333%;
    margin: 0 3% 15px 0;
    position: relative;
    float: left
}

    .cat-box:hover {
        opacity: .9
    }

.cat-box-title {
    font-size: 1.5rem;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "roboto";
    text-align: center;
    line-height: 140%;
    display: block;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0,0,0,0.6);
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

    .cat-box-title h2, .cat-box-title h3 {
        font-size: 1.5rem;
        font-weight: normal;
    }

.cat-box:hover .cat-box-title {
    background: rgba(58,140,4,0.94);
}

.cat-box-img {
    width: 100%;
    overflow: hidden;
    position: relative
}

    .cat-box-img:before {
        content: "";
        display: block;
        padding-top: 100%
    }

.cat-box:hover .cat-box-img:after {
    opacity: .9
}

.cat-box-img img {
    display: block;
    height: 100%;
    width: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}

.effect-v3:before, .effect-v3:after {
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}

.effect-v3:before {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    margin: 0 -6px;
}

.effect-v3:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    margin: -6px 0;
}

.effect-v3:hover:before, .effect-v3:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hover-flash {
    position: relative;
}

    .hover-flash::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out
    }

    .hover-flash::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out
    }

    .hover-flash:hover::before {
        right: 50%;
        left: 50%;
        width: 0;
        background: rgba(255,255,255,0.3)
    }

    .hover-flash:hover::after {
        height: 0;
        top: 50%;
        bottom: 50%;
        background: rgba(255,255,255,0.3)
    }

.cat-desc {
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.8;
    font-size: 1.2rem;
}

    .cat-desc p {
        margin: 10px 0;
        line-height: 1.8;
    }

.about-us {
    margin: auto;
    text-align: center;
    line-height: 1.7;
    max-width: 900px;
}

.about-us-img {
    margin: 50px 15px 20px;
    overflow: hidden;
    border: 8px solid #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.175);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.175);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.175);
    -moz-border-radius: 50px 0 50px 0;
    -webkit-border-radius: 50px 0 50px 0;
    border-radius: 50px 0 50px 0;
}

    .about-us-img img {
        width: 100%;
        display: block;
    }

.home-title {
    text-align: left;
    color: #058e32;
    margin: 40px 0 20px;
    position: relative;
    max-width: 100%;
}

    .home-title > span {
        font-family: Oswald,sans-serif;
        display: inline-block;
        font-size: 2rem;
        text-transform: uppercase;
        position: relative;
        font-weight: normal;
        color: #058e32;
        line-height: 1;
    }

        .home-title > span:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 100%;
            display: none;
            background: #aaa;
        }

        .home-title > span b, .home-title1 span b {
            color: #000;
            font-weight: normal;
        }

.home-title1 {
    text-align: center;
    color: #000;
    margin: 40px 0 30px;
    position: relative;
    max-width: 100%;
}

    .home-title1 span {
        font-family: Oswald,sans-serif;
        display: inline-block;
        font-size: 2rem;
        text-transform: uppercase;
        position: relative;
        font-weight: normal;
        color: #000;
        line-height: 1.3;
    }

        .home-title1 span:after {
            content: "";
            position: absolute;
            margin: auto;
            left: 0;
            right: 0;
            bottom: -15px;
            height: 2px;
            width: 30%;
            display: block;
            background: #058e32;
        }

    .home-title1 p {
        margin-top: 25px;
        line-height: 1.5;
        font-style: italic;
        color: #161616;
    }

.box-blue {
    width: 100%;
    position: relative;
}

    .box-blue .home-title > span:after {
        display: none;
    }

.home-title span h2 {
    font-size: 2rem;
    font-weight: normal;
}

.home-title span a {
    font-weight: normal;
}

.home-title > span span {
    color: #000
}

.home-title p {
    color: #000;
    font-size: 1.2rem;
}

#tabs-search .row {
    margin-left: 0;
    margin-right: 0;
}

#tabs-search input[type=text] {
    width: 100%;
    min-height: 44px;
    border: 1px solid #ddd;
}

#tabs-search select {
    /*width: 100%;*/
    /*min-height: 44px;*/
    /*border: 1px solid #ddd;*/
}

#tabs-search button {
    display: block;
    width: 100%;
}

#tabs-search .ui-tabs-nav li a {
    font-weight: bold
}

.view-more {
    padding: 8px 13px;
    border: 1px solid #ccc;
    margin: 15px 0 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

    .view-more:hover {
        border: 1px solid #058e32;
    }

.box_tbl {
    width: 100%;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
    /*overflow: hidden;*/
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: left;
    clear:both;
}
.box_top span.icon {
    border-top-left-radius: 8px;
}
.box_top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    position: relative;
    background: #058e32;
    color: #fff;
    font-family: "Roboto Condensed";
    clear: both;
}

    .box_top span {
        display: inline-block;
        padding: 9px 15px;
        font-size: 1.2rem;
    }

        .box_top span.icon {
            display: inline-block;
            float: left;
            height: 46px;
            line-height: 46px;
            background-color: #037327;
            text-align: center;
            padding: 0;
            position: relative;
            -webkit-box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.3);
            -moz-box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.3);
            box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.3);
        }

            .box_top span.icon:after {
                content: "";
                display: block;
                height: 0;
                width: 0;
                position: absolute;
                top: 0;
                bottom: 0;
                right: -15px;
                margin: auto;
                border-bottom: 7px solid transparent;
                border-top: 7px solid transparent;
                border-left: 8px solid #037327;
                border-right: 8px solid transparent;
            }

            .box_top span.icon:before {
                content: "";
                display: block;
                height: 0;
                width: 0;
                position: absolute;
                top: 0;
                bottom: 0;
                right: -19px;
                margin: auto;
                border-bottom: 9px solid transparent;
                border-top: 9px solid transparent;
                border-left: 10px solid #046c26;
                border-right: 10px solid transparent;
            }

            .box_top span.icon img {
                display: block;
                height: 42px;
                padding: 0 8px;
                float: left;
            }

            .box_top span.icon i {
                display: block;
                padding: 0 8px;
                font-size: 1.7rem;
                line-height: 42px;
            }

        .box_top span.toggle {
            float: right;
            cursor: pointer;
        }

    .box_top h3 {
        font-size: 1.6rem;
    }

    .box_top a {
        color: #fff;
        font-weight: normal;
    }

.box_body {
    margin: 0;
    vertical-align: top;
    padding: 10px 15px;
    position: relative;
    border: 1px solid #eee;
}

.box_bottom {
    height: 0;
}

.boxbody_tbl {
    margin-bottom: 13px;
    width: 100%;
    text-align: left;
}

.boxbody_top {
    position: relative;
    border-left: 6px solid #058e32;
    padding-left: 12px;
    margin-bottom: 20px;
    margin-top: 6px;
}

    .boxbody_top a {
        font-weight: normal;
    }

    .boxbody_top span {
        display: inline-block;
        font-size: 1.7rem;
        font-family: "roboto Condensed";
        text-transform: uppercase;
        position: relative;
        color: #058e32;
    }

    .boxbody_top h1, .boxbody_top h2 {
        font-size: 1.7rem;
        font-weight: normal;
        margin-bottom: 0;
    }

    .boxbody_top p.viewall {
        text-align: right;
        font-style: italic;
        font-size: 1rem;
        position: absolute;
        top: 0;
        right: 0;
        float: right;
        text-transform: none;
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        background-color: #fff;
    }

.boxbody_body {
    margin: 0;
    padding: 15px 0;
}

    .boxbody_body img, .boxbody_body table {
        max-width: 100%;
    }

.box1 {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #eee;
}

.box1-top {
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    position: relative;
    border-left: 5px solid #058e32;
    color: #058e32;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,#fff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
}

    .box1-top img {
        display: block;
        height: 42px;
        padding: 0 8px;
        float: left;
    }

    .box1-top i {
        display: block;
        padding: 0 8px;
        font-size: 1.7rem;
        line-height: 42px;
    }

    .box1-top h3 {
        font-size: 1.6rem;
    }

    .box1-top a {
        color: #fff;
        font-weight: normal;
    }

.box1-body {
    padding: 13px 18px;
    position: relative;
}

.box1 [class*=col-] {
    display: flex;
}

.box1 label {
    font-weight: bold;
    position: relative;
    padding-left: 34px;
    width: 120px;
}

.box1 label, .box1 .form-value {
    padding-bottom: 6px;
    padding-top: 6px;
    display: inline-block;
}

.building-info.box1 label {
    width: 50%;
    display: block;
    float: left;
    white-space: normal;
    padding-left: 0;
}

.building-info.box1 .form-value {
    width: 47%;
    display: block;
    float: right;
}

.building-main {
    font-size: 1.2rem;
    list-style: none;
    margin-bottom: 20px;
}

    .building-main li {
    }

        .building-main li span {
            display: inline-block;
            padding-bottom: 6px;
        }

            .building-main li span i {
                position: relative;
                top: 0;
            }
/* hien san pham dang table*/
.product {
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 0 !important;
}

    .product.news-vertical .title {
        border-top: none;
        border-top: 1px solid #eee;
        padding-bottom: 10px;
        font-size: 1.1rem;
        height: 3.1em;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal;
        -webkit-line-clamp: 2;
    }

        .product.news-vertical .title h2, .product.news-vertical .title h3 {
            font-size: 1.1rem;
        }

    .product .posted-date span:nth-child(2) {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        height: 100%
    }

    .product .posted-date {
        margin: 0 !important;
    }

        .product .posted-date span:nth-child(2) a {
            display: block;
            background-color: #fafafa;
            padding: 10px
        }

.product-summary ul {
    margin-top: 8px;
    list-style: none
}

    .product-summary ul li {
        padding: 6px 0 6px 6px;
        position: relative;
        font-size: 0.9rem;
    }

        .product-summary ul li span {
            color: red;
        }

        .product-summary ul li i.fa, .product-summary ul li i.fas, .box1 label i, .building-main li i {
            width: 26px;
            height: 26px;
            line-height: 26px;
            color: #fff;
            background: #058e32;
            text-align: center;
            border-radius: 5px;
            position: absolute;
            top: 5px;
            left: 0;
        }

.product .news-vertical-img {
    width: 100%;
    float: none;
    margin: 0
}

    .product .news-vertical-img:before {
        padding-top: 100%
    }

.product.news-vertical .summary {
    -webkit-line-clamp: 40;
    height: auto;
    text-align: left;
}

.box-product {
    text-align: center;
    position: relative;
    border: 1px solid #eee;
    margin: 14px 0;
    background: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .box-product:hover {
        z-index: 100;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.175);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.175);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.175);
    }

.sp-img-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .sp-img-wrapper:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .sp-img-wrapper a:before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,255,255,.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        opacity: 0
    }

    .sp-img-wrapper:hover a:before {
        -webkit-animation: circle .75s;
        animation: circle .75s
    }

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.sp-img, .sp-back-img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

    .sp-img:hover {
        -webkit-transform: scale(1.1) translate(0);
        -ms-transform: scale(1.1) translate(0);
        -moz-transform: scale(1.1) translate(0);
        transform: scale(1.1) translate(0);
    }

    .sp-back-img:before {
        content: "";
        display: block;
        width: 200%;
        height: 200%;
        background: #fff;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.product-info {
    padding: 10px;
    position: relative;
}

.product-name {
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 3.2em;
    font-weight: normal;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

.box-product:hover .product-name {
    color: #058e32
}

.product-price {
    display: block;
    color: #f00;
    margin: 4px 0;
}

.product-price-old {
    display: block;
    text-decoration: line-through;
    color: #999;
}

.product-actions {
    text-align: center;
    width: 96px;
    position: absolute;
    opacity: 0;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.box-product:hover .product-actions {
    bottom: 40%;
    opacity: 1;
}

.product-actions a {
    display: inline-block;
    text-align: center;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #058e32;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .product-actions a:hover {
        background: #058e32;
    }

.product-actions i {
    display: inline-block;
    font-size: 1.1rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.product-actions a:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.sp-back-img {
    opacity: 0;
    visibility: hidden;
    transition: all ease 300ms;
}

.box-product:hover .sp-back-img {
    visibility: visible;
    opacity: 1;
    transition: all ease 300ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a.product-detail {
    display: inline-block;
    width: 68px;
    height: 27px;
    padding: 0;
    text-indent: -9000px;
    margin: 5px 5px 10px 5px;
}

a.product-order {
    display: inline-block;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    font-size: 0.9rem;
    background-color: #9d9c9c;
    color: #fff !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    a.product-order:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #333;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.box-product:hover a.product-order:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.box-product:hover a.product-order {
    color: #fff;
}

    .box-product:hover a.product-order i.fa {
        background-color: #161616;
    }

a.product-order i.fa {
    height: 30px;
    line-height: 30px;
    font-size: 1.3rem;
    position: relative;
    padding: 0 8px;
    margin-left: -10px;
    margin-right: 10px;
    background-color: #222;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

    a.product-order i.fa:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -10px;
        margin-top: -4px;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-left: 5px solid #222;
    }

.box-product:hover a.product-order i.fa:after {
    border-left: 5px solid #000;
}

.end-row {
    margin-right: 0 !important
}

.product-code {
    display: none
}

.icon-new, .icon-hot {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 3px 6px;
    background-color: #0161bb;
    color: #fff;
    z-index: 99;
    font-size: 0.6rem;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.icon-hot {
    background-color: #e80101;
    left: auto;
    right: 6px;
}

    .icon-new:after, .icon-hot:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: -9px;
        margin-left: -5px;
        border: 5px solid transparent;
        border-top: 5px solid #0161bb;
    }

    .icon-hot:after {
        border-top: 5px solid #e80101;
    }

.icon-saleoff {
    position: absolute;
    bottom: 6px;
    left: 6px;
    padding: 3px 6px;
    background-color: #018a08;
    color: #fff;
    z-index: 99;
    font-size: 0.8rem;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .icon-saleoff:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        top: -10px;
        margin-left: -5px;
        border: 5px solid transparent;
        border-bottom: 5px solid #007506;
    }

.project {
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    margin: 15px 0;
}

    .project:hover {
        z-index: 100;
        outline: 1px solid #ddd;
        outline-offset: -1px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.175);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.175);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.175);
    }

.project-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .project-img:before {
        content: "";
        display: block;
        padding-top: 70%;
    }

    .project-img a:before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,255,255,.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        opacity: 0
    }

    .project-img:hover a:before {
        -webkit-animation: circle .75s;
        animation: circle .75s
    }

    .project-img img {
        /*width: 100%;*/
        position: absolute;
        margin: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        .project-img img:hover {
            top: 55%;
            left: 55%;
            -webkit-transition: all 500ms ease-in;
            -webkit-transform: scale(1.1) translate(-50%,-50%);
            -ms-transition: all 500ms ease-in;
            -ms-transform: scale(1.1) translate(-50%,-50%);
            -moz-transition: all 500ms ease-in;
            -moz-transform: scale(1.1) translate(-50%,-50%);
            transition: all 500ms ease-in;
            transform: scale(1.1) translate(-50%,-50%);
        }

.project-name {
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
    background: rgba(0,0,0,0.6);
    font-size: 1.3rem;
    min-height: 50px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.project:hover .project-name {
    color: #fff;
    min-height: 100%;
    padding-top: 30%;
}

.phantrang {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center
}

    .phantrang ul {
        margin: 15px 0;
        list-style-type: none;
        display: inline-block
    }

        .phantrang ul li {
            position: relative;
            float: left;
            display: inline;
            margin-left: -1px;
            color: #555;
            background: #fff;
            background: -moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
            background: -webkit-gradient(left top,left bottom,color-stop(0%,#fff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));
            background: -webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
            background: -o-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
            background: -ms-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
            background: linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0)
        }

            .phantrang ul li a {
                display: block;
                padding: 0 8px;
                text-decoration: none;
                min-width: 37px;
                min-height: 37px;
                line-height: 37px;
                border: 1px solid #ccc;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

            .phantrang ul li.bacham {
                min-width: 37px;
                min-height: 37px;
                line-height: 37px;
                border: 1px solid #ccc
            }

            .phantrang ul li a:link, .phantrang ul li a:visited {
            }

            .phantrang ul li a:hover, .phantrang ul li a.selected {
                background: #058e32;
                color: #fff
            }

            .phantrang ul li a.selected {
            }

.button {
    color: #fff;
    background: #058e32;
    background: -moz-linear-gradient(left,#058e32 0%,#037327 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,#058e32),color-stop(100%,#037327));
    background: -webkit-linear-gradient(left,#058e32 0%,#037327 100%);
    background: -o-linear-gradient(left,#058e32 0%,#037327 100%);
    background: -ms-linear-gradient(left,#058e32 0%,#037327 100%);
    background: linear-gradient(to right,#058e32 0%,#037327 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#058e32',endColorstr='#037327',GradientType=1);
    border-radius: 45px;
    display: inline-block;
    padding: 10px 35px;
    border: none;
    outline: none !important;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

    .button:before {
        content: "";
        border-radius: 45px;
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.1);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        transition: all .5s ease-out
    }

    .button:hover, .button:focus, .button:active {
        color: #fff;
        text-decoration: none
    }

        .button:hover:before, .button:focus:before, .button:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1)
        }

    .button:hover {
        text-decoration: none
    }

.btn-view-more {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin: 10px 0;
    border: none;
    padding: 10px 20px;
    font-weight: normal;
    transition: all ease 300ms;
    background-color: #058e32;
    color: #fff !important;
    outline: none !important;
}

    .btn-view-more:hover {
        opacity: 0.9;
        -webkit-box-shadow: inset 6px 6px 15px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 6px 6px 15px 0px rgba(0,0,0,0.3);
        box-shadow: inset 6px 6px 15px 0px rgba(0,0,0,0.3);
    }

#slideads {
    position: fixed;
    z-index: 100000000;
    height: 0px;
    width: 100%;
}

    #slideads img {
        width: 100%;
    }

#slideads1 {
    float: left;
}

#slideads2 {
    float: right;
}
/* Clearfix */
.clearfix:before, .clearfix:after, .container:before, .container:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after {
    clear: both;
}

.left {
    float: left;
}

.share-box {
    width: 100%;
    padding: 5px;
    margin: 20px 0;
    border: 1px solid #ddd;
    text-align: center;
    clear: both;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

    .share-box > div {
        margin: 3px;
    }

.share-tool {
    float: right;
    clear: none !important;
}
/*Tin tuc*/
.news {
    width: 100%;
    position: relative;
    border-bottom: 1px dashed #CCCCCC;
    padding: 15px 0;
    list-style: none;
}

    .news .news-image {
        width: 22%;
        float: left;
        padding: 2px;
        border: 1px solid #D0D0D0;
        background: #FFFFFF;
    }

        .news .news-image img {
            width: 100%;
        }

.news-info {
    width: 76%;
    float: right;
    text-align: left;
}

.news .title {
    font-size: 1.4rem;
    display: block;
    line-height: 150%;
}

.posted-date {
    color: #999;
    margin: 8px 0;
}

    .posted-date span {
        display: inline-block;
        margin-right: 20px;
    }

    .posted-date a {
        font-weight: normal
    }

.news .summary {
    text-align: justify;
    line-height: 140%;
}

.news-detail {
    clear: both;
}

    .news-detail h1 {
        font-size: 2.4rem;
        color: #058e32;
        font-family: "Roboto Condensed";
    }

    .news-detail img.news-image {
        width: 270px;
        margin: 5px 10px 10px 0;
        padding: 3px;
        border: 1px solid #D0D0D0;
        background: #FFFFFF;
    }

    .news-detail .summary {
        text-align: justify;
        font-weight: bold
    }

    .news-detail .detail {
        text-align: justify;
        line-height: 180%;
        margin-top: 15px;
    }
    .news-detail .detail h2,.news-detail .detail h3,.news-detail .detail h4,.news-detail .detail h5,.news-detail .detail h6{margin-bottom:10px;}
        .news-detail .detail p {
            text-align: justify;
            line-height: 180%;
            margin: 10px 0;
        }

    .news-detail .posted-date {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        margin: 8px 0 15px;
    }

    .news-detail .detail img {
        height: auto;
        max-width: 100%;
    }

ul.li-news li {
    margin-left: 20px;
    line-height: 150%;
    margin-top: 12px;
}

    ul.li-news li a {
        font-weight: normal;
    }

        ul.li-news li a:hover {
        }

ul.li-left {
    list-style: disc inside;
    margin: 0;
}

    ul.li-left li {
        line-height: 150%;
        margin: 0;
        padding: 0;
    }

        ul.li-left li a {
            font-weight: normal;
        }

            ul.li-left li a:hover {
            }

.news-big {
    float: left;
    width: 40%;
    margin-top: 30px;
}

    .news-big .news-image {
        width: 100%;
        margin-bottom: 15px;
    }

    .news-big .news-info {
        width: 100%;
    }

        .news-big .news-info .title {
            font-size: 1.6rem;
        }

.news-big-ul-extend {
    width: 100%;
    margin: 0;
    background: #fff;
    list-style: none;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .news-big-ul-extend li.news {
        padding: 15px;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

        .news-big-ul-extend li.news a {
            font-weight: normal;
        }

        .news-big-ul-extend li.news .title {
            line-height: 1.3;
            max-height: 2.6em;
            font-size: 0.9rem;
            text-align: justify;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            white-space: normal;
            -webkit-line-clamp: 2;
        }

        .news-big-ul-extend li.news .news-image {
            float: left;
            width: 25%;
            padding: 0;
            border: none;
        }

        .news-big-ul-extend li.news .news-info {
            float: right;
            width: 71%;
        }

        .news-big-ul-extend li.news .posted-date {
            line-height: 1.5;
            font-size: 0.9rem;
        }

.adv-v1 {
    float: right;
    width: 18%;
    height: 500px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

    .adv-v1 img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: auto;
        height: 100%;
    }

.box-customer {
    position: relative;
    border-top: 1px solid #ececec;
    padding: 15px 0;
    background: #fafafa;
}

    .box-customer span {
        text-transform: uppercase;
        font-size: 1.6rem;
        font-family: Oswald,sans-serif;
        float: left;
    }

.customer-item {
    border: 1px solid #eee;
    background-color: #fff;
    height: 80px;
    position: relative;
}

    .customer-item img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: auto !important;
        border: 8px solid #fff;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .customer-item img:hover {
            -moz-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

#customer-comment {
    background: #fff;
    padding: 10px 0 40px;
    position: relative;
    border-top: 1px solid #ececec;
}
/*#customer-comment:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(2,107,153,0.5)
}
#customer-comment .home-title span {color: #fff;}*/
.customer-comment {
    padding: 0 20px;
}

    .customer-comment .comment-img {
        width: 80px;
        height: 80px;
        display: block;
        clear: both;
        margin: 0 auto;
        text-align: center;
        border: 2px solid #f2f2f2;
        background: #ddd;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden
    }

.comment-img img {
    width: 100%
}

.comment-content {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    width: 100%;
    margin: 20px auto 15px;
    text-align: center;
    color: #fff;
    background: #058e32;
    padding: 20px 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .comment-content:after, .comment-content:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .comment-content:before {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #058e32;
        border-width: 20px;
        margin-left: -20px;
    }

.comment-title {
    font-size: 1.1rem;
    font-weight: normal;
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

.comment-content .summary {
    display: block;
    margin: 12px 0;
    font-family: 'Dancing Script', cursive, sans-serif;
    font-size: 1.8rem;
}

.comment-content .btn-detail a {
    position: relative;
    color: #cb0408;
    font-weight: normal
}

    .comment-content .btn-detail a:after {
        content: "»";
        margin-left: 6px;
        font-size: 1.2rem
    }
/*Box tin tức kiểu dọc*/
.news-vertical {
    width: 100%;
    margin: 10px 0 20px 0;
    position: relative;
    text-align: left;
    border: 1px solid #f5f5f5;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

#box-news .news-vertical {
    margin: 10px 0;
}

.news-vertical:hover {
}

.news-vertical .posted-date {
    margin: 10px 0 -10px;
    padding: 10px 15px;
    min-height: 45px;
    font-size: 1rem;
    color: #999;
    z-index: 100;
    position: relative;
    background: #f2f2f2;
}

    .news-vertical .posted-date span {
        float: right;
        margin: 0;
    }

        .news-vertical .posted-date span:first-child {
            float: left;
        }

.news-vertical .title {
    font-size: 1.3rem;
    padding: 10px 12px;
    clear: both;
    border-top: 1px solid #eee;
    line-height: 1.4;
}

    .news-vertical .title a {
        font-weight: 500;
        color: #058e32;
    }

    .news-vertical .title:after {
        content: "";
        display: block;
        width: 2px;
        height: 0%;
        background: #058e32;
        position: absolute;
        top: 4px;
        left: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

.news-vertical:hover .title:after {
    height: 100%
}

.news-vertical-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

    .news-vertical-img:hover {
        opacity: 0.85;
    }

    .news-vertical-img:before {
        content: "";
        display: block;
        padding-top: 57%;
    }

    .news-vertical-img img {
        width: auto;
        position: absolute;
        margin: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.news-vertical .summary {
    height: 6em;
    overflow: hidden;
    text-align: justify;
    padding: 0 12px 1em;
    line-height: 1.5;
    clear: both;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
}

    .news-vertical .summary p {
        margin: 0
    }

.btn-news-more, .ui-widget-content a.btn-news-more {
    font-style: italic;
    color: #058e32;
    font-weight: normal;
    display: none;
}

.counselor {
    width: 100%;
    margin: 10px 0 20px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.counselor-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

    .counselor-img:hover {
        opacity: 0.85;
    }

    .counselor-img:before {
        content: "";
        display: block;
        padding-top: 80%;
    }

    .counselor-img img {
        width: auto;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.counselor-info {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    margin-top: 15px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.counselor-name {
    font-size: 1.2rem;
    margin-bottom: 6px;
}

.counselor-phone {
    margin: 6px 0;
}

.counselor-social a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    background: #f5f5f5;
    border: 1px solid #ccc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .counselor-social a:hover {
        color: #fff;
        background: #058e32;
    }

        .counselor-social a:hover i {
            color: #fff
        }

    .counselor-social a img {
        max-height: 26px;
        max-width: 26px;
        margin: auto;
    }

    .counselor-social a:hover img {
        filter: brightness(0) invert(1);
    }

.post-tag {
    margin: 20px 0 10px
}

    .post-tag i {
        font-size: 1.2rem;
        color: #058e32
    }

a.tag {
    display: inline-block;
    font-weight: normal;
    background-color: #058e32;
    color: #fff;
    margin: 0 -3px 4px 17px;
    padding: 0 8px;
    position: relative;
    height: 28px;
    line-height: 28px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    text-decoration: none
}

    a.tag:before {
        content: "";
        position: absolute;
        left: -14px;
        top: 0;
        width: 0;
        height: 0;
        border-color: transparent #058e32 transparent transparent;
        border-style: solid;
        border-width: 14px 14px 14px 0
    }

    a.tag:after {
        content: "";
        position: absolute;
        top: 12px;
        left: -5px;
        float: left;
        width: 5px;
        height: 5px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        -moz-box-shadow: -1px -1px 2px rgba(0,0,0,.4);
        -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.4);
        box-shadow: -1px -1px 2px rgba(0,0,0,.4)
    }

    a.tag:hover {
        background-color: #037327
    }

        a.tag:hover:before {
            border-color: transparent #037327 transparent transparent
        }

p.view-sort {
    text-align: right;
    vertical-align: middle;
    line-height: 20px;
    margin-bottom: 7px;
}

.widget-price {
    padding: 20px 0;
}

#widget {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 100000;
}
.wgitem{position:absolute;top:0;right:-250px;height:50px; width:300px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#widget .wgitem:nth-child(2){top:55px;}
#widget .wgitem:nth-child(3){top:110px;}
#widget .wgitem:nth-child(4){top:165px;}
#widget .wgitem:nth-child(5){top:220px;}
.wgitem-icon{float:left;height:50px; width:50px;background-color:#037327;color:#fff;border-radius: 6px 0 0 6px;text-align:center;position:relative;
	-webkit-box-shadow: 0 6px 12px rgb(0,0,0,0.18);
    box-shadow: 0 6px 12px rgb(0,0,0,0.18);
}
.wgitem-icon i{font-size:1.6rem;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto; line-height:50px;}
.wgitem-title{display:block;height:50px;line-height:50px;background-color:#037327;color:#fff; margin:-20px -20px 20px; padding:0 15px;text-transform:uppercase;}
.wgitem-content{float:left;width:250px;background-color:#fff; padding:20px;
	-webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    box-shadow: 0 0.5rem 1rem rgb(0,0,0,0.18);
}
.wgitem:hover{right:0!important; z-index:10000;}
.wgitem ul{list-style:none}
.wgitem.wgitem-nocontent {width:200px;right:-150px;}
.wgitem.wgitem-nocontent .wgitem-title{margin:0 0 0 50px;}
.user-support {
    display: block;
    padding-bottom: 12px;
	margin-bottom:12px;
    border-bottom: 1px solid #ddd;
}
.user-support:last-child{border-bottom:none;margin-bottom:0;}
.user-support a {font-weight: normal}
.user-support-name{margin-bottom:0;}
.user-support-phone{color:#f00;}
.user-support-icon {
    display: block;
    clear: both
}
.user-support-icon i{font-size:1.6rem;}
.user-support-icon img{height:24px; vertical-align:top; float:left;}
.user-support-img {
    width: 25%;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.user-support-img:before {
    content: "";
    display: block;
    padding-top: 100%
}

.user-support-img img {
	width:100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.user-support-info {
    width: 72%;
    float: right;
    text-align: left
}

.user-support-icon a {
    color: #000!important;
    display: inline-block;
    margin: 3px 5px 0 5px
}

.user-support-icon a:nth-child(1),.user-support-icon a:nth-child(1):hover {
    color: #fc1828!important
}

.user-support-icon a:nth-child(2),.user-support-icon a:nth-child(2):hover {
    color: #0168e8!important
}

.user-support-icon a:nth-child(3),.user-support-icon a:nth-child(3):hover {
    color: #4267b2!important
}

.breadcrumb {
    display: block;
    margin-bottom: 0;
    font-size: 1.1rem;
    color: #fff;
    background-color: transparent;
}

    .breadcrumb li {
        display: inline-block;
        min-height: 30px
    }

    .breadcrumb a, .breadcrumb h1, .breadcrumb h2 {
        font-size: 1.1rem;
        font-weight: normal;
        color: #fff
    }

    .breadcrumb a {
        position: relative;
        display: block;
        padding: 8px
    }

        .breadcrumb a:hover {
            color: #fff
        }

.banner-page {
    position: relative;
    padding: 60px 0;
    margin-bottom: 30px;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

    .banner-page .container {
        text-align: center
    }

    .banner-page:before {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    .banner-page .title {
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        font-size: 2.6rem;
        font-weight: normal;
        display: block;
        margin: 10px 0;
        font-family: Oswald,sans-serif;
    }

        .banner-page .title h1 {
            font-weight: normal;
            font-size: 2.6rem;
        }

#banner-page, #banner-page img {
    width: 100%
}

.ChangeSize {
    display: inline-block;
}

.adv {
    overflow: auto;
}
/*.adv a{ width:49%; height:auto; margin:5px 2% 5px 0;}
.adv a img{ width:100%; border:1px solid #ccc;}*/
.adv-r, .adv-r img {
    width: 100%
}

    .adv-r a {
        margin-bottom: 6px;
    }

    .adv a, .adv-r a {
        display: block;
        float: left;
    }

.adv-c1, .adv-c2, .adv-c3 {
}
    .adv-c1 {
        padding-top: 35px;
    }

    .adv-c1, .adv-c1 img, .adv-c2 img, .adv-c3 img {
        width: 100%;
        height: auto;
        display: block;
        /*border: 1px solid #eee;*/
    }

.adv-c2 {
    width: 49%;
    margin-right: 2%;
}

.adv-c3 {
    width: 32%;
    margin-right: 2%;
}

.ui-tabs.ui-widget-content {
    background: none;
    border: none;
}

.ui-tabs-panel {
    border: none !important;
    background: none !important;
}

#tabs-product .ui-tabs-panel {
    background: #fafafa !important;
}

.ui-tabs-panel a.button {
    display: inline-block;
    color: #fff;
    clear: both;
    width: auto;
    margin: 15px auto 0;
}

.ui-tabs {
    padding: 0 !important;
}

    .ui-tabs .ui-tabs-panel {
        padding: 15px 0 0 !important;
        /*overflow: auto;*/
        font-family: roboto,Tahoma,sans-serif,arial !important;
        font-size: 1rem;
        margin: auto;
        text-align: center;
        border-radius: 0;
        margin-top: -10px;
        position: relative;
    }

#tabs-pro.ui-tabs .ui-tabs-panel {
    padding: 0 !important;
    border: none !important;
    top: 0;
}

.ui-tabs .ui-tabs-nav {
    /*margin-top: 20px !important;*/
    background-color: #fff;
    position: relative;
    background: none;
    padding: 0 !important;
}

    .ui-tabs .ui-tabs-nav li {
        margin: 0 !important;
        padding: 0 !important;
        float: none;
        display: inline-block;
    }

        .ui-tabs .ui-tabs-nav li a {
            display: block;
            font-size: 1rem;
            font-family: roboto,Arial, sans-serif !important;
            text-transform: uppercase;
            padding: .8em 1em !important;
            font-weight: normal;
            /*border: 1px solid #ddd !important;*/
            background-color: #fff;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border:1px solid #ddd;
        }
        .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
            background-color: #058e32 !important;
            color: #fff;
            border: 1px solid #058e32;
            position: relative;
        }
            .ui-tabs .ui-tabs-nav li.ui-tabs-active a:after {
                content: "";
                display: none;
                position: absolute;
                left: 50%;
                bottom: -16px;
                margin-left: -8px;
                height: 0;
                width: 0;
                border-bottom: 8px solid transparent;
                border-top: 8px solid #058e32;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
            }

.ui-widget-header {
    border: none !important;
    background: none !important;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: none !important;
        background: none !important;
    }

#tabs-pro, #tabs-pro .ui-widget-content {
    background: none !important;
}

    #tabs-pro .ui-tabs-nav {
        margin-top: -10px !important;
        position: relative;
        background: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

        #tabs-pro .ui-tabs-nav li {
            float: none !important;
            display: inline-block;
            margin: 3px 4px !important;
        }

            #tabs-pro .ui-tabs-nav li a {
                font-size: 1rem;
                font-family: inherit;
                text-transform: uppercase;
                font-weight: normal;
                padding: .5em !important;
                margin-right: 0;
                border: 2px solid #eee;
            }

                #tabs-pro .ui-tabs-nav li a:hover {
                    background-color: #058e32;
                    color: #fff;
                    border: 2px solid #058e32;
                }

            #tabs-pro .ui-tabs-nav li.ui-tabs-active a {
                border: 2px solid #058e32;
            }
/* trang lien he*/
/* trang lien he*/
#fdb-info {
    width: 100%;
    float: left;
    line-height: 2;
}

    #fdb-info i.fa, #fdb-info i.fas {
        width: 18px;
        color: #0080d1;
    }

    #fdb-info p {
        line-height: 2;
    }

    #fdb-info ul li {
        margin-bottom: 15px;
    }

#fdb-frm {
    width: 100%;
    float: right;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

    #fdb-frm p.title {
        text-transform: uppercase;
        display: inline-block;
        padding-bottom: 12px;
        border-bottom: 1px solid #0080d1;
        font-weight: bold;
    }

        #fdb-frm p.title i {
            font-size: 1.6rem;
            margin-right: 5px;
            color: #0080d1;
        }

    #fdb-frm table {
        border: none;
    }

        #fdb-frm table td {
            padding: 5px 10px;
        }
/* san pham chi tiet*/
.product-detail-img {
    float: left;
    width: 45%;
    position: relative;
}

.thumbs {
    width: 100% !important;
    position: relative !important;
    margin-top: 10px;
}

.targetarea {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

.product-detail-info {
    float: right;
    width: 51%;
    text-align: left;
}

    .product-detail-info h1 {
        display: block;
        font-size: 1.7rem;
        font-weight: normal;
        text-transform: uppercase;
        padding-bottom: 15px;
        color: #058e32;
        font-family: "Roboto Condensed";
    }

    .product-detail-info img, .product-detail-info table, .product-detail-info div {
        max-width: 100%;
    }

    .product-detail-info table {
        width: 100% !important;
    }

    .product-detail-info .product-info-ul {
        margin-bottom: 15px;
        list-style: none;
    }

        .product-detail-info .product-info-ul li {
            padding: 8px;
            border-top: 1px dashed #dfdfdf;
        }

            .product-detail-info .product-info-ul li span {
                display: inline-block;
            }

                .product-detail-info .product-info-ul li span.label {
                    white-space: nowrap;
                    width: 115px;
                    text-align: left;
                }

                .product-detail-info .product-info-ul li span.pprice {
                    color: #FF0000;
                    font-weight: bold;
                }

.description-product-detail {
    line-height: 1.8;
    border-top: 1px dashed #dfdfdf;
    padding-bottom: 10px;
}

    .description-product-detail p {
        line-height: 1.8;
        margin: 10px 0;
    }

.cbQuantity {
    padding: 7px;
    height: 44px;
    top: -4px;
    position: relative;
}

#btnMua {
    margin-top: 0 !important;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    font-size: 1.6rem;
    background: #058e32;
    color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    #btnMua:before {
        display: none !important;
    }

.product-desc {
    clear: both;
    margin: 20px 0;
    line-height: 180%;
    text-align: justify;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.product-detail-desc {
    clear: both;
    margin: 20px 0;
    line-height: 180%;
    text-align: justify;
}

    .product-desc p, .product-detail-desc p {
        text-align: justify;
        line-height: 180%;
        margin: 10px 0;
    }

    .product-desc img, .product-detail-desc img {
        height: auto;
        max-width: 100%;
    }

.other-news {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

    .other-news p.title {
        font-size: 1.14rem;
        text-transform: uppercase;
        font-weight: bold;
    }

        .other-news p.title i {
            margin-right: 8px;
        }

.user-info {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.user-icon {
    display: block;
    clear: both;
}

    .user-icon a {
        color: #000 !important;
        display: inline-block;
        margin: 8px 5px 0 5px;
    }

        .user-icon a:nth-child(1) {
            color: #fc1828 !important;
        }

        .user-icon a:nth-child(2) {
            color: #0168e8 !important;
        }

        .user-icon a:nth-child(3) {
            color: #4267b2 !important;
        }

        .user-icon a:hover {
            color: #3d3d3d !important;
        }

.item-fm {
    display: none;
}

#widget-contact {
    width: 50px;
    position: fixed;
    left: 20px;
    bottom: 80px;
    z-index: 10000;
}

#widget-support {
    width: 50px;
    position: fixed;
    left: 20px;
    bottom: 10px;
    z-index: 10000;
}

    #widget-contact a, #widget-support a {
        display: block;
        width: 50px;
        height: 50px;
        margin-top: 10px;
        text-align: center;
        cursor: pointer;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,.25);
        -moz-box-shadow: 0 0 13px 0 rgba(0,0,0,.25);
        box-shadow: 0 0 13px 0 rgba(0,0,0,.25)
    }

        #widget-contact a:hover {
            opacity: .86
        }

#widget-contact img {
    width: 100%
}

#widget-contact .email-wg {
    background: #f60
}

    #widget-contact .email-wg i, #widget-support a i {
        font-size: 1.7rem;
        color: #fff;
        line-height: 50px
    }

#widget-support .wg-open {
    background: #058e32
}

#widget-support .wg-close {
    background: #058e32;
    display: none;
}

#widget-contact-bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 7px 10px;
    background: rgba(255,255,255,0.93);
    z-index: 10000;
    -webkit-box-shadow: 2px 1px 9px #dedede;
    -moz-box-shadow: 2px 1px 9px #dedede;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;
}

    #widget-contact-bottom ul {
        list-style: none
    }

        #widget-contact-bottom ul li {
            float: left;
            width: 25%;
            text-align: center;
        }

            #widget-contact-bottom ul li img {
                height: 26px;
            }

            #widget-contact-bottom ul li span {
                display: block;
                font-weight: 300;
                font-size: 0.9rem;
            }
/*nút call*/
.hig-alo-right {
    left: auto !important;
    right: 150px;
}

.hig-alo-phone {
    position: fixed;
    left: 20px;
    bottom: 10px;
    background-color: transparent;
    width: 80px;
    height: 60px;
    cursor: pointer;
    z-index: 20000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
}

    .hig-alo-phone span {
        display: block;
        background-color: #e6050b;
        color: #fff;
        padding: 0 30px 0 60px;
        line-height: 46px;
        font-size: 1.5rem;
        position: absolute;
        top: 1px;
        left: 5px;
        white-space: nowrap;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

.hig-alo-move-cursor {
    cursor: move
}

.hig-alo-phone.hig-alo-show {
    visibility: visible
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.hig-alo-phone.hig-alo-static {
    opacity: .6
}

.hig-alo-phone.hig-alo-hover, .hig-alo-phone:hover {
    opacity: 1
}

.hig-alo-ph-circle {
    width: 86px;
    height: 86px;
    top: -20px;
    left: -20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: hig-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: hig-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: hig-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: hig-alo-circle-anim 1.2s infinite ease-in-out;
    animation: hig-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hig-alo-mobile .hig-alo-ph-circle {
    width: 140px;
    height: 140px;
    top: 30px;
    left: 30px
}

.hig-alo-phone.hig-alo-active
.hig-alo-ph-circle {
    -webkit-animation: hig-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: hig-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: hig-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: hig-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: hig-alo-circle-anim 1.1s infinite ease-in-out !important
}

.hig-alo-phone.hig-alo-static .hig-alo-ph-circle {
    -webkit-animation: hig-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: hig-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: hig-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: hig-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: hig-alo-circle-anim 2.2s infinite ease-in-out !important
}

.hig-alo-phone.hig-alo-hover .hig-alo-ph-circle, .hig-alo-phone:hover .hig-alo-ph-circle {
    border-color: #e8000b;
    opacity: .5
}

.hig-alo-phone.hig-alo-green.hig-alo-hover .hig-alo-ph-circle,
.hig-alo-phone.hig-alo-green:hover .hig-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5
}

.hig-alo-phone.hig-alo-green .hig-alo-ph-circle {
    border-color: #e8000b;
    opacity: .5
}

.hig-alo-phone.hig-alo-gray.hig-alo-hover .hig-alo-ph-circle,
.hig-alo-phone.hig-alo-gray:hover .hig-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}

.hig-alo-phone.hig-alo-gray .hig-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5
}

.hig-alo-ph-circle-fill {
    width: 66px;
    height: 66px;
    top: -10px;
    left: -10px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .1;
    -webkit-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hig-alo-phone.hig-alo-active .hig-alo-ph-circle-fill {
    -webkit-animation: hig-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: hig-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: hig-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: hig-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: hig-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.hig-alo-phone.hig-alo-static .hig-alo-ph-circle-fill {
    -webkit-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.hig-alo-phone.hig-alo-hover .hig-alo-ph-circle-fill, .hig-alo-phone:hover .hig-alo-ph-circle-fill {
    background-color: rgba(216,2,208,0.5);
    background-color: #e8000b 9;
    opacity: .75 !important
}

.hig-alo-phone.hig-alo-green.hig-alo-hover .hig-alo-ph-circle-fill, .hig-alo-phone
.hig-alo-green:hover .hig-alo-ph-circle-fill {
    background-color: rgba(117,235,80,0.5);
    background-color: #baf5a7 9;
    opacity: .75 !important
}

.hig-alo-phone.hig-alo-green .hig-alo-ph-circle-fill {
    background-color: rgba(216,2,208,0.5);
    background-color: #a6e3fa 9;
    opacity: .75 !important
}

.hig-alo-phone.hig-alo-gray.hig-alo-hover .hig-alo-ph-circle-fill, .hig-alo-phone.hig-alo-gray:hover .hig-alo-ph-circle-fill {
    background-color: rgba(204,204,204,0.5);
    background-color: #ccc 9;
    opacity: .75 !important
}

.hig-alo-phone.hig-alo-gray .hig-alo-ph-circle-fill {
    background-color: rgba(117,235,80,0.5);
    opacity: .75 !important
}

.hig-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    padding: 8px;
    position: absolute;
    background: rgba(30,30,30,0.1) url(/assets/client/images/phone.png) no-repeat center center;
    background-size: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-sizing: initial;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.hig-alo-ph-circle-shake {
    -webkit-animation: hig-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: hig-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: hig-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: hig-alo-circle-img-anim 1s infinite ease-in-out;
    animation: hig-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hig-alo-phone.hig-alo-active .hig-alo-ph-img-circle {
    -webkit-animation: hig-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: hig-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: hig-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: hig-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: hig-alo-circle-img-anim 1s infinite ease-in-out !important
}

.hig-alo-phone.hig-alo-static .hig-alo-ph-img-circle {
    -webkit-animation: hig-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: hig-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: hig-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: hig-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation: hig-alo-circle-img-anim 0s infinite ease-in-out !important
}

.hig-alo-phone.hig-alo-hover .hig-alo-ph-img-circle, .hig-alo-phone:hover .hig-alo-ph-img-circle {
    background-color: #e8000b
}

.hig-alo-phone.hig-alo-green.hig-alo-hover .hig-alo-ph-img-circle, .hig-alo-phone.hig-alo-green:hover .hig-alo-ph-img-circle {
    background-color: #75eb50;
    background-color: #75eb50 9
}

.hig-alo-phone.hig-alo-green .hig-alo-ph-img-circle {
    background-color: #e8000b;
    background-color: #e8000b 9
}

.hig-alo-phone.hig-alo-gray.hig-alo-hover .hig-alo-ph-img-circle, .hig-alo-phone.hig-alo-gray:hover .hig-alo-ph-img-circle {
    background-color: #ccc
}

.hig-alo-phone.hig-alo-gray .hig-alo-ph-img-circle {
    background-color: #75eb50
}

@-moz-keyframes hig-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes hig-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes hig-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes hig-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes hig-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes hig-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes hig-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes hig-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes hig-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-moz-keyframes hig-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes hig-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes hig-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes hig-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes hig-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes hig-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes hig-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes hig-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes hig-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes hig-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes hig-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes hig-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.box_body .box-product {
    width: 100% !important;
}

.box-category {
    width: 49%;
    height: 200px;
    margin-right: 2%;
    margin-bottom: 26px;
    float: left;
    border: 1px solid #ccc;
    position: relative;
}

.box-category-small {
    width: 23.5% !important
}

.box-category .banner-bg {
    width: 100%;
    height: 100%
}

.box-category .banner-bg {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.box-category span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    max-width: 100%;
    white-space: nowrap;
    color: #000;
    background-color: rgba(255,255,255,.7);
    transform: translate(-50%, -50%);
    padding: 10px;
    font-size: 2rem;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 3
}

.box-category:hover .banner-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
}

.box-category:nth-child(odd):hover .banner-bg:before {
    background-color: rgba(172,134,18,.6) !important
}

.box-category:nth-child(odd):hover span {
    color: #fff;
    background-color: rgba(0,0,0,.5)
}
/*định dạng tabs cho editor*/
.nav-tabs {
    border: none;
}

    .nav-tabs li {
        padding-right: 5px;
    }

        .nav-tabs li .tab-link {
            background-color: #efefef;
            color: #555;
            padding: .5rem 1rem;
            display: block;
            border-radius: .25rem;
        }

            .nav-tabs li .tab-link.active, .nav-tabs li.active .tab-link {
                background-color: #00995e;
                color: #fff;
            }

.tab-content > .tab-pane {
    padding: 20px 0;
}

#box-why {
    position: relative;
    color: #fff;
    padding: 10px 0 40px;
    margin-top:10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #box-why:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgba(0,0,0,.6);
    }

    #box-why .home-title1 span, #box-why .home-title1 > p {
        color: #fff
    }

.box-why {
    width: 100%;
    padding: 20px;
    line-height: 150%;
    text-align: center;
    color: #000;
    overflow: hidden;
    background-color: rgba(255,255,255,0.86);
    position: relative;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-top: 15px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

    .box-why:hover {
        color: #fff;
    }

    .box-why:before {
        content: "";
        display: block;
        width: 100%;
        min-height: 0;
        background: #058e32;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .box-why:hover:before {
        min-height: 100%;
    }

.box-why-img {
    margin-bottom: 20px;
    position: relative;
}

    .box-why-img img {
        height: 100px;
    }

    .box-why-img i {
        font-size: 4rem;
        height: 50px;
    }

    .box-why-img:hover {
    }

.box-why .title {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
}

.box-why .summary {
    display: block;
    line-height: 1.8;
    position: relative;
}
/*.box-why:hover .title, .box-why:hover .box-why-img i{color:#fff;}*/

.counter-box {
    line-height: 150%;
    display: block;
    text-align: center;
    position: relative;
}

    .counter-box i.fa, .counter-box i.fas, .counter-box i.fab {
        color: #fff;
        font-size: 2.5rem;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        border: 2px solid #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

    .counter-box .title {
        display: block;
        padding: 15px 0 15px;
        margin: 15px 0;
        font-weight: bold;
        font-size: 2rem;
        position: relative
    }

        .counter-box .title:after {
            content: " +"
        }

        .counter-box .title:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            display: block;
            width: 150px;
            height: 1.5px;
            background: rgba(255,255,255,0);
            background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(246,246,246,.7) 25%,rgba(237,237,237,1) 50%,rgba(246,246,246,.7) 75%,rgba(255,255,255,0) 100%);
            background: -webkit-gradient(left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(25%,rgba(246,246,246,.7)),color-stop(50%,rgba(237,237,237,1)),color-stop(75%,rgba(246,246,246,.7)),color-stop(100%,rgba(255,255,255,0)));
            background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(246,246,246,.7) 25%,rgba(237,237,237,1) 50%,rgba(246,246,246,.7) 75%,rgba(255,255,255,0) 100%);
            background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(246,246,246,.7) 25%,rgba(237,237,237,1) 50%,rgba(246,246,246,.7) 75%,rgba(255,255,255,0) 100%);
            background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(246,246,246,.7) 25%,rgba(237,237,237,1) 50%,rgba(246,246,246,.7) 75%,rgba(255,255,255,0) 100%);
            background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(246,246,246,.7) 25%,rgba(237,237,237,1) 50%,rgba(246,246,246,.7) 75%,rgba(255,255,255,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1)
        }

    .counter-box .summary {
        display: block;
        margin-bottom: 5px;
        height: 50px;
        overflow: hidden;
        font-size: 1.3rem;
        color: #f2f2f2
    }

.owl-nav i {
    font-size: 1.4rem;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    width: 34px !important;
    height: 34px !important;
    line-height: 36px !important;
    margin: auto !important;
    border: 1px solid #ddd !important;
    background-color: rgba(255,255,255,0.8) !important;
    outline: none !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .owl-prev:hover, .owl-next:hover {
        background-color: rgba(255,255,255,1) !important;
    }

.owl-next {
    right: -12px;
    left: auto;
}

#box-news .owl-prev {
    left: -13px;
}

#box-news .owl-next {
    right: -13px;
    left: auto;
}

#owl-customer .owl-prev, #owl-customer .owl-next {
    width: 24px !important;
    height: 24px !important;
    line-height: 26px !important;
    left: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#owl-customer .owl-next {
    right: 0;
    left: auto;
}

#owl-why .owl-prev, #owl-why .owl-next {
    background-color: rgba(0,0,0,0.4) !important;
    border: 1px solid #888 !important;
}

#tabs-product .owl-carousel .owl-item img, #owl-counselor.owl-carousel .owl-item img {
    width: auto;
}

.fb-comments, .fb-comments iframe {
    width: 100% !important;
}

.subquantity, .addquantity {
    height: 22px;
    line-height: 22px;
    width: 22px;
    margin-left: -27px;
    top: -13px;
    position: relative
}

.subquantity {
    top: auto;
    bottom: -7px;
}

.display-block {
    display: block !important;
}

.form-iframe {
    height: 200px;
    margin-top: 20px;
    background: #f2f2f2;
    border: 1px solid #eee;
    padding: 15px;
}

    .form-iframe body {
        background: none;
    }

#colorbox {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.flash {
    position: relative;
    display: block
}

    .flash img {
        transition: all .6s ease-out;
        -webkit-transition: all .6s ease-out;
        -moz-transition: all .6s ease-out;
        -ms-transition: all .6s ease-out;
        -o-transition: all .6s ease-out
    }

    .flash::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out
    }

    .flash::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out
    }

.flash1:hover img {
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.flash:hover::before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255,255,255,.3)
}

.flash:hover::after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,.3)
}

.remove-box-sizing #colorbox *, .remove-box-sizing #colorbox:before, .remove-box-sizing #colorbox:after,
.remove-box-sizing #colorbox *:after, .remove-box-sizing #colorbox *:before, .remove-box-sizing #cboxOverlay *,
.remove-box-sizing #colorbox *:after, .remove-box-sizing #colorbox *:before, .remove-box-sizing #cboxOverlay,
.remove-box-sizing #colorbox, .remove-box-sizing #cboxOverlay:after, .remove-box-sizing #cboxOverlay:before {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

    .video-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important
    }

.list-bullet li {
    list-style: none;
    margin: 4px 0;
}

    .list-bullet li:before {
        content: "";
        font-family: FontAwesome;
        font-size: 120%;
        padding-right: 7px;
        color: #39a949;
    }

.list-style1 li:before {
    content: "\f101";
}

.list-style2 li:before {
    content: "\f105";
}

.list-style3 li:before {
    content: "\f138";
}

.list-style4 li:before {
    content: "\f0da";
}

.list-style5 li:before {
    content: "\f13a";
}

.list-bullet li h2, .list-bullet li h3, .list-bullet li h4, .list-bullet li h5 {
    display: inline-block;
    font-size: inherit;
    margin: 0 !important;
}

.box-style1 {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-left: 4px solid #39a949;
}

.box-shadow {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(108, 124, 145, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(108, 124, 145, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(108, 124, 145, 0.15);
}

    .box-shadow h3, .box-shadow1 h3 {
        display: block;
        line-height: 1.5em;
        margin-bottom: 12px;
    }

    .box-shadow img, .box-shadow1 img {
        height: 100px !important;
        margin: 10px 0;
    }

.box-shadow1 {
    background-color: #fff;
    padding: 15px;
    margin: 8px 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(108, 124, 145, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(108, 124, 145, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(108, 124, 145, 0.15);
}

.table-type-1 {
    background-color: #fff;
    width: 100%;
    border: 1px solid #e6e6e6;
}

    .table-type-1 th, .table-type-1 td {
        border: 1px solid #e6e6e6;
        padding: 10px;
    }

    .table-type-1 thead, .table-type-1 thead tr {
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    }

.table-thead-color thead, .table-thead-color thead tr {
    background: #009bcb !important;
    color: #fff
}

.table-type-1 thead tr {
    height: 36px;
}

.table-color tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-hover tr:hover {
    background-color: #f5f5f5;
}

.box-album {
    float: left;
    display: block;
    text-align: center;
    vertical-align: top;
}

    .box-album .photo-album {
        border: 2px solid #ccc;
        margin: 10px 0;
    }

.photo-album {
    display: block;
    position: relative;
    overflow: hidden;
    top: 0;
    background: #fff;
    border: 4px solid #fff;
    outline: 1px solid #eee;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

    .photo-album:hover {
        top: -5px;
    }

    .photo-album:before {
        content: "";
        display: block;
        padding-top: 65%;
    }

    .photo-album img {
        width: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.box-news {
    text-align: center;
    position: relative;
    margin: 10px 0;
}

.box-news-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-radius: 15px;
}

    .box-news-img:before {
        content: "";
        display: block;
        padding-top: 70%;
    }

    .box-news-img a:before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,255,255,.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        opacity: 0
    }

    .box-news-img:hover a:before {
        -webkit-animation: circle .75s;
        animation: circle .75s
    }

    .box-news-img img {
        width: auto;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .box-news-img:hover img {
        -webkit-transform: scale(1.1) translate(0);
        -ms-transform: scale(1.1) translate(0);
        -moz-transform: scale(1.1) translate(0);
        transform: scale(1.1) translate(0);
    }

.box-news-title {
    display: block;
    width: 100%;
    height: 3.2em;
    font-weight: normal;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

    .box-news-title a {
        font-weight: normal;
    }

.modal {
    z-index: 100000;
}

.price {
    color: red;
    font-weight: 600;
}

#room-gallery {
    margin-bottom: 30px !important;
}

#room-carousel img {
    height: auto
}

#room-gallery, #room-carousel {
    margin-bottom: 0;
}

    #room-gallery li, #room-carousel li {
        margin-bottom: 0;
    }

#room-carousel {
    position: relative;
    margin-top: 10px;
    margin-bottom: 60px !important;
}

    #room-carousel li {
        margin-right: 30px;
        max-width: 150px;
    }

    #room-carousel img {
        cursor: pointer;
    }

    #room-carousel .flex-control-paging {
        display: none;
    }

    #room-carousel .flex-viewport {
        padding-bottom: 10px;
    }

#room-gallery2 {
    margin-bottom: 30px !important;
}

#room-carousel2 img {
    height: auto
}

#room-gallery2, #room-carouse2l {
    margin-bottom: 0;
}

    #room-gallery2 li, #room-carousel2 li {
        margin-bottom: 0;
    }

#room-carousel2 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 60px !important;
}

    #room-carousel2 li {
        margin-right: 30px;
        max-width: 150px;
    }

    #room-carousel2 img {
        cursor: pointer;
    }

    #room-carousel2 .flex-control-paging {
        display: none;
    }

    #room-carousel2 .flex-viewport {
        padding-bottom: 10px;
    }

.flexslider li img,
.entry-widget figure img,
.entry-thumb img {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.flexslider li > a,
.entry-widget figure > a,
.entry-thumb > a,
.flexslider li {
    overflow: hidden !important;
}

    .flexslider li img:hover,
    .entry-widget figure img:hover,
    .entry-thumb img:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

.login-panel-right {
    width: 100%;
    height: 100%;
    background: #037327;
    background: -moz-linear-gradient(left, #037327 0%, #058e32 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #037327), color-stop(100%, #058e32));
    background: -webkit-linear-gradient(left, #037327 0%, #058e32 100%);
    background: -o-linear-gradient(left, #037327 0%, #058e32 100%);
    background: -ms-linear-gradient(left, #037327 0%, #058e32 100%);
    background: linear-gradient(to right, #037327 0%, #058e32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037327', endColorstr='#058e32', GradientType=1 );
}

.col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.log-fb-btn {
    display: block;
    background: #304fae;
    color: #fff !important;
    margin-bottom: 12px;
    line-height: 35px;
    text-align: left
}

    .log-fb-btn i {
        float: left;
        display: inline-block;
        background: #2946a2;
        padding: 0 10px;
        font-size: 1.3rem;
        line-height: 35px;
        margin-right: 15px
    }

.log-gg-btn {
    display: block;
    background: #e94c3d;
    color: #fff !important;
    margin-bottom: 12px;
    line-height: 35px;
    text-align: left
}

    .log-gg-btn i {
        float: left;
        display: inline-block;
        background: #cd3b2e;
        padding: 0 10px;
        font-size: 1.3rem;
        line-height: 35px;
        margin-right: 15px
    }

    .log-fb-btn:hover, .log-gg-btn:hover {
        opacity: .9;
        color: #fff
    }
    .filter-hidden {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 250px;
    height: auto;
    background: #fff;
    color: #000;
    padding: 15px;
    z-index: 2;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
    -ms-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
    -o-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
    box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}

    .filter-hidden.active {
        display: block;
    }

    .filter-hidden span {
        display: inline-block;
        margin: 0 10px;
    }
.box-bds {
    width: 100%;
    padding: 15px;
    text-align: left;
    border: 1px solid #eee;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
}

.border-bottom-dot {
    border-bottom: 1px dotted #ccc
}

.box-bds:hover {
    border: 1px solid #058e32;
}

.bds-image {
    float: left;
    border: 1px solid #ccc;
    padding: 2px;
    width: 32%;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

    .bds-image:before {
        content: "";
        display: block;
        padding-top: 100%
    }

    .bds-image img {
        width: 100%;
        height: auto;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

        .bds-image img.watermark-img {
            width: 20%;
            top: auto;
            left: auto;
            opacity: 0.4;
            display: none;
        }

.watermark-img {
    display: none;
}

.bds-info {
    float: right;
    width: 68%;
    padding-left: 13px;
    font-size: 0.95rem;
}

    .bds-info span {
        display: inline-block;
        margin-right: 20px;
    }

.bds-name {
    max-height: 2.8em;
    line-height: 1.3;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2
}

    .bds-name a {
        color: #058e32 !important
    }
.vip-icon {
    position: absolute;
    right: 14px;
    top: 4px;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/assets/client/css/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/assets/client/css/images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/assets/client/css/images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/assets/client/css/images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/assets/client/css/images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/assets/client/css/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/assets/client/css/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/assets/client/css/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/assets/client/css/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/assets/client/css/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/assets/client/css/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/assets/client/css/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/assets/client/css/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/assets/client/css/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(/assets/client/css/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/assets/client/css/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/assets/client/css/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(/assets/client/css/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/assets/client/css/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/assets/client/css/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/assets/client/css/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/assets/client/css/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

.menu {float:left;}
.menu ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.menu > ul {
  /*max-width: 1000px;
  padding: 0 2rem;*/
}
.menu > ul > .menu-item {
  display: inline;
  position: relative;
  float:left;
}
.menu > ul > .menu-item:after {
  content: "";
  display:none;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  bottom: 5px;
  left: calc(50% - 2px);
  will-change: transform;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.menu > ul > .menu-item:hover:after {
  transform: scale(1);
}
.menu > ul > .menu-item > a{text-transform:uppercase;font-family:"Roboto Condensed"; font-size:1rem; line-height:66px;padding-top: 0;padding-bottom:0;}
.menu > ul > .menu-item:hover > a{color:#058e32;}
.menu-item {
  position: relative;
  line-height: 2.5rem;
  text-align: center;
}
.menu-item a {
  line-height:1.4;
  display: block;
  padding:0.5em 13px;
  font-weight:normal;
}
.sub-menu {
  position: absolute;
  width: 240px;
  background:#058e32;
  top: 0;
  left: 100%;
  border-radius: 6px;
  /*opacity:0;*/
  z-index: 2;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -webkit-transition: all 0.4s ease-out ;-moz-transition: all 0.4s ease-out ;-o-transition: all 0.4s ease-out;-ms-transition: all 0.3s ease-out;transition: all 0.3s ease-out ;
  /*pointer-events: none;*/
		-webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);-webkit-transform-origin: 50% 0;
		-webkit-transition:350ms;-moz-transition: 350ms;-o-transition: 350ms;	transition: 350ms;
}
.sub-menu:after {
   content: "";
    position: absolute;
    left: 45px;
    top: -16px;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-bottom-color: #058e32;
    border-width: 8px;
}
.sub-menu > .menu-item:last-child {border-bottom: none;}
.sub-menu > .menu-item:first-child:hover {border-radius: 6px 6px 0 0;}
.sub-menu > .menu-item:last-child:hover {border-radius: 0 0 6px 6px;}
.menu > ul > li > .sub-menu {top: 100%;left:0;z-index: 1;}
.menu-item:hover > .sub-menu {
  z-index: 10; opacity:1;
  pointer-events: auto;
-webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.sub-menu .sub-menu:after {
    content: "";
    position: absolute;
    left: -16px;
    top: 16px;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-right-color: #058e32;
    border-width: 8px;
}
/*xử lý khi submenu tràn lề phải thì hiện sang trái*/
.sub-menu .sub-menu.dr-left{left:-100%;}
.sub-menu .sub-menu.dr-left:after {
    right: -16px;left: auto;
    border-left-color: #058e32;
    border-right-color: transparent;
}
.sub-menu .menu-item {border-bottom: 1px solid #037327; line-height:normal;font-size:0.9rem;}
.sub-menu .menu-item:hover {
    background:#037327;
  }
.sub-menu .menu-item a {
  padding: 0.7em 16px;color:#fff;text-align:left;
}
.menu-item .showhide-subul{
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    width:28px;
    height:40px;
    line-height: 1;
    padding:0 15px;
    margin-top: 0;
    cursor: pointer;
}
.menu-item .showhide-subul i{height:auto;width:auto;position: absolute; top: 10px;bottom:0; right: 0;left:50%; margin:auto; font-size: 1.5rem;color:#fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  .sub-menu .menu-item {}
}
@media screen and (max-width: 991px) {
  .menu {
    width:100%;position:fixed!important;top:55px;padding:0;height:0;left:0; background-color:transparent;z-index: 300000;
  }
  .menu > ul{clear:both; position: fixed; top: 0; left:-350px; width: 300px!important; height: 100vh; padding-top: 40px; overflow: scroll!important; background: #058e32;animation: fade 0.2s ease-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	-webkit-box-shadow: inset -10px 0px 8px 0px rgba(0,0,0,0.5);
-moz-box-shadow: inset -10px 0px 8px 0px rgba(0,0,0,0.5);
box-shadow: inset -10px 0px 8px 0px rgba(0,0,0,0.5);
  }
  .menu:after {
    content: "";
	display:none;
    position: absolute;
    top: calc(50% - 2px);
    right: 1rem;
    width: 30px;
    height: 4px;
    background: #FFF;
    box-shadow: 0 10px #FFF, 0 -10px #FFF;
  }
  .menu-item{line-height:normal;width:100%;text-align:left;border-bottom:1px solid #037327;}
  .menu-item a{color:#fff!important;padding: .7em 40px .7em 16px;}
  .menu-item .showhide-subul{display: block;}
  .menu > ul > .menu-item {
    opacity: 0;
    animation: enter 0.3s ease-out forwards;
  } 
  .menu > ul > .menu-item > a{line-height:normal;padding-top: 10px;padding-bottom: 10px;}
  .menu:hover:after {
    box-shadow: none;
  }
  .sub-menu {background:#037327;position:relative!important;top: 0!important;left:0!important;display:none;width:100%!important;border-radius: 0;
	-webkit-box-shadow:none;
    box-shadow: none;
  }
  /*xử lý cho menu danh mục văn phòng cho thuê*/
.menu > ul > li:nth-child(2) .sub-menu{width: 100%;}
.menu > ul > li:nth-child(2) .sub-menu li{width: 100%;float:none;min-height:0;}
.menu > ul > li:nth-child(2) .sub-menu li:nth-child(odd){border-right: none;}

  .sub-menu .menu-item {
    background: #037327;
    border-bottom: 1px solid #058e32;
  }
  .sub-menu .menu-item a{padding: 0.7em 40px 0.7em 26px;}
  .sub-menu .menu-item a:before{
	  content:"\203A";
	  left:-5px;top:-1px;
	  position: relative;
  }
  .sub-menu .menu-item .sub-menu .menu-item a{padding: 0.7em 40px 0.7em 36px;}
  .sub-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a{padding: 0.7em 40px 0.7em 46px;}
}
@media screen and (max-width: 1199px) {
 /* .sub-menu {
    width: 100vw;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
  }*/
  .menu-item a {padding:0.5em 16px;}
}

@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#jssor_1 {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    max-width: 100%;
    height: 300px;
    overflow: hidden;
    visibility: hidden;
}
/* jssor slider bullet navigator skin 01 css */
/*
        .jssorb01 div           (normal)
        .jssorb01 div:hover     (normal mouseover)
        .jssorb01 .av           (active)
        .jssorb01 .av:hover     (active mouseover)
        .jssorb01 .dn           (mousedown)
        */
.jssorb01 {
    position: absolute;
    bottom: 16px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
        position: absolute;
        /* size of bullet elment */
        width: 13px;
        height: 13px;
        filter: alpha(opacity=90);
        opacity: .9;
        overflow: hidden;
        cursor: pointer;
        border: #fff 3px solid;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .jssorb01 div {
        background-color: #000;
    }

        .jssorb01 div:hover, .jssorb01 .av:hover {
            background-color: #e11921;
        }

    .jssorb01 .av {
        background-color: #e11921;
    }

    .jssorb01 .dn, .jssorb01 .dn:hover {
        background-color: #e11921;
    }

/* jssor slider arrow navigator skin 05 css */
/*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        */
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(/assets/client/css/a17.png) no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
    top: 0px;
    left: 8px;
}

.jssora05r {
    background-position: -70px -40px;
    top: 0px;
    right: 8px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
    background-position: -310px -40px;
}

@media all and (min-width: 1600px){
	#slideads1{width:180px;margin-left:-180px;}
	#slideads2{width:180px;margin-right:-180px;}
}
@media all and (max-width: 1599px) {
	#slideads1{width:100px;margin-left:-100px;}
	#slideads2{width:100px;margin-right:-100px;}
}
/* p */
@media(min-width: 768px) {
    .formSearch-1-p .formSearch-1-div-1-p .formSearch-1-div-2-p:nth-child(2n+2) .formSearch-1-btn-1-p span{display: inline-block;}
    .formSearch-1-p .formSearch-1-div-1-p .formSearch-1-div-2-p:nth-child(2n+2) .formSearch-1-btn-1-p {max-width: 120px;}
}
@media(max-width: 1199px) {
    .user-area {
        top: 0px;
    }
}
@media(max-width:991px){
    .formSearch-2-p .formSearch-2-div-1-p:nth-child(2n+1) .formSearch-2-div-2-p:nth-child(4n+1) {
        padding: 5px;
    }
    .formSearch-2-p .formSearch-2-div-1-p:nth-child(2n+1) .formSearch-2-div-2-p:nth-child(4n+2),
    .formSearch-2-p .formSearch-2-div-1-p:nth-child(2n+1) .formSearch-2-div-2-p:nth-child(4n+3) {
        padding: 5px;
    }
    .formSearch-2-p .formSearch-2-div-1-p:nth-child(2n+1) .formSearch-2-div-2-p:nth-child(4n+4) {
        padding: 5px;
    }
    .formSearch-2-p .formSearch-2-div-1-p:nth-child(2n+2){
        padding: 5px;
    }
    .nav-seach-home-p{
        top: 5%;
    }
    .nav-seach-home-p .formSearch-p {
        background: rgb(0 0 0 / 92%) !important;
    }
    .nav-seach-home-p .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        background-color: rgb(0 0 0 / 92%) !important;
    }
}

@media(max-width : 767px){
    .pr-md-0-p{padding-right: 0px!important;}
    .pl-md-0-p{padding-left: 0px!important;}
    .mtb-md-10-p{margin-top: 10px !important;margin-bottom: 10px !important;}
    .pt-md-20-p{padding-top: 20px !important;}
}

@media(max-width : 678px){
    .nav-seach-home-p{
        padding: 10px 0px;
    }
    .nav-seach-home-p .box_body{
        padding: 10px 5px;
    }
}
@media(max-width : 575px){
    .formSearch-1-p .formSearch-1-div-1-p .formSearch-1-div-2-p:nth-child(2n+2) .form-control {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        
    }
    .formSearch-1-p .formSearch-1-div-1-p .formSearch-1-div-2-p:nth-child(2n+1) .form-control {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-right: 1px solid #ced4da;
    }
    .formSearch-1-p .formSearch-1-div-1-p .formSearch-1-div-2-p {
        padding-top: 21px !important;
    }
    .formSearch-1-p .formSearch-1-div-1-p .formSearch-1-div-2-p .formSearch-1-btn-1-p {
        top: 26px !important;
    }
    .formSearch-1-p .formSearch-1-div-1-p {
        padding: 0px!important;
    }
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }
    .box_body {
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media(max-width : 425px){
    .div-seach-home-p .ui-tabs .ui-tabs-nav{
        min-width: 275px;
        top: -23px !important;
        left: 4px !important;
    }
    .div-seach-home-p .ui-tabs .ui-tabs-nav li a{
        padding: 10px 5px !important;
    }
    .nav-seach-home-p .box_body{
        padding: 5px 2px;
    }
    .plr-xs-5-p{padding-left: 5px !important;padding-right: 5px!important;}
    .pr-xs-0-p{padding-right: 0px!important;}
    .pl-xs-5-p{padding-left: 5px !important;}
}
@media(max-width : 380px){
    .ui-tabs .ui-tabs-nav li a{
        padding: 10px 3px !important;
    }
}
@media(max-width : 320px){
   .div-seach-home-p .ui-tabs .ui-tabs-nav{
        left: 9px !important;
    }
}
/* p */
@media(min-width: 1320px) {
    .container {max-width:1320px}
}

@media all and (max-width: 1200px) {
}
@media all and (max-width: 1060px) {
	#closemenu,.adv-v1{display:none;}

}
@media all and (max-width: 991px) {
	#logo{padding:0 70px; text-align:center;border:none;}
    .menu #nav-toggle{position: fixed;top:15px;left: 0;display:inline-block; float:left; font-size:1.3rem; padding:2px 8px; margin-left:15px; background-color:#058e32;border:1px solid #058e32;color:#fff;z-index: 10000;
		-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	}
	.user-area,.interested{position:fixed;right:10px;top: 15px;z-index:10;color:#000;}
	.user-area > span{color:#058e32;}
	.interested{right:55px;top:18px;color:#058e32;}
	.interested a{color:#058e32;}
	#topbar ul > li.user > a{color:#000; font-size:0;}
	#topbar ul > li.user > a i.fa-angle-down{display: none;}
	#topbar ul > li.user > a i,.user-area > span > i{font-size: 1rem;width:30px;height: 30px; line-height: 28px;border:1px solid #058e32; text-align: center;
	    -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
	}
	.user-login{display: none;position:absolute;top:100%;right:0;padding:10px; width:140px; background-color:#fff;border:1px solid #eee;}
	#topbar ul.user-login li{line-height:normal;margin-left:0;padding-top:4px;}
	#topbar ul.user-login li > a{color: #000;}
    #closemenu {
        position: fixed;
    top: 0;
    left: -350px;
    width: 300px;
    height: 40px;
    line-height: 40px;
    z-index: 30000;
    display: block;
    padding: 0 8px;
    color: #fff;
    font-size: 1.4rem;
    text-align: left;
    background-color: #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
	.ddsmoothmenu ul li{display:block!important; width:100%; background:none!important;border:none;}
	.ddsmoothmenu ul li a{color:#fff!important;border-bottom:1px solid #2e32a5; padding:12px 15px; height:auto;line-height:normal; text-align:left; float:none!important;}
	.ddsmoothmenu ul li ul {width: 100%!important; position: relative; visibility: visible!important; top:0!important; left: 0!important; border-top: none; background: #2e32a5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
	.ddsmoothmenu ul li ul:before,.ddsmoothmenu ul li ul:after{display:none;}
    .ddsmoothmenu ul li ul li {border-bottom: none; float:none!important;}
	.ddsmoothmenu ul li ul li a:before{content:"\203A"; margin-right:6px; font-size:1.2rem;}
    .ddsmoothmenu ul li ul li>a{color:#fff!important;width:100%; padding-left:20px;}
	.ddsmoothmenu ul li ul li:hover > a,.ddsmoothmenu ul li ul li.selected > a{color:#fff!important;}
    .ddsmoothmenu ul li ul li ul li>a{padding-left:35px;}
    .ddsmoothmenu ul li ul li ul {}
    
    .downarrowclass,.rightarrowclass{display:none!important;}
	#right-panel,#slideads{display:none}
	#body-panel{width:100%;}
	#fdb-info,#fdb-frm{ width:100%; margin-bottom:30px;}
}
@media all and (max-width: 912px) {
}
@media all and (max-width: 860px) {
}
@media all and (max-width: 812px) {
}
@media all and (max-width: 768px) {
	.product-desc img,.news-detail img{height:auto !important;}
}
@media all and (max-width: 767px) {
	#topbar .col-lg-7{text-align:center}
	#topbar ul,#topbar ul li{float:none;}
	#topbar ul li{display:inline-block;}
	#topbar ul li:last-child{margin-right:0}
	#search {position:absolute;top:auto;bottom:-60px;right:15px;z-index:1000;}
	#search > span{display:block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	}
	#frmsearch {display: none; position: absolute;top:36px;
	padding:8px;
	background:#f2f2f2;
	border-top:3px solid #058e32;
	right:0;
    width: 260px;
    text-align: left;
	z-index: 1000;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(133,131,133,0.4);
    -moz-box-shadow: 0px 2px 5px 0px rgba(133,131,133,0.4);
    box-shadow: 0px 2px 5px 0px rgba(133,131,133,0.4);
	} 
	#btnsearch{top:8px;right:8px;}
	.hig-alo-phone span{display:none}
	.product-detail-img,.product-detail-info{width: 100%!important;}
	.box-why{text-align:center;}
	.box-why-img{width:100%; margin-bottom:20px;padding:0!important;float:none!important;}
	.box-why .title,.box-why .summary{width:100%; float:none;}
}
@media all and (max-width: 667px) {
}
@media all and (max-width: 568px) {
    
}
@media all and (max-width: 520px) {
	.news-detail h1{font-size:2rem;}
	.news-vertical .summary {height: auto;-webkit-line-clamp: 40;}
}
@media all and (max-width: 480px) {
    html{font-size: 14px;}
	#menu{top:55px;}
	.col{width:100%;}
	#sapxep{width:90px;}
    p.view-sort {text-align: center;}
    .ui-tabs .ui-tabs-nav li a{font-size:1.1rem;}
}
@media all and (max-width: 414px) {
    .news-image{width:100%!important; margin:5px auto;}
    .news-info{width:100%!important;}
    .col-6,.product .col-5,.product .col-7 {-ms-flex: 0 0 100%; flex: 0 0 100%;max-width: 100%;}
}
@media all and (max-width: 375px)
{
} 
@media all and (max-width: 320px) {
	.product-name,.product-info,.news-big-ul-extend li.news .title{-webkit-line-clamp: 20; height:auto;}
}
