@font-face {
    font-family: OSB;
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: OSI;
    src: url(../fonts/OpenSans-Italic.ttf);
}

@font-face {
    font-family: OS;
    src: url(../fonts/OpenSans-Regular.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
}

body {
    font-family: OS;
    font-size: 14px;
    color: #000;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    color: #188451;
}

a:hover {
    text-decoration: none;
    color: #00502b;
}

.clear {
    clear: both;
}

#header-top .right .search_t {

     padding: 0;
    position: relative;
    float: right;
    width: 185px;
}

#header-top .right .search_t button {
    background: #e864a0;
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
}

#header-top .right .search_t input {
    border: 2px solid #e864a0;
    height: 30px;

}

#header-top ._lang{
    float: right;
}

.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

.color_primary {
    color: #e864a0;
}

.fix_width {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

#header-top {
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom: 3px solid #e864a0;*/
    margin-left: -10px;
    margin-right: -10px;
}
#header-top ul{
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
#header-top ul li{
    list-style: none;
    display: inline-block;
}
#header-top .search_t {
    display: flex;
    width: 210px;
    float: right;
    height: 30px;
    border: 2px solid #e864a0;
}
#header-top .search_t button {
    width: 30px;
    height: 28px;
    background: #e863a0;
    border: none;
}
#header-top .search_t input {
    width: 100%;
    border: none;
    font-size: 12px;
    padding-left: 10px;
}
#header-top .row_1 {
    float: right;
    margin-right: 40px;
    margin-top: 6px;
}
#header {
    padding-top: 18px;
    margin-bottom: 14px;
}

#header #logo img {}

#header .right_header {
    text-align: right;
}

ul.hotline {
    font-size: 18px;
    color: #e864a0 !important;
}

#header .right_header .phone {
    background: url(../images/icon_phone.png) no-repeat left center;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-left: 40px;
    font-family: OS;
    font-size: 24px;
    margin-top: 5px;
}

#header .right_header .phone1 {
    background: url(../images/icon_phone.png) no-repeat left center;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-left: 40px;
    font-family: OS;
    font-size: 24px;
    margin-top: 5px;
    margin-right: 124px;
}

#header .right_header ._lang {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    float: right;
    margin-left: 35px;
}

#header .menu_top {
    margin-top: 25px;
}

#header .menu_top ul {
    float: right;
}

#header .menu_top ul li {
    float: left;
    padding: 0 8px;
    background: url(../images/icon_1.png) no-repeat left 3px;
}

#header .menu_top ul li:nth-child(1) {
    background: none;
}

#header .menu_top ul li:nth-last-child(1) {
    padding-right: 0;
}

#header .menu_top ul li a {
    color: #000;
}

/*#menu_primary {
    margin: 0 -10px;
    background: #E864A0;
}*/

#_slider {
    margin: 0 -10px;
    /* background:url(../images/bg_slider.jpg) no-repeat left top; */
    background-size: 100% 100%;
}

#content .grid_home_1 {
    margin-top: 3px;
    background: #f6f6f6;
    padding: 20px;
    /* margin: 0 -10px; */
}

#content .grid_home_1 .item_grid {
    text-align: center;
}

#content .grid_home_1 .item_grid .name_grid {
    color: #188451;
    font-size: 14px;
    text-transform: uppercase;
    font-family: OSB;
    padding: 20px 0 10px 0;
}

#content .grid_home_1 .item_grid .des {
    font-size: 14px;
    height: 40px;
}

#content .grid_center {
    margin-top: 28px;
}

#content .grid_center .sidebar_center .page_about .title_page a {
    color: #188451;
    font-size: 22px;
    font-family: OSB;
    display: block;
    line-height: 135%;
    margin-bottom: 10px;
}

#content .grid_center .sidebar_center .page_about .des_page {
    text-align: justify;
    line-height: 150%;
}

#content .grid_center .sidebar_center .page_about .view_more {
    float: right;
    background: url(../images/icon_3.png) no-repeat left center;
}

#content .grid_center .sidebar_center .page_about .view_more a {
    color: #e864a0;
    display: block;
    padding-left: 18px;
    text-transform: uppercase;
    font-size: 13px;
}

#content .grid_center .sidebar_center .grid_newscat_home .title_grid {
    height: 38px;
    line-height: 38px;
    margin-bottom: 15px;
}

#content .grid_center .sidebar_center .grid_newscat_home .title_grid a {
    display: block;
    float: left;
    margin-left: 15px;
    color: #188451;
    text-transform: uppercase;
    font-family: OSB;
    font-size: 22px;
}

#content .grid_center .sidebar_center .grid_newscat_home .icon_title_grid {
    background: #188451 url(../images/icon_4.png) no-repeat center center;
    width: 38px;
    height: 38px;
    display: inline-block;
    float: left;
}

#content .grid_newscat_home {
    margin-top: 20px;
}

#content .content_newscat_home .item_newscat_grid {
    margin-bottom: 20px;
    height: 330px;
}

#content .content_newscat_home .item_newscat_grid .name_cat a {
    display: block;
    text-align: center;
    font-family: OSB;
    font-size: 14px;
    text-transform: uppercase;
    color: #188451;
    height: 35px;
    line-height: 35px;
    background: #fee9f3;
}

#content .content_newscat_home .item_newscat_grid .des_cat {
    text-align: justify;
    padding: 10px 0;
    max-height: 80px;
    overflow: hidden;
}

#content .content_newscat_home .item_newscat_grid .view_more {
    float: right;
    background: url(../images/icon_3.png) no-repeat left center;
}

#content .content_newscat_home .item_newscat_grid .view_more a {
    color: #e864a0;
    display: block;
    padding-left: 18px;
    text-transform: uppercase;
    font-size: 13px;
}

#content .grid_center .title_grid {
    height: 38px;
    line-height: 38px;
    margin-bottom: 15px;
}

#content .grid_center .icon_title_grid_3 {
    background: #188451 url(../images/icon_5.png) no-repeat center center;
    width: 38px;
    height: 38px;
    display: inline-block;
    float: left;
}

#content .grid_center .title_grid .name_grid {
    display: block;
    float: left;
    margin-left: 15px;
    color: #188451;
    text-transform: uppercase;
    font-family: OSB;
    font-size: 22px;
}

#content .grid_3 {
    margin-bottom: 30px;
}

#content .grid_3 .content_grid_3 {
    overflow: hidden;
    padding-top: 10px;
}

#content .grid_3 .content_grid_3 ._text ._des {
    text-align: justify;
    font-family: OSI;
}

#content .grid_3 .content_grid_3 ._text ._name {
    font-family: OSB;
    margin-top: 15px;
}

.owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    left: 22%;
    bottom: 0;
    padding-left: 8px;
}

.owl-theme .owl-controls .owl-page span {
    margin: 0;
    margin-right: 8px;
    background: #D5D5D5;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #E864A0;
}

#content .grid_customer .title_grid {
    height: 38px;
    line-height: 38px;
    margin-bottom: 15px;
}

#content .grid_customer .icon_title_customer {
    background: #188451 url(../images/icon_9.png) no-repeat center center;
    width: 38px;
    height: 38px;
    display: inline-block;
    float: left;
}

#content .grid_center .grid_customer .title_grid .name_grid {
    color: #188451;
}

#content .grid_center .grid_customer .content_customer .item {
    margin: 10px;
}

#content .grid_center .grid_customer .content_customer img {
    border: 1px solid #ddd;
    width: 100%;
}

#content .sidebar_right .grid_support {
    background: #188451;
    color: #fff;
}

#content .sidebar_right .grid_support .name_grid_support {
    padding: 10px 0;
    font-size: 18px;
    font-family: arial;
    font-weight: normal;
    text-align: center;
    line-height: 25px;
    text-transform: uppercase;
}

#content .sidebar_right .grid_support .list_hotline {
    padding: 18px 0 10px 0;
}

#content .sidebar_right .grid_support .list_hotline .item {
    background: url(../images/icon_10.png) no-repeat left center;
    height: 24px;
    line-height: 24px;
    padding-left: 35px;
    font-size: 22px;
    margin-left: 24px;
}

#content .sidebar_right .grid_support .list_hotline .item:nth-child(1) {
    margin-bottom: 5px;
}

#content .sidebar_right .item_right .title_grid {
    height: 38px;
    line-height: 38px;
    margin-bottom: 15px;
}

#content .sidebar_right .item_right .title_grid .icon_cat_right_1 {
    background: #e864a0 url(../images/icon-sakura.jpg) no-repeat center center;
    width: 38px;
    height: 38px;
    display: inline-block;
    float: left;
}

search-box {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    padding: 4px 55px 4px 15px;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.search-box.hovered,
.search-box:hover,
.search-box:active {
    border: 1px solid #aaa;
}

.search-box input[type=text] {
    border: none;
    box-shadow: none;
    display: inline-block;
    padding: 0;
    background: transparent;
}

.search-box input[type=text]:hover,
.search-box input[type=text]:focus,
.search-box input[type=text]:active {
    box-shadow: none;
}

#header .right .function .search_t button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    margin-top: -1px;
    width: 38px;
    background: #00943d;
    border: none;
}

.search-box .search-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    color: #aaa;
    border-radius: 3px;
    font-size: 21px;
    padding: 5px 10px 1px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#header .right .function .search_t input {
    height: 38px;
    width: 100%;
    border: none;
    padding-left: 10px;
}

#header .right .function .search_t button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    margin-top: -1px;
    width: 38px;
    background: #00943d;
    border: none;
}

.search-box .search-btn:hover {
    color: #fff;
    background-color: #8FBE00;
}

#content .sidebar_right .item_right {
    margin-bottom: 25px;
    height: auto;
}

#content .sidebar_right .item_right .title_grid a {
    display: block;
    float: left;
    margin-left: 15px;
    color: #188451;
    text-transform: uppercase;
    font-family: OSB;
    font-size: 18px;
}

#content .sidebar_right .grid_newscat_right ul li a {
    color: #333;
    border-bottom: 1px dotted #333;
    padding: 6px 0;
    display: block;
}

#content .sidebar_right .grid_newscat_right ul li a:hover {
    color: #e864a0;
}

#content .sidebar_right .grid_newscat_right ul li:nth-child(1) a {
    padding-top: 0;
}

#content .sidebar_right .grid_newscat_right ul li:nth-last-child(1) a {
    border-bottom: none;
}

#content .sidebar_right .item_right .title_grid .icon_cat_right_2 {
    background: #188451 url(../images/icon_12.png) no-repeat center center;
    width: 38px;
    height: 38px;
    display: inline-block;
    float: left;
}

#footer {
    background: #e864a0;
    margin: 0 -10px;
    padding: 30px 0;
    overflow: hidden;
}

#footer .address {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

#footer .menu_footer {
    color: #fff;
    font-size: 13px;
    text-align: right;
}

#footer .menu_footer ul {
    float: right;
    width: 100%;
    margin-bottom: 10px;
}

#footer .menu_footer ul li {
    display: inline-block;
    padding-left: 8px;
    margin-left: 8px;
    background: url(../images/icon_13.png) no-repeat left center;
}

#footer .menu_footer ul li:nth-child(1) {
    background: none;
}

#footer .menu_footer ul li a {
    color: #fff;
    font-size: 15px;
}

@media (min-width: 992px) {
    #content .grid_3 .content_grid_3 .owl-item ._img {
        width: 22%;
    }
    #content .grid_3 .content_grid_3 .owl-item ._text {
        width: 78%;
        margin-top: 15px;
    }
    #footer .logo_footer {
        width: 250px;
    }
    #footer .address {
        width: 432px;
    }
    .menu-mobile-control {
        display: none;
    }
    #menu {
        display: none;
    }
}

#owl_slider .owl-controls {
    left: 25px;
    bottom: 15px;
}

#owl_slider .owl-controls .owl-page span {
    background: #fff;
    width: 15px;
    height: 15px;
}

#owl_slider .owl-controls .owl-page.active span,
#owl_slider .owl-controls.clickable .owl-page:hover span {
    background: #E864A0;
}

#content .sidebar_center {
    margin-bottom: 20px;
}

#content .sidebar_center .breadcrumb {
    margin-bottom: 0;
    float: left;
    background: #fff;
    padding-left: 0;
}

#content .sidebar_center.page_news .name_cat {
    float: right;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: OSB;
}

.line {
    height: 1px;
    background: #ddd;
}

#content .sidebar_center.page_news .list_news {
    padding-top: 15px;
}

#content .sidebar_center.page_news .list_news .item_news {
    margin-bottom: 20px;
}

#content .sidebar_center.page_news .list_news .item_news .title_news a {
    font-size: 18px;
    font-family: OSB;
    color: #333;
}

#content .sidebar_center.page_news .list_news .item_news .title_news a:hover {
    color: #188451;
}

#content .sidebar_center.page_news .list_news .item_news ._date {
    font-style: italic;
    margin-bottom: 5px;
}

#content .sidebar_center.page_news .list_news .item_news .intro {
    text-align: justify;
    max-height: 130px;
    overflow: hidden;
}

#content .page_news .news_detail .title_news {
    color: #E864A0;
    font-size: 22px;
    padding: 10px 0;
    margin-top: 10px;
}

#content .page_news .news_detail ._date {
    color: #666;
    border-bottom: 1px dotted;
    padding: 6px 0;
}

#content .page_news .news_detail .intro {
    font-family: OSB;
    padding: 10px 0;
    margin-top: 10px;
}

#content .page_news .news_detail .text_content {
    text-align: justify;
    overflow: hidden;
}

#content .page_news .news_detail .text_content img {
    max-width: 100%;
}

#relate_news {
    margin-top: 20px;
}

#relate_news .name_grid {
    text-transform: uppercase;
    font-family: OSB;
    margin: 10px;
    margin-left: 0;
    color: #e864a0;
}

#relate_news ul li {
    margin-left: 20px;
}

#relate_news ul li {
    list-style: disc;
    color: #666;
    padding: 4px 0;
}

#relate_news ul li a {
    color: #333;
}

#relate_news ul li a:hover {
    color: #188451;
}

#content .contact_detail {
    padding-top: 15px;
}

#content .contact_detail .map {
    margin-top: 10px;
}

#content .content_newscat_home .item_newscat_grid .img-news-cat {
    width: 100%;
}

.box_cmt_top iframe {
    right: 0;
}

.box_cmt_top .glyphicon-print {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    color: #E864A0;
}

.box_cmt_top .share_addthis {
    float: left;
}

div#_slider .carousel-indicators {
    float: left !important;
    text-align: left;
    left: 42%;
}

div#_slider .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
}

div#_slider .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #e864a0;
}
a.left.carousel-control {
    background-image: none !important;
}

a.right.carousel-control {
    background-image: none !important;
}
}