/* Minification failed. Returning unminified contents.
(1824,42): run-time error CSS1046: Expect comma, found '0'
(1824,46): run-time error CSS1046: Expect comma, found '/'
(1825,34): run-time error CSS1046: Expect comma, found '0'
(1825,38): run-time error CSS1046: Expect comma, found '/'
(1855,45): run-time error CSS1046: Expect comma, found '0'
(1855,49): run-time error CSS1046: Expect comma, found '/'
(1857,37): run-time error CSS1046: Expect comma, found '0'
(1857,41): 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, h1, h2, h3, h4, h5, h6, 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, label, legend, table, caption, img, embed {
    margin: 0;
    padding: 0;
    outline: 0;
    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: #333;
    font-family: roboto,Tahoma,sans-serif,arial;
    background: #f6f6f6;
}

a {
    text-decoration: none;
    color: #333;
    font-weight: bold
}

    a img {
        border: none;
    }

    a:hover, a:focus {
        color: #00a651;
        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;
    border-color: #999;
    width:100%;
}

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 {
    background: #f5f5f5;
    text-align: left;
    font-size: 0.9rem;
    min-height: 40px;
}

    #topbar a {
        font-weight: normal;
    }

        #topbar a.dropdown-toggle {
            font-weight: normal;
        }

    #topbar ul {
        list-style: none;
    }

        #topbar ul li {
            float: left;
            line-height: 38px;
            margin-right: 30px;
        }

            #topbar ul li a {
            }

            #topbar ul li i {
                margin-right: 6px;
            }
#menu-top{float:right; margin-right:20px;}
#menu-top a{display:inline-block; line-height:40px; margin-right:10px;}
#header {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: relative;
	background: #fff url(/assets/client/images/header-bg.png) right center no-repeat;
	-webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    -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);
}
#header .container{}
#logo{padding-top:15px;padding-bottom:15px;}
#logo img {
    width: 100%;
}

#search {
    position: absolute;
    top: 8px;
    right: 15px;
}

    #search > span {
        height: 36px;
        width: 36px;
        line-height: 36px;
        color: #000;
        background: #fff200;
        display: block;
        cursor: pointer;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

        #search > span > i {
        }

#frmsearch {
    display: none;
    position: absolute;
    padding: 8px;
    background: #f2f2f2;
    border-top: 3px solid #00a651;
    top: 44px;
    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);
}

#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: 8px;
    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;
}

#menu {
    width: 100%;
    position: relative;
    z-index: 100;
    background: #00a651;
}

#slideshow {
    width: 100%;
    margin: auto;
    height: auto;
    position: relative;
    border: 1px solid #ddd;
}

#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: right;*/
}

#right-panel {
    /*width: 25%;
    float: left;*/
    text-align: left;
}

    #right-panel .home-title span {
        font-size: 1.1rem
    }

    #right-panel .home-title {
        margin: 0
    }

    #right-panel .news img {
        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 {
            color: #00a651;
            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 {}

        #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
            }


#social {
    margin-bottom: 20px;
}

.social-top {
    margin-top: 4px;
    float: right;
}

a.social {
    color: #00a651 !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;
    }

    a.social:nth-child(2):hover {
        background-color: #ea0101;
    }

    a.social:nth-child(3):hover {
        background-color: #c50202;
    }

    a.social:hover {
        opacity: 0.8;
    }

#footer {
    width: 100%;
    text-align: left;
    line-height: 180%;
    padding: 20px 0;
    position: relative;
    background: #00a651;
	border-top:4px solid #fff200;
    color: #fff;
    position: relative;
}

    #footer .container {
        text-align: center;
    }

    #footer a {
        font-weight: normal;
        color: #fff;
    }

        #footer a:hover {
            color: #fff;
        }

    #footer p.title {
        text-transform: uppercase;
        margin-bottom: 8px;
        font-size: 1rem;
        position: relative;
        color: #fff;
    }
#footer .social-top{float:none}
#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: left;
    }

#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;
        -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: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: -2px;
            position: relative;
        }

#footer-designed {
    padding: 10px 0;
    color: #a1a1a1;
    background: #161616;
    margin-top: 40px;
    text-align: center;
}

    #footer-designed a {
        color: #a1a1a1;
        font-weight: normal;
    }

.bggray {
    background: #f6f6f6;
    padding: 10px 0 40px;
    margin-top: 30px;
    position: relative;
}
.bg-white {
    background: #fff;
}

.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)
    }

.home-title {
    text-align: left;
    color: #161616;
    margin: 40px 0 20px;
    position: relative;
    max-width: 100%;
}

    .home-title span {
        border-left: 8px solid #00a651;
        display: inline-block;
        padding-left: 15px;
        font-size: 1.5rem;
        text-transform: uppercase;
        position: relative;
        font-weight: normal;
        color: #fff;
        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: #00a651;
            font-weight: normal;
        }

.home-title1 {
    text-align: center;
    color: #161616;
    margin: 40px 0 20px;
    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: #222;
        line-height: 1;
    }

        .home-title1 span:after {
            content: "";
            position: absolute;
            margin: auto;
            left: 0;
            right: 0;
            bottom: -15px;
            height: 2px;
            width: 30%;
            display: block;
            background: #00a651;
        }

    .home-title1 p {
        margin-top: 25px;
        line-height: 1.5;
        font-style: italic;
    }

.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;
}

.box-blue .home-title {
    background: #00a651;
    color: #fff;
    border-left: 8px solid #fff200;
    margin-bottom: 0;
    -moz-border-radius: 0 50px 0 0;
    -webkit-border-radius: 0 50px 0 0;
    border-radius: 0 50px 0 0;
}

    .box-blue .home-title span {
        color: #fff;
        padding: 0;
        border-left: 0;
        margin: 15px 0 7px 15px;
    }

.box-blue .ui-tabs .ui-tabs-nav {
    margin-top: 0 !important;
    background-color: #00a651 !important;
    border-radius: 0 !important;
    border-left: 8px solid #fff200!important;
}

.box-blue .ui-tabs .ui-tabs-panel {
    padding: 15px 0 !important;
    border: none !important;
    background: none !important;
    overflow: hidden;
}

.box-blue .ui-widget-content {
    background: none !important;
}

.box-blue .ui-tabs .ui-tabs-nav li {
    margin-left: 10px !important;
}

    .box-blue .ui-tabs .ui-tabs-nav li a {
        background-color: #fff;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    .box-blue .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        font-weight: bold;
        background-color: #f6f6f6 !important;
        color: #00a651;
        border: 1px solid #f6f6f6 !important;
    }

#tabs-project .ui-tabs-nav li {
    float: none;
    display: inline-block;
}

    #tabs-project .ui-tabs-nav li a {
        float: none;
        text-transform: none;
    }

#tabs-project .ui-tabs-panel {
    padding: 25px 0 !important;
    border: none !important;
    top: 0;
}

.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 #00a651;
    }

.box_tbl {
    width: 100%;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.box_top {
    padding: 0;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    position: relative;
    background: #00a651;
    color: #fff;
    text-align: left;
    display: flex;
}

    .box_top span {
        display: inline-block;
        padding: 10px 12px 8px;
        font-size: 1.1rem;
    }
        .box_top span.toggle {
    float: right; display: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
        .box_top span.icon {
            display: inline-block;
            float: left;
            height: 46px;
            line-height: 46px;
            background-color: #009448;
            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: -10px;
                margin: auto;
                border-bottom: 5px solid transparent;
                border-top: 5px solid transparent;
                border-left: 5px solid #009448;
                border-right: 5px solid transparent;
            }

            .box_top span.icon:before {
                content: "";
                display: block;
                height: 0;
                width: 0;
                position: absolute;
                top: 0;
                bottom: 0;
                right: -14px;
                margin: auto;
                border-bottom: 7px solid transparent;
                border-top: 7px solid transparent;
                border-left: 7px solid #555;
                border-right: 7px 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 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;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.boxbody_top {
    position: relative;
    border-bottom: 3px solid #00a651;
    border-left: 8px solid #fff200;
    text-align: left;
    min-height: 50px;
}

    .boxbody_top a {
        font-weight: normal;
    }

    .boxbody_top span {float: left;
        display: inline-block;
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
        white-space: nowrap;
        font-size: 1.2rem;
        background: #00a651;
        color: #fff;
        text-transform: uppercase;
        position: relative;
    }
    .boxbody_top span:after{
        width: 67px;
    height: 50px;
    content: '';
    background: url(/assets/client/images/aft-boxbody-top.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: -56px;
    z-index: 1;
    }
	.boxbody_top span.sub-cat{background:none;text-transform:none;margin-left:40px;}
	.boxbody_top span.sub-cat:after{display:none}
	.boxbody_top span.sub-cat a{display:inline-block; margin-right:20px;}
    .boxbody_top h1, .boxbody_top h2 {
        font-size: 1.2rem;
        font-weight: normal;
        height: 48px;
        line-height: 50px;
    }

    .boxbody_top p.viewall {
        text-align: right;
        font-style: italic;
        font-size: 1rem;
        position: absolute;
        bottom: 0;
        right: 0;
        float: right;
        margin: 0;
        text-transform: none;
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }

.boxbody_body {
    padding: 15px 20px;
    position: relative;
    border: 1px solid #eee;
}

    .boxbody_body img, .boxbody_body table {
        max-width: 100%;
    }

.end-row {
    margin-right: 0 !important
}

.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: none;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: -10px;
        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;
    }

.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: #00a651;
                color: #fff
            }

            .phantrang ul li a.selected {
            }

.button, .btn-viewall {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px;
    margin-top: 5px;
    color: #fff;
    position: relative;
    border: 0.5px solid #00a651;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .button:before, .btn-viewall:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #00a651;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .button:hover, .btn-viewall:hover, .button:focus, .btn-viewall:focus, .button:active, .btn-viewall:active {
        color: #00a651!important
    }

        .button:hover:before, .btn-viewall:hover:before, .button:focus:before, .btn-viewall:focus:before, .button:active:before, .btn-viewall:active:before {
            -webkit-transform: scaleX(0);
            transform: scaleX(0)
        }

    .button i {
        font-size: 1.2rem;
        margin-right: 4px;
    }

        .button i.fa-angle-right {
            font-size: 1rem;
            margin-right: 0;
            margin-left: 4px;
        }

.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: #00a651;
    color: #fff !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:1000;
	height:0px;
	width:100%;
}
#slideads img{width:100%;}
#slideads1{
	float:left;
	width:100px;
	margin-left:-100px;
}
#slideads2{
	float:right;
	width:100px;
	margin-right:-100px;
}

.box-connect{display:block; background-color:#fff; border:1px solid #f2f2f2; border-radius:4px; overflow:hidden; padding:10px; margin-top:15px;}
.box-connect img{height:50px; margin-bottom:12px;}
/* Clearfix */
.clearfix:before, .clearfix:after, .container:before, .container:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after {
    clear: both;
}
.share-box {
    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 #ccc;
    padding: 15px 0;
    list-style: none;
}
.box-news .news{border:none; padding:0 0 20px;}
.news .news-img,.news .news-image {
    width: 30%;
    float: left;
    padding: 0;
    border: 1px solid #ddd;
    background: #fff;
    position: relative
}
.news .news-img img,.news .news-image img {width:100%}
.news-info {
    width: 68%;
    float: right;
    text-align: left
}

.news .title {
    font-size: 1.4rem;
    display: block;
    line-height: 130%
}
.news .title h2,.news .title h3{font-size: 1.4rem;}
.box-news .news .title {font-size: 1.1rem;}
.posted-date {
    color: #999;
    margin: 8px 0
}
.box-news .news .posted-date{margin:3px 0}
.posted-date > span{display:inline-block; margin-right:20px;}
.posted-date a {
    font-weight: normal;
    color: #999;
    display: inline-block
}

.posted-date a:hover {
}

.news .summary {
    text-align: justify;
    line-height: 140%
}
.box-news .news .summary {
    max-height: 5.6em;
    overflow: hidden;
    text-align: justify;
    line-height: 1.4;
    clear: both;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
}
.news.no-summary{border:none; padding:0 0 15px;}
.news.no-summary .summary, .news.no-date .posted-date {
    display: none
}

.news.no-summary .title {
    font-size: 1rem; font-weight:normal;
}

.news.no-summary .posted-date {
    font-size: 0.9rem
}

.news-detail {
    clear: both;
}

    .news-detail h1 {
        font-size: 2rem;
        color: #00a651;
        margin-top: 20px;
    }

    .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: 160%;
        margin-top: 15px;
    }

        .news-detail .detail p {
            text-align: justify;
            line-height: 160%;
            margin-bottom: 12px;
        }

    .news-detail .posted-date {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        margin: 8px 0 15px;
    }

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;
}

    .news-big-ul-extend li.news {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

.box-news .news-big-ul-extend li.news {
    padding: 10px;
}

.news-big-ul-extend li.news:last-child {
    border-bottom: none
}

.news-big-ul-extend li.news a {
    font-weight: normal;
}
.news-big-ul-extend li.news > a {display: block;position:relative;overflow:hidden;width:25%;float:left;}
.news-big-ul-extend li.news > a:before {
    content: "";
    display: block;
    padding-top: 72%;
}
.news-big-ul-extend li.news > a .news-image {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.news-big-ul-extend li.news .title {
    line-height: 1.3;
    max-height: 3.8em;
    font-size: 0.9rem;
    margin-top: 0!important;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}

/*.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;
    margin-bottom: 0;
}
.box-customer {
    position: relative;
    border-top: 1px solid #eee;
    padding-bottom: 20px;
	margin-top:60px;
	background-color: #fff
}

    .box-customer span {display:inline-block;width:250px;
        text-transform: uppercase;
        font-size: 1.3rem;
		position:absolute;
		left:0;right:0;
		margin:auto;
		background:#fff200;
		color:#00a651;
		padding:10px 15px;
		border-radius:30px;
		-webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	.box-customer .container{padding-top:40px;}
	.box-customer a{
	    display:block;
	    /*float:left;*/
	    /*margin:4px 1%; */
	    /*width:10.5%; */
	    position:relative;
		border: 1px solid #eee; 
		border-radius:5px;
		background-color: #fff;
		/*overflow:hidden;*/
	}
	.box-customer a:before {
		content: "";
		display: block;
		padding-top: 50%;
	}

    .box-customer a img {border:5px solid #fff;
        width: auto !important;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -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;
    }

    .box-customer a 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;
        }
.news-owl{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.news-owl:before {
    content: "";
    display: block;
    padding-top: 57%;
}
.news-owl img{
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.news-owl .news-title{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    font-weight: normal;
    text-align: left;
    background-color: rgba(0,142,69,0.7);
    color:#fff;
}
/*Box tin tức kiểu dọc*/
.news-vertical {
    width: 100%;
    margin: 10px 0 20px 0;
    position: relative;
    text-align: left;
    padding-bottom: 10px;
}

.box-news .news-vertical {
    background: none;
    border-bottom: none;
    margin: 0;
}

.news-vertical.bg-white:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

.box-news .news-vertical:hover, .news-vertical.no-summary:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.box-news .news-vertical .title, .news-vertical.no-summary .title {
    padding: 10px 0;
    border: none;
}
.news-vertical.bg-white .title,.news-vertical.bg-white .summary{padding: 10px;}
.box-news .news-vertical .summary {
    padding: 0;
}

.box-news {
}

.news-vertical .posted-date {
    margin: -45px 0 0;
    padding: 18px 15px 15px;
    min-height: 45px;
    font-size: 1rem;
    color: #fff;
    z-index: 100;
    position: relative;
    background: -webkit-gradient(linear,center top,center bottom,from(rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.75) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#BF000000', GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#BF000000,GradientType=0);
}

    .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 0;
    clear: both;
    line-height: 1.3;
    max-height: 4.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}
.other-news .news-vertical .title{font-size: 1rem;}
    .news-vertical .title a {
        font-weight: 500;
    }

.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: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.news-vertical .summary {
    max-height: 6em;
    overflow: hidden;
    text-align: justify;
    padding: 1em 12px;
    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
    }

.news-vertical.no-summary .summary, .news-vertical.no-date .posted-date {
    display: none
}

.news-vertical.no-summary .title {
    font-size: 1rem
}

.news-vertical.no-summary .posted-date {
    font-size: 0.9rem
}

.btn-news-more, .ui-widget-content a.btn-news-more {
    font-style: italic;
    color: #00a651;
    font-weight: normal;
    display: none;
}
.post-tag{margin:15px 0;}
a.tag {
    font-weight: normal;
    background: #f5f5f5;
    padding: 4px 8px;
    margin: 3px;
    display: inline-block;
    border:1px solid #eee;
    border-left: 4px solid #00a651;
}
a.tag:hover{border-left: 4px solid #00a651;}
p.view-sort {
    text-align: right;
    vertical-align: middle;
    line-height: 20px;
    margin-bottom: 7px;
}
#widget {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 100000;
}

.wgitem {
    position: absolute;
    top: 0;
    right: -280px;
    height: 50px;
    width: 330px;
    -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: #e60312;
    color: #fff;
    border-radius: 6px 0 0 6px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(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: #e60312;
    color: #fff;
    margin: -15px -15px 20px;
    padding: 0 15px;
    text-transform: uppercase;
}

.wgitem-content {
    float: left;
    width: 280px;
    background-color: #fff;
    padding: 15px 5px 15px 15px;
    -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 / 10%);
}

.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-wrap li{margin-bottom:10px;}
.breadcrumb {
    display: block;
    margin-bottom: 30px;
    padding: 0;
    background-color: transparent;
}

    .breadcrumb li {
        display: inline-block;
        min-height: 30px
    }

    .breadcrumb a, .breadcrumb h1, .breadcrumb h2 {
        font-weight: normal;color:#fff;
    }

    .breadcrumb a {
        position: relative;
        display: block;
        padding: 8px
    }

        .breadcrumb a:hover {color:#fff200;}
.banner-page {
    min-height: 350px;
    position: relative;
    margin-bottom: 40px;
    padding: 120px 20px 20px;
    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.2rem;
        font-weight: normal;
        display: block;
        margin: 10px 0;
        font-family: Oswald,sans-serif;
    }

.banner-page .title h1 {
    font-weight: normal;
    font-size: 2.2rem;
}

.banner-page img {
    width: 100%;
}

.ChangeSize {
    display: inline-block;
}
.adv-top a{display:block; margin-bottom:6px;}
.adv-top img {
    width: 100%;
}
.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%;
    }

.adv {
    width: 100%;
}

    .adv a img {
        width: 100%;
        border: 1px solid #ccc;
    }

.adv-r, .adv-r img {
    width: 100%
}
.adv-r a{display:block; margin-bottom:15px;}
.adv-c1, .adv-c2, .adv-c3 {
}

    .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-widget-content {
    border: none !important;
    background: #fff !important;
}

    .ui-widget-content a.button {
        display: inline-block;
        color: #fff;
        clear: both;
        width: auto;
        margin: 15px auto 0;
        font-weight: normal;
    }

.ui-tabs {
    padding: 0 !important;
}

    .ui-tabs .ui-tabs-panel {
        padding: 15px !important;
        overflow: auto;
        font-family: roboto,Tahoma,sans-serif,arial !important;
        font-size: 1rem;
        margin: auto;
        text-align: center;
        border: 1px solid #ddd !important;
        border-radius: 0;
        top: -3px;
    }

#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;
    }

        .ui-tabs .ui-tabs-nav li a {
            display: block;
            font-size: 1rem;
            font-family: roboto,Arial, sans-serif !important;
            text-transform: uppercase;
            padding: .5em 1em !important;
            font-weight: normal;
            border: 1px solid #ddd !important;
            background-color: #f4f4f4;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
            background-color: #00a651 !important;
            color: #fff;
            border: 1px solid #00a651;
            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 #00a651;
                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: #00a651;
                    color: #fff;
                    border: 2px solid #00a651;
                }

            #tabs-pro .ui-tabs-nav li.ui-tabs-active a {
                border: 2px solid #00a651;
            }
/* trang lien he*/
#fdb-info {
    width: 49%;
    float: left;
    line-height: 2;
}

    #fdb-info i.fa, #fdb-info i.fas {
        width: 18px;
        color: #00a651;
    }

    #fdb-info p {
        line-height: 2;
    }

    #fdb-info ul li {
        margin-bottom: 15px;
    }

#fdb-frm {
    width: 49%;
    float: right;
    padding-left: 30px;
    border-left: 1px solid #ddd;
}

    #fdb-frm p.title {
        text-transform: uppercase;
        display: inline-block;
        padding-bottom: 12px;
        border-bottom: 1px solid #00a651;
        font-weight: bold;
    }

        #fdb-frm p.title i {
            font-size: 1.6rem;
            margin-right: 5px;
            color: #00a651;
        }

    #fdb-frm table {
        border: none;
    }

        #fdb-frm table td {
            padding: 5px 10px;
        }

.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 {display: none;
    width: 50px;
    position: fixed;
    left: 20px;
    bottom: 130px;
    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: #00a651
}

#widget-support .wg-close {
    background: #7f5d01;
    display: none;
}
/*nút call*/
.hig-alo-phone {
    position: fixed;
    left: 20px;
    bottom: 60px;
    display: none;
    visibility: hidden;
    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: 0;
        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-photo {
    width: 100%;
    margin: 0px;
    position: relative;
}

    .box-photo:before {
        content: "";
        display: block;
        padding-top: 70.3%;
    }

    .box-photo img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: auto !important;
    }

.owl-nav i {
    font-size: 1.4rem;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -17px;
    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;
    -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: -17px;
    left: auto;
}

.box-news .owl-prev {
    left: -13px;
}

.box-news .owl-next {
    right: -13px;
    left: auto;
}

#owl-photos .owl-prev, #owl-photos .owl-next {
    width: 24px !important;
    height: 24px !important;
    line-height: 26px !important;
    left: 15px;
    top: 100%;
    margin-top: 10px !important;
}

#owl-photos .owl-next {
    left: 43px;
    right: auto;
}

.fb-comments, .fb-comments iframe {
    width: 100% !important;
}

.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
    }

    .flash: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;
}
/*thu vien anh*/
.box-album {
    position: relative;
    display: block
}

.box-album .title {
    display: block;
    margin-bottom: 15px;
    text-align: center
}

.box-album-img {
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 5px solid #f2f2f2;
    margin-bottom: 15px;
    background: #fff
}

.box-album-img:before {
    content: "";
    display: block;
    padding-top: 57%
}

.box-album-img img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.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: 57%
}

.photo-album img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#photos-detail img {
    width: 100%
}

.shadow-effect2 {
    position: relative;
    display: block
}

.shadow-effect2:before,.shadow-effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.shadow-effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.title-gallery {
    background: #00a651;
    color: #fff;
    font-size: 2.4rem;
    padding: 30px 20px;
}
#box-photo {
    border-left: 1px solid #00a651;
}

#box-video {
    border-left: 1px solid #00a651;
}

    #box-photo a, #box-video a {
        display: block;
        background: #fff;
        font-weight: normal;
        text-align: right;
        padding: 10px 15px;
        -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
    }

        #box-photo a:hover, #box-video a:hover {
            background: #00a651;
            color: #fff;
        }

#right-panel .news .title {
    font-size: 1rem;
    font-weight: 400;
	max-height: 6em;
    overflow: hidden;
    line-height: 1.3;
    clear: both;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
}

.news-author-img {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #4f4f4f;
    display: inline-block;
    margin: 0 20px 0 0;
}

.author-box {
    width: 100%;
    margin-top: 30px;
    padding: 20px 15px;
    border: 1px solid #eee;
    background: #f4f4f4;
    display: flex;
    font-style: italic;
}

    .author-box .author-info {
        padding-left: 30px;
    }

        .author-box .author-info .author-social {
            margin: 4px 0;
        }

            .author-box .author-info .author-social a {
                display: inline-block;
                color: #aaa;
                font-size: 1.5rem;
                margin-right: 10px;
            }

                .author-box .author-info .author-social a:nth-child(1):hover {
                    color: #304e8f;
                }

                .author-box .author-info .author-social a:nth-child(2):hover {
                    color: #a93587;
                }

                .author-box .author-info .author-social a:nth-child(3):hover {
                    color: #1c9cea;
                }

                .author-box .author-info .author-social a:nth-child(4):hover {
                    color: #0270ad;
                }

        .author-box .author-info .author-name {
            margin: 0 15px 0 0;
            font-weight: bold;
            font-size: 1.2rem;
        }

.author-box .author-description {
    text-align: justify;
    line-height: 1.8;
}

.author-box .author-img {
    width: 100px;
    /*height: 100px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 30px*/
}

.author-box .author-img img, .related-post {
    max-width: 100%
}

.hover-style-1 {
    position: relative;
    display: block;
    overflow: hidden
}

.hover-style-1:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: rgba(255,255,255,.2);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .8s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.hover-style-1:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-100%,0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: initial
}

.hover-style-2 {
    position: relative;
    display: block;
    overflow: hidden
}

.hover-style-2:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #2a363f;
    opacity: .5
}

.hover-style-2 img {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.hover-style-2:hover:before {
    visibility: visible
}

.hover-style-2:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.video-show {
    margin: 20px auto 50px;
    max-width: 800px;
    text-align: center
}

.video-show span {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 2rem
}
.tdvideo {
    line-height: 1.5;
}
.video-img {
    width: 160px;
    float: left;
    border: 1px solid #ccc
}
.video-img img{width:100%;}
.video-info {width:calc(100% - 170px);float:right;}

.box-video-image {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ddd
}

    .box-video-image:before {
        content: "";
        display: block;
        padding-top: 62.5%
    }

    .box-video-image img {
        width: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

.box-video-name {
    padding: 10px;
    line-height: 1.5;
    min-height: 60px
}
/*tết*/
.tet{position:fixed; z-index:1000000;top:0;}
.tet-left{left:0;}
.tet-right{right:0;top:auto;bottom:0;}
.tet img{width:100%;max-width:220px;}
/*
    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 {
  padding-right: 50px;
  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);
  background: #00a651;
  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"; color:#fff; padding:8px 16px;}
.menu-item {
  position: relative;
  line-height: 2.5rem;
  text-align: center;
}
.menu-item:hover {
  background: #009448;
}
.menu-item a {
  display: block;
  padding:0.7em 16px;
  font-weight:normal;
}
.sub-menu .menu-item {
  /*background: #00a651;
  border-bottom:1px solid #fd4041;*/
  background: #fff;
  border-bottom:1px solid #eee;
  position: relative;
  line-height: 1.2;
  text-align:left;
}
.sub-menu .menu-item:hover {
  background: #009448;
}
.sub-menu .menu-item:hover > a{color:#fff;}
.sub-menu .menu-item a {
  padding: 0.7em 16px;/*color:#fff;*/
}
.menu-item .showhide-subul{
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    width:28px;
    height:36px;
    line-height: 1;
    padding:0 10px;
    margin-top: 0;
}
.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%);
}
.sub-menu {
  position: absolute;
  width: 260px;
  top: 0;
  left: 100%;
  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;
}
.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: #fff;
    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: #fff;
    border-right-color: transparent;
}
@media screen and (max-width: 600px) {
  .sub-menu .menu-item {}
}
@media screen and (max-width: 991px) {
  .menu {
    width:100%;position:absolute!important;top:-60px;padding:0;height:0;left:0; background-color:transparent;z-index: 30000;
  }
  .menu > ul{clear:both; position: fixed; top: 0; left:-350px; width: 300px!important; height: 100vh; padding-top: 40px; overflow: scroll!important; background-color: #00a651;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 #009448;}
  .menu-item a{color:#fff!important;padding: 12px 28px 12px 10px!important;}
  .menu-item .showhide-subul{display: block;}
  .menu > ul > .menu-item {
    opacity: 0;
    animation: enter 0.3s ease-out forwards;
  }
  /*.menu > ul > .menu-item + .menu-item {
    margin-top: 0.75rem;
  }
  .menu > ul > .menu-item:after {
    left: auto;
    right: 1rem;
    bottom: calc(50% - 2px);
  }
  .menu > ul > .menu-item:hover {
    z-index: 1;
  }
  .menu:hover > ul {
    display: flex;
  }*/
  .menu:hover:after {
    box-shadow: none;
  }
  .sub-menu {position:relative!important;top: 0!important;left:0!important;display:none;width:100%!important;
	-webkit-box-shadow:none;
    box-shadow: none;
  }
  .sub-menu .menu-item {
    background: #009448;
    border-bottom: 1px solid #00a651;
  }
  .sub-menu .menu-item a{padding: 12px 28px 12px 26px!important;}
  .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 16px 0.7em 36px!important;}
  .sub-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a{padding: 0.7em 16px 0.7em 46px!important;}
}
@media screen and (max-width: 600px) {
  .sub-menu {
    width: 100vw;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

@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: 20px;
        height: 10px;
        filter: alpha(opacity=70);
        opacity: .7;
        overflow: hidden;
        cursor: pointer;
        border: #ccc 1px solid;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .jssorb01 div {
        background-color: #fff;
    }

        .jssorb01 div:hover, .jssorb01 .av:hover {
            background-color: #ed1c24;
        }

    .jssorb01 .av {
        background-color: #ed1c24;
    }

    .jssorb01 .dn, .jssorb01 .dn:hover {
        background-color: #ed1c24;
    }

/* 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: 1500px) {
	#slideads1{width:110px;margin-left:-110px;}
	#slideads2{width:110px;margin-right:-110px;}
}
@media all and (min-width: 1620px){
	#slideads1{width:160px;margin-left:-160px;}
	#slideads2{width:160px;margin-right:-160px;}
}
@media all and (min-width: 1900px){
	#slideads1{width:220px;margin-left:-220px;}
	#slideads2{width:220px;margin-right:-220px;}
	.container {max-width: 1440px;}
}
@media all and (min-width: 1200px){
    .container {max-width: 1230px;}
}
@media all and (max-width: 1200px) {
	.menu > ul > .menu-item > a{padding: 8px 12px;}
	.box-customer a{width:12.28571428571429%;}
}
@media all and (max-width: 1060px) {
	#closemenu,.adv-v1{display:none;}

}
@media all and (max-width: 991px) {
	#logo{padding:10px 60px; text-align:center;}
	#logo img {max-width: 100%;max-height:60px;width:auto;}
	#header{background:#fff;}
	#search {position:absolute;top:0;right:0;}
	#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;} 
	#menu{z-index:10000000;}
    .menu #nav-toggle{display:inline-block; float:left; font-size:1.3rem; padding:2px 8px; margin-left:5px; background-color:#00a651;border:1px solid #00a651;color:#fff;z-index: 10000;
		-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	}
    #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;}
    .box_tbl .news,.adv-r a{width:48%; float:left;}
    .box_tbl .news:nth-child(even),.adv-r a:nth-child(even){float:right; clear:right;}
    .box_tbl .news:nth-child(odd),.adv-r a:nth-child(odd){clear:left;}
	.box-customer a{width:14.666666666666%;}
}
@media all and (max-width: 768px) {
	.product-desc img,.news-detail img{height:auto !important;}
}
@media all and (max-width: 767px) {
	#logo img {width:auto;max-width: 100%;max-height:60px;text-align:center;margin:6px auto;}
	.hig-alo-phone span{display:none}
	.news-vertical .title{clear:both;}
	.news-vertical .summary {height: auto;-webkit-line-clamp: 40;}
	.news-vertical .posted-date{display:block;}
	.box_tbl .news{width:100%;}
	.box-customer a{width:23%;}
}
@media all and (max-width: 520px) {
    html{font-size: 14px;}
    .news-detail h1{font-size:2rem;}
	.col{width:100%;}
    .box-blue .ui-tabs .ui-tabs-nav li{margin-left:5px!important;}
    .ui-tabs .ui-tabs-nav li a{font-size:1.1rem;}
    .news .news-img,.news-info{width:100%;}
    .news .title{margin-top:15px;}
    #right-panel .news .title{margin-top:0;}
}
@media all and (max-width: 414px) {
}
@media all and (max-width: 375px)
{
	.box-blue .ui-tabs .ui-tabs-nav li{margin-left:2px!important;}
	.col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    .boxbody_body img.photo-album{margin-bottom:15px;}
	.box-customer a{width:31.333333333333%;}
} 
@media all and (max-width: 320px) {
	.adv-r a{width:100%;}
}
