* {
    margin: 0 auto
}

.container-fluid {
    background: #fff;
}

body {
    margin: 0 auto;
    background: #999
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
p,
small,
label,
b,
tr,
td,
strong,
ul,
span,
li,
span,
ul,
input,
label,
button,
a {
    font-family: 'Conv_Montserrat-Regular', sans-serif;
}

a {
    text-decoration: none;
    color: #444
}

a:hover {
    text-decoration: none
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    margin-top: 0
}

.alert {
    border-radius: 0
}

.pad {
    padding: 0
}

*:focus {
    outline: 0 !important;
}

button {
    outline: none !important
}

.pad_left {
    padding-left: 0;
}

.pad_right {
    padding-right: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2e6eb5;
    border-color: #2e6eb5;
    margin: 3px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #043F75;
    margin: 3px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-radius: 0
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-radius: 0
}

.form-control {
    border-radius: 0
}

.trang {
    font-size: 16px;
    color: #fff
}

.modal-backdrop {
    z-index: 9999999999999999999 !important;
    background: none;
    position: relative;
}

.modal {
    background: rgba(0, 0, 0, 0.67);
    z-index: 9999999999999999999 !important
}

.modal-content {
    border-radius: 0px;
    z-index: 9999999999999999999 !important;
}

.carousel-control.left {
    background-image: none
}

.carousel-control.right {
    background-image: none
}

.an_pc {
    display: none
}

#top {
    width: 45px;
    height: 45px;
    background-image: url(../icon/top.png);
    position: fixed;
    right: 30px;
    bottom: 130px;
    cursor: pointer;
    display: none;
    z-index: 999999999999999 !important;
    font-size: 20px;
}

.top_css {
    background: #9e7837;
    padding-top: 5px;
    color: #fff;
    font-size: 14px
}

/*menu an*/
.top_menu {
    position: fixed;
    top: 25px;
    right: 10px;
    color: green;
    text-decoration: none;
    padding: 8px;
    opacity: .7;
    z-index: 99999999999999999999999;
}

.top_menu:hover {
    color: orange;
    transition: .3s ease;
    text-decoration: none
}

.top_menu:visited {
    color: green;
    text-decoration: none
}

/*Header*/
#header_css {
    z-index: 100;
}

.head_pos {
    z-index: 1000;
}

/*Menu*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #menu-button {
    display: none
}

#cssmenu>ul>li {
    float: left
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none
}

#cssmenu.align-center ul ul {
    text-align: left
}

#cssmenu.align-right>ul>li {
    float: right
}

#cssmenu>ul>li>a {
    padding: 11px;
    font-size: 15px;
    text-decoration: none;
    color: #000;
    font-family: 'Conv_Montserrat-SemiBold';
    }

#cssmenu>ul>li:hover>a {
    color: orange;
    transition: .3s ease
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: ''
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu.align-right ul ul {
    text-align: right
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-top: 1px
}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu.align-right li:hover>ul {
    left: auto;
    right: 0
}

#cssmenu li:hover>ul>li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
    border: 1px solid #fff
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#cssmenu ul ul li a {
    padding: 15px 15px;
    width: 350px;
    text-decoration: none;
    color: green;
    font-weight: 400;
    background: #fff;
    font-size: 16px;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #999;
    transition: .3s ease
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: ''
}

#cssmenu.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

@media all and (max-width:768px),
only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1024px),
only screen and (min--moz-device-pixel-ratio:2) and (max-width:1024px),
only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px),
only screen and (min-device-pixel-ratio:2) and (max-width:1024px),
only screen and (min-resolution:192dpi) and (max-width:1024px),
only screen and (min-resolution:2dppx) and (max-width:1024px) {
    #cssmenu {
        width: 100%;
        display: none
    }

    #cssmenu ul {
        width: 100%;
        display: none
    }

    #cssmenu.align-center>ul {
        text-align: left
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2)
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu>ul>li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #5d9508;
        background: none
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #ffffff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu #menu-button {
        display: block;
        padding: 17px;
        color: #dddddd;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700
    }

    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: ''
    }

    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #dddddd;
        content: ''
    }

    #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
}

#top_css {
    background: #ffffffd1;
    margin: 0 auto;
    width: 100%;
    left: 0;
}

/*Intro*/
#intro_css {
    margin-top: 50px;
    margin-bottom: 40px;
}

.intro_brand {
    font-family: 'Conv_SVN-Arsilon';
    font-size: 65px;
    color: green;
    z-index: 10;
    position: absolute;
}

.intro_title {
    font-family: 'Conv_Montserrat-Bold';
    font-size: 30px;
}

.intro_hinh {
    width: 34%;
    position: relative;
    top: 50px;
    z-index: 1;
    right: -80px;
    max-height: 33px;
    overflow: hidden;
    opacity: .6;
}

.intro_tendm {
    font-family: 'Conv_Montserrat-Bold';
}

.hover08 figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover08 figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.hover11 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover11 figure:hover img {
    opacity: .5;
}

/*About*/
#about_css {
    margin-top: 20px;
    padding-top: 60px;
    padding-bottom: 50px;
    background-image: url(../images/4.png);
    background-repeat: no-repeat;
    position: unset;
    z-index: 10;
    background-position: unset;
}

.about_title {
    font-family: 'Conv_Montserrat-Bold';
    font-size: 30px;
}

.highlight-line {
    border-bottom: 2px solid #fd8c40;
    width: 80px;
    position: absolute;
    margin-top: 22px;
    margin-left: 15px;
}

.gd_btn>a:hover {
    transition: .4s ease;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: green;
    border: 2px solid green;
    font-family: Conv_Montserrat-Bold;
}

.gd_btn>a {
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: #999;
    border: 2px solid #999;
    font-family: Conv_Montserrat-Bold;
}

/*Feature*/
#feature_css {
    padding-top: 80px;
    padding-bottom: 80px;
}

.feature_bd {
    padding: 5px
}

.img_dd {
    border: 2px solid #eee
}

.img_dd:hover {
    border: 2px solid green;
    transition: .4s ease
}

/*Product*/
.select_title {
    text-align: center;
    font-family: 'Conv_Montserrat-Black';
    font-size: 35px;
    color: #000;
    max-width: 100%;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    padding: 5px;
    margin-bottom: 20px;
}

/*============@group Banners hover effect ==================*/
.banners-effect-1 .banners>div img {
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.banners-effect-1 .banners>div img:hover {
    opacity: 0.8;
}

.banners-effect-2 .banners>div a {
    display: block;
    position: relative;
    overflow: hidden;
}

.banners-effect-2 .banners>div a:hover:before,
.banners-effect-2 .banners>div a:hover:after {
    left: 0;
    opacity: 1;
}

.banners-effect-2 .banners>div a:before,
.banners-effect-2 .banners>div a:after {
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    content: "";
    z-index: 1;
}

.banners-effect-3 .banners>div a {
    display: block;
    position: relative;
    overflow: hidden;
}

.banners-effect-3 .banners>div a:hover:before,
.banners-effect-3 .banners>div a:hover:after {
    border: 0 solid rgba(0, 0, 0, 0.7);
    opacity: 0;
    filter: alpha(opacity=0);
}

.banners-effect-3 .banners>div a:before,
.banners-effect-3 .banners>div a:after {
    border: 50px solid transparent;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -moz-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    visibility: visible;
    z-index: 1;
}

.banners-effect-4 .row-no-padding a,
.banners-effect-4 .banners>div a {
    display: block;
    position: relative;
    overflow: hidden;
}

.banners-effect-4 .row-no-padding a:before,
.banners-effect-4 .banners>div a:before {
    border-bottom: 50px solid rgba(255, 255, 255, 0.4);
    border-top: 50px solid rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -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;
    transform-origin: 50% 50% 0;
    width: 100%;
}

.banners-effect-4 .row-no-padding a:hover:before,
.banners-effect-4 .banners>div a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
}

.banners-effect-5 .banners>div a {
    display: block;
    position: relative;
    overflow: hidden;
}

.banners-effect-5 .banners>div a:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.banners-effect-5 .banners>div a:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    border: 30px solid #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out;
}

.banners-effect-5 .banners>div a:hover:before {
    border: 0 solid rgba(255, 255, 255, 0.7);
}

.banners-effect-5 .banners>div a:hover:after {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0;
    transition-delay: 0.1s;
}

.banners-effect-6 .banners>div a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #000;
    vertical-align: top;
}

.banners-effect-6 .banners>div a img {
    backface-visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
}

.banners-effect-6 .banners>div a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: scale3d(1.1, 1.1, 1);
}

.banners-effect-7 .banners>div a {
    display: block;
    position: relative;
    overflow: hidden;
}

.banners-effect-7 .banners>div a:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 0;
    top: 0;
    left: 50%;
    content: "";
    transition: all 0.3s ease-in-out 0s;
}

.banners-effect-7 .banners>div a:hover:before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.banners-effect-8 .banners>div a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #000;
    vertical-align: top;
}

.banners-effect-8 .banners>div a:before,
.banners-effect-8 .banners>div a:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -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;
}

.banners-effect-8 .banners>div a: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);
}

.banners-effect-8 .banners>div a: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);
}

.banners-effect-8 .banners>div img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

.banners-effect-8 .banners>div a:hover:before,
.banners-effect-8 .banners>div a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banners-effect-8 .banners>div a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.banners-effect-9 .banners>div a {
    display: block;
    position: relative;
    z-index: 10;
}

.banners-effect-9 .banners>div a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.banners-effect-9 .banners>div a:hover:before {
    opacity: 1;
}

.banners-effect-9 .banners>div a img {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
}

.banners-effect-9 .banners>div a:hover img {
    -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
    transform: perspective(1000px) translate3d(0, 0, 21px);
}

.banners-effect-10 .banners>div a {
    display: block;
    position: relative;
    overflow: hidden;
}

.banners-effect-10 .banners>div a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.banners-effect-10 .banners>div a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.banners-effect-11 .banners>div a {
    display: block;
    position: relative;
    overflow: hidden;
}

.banners-effect-11 .banners>div a:hover:before,
.banners-effect-11 .banners>div a:hover:after {
    width: 100%;
    height: 100%;
}

.banners-effect-11 .banners>div a:before,
.banners-effect-11 .banners>div a:after {
    background-color: rgba(0, 0, 0, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    width: 0;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.banners-effect-11 .banners>div a:after {
    left: auto;
    right: 0;
    bottom: 0;
}

.banners-effect-12 .banners>div img {
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.banners-effect-12 .banners>div img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.product_title>a {
    font-family: 'Conv_Oswald-Regular';
    font-size: 18px;
    color: #000
}

.product_title>a:hover {
    font-family: 'Conv_Oswald-Regular';
    font-size: 18px;
    color: orange;
    transition: .4s ease;
}

.spbd {
    border: 1px solid #eee;
    margin-bottom: 25px;
    background: #dedede;
    padding: 1px;
    color: green;
}

#product_css {
    margin-bottom: 50px;
}

/*Customer*/
#customer1_css {
    background: url(../images/ft.png);
    background-attachment: fixed;
    background-repeat: repeat;
    position: relative;
    min-height: 520px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.contact_head {
    font-size: 30px;
    color: green;
    font-family: 'Conv_Montserrat-Black';
}

.customer_title {
    font-family: 'Conv_Montserrat-Bold';
    font-size: 16px;
}

.img_bd {
    border: 2px solid green;
    padding: 2px
}

.img_bd:hover {
    border: 2px solid orange;
    padding: 2px;
    transition: .5s ease-in-out;
}

#chungnhan_css {
    background: url(../images/cn.png);
    background-attachment: fixed;
    background-repeat: repeat;
    position: relative;
    min-height: 520px;
    padding-top: 40px;
    padding-bottom: 30px;
}

/*News*/
#news_css {
    margin-top: 40px;
    margin-bottom: 20px
}

.news_title {
    font-size: 32px;
    font-family: 'Conv_Montserrat-Bold'
}

.news_title1 {
    font-size: 25px;
    font-family: 'Conv_Montserrat-Bold'
}

.news_des {
    font-size: 16px;
    color: #303030;
}

.news_bv {
    font-size: 16px;
    font-family: 'Conv_Montserrat-Bold'
}

.news_head {
    font-size: 14px;
    color: #ccc
}

a.news_detail {
    font-family: 'Conv_Montserrat-Bold';
    font-size: 13px;
    text-transform: uppercase
}

a.news_detail:hover {
    font-family: 'Conv_Montserrat-Bold';
    text-transform: uppercase;
    font-size: 13px;
    color: #ccc;
    transition: .4s ease
}

a.effect-underline:after {
    content: '';
    position: absolute;
    left: 15px;
    display: inline-block;
    height: 1em;
    width: 15%;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

a.effect-underline:hover:after {
    opacity: 1;
    color: orange;
    -webkit-transform: scale(1);
    transform: scale(1)
}

a.effect-box:after,
a.effect-box:before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s
}

a.effect-box:before {
    border-left: 1px solid;
    border-right: 1px solid;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

a.effect-box:after {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

a.effect-box:hover:after,
a.effect-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

a.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%
    }

    to {
        -webkit-mask-position: -50%
    }
}

/*Footer*/
.nen_intro_ft {
    background-image: url(../images/gb.jpg);
    background-repeat: repeat;
    background-position: center;
    z-index: 10;
}

.glassft {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.90;
    min-height: 250px;
    position: relative;
    padding-bottom: 40px
}

.sc8_border_right {
    padding-right: 20px
}

.sc8_border_left {
    padding-left: 80px;
    border-left: 1px solid #fff;
}

.block_purpose {
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.purpose_left {
    width: 30%;
    float: left;
    color: #ef0707;
    font-size: 60px;
}

.purpose_left span {
    display: inline-block;
    width: 110px;
    height: 80px;
}

.purpose_right {
    width: 70%;
    float: left;
    color: #fff;
    font-size: 14px;
    text-align: justify;
}

#wrap_purpose .wrap_purpose {
    min-height: 190px !important;
    border-bottom: 1px dashed #78a0c6;
    width: 50%;
    border-right: 1px dashed #78a0c6 !important;
    padding-bottom: 10px;
}

#wrap_purpose .wrap_purpose:nth-child(2) {
    border-right: 0 !important;
    border-bottom: 1px dashed #78a0c6;
    min-height: 165px;
    padding-bottom: 10px
}

#wrap_purpose .wrap_purpose:nth-child(3) {
    border-left: 0;
    border-right: 0px;
    border-bottom: 1px dashed #78a0c6;
    min-height: 165px;
    padding-top: 15px;
    padding-bottom: 10px
}

#wrap_purpose .wrap_purpose:nth-child(4) {
    border-top: 0;
    border-right: 0 !important;
    border-bottom: 1px dashed #78a0c6;
    min-height: 165px;
    padding-top: 15px;
    padding-bottom: 10px
}

#wrap_purpose .wrap_purpose:nth-child(5) {
    border-top: 0;
    border-left: 0;
    border-bottom: 0px;
    min-height: 165px;
    padding-top: 15px;
    padding-bottom: 10px
}

#wrap_purpose .wrap_purpose:nth-child(6) {
    border-top: 0;
    /*border-left: 1px dashed #78a0c6;*/
    border-right: 0 !important;
    border-bottom: 0px;
    min-height: 165px;
    padding-top: 15px;
    padding-bottom: 10px
}

.input_cell {
    border: 1px solid #eee8dc;
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    border-radius: 15px;
    padding: 15px;
}

.btnGui {
    background: none;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 18px;
    width: 150px;
}

.btnGui1 {
    background: orange;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 18px;
    width: 150px;
}

.btnTuvan {
    color: #fff;
    background: green;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Conv_Montserrat-SemiBold';
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 20px;
    width: 180px;
    padding-left: 25px;
    padding-right: 25px;
}

.btnTuvan:hover {
    color: #000;
    background: #EAAF1A;
    transition: .5s ease;
    font-family: 'Conv_Montserrat-SemiBold';
}

.btnTuvan1 {
    color: #fff;
    background: green;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Conv_Montserrat-SemiBold';
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 8px;
    font-size: 18px;
    width: 180px;
    padding-left: 25px;
    padding-right: 25px;
}

.btnTuvan1:hover {
    color: #000;
    background: #EAAF1A;
    transition: .5s ease;
    font-family: 'Conv_Montserrat-SemiBold';
}

.section5_border1 {
    border-bottom: 3px solid green;
    width: 140px;
    padding-bottom: 5px;
}

.section5_title {
    font-size: 30px;
    color: #F5B01A;
    margin-top: 0;
    text-transform: uppercase;
    font-family: 'Conv_Montserrat-Black';
    text-transform: uppercase;
}

/*Chi tiet trang*/
.gthieu_bg {
    background: green;
    padding-top: 5px;
    margin-top: 10px
}

.gthieu_ul {
    margin-bottom: 0
}

.one,
.two,
.three {
    color: #fff;
    font-family: 'Conv_Montserrat-Bold';
    display: inline-block;
    padding-top: 5px;
    background: none;
    margin: 0px 2px 0 0;
    cursor: pointer;
}

.two_cont,
.three_cont {
    display: none;
}

.clear {
    clear: both;
}

.active {
    background: #ccc;
    color: #fff;
}

.one>a {
    font-family: 'Conv_Montserrat-Bold';
    font-size: 15px;
    padding-right: 25px;
}

.btn_guitin {
    font-family: 'Conv_Montserrat-Bold';
    padding: 0 20px;
    height: 100%;
    font-size: 14px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    border: #fff;
    text-transform: uppercase;
    background-color: green;
}

.slidepost {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #ccc;
    color: #fff
}

.slidechinhsach {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #ccc;
    color: #fff
}

.tintuc_tile>a {
    padding-top: 15px;
    font-family: 'Conv_Montserrat-Bold';
    font-size: 15px;
}

.tintuc_nd {
    background: #fff;
    margin: 10px
}

.nen_tintuc {
    background: #fff;
    color: #fff;
    padding: 20px;
    margin: 5px;
}

.nen_tintuc:hover {
    background: green;
    color: #fff !important;
    padding: 20px;
    margin: 5px;
    transition: .4s ease
}

a.tintuc_tile:hover {
    color: #fff !important;
}

.tintuc_tile>a:hover {
    padding-top: 15px;
    font-family: 'Conv_Montserrat-Bold';
    font-size: 15px;
    transition: .4s ease
}

.news_title_chitiet {
    font-family: 'Conv_Montserrat-Bold';
    font-size: 28px;
}

.tintuc_noidung {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 30px;
    border: 1px dashed green;
    min-height: 500px
}

.tintuc_tin,
.news_bv {
    color: #000
}

.tintuc_tin:hover,
.news_bv:hover {
    color: orange;
    transition: .4s ease;
}

.tintuc_nd1 {
    background: #fff;
    color: #000
}

/*San pham*/
.all_top {
    background: rgb(255 255 255 / 25%);
    padding: 19px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    top: 20%;
    margin-top: 20%;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #fff;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background: #fff
}

.panel-title>a {
    display: block;
    padding-bottom: 10px;
    padding-left: 0;
    text-decoration: none;
    color: #000;
    font-weight: bold
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

.dm_sp>li>a:hover {
    font-weight: bold;
    color: #47A8A5;
    transition: .3s ease
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

@media only screen and (max-width:767px) {
    #slide-navbar-collapse {
        position: fixed;
        top: 0;
        left: 15px;
        z-index: 999999;
        width: 280px;
        height: 100%;
        background-color: #f9f9f9;
        overflow: auto;
        bottom: 0;
        max-height: inherit;
    }

    .menu-overlay {
        display: none;
        background-color: #000;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE7 & 8 */
        position: fixed;
        right: 0;
        top: 0;
        z-index: 49;
    }

    .navbar-fixed-top {
        position: initial !important;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #ffffff;
    }

    ul.nav.navbar-nav li {
        border-bottom: 1px solid #eee;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 20px 10px 15px;
    }

    .down-arrow {
        position: absolute;
        top: 8px;
        right: 0px;
        width: 25px;
        height: 25px;
        background-color: #eee;
        cursor: pointer;
    }

    .down-arrow:before {
        content: "\F105";
        font-family: FontAwesome;
        position: absolute;
        right: 7px;
        top: 0px;
        font-size: 15px;
        font-weight: 600;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

li.dropdown a {
    display: block;
    position: relative;
}

.dropdown-menu {
    padding: 0px;
    margin: 0px;
    border: none !important;
}

li.dropdown.open {
    border-bottom: 0px !important;
}

li.dropdown-submenu.open {
    border-bottom: 0px !important;
}

li.dropdown-submenu>a {
    font-weight: bold !important;
}

li.dropdown>a {
    font-weight: bold !important;
}

.navbar-default .navbar-nav>li>a {
    font-weight: bold !important;
    padding: 10px 28px 10px 0px;
}

@media (min-width:767px) {
    li.dropdown-submenu>a {
        padding: 10px 20px 10px 15px;
    }

    .down-arrow {
        position: absolute;
        top: 8px;
        right: 0px;
        width: 25px;
        height: 25px;
        background-color: transparent;
        cursor: pointer;
    }

    .down-arrow:before {
        content: "\F105";
        font-family: FontAwesome;
        position: absolute;
        right: 7px;
        top: 0px;
        font-size: 15px;
        font-weight: 600;
    }
}

.up-arrow {
    position: absolute;
    top: 13px;
    right: 1px;
    background-color: blue;
    width: 15px;
    height: 15px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    background: none
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-text>a:hover {
    color: #47A8A5
}

.dropdown-menu {
    border-radius: 0
}

.navbar {
    margin-bottom: 0px
}

.dm_sp>li {
    list-style: none;
    padding: 5px
}

.dm_sp>li>a {
    text-decoration: none;
    font-size: 15px
}

.dm_sp>li>a:hover {
    color: #c17600;
    font-size: 15px;
    transition: .3s ease;
}

.dm_sp {
    padding: 0
}

.dm_tit {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #003F20;
    color: #003F20;
}

.dmsp {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0
}

.shine {
    overflow: hidden
}

.shine .over_lay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.shine .over_lay::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.shine:hover .over_lay::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.shine .over_lay a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.dichvu_ct {
    color: #F58338;
    font-family: 'Conv_Montserrat-MediumItalic'
}

.dichvu_ct:hover {
    color: #000;
    transition: .4s ease;
    font-family: 'Conv_Montserrat-MediumItalic'
}

.feature_head {
    font-family: 'Conv_Montserrat-Bold';
}

.sp_title {
    font-family: 'Conv_Montserrat-Bold';
    color: #000;
    font-size: 16px
}

/* San pham noi bat */

.spnb_title {
    font-size: 28px;
    font-family: 'Conv_Montserrat-Bold';
    color: green
}

#spnb_css {
    padding-bottom: 50px;
}

.spnb_name>a {
    font-size: 15px;
    color: #000;
    font-weight: bold;
}

.spnb_name>a:hover {
    font-size: 15px;
    color: green;
    transition: .5s ease;
    text-decoration: none;
}

.spnb_price {
    color: red;
    font-family: 'Conv_Montserrat-Bold';
}

a.view_all {
    color: green;
    font-size: 14px
}

a.view_all:hover {
    text-decoration: none;
    color: orange;
    transition: .5s ease;
}

.spnb_bd {
    margin: 10px;
    border: 1px solid #eee;
}

.spnb_bd:hover {
    margin: 10px;
    border: 1px solid green;
    transition: .5s ease;
}
.falling-leaves {

    position: fixed;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    width: 100%;

    height: 100%;

    overflow: hidden;

    z-index: 9999;

    pointer-events: none;

}

.leaf-scene {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 100%;

    -webkit-transform-style: preserve-3d;

    transform-style: preserve-3d;

    will-change: transform;

}

.leaf-scene div {

    position: absolute;

    top: 0;

    left: 0;

    width: 20px;

    height: 20px;

    transform-style: preserve-3d;

    backface-visibility: visible;

    will-change: transform;

}

.leaf-scene div:nth-child(odd) {

    background: url('../images/hoadao.png');

    background-size: 100%;

    background-repeat: no-repeat;

}

.leaf-scene div:nth-child(even) {

    background: url('../images/hoamai.png');

    background-size: 100%;

}