﻿/*
1_Default_css
  1_1_Fix_img_fit_parent_div
2_Header
  2_1_Menu
  2_2_HEADER_STICKY
  2_3_TOPBAR
3_SLIDER
4_Footer
5_MOBILE_MENU
6_Block_top
home_block_news
horizontal_slider
PAGE_TITLE
header_breadcrumb
quick_sub_menu
award_top
*/



/* 1_Default_css */
/* fonts */
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Light.ttf") format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.ttf") format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Italic.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Semibold.ttf") format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-SemiboldItalic.ttf") format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.ttf") format('truetype');
    font-weight: 500;
}
/* END fonts */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4 !important;
    color: #444444;
    background-color: #fff; 
    height: 100%;                   
}


a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
}

.btn-group .btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;

}
*, *::after, *::before {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
* {
    padding: 0;
    margin: 0;
    outline: none !important;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
@charset "UTF-8";
.no-padding-lr {
    padding-left: 0px;
    padding-right: 0px;
}
.no-padding-l {
    padding-left: 0px;
}
.no-padding-r {
    padding-right: 0px;
}
.no-padding-tb {
    padding-top: 0px;
    padding-bottom: 0px;
}
.no-padding {
    padding-bottom: 0;
}
ul {
    list-style: none;
}
ul li {
    list-style: none;
}



.fbold{
    font-weight: bold;
}
.theme_color{
    color: #228b24;
    /*color: rgba(237,29,36);*/

}
.text_white{
  color: #fff !important;
}
.text_link_black{
    color: #404040;
}

.text_link_black:hover{
    color: #228b24 ;
}


.dp_block  {
    display: block;
}
.dp_table{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.dp_table_cell{
    display: table-cell;
}
.va_mid{
    vertical-align: middle;
}
.text_italic {
    font-style: italic;
}

.fw_600{
    font-weight: 600;
}

.mb_50{
    margin-bottom: 50px !important;
}
.mb_45{
    margin-bottom: 45px !important;
}
.mb_40{
    margin-bottom: 40px !important;
}
.mb_35{
    margin-bottom: 35px !important;
}
.mb_30{
    margin-bottom: 30px !important;
}
.mb_25{
    margin-bottom: 25px !important;
}
.mb_20{
    margin-bottom: 20px !important;
}
.mb_15{
    margin-bottom: 15px !important;
}
.mb_10{
    margin-bottom: 10px !important;
}
.mb_5 {
    margin-bottom: 5px !important;
}
.mb_0 {
    margin-bottom: 0px !important;
}

.mr_35{
    margin: 35px 0;
}
.mr_30{
    margin: 30px 0;
}
.mr_25{
    margin: 25px 0;
}
.mr_20{
    margin: 20px 0;
}
.mr_15{
    margin: 15px 0;
}
.mr_10{
    margin: 10px 0;
}
.mr_5 {
    margin: 5px 0;
}
.mr_0{
    margin: 0;
}

.page_sidebar {
    position: relative;
    width: 100%;
    height: auto;
    /*background: #eee;*/
}


.gioithieupage.index .quick_sub_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.quick_sub_menu {
    position: relative;
}


.page_content {
    margin-bottom: 70px;
}

.uranus .tp-bullet.selected, .uranus .tp-bullet:hover {
    box-shadow: 0 0 0 2px #c20000;
    border: none;
    border-radius: 50%;
    background: #c20000;
}
.uranus .tp-bullet.selected .tp-bullet-inner, .uranus .tp-bullet:hover .tp-bullet-inner {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: #c20000;
}

.main_button_1 {
    color: #fff;
    background: #228b24;
    border-radius: 5px;
    display: inline-block;
    padding: 0 25px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.main_button_1:hover:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}
.main_button_1:before {
    content: '';
    position: absolute;
    border: #228b24 solid 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-radius: 4px;
}
.main_button_1:hover,
.main_button_1:focus {
    color: #fff;
    background: #ff0000;    
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}



.main_title h2 {
    margin: 5px 0;
    display: block;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
}

.main_title h2 a {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin: 0;
    float: left;
    padding: 10px 10px 5px 0;
    color: #228b24;
    position: relative;
    font-weight: 600;
    line-height: 1.4;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;         
}


.main_title h2 a:hover{
    color: #000;
}



.main_list li a {
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 0 4px 0px;
    display: block;
}
.main_list {
    margin: 10px 0;
}






/*1_1_Fix_img_fit_parent_div*/
.fit_thumbnail {
    padding: 0;
    border-radius: 0;
    border: 0;
    margin: 0 !important;
    position: relative;
    overflow: hidden;    
}
.fit_thumbnail img {
    height: auto;
    width: auto;
}
.fit_thumbnail img {
    object-fit: cover;
    object-position: center center;
}

/* 2_Header */
/*#site-header {
    width: 100%;
    position: relative;
    background: #fff;
    height: 98px;
}*/
/*header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;  
    background: #fff;
    height: 98px;
    text-transform: uppercase;
    font-weight: 600;    
    z-index: 279;    
    -webkit-transition: height .3s;
      -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
            transition: height .3s;
}*/

.logo_content a {
  line-height: 98px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;    
}
.logo_content img {
    
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
/*.header li ul li.icontop {
    background-image: url(../assets/images/icon-submenu.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 9px;
    left: 28px;
    position: absolute;
    top: -14px;
    width: 19px;
}*/


/* 2_1_Menu */
.menu {
    float: right;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    background: #fff;
    z-index: 3;
    position: relative;            
}
.menu ul {
    margin: 0;
}
.menu>ul>li {
    float: left;
    position: relative;
    margin-right: 30px
}
.menu>ul>li:last-child {
    margin-right: 0
}
.menu>ul>li>a {
    font-size: 14px;
    display: block;
    color: #404040;
    line-height: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 600;

}
.menu>ul>li>a:hover,
.menu>ul>li>a:focus,
.menu>ul>li.active>a{
    color: #228b24;
    text-decoration: none;
}
.menu>ul>li.sub-menu>a {
    position: relative;
    padding-right: 0;
}
.menu>ul>li.sub-menu>a:after {
    display: none;  
    content: '\f107';
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 52px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.menu>ul>li>ul {
    /*display: none;*/    
    width: 250px;
    position: absolute;
    top: 80px;
    opacity: 0;
    left: -15px;
    z-index: 0;
    visibility: hidden;
    background: #fff;
    border: solid 1px #e5e5e5;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, .05);
    padding: 15px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.menu>ul>li:hover>ul {
    display: block;
    top: 51px;
    z-index: 2001;
    visibility: visible;
    opacity: 1;
}
.menu>ul>li>ul>li {
    position: relative;
/*    line-height: 38px;*/
    position: relative;
    margin: 5px 0;
    padding: 0 15px;    
    display: block;
    float: left;
    width: 100%;
}
.menu>ul>li>ul>li>a {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    display: block;
    color: #000;
    line-height: 22px;
    padding: 0;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.menu>ul>li>ul>li>a:hover {
    color: #228b24;
/*    padding-left: 12px;*/
    text-decoration: none;
/*    border-left: solid 3px #228b24;*/
}



.menu>ul>li>ul>li.sub-menu>a {
    position: relative;
    padding-right: 0;
}
.menu>ul>li>ul>li.sub-menu>a:after {
   /* display: none;  */
    content: '\f105';
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 22px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}


.menu>ul>li>ul>li>ul {
    /*display: none;*/    
    width: 250px;
    position: absolute;
    top: 30px;
    opacity: 0;
    left: 100%;
    z-index: 0;
    visibility: hidden;
    background: #fff;
    border: solid 1px #e5e5e5;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, .05);
    padding: 15px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.menu>ul>li>ul>li:hover>ul {
    display: block;
    top: -19px;
    left: 100%;
    z-index: 2001;
    visibility: visible;
    opacity: 1;
}
.menu>ul>li>ul>li>ul>li {
    position: relative;
/*    line-height: 38px;*/
    position: relative;
    margin: 5px 0;
    padding: 0 15px;    
    display: block;
    float: left;
    width: 100%;
}
.menu>ul>li>ul>li>ul>li>a {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    display: block;
    color: #000;
    line-height: 22px;
    padding: 0;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.menu>ul>li>ul>li>ul>li>a:hover {
    color: #228b24;
/*    padding-left: 12px;*/
    text-decoration: none;
/*    border-left: solid 3px #228b24;*/
}

.menu>ul>li>ul>li.icontop {
    background-image: url(../assets/images/icon-submenu.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 9px;
    left: 28px;
    position: absolute;
    top: -14px;
    width: 19px;
}

.menu>ul>li>ul>li>ul>li.icontop {
    background-image: url(../assets/images/icon-submenu-left.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 19px;
    left: -9px;
    position: absolute;
    top: 15px;
    width: 9px !important;
    padding: 0 !important;
}


/* 2_2_HEADER_STICKY */
.header.is-ticky {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;   
    box-shadow: 5px 5px 10px rgba(0,0,0,.05);
}
.header.is-ticky .header_right {
    height: 70px;
}
.header.is-ticky  .menu>ul>li>a {
    line-height: 72px;
}
.header.is-ticky .logo_content a {
    line-height: 70px;
}
.header.is-ticky .logo_content img {
    width: 100%;
}    
.header.is-ticky .menu>ul>li:hover>ul{
    top: 73px;
}
.header.is-ticky .menu {
    transform: translateY(-50px) scale(1,1);
}
.menu {
    height: 50px;
}

/* 2_3_TOPBAR */
.topbar {
    margin-top: 18px;
    float: right;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
    position: relative;          
}
.national_flag {
    display: inline-block;
    margin-left: 18px;    
}
.national_flag a img {
    height: 18px;
    width: auto;
}
.national_flag a {
        display: inline-block;
    /* float: left; */
    margin-left: -1px;
    margin-right: 12px;
    height: 25px;
    line-height: 25px;
    margin-top: 12px;
}
.search_top {
    display: inline-block;
}
.search_top .form-control:focus {
    box-shadow: none;
}
.search_top .form-control {
    height: 25px;
    width: 150px;
    border: 1px solid #eaeaea;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    outline: none;
    line-height: 23px;
    padding: 0 15px;
    font-size: 11px;
    font-weight: 400;    
}
.search_top .btn {
    height: 25px;
    line-height: 23px;
    padding: 0 10px;
    font-size: 11px;
    background: #228b24;
    border-color: #228b24;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.search_top .btn:hover, .search_top .btn:focus {
    background: #ff0000;
    border-color: #ff0000;
}

/*truong*/
.home_slider1 {
    padding-bottom: 62px;
}
/* 3_SLIDER */
.home_slider {
    padding-bottom: 62px;
}
.tp-revslider-slidesli .container_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tp-bannertimer {
    background: rgba(0,0,0,0.05)  !important;
    height: 4px !important;
}
.container_content .container {
    position: relative;
    height: 100%;
}
.tp-parallax-wrap {
    left: 15px !important;
}

.uranus.tparrows:hover:before {
    transform: scaleY(.85);
    -webkit-transform: scaleY(.85);
       -moz-transform: scaleY(.85);
        -ms-transform: scaleY(.85);
         -o-transform: scaleY(.85);
            transform: scaleY(.85);
}
.tp-caption {
    font-family: "Open Sans", sans-serif !important;
    text-transform: uppercase;
}
.silde_first_title {
    color: #404040;
    text-transform: none;    
}
.slide_big_title {
    color: #fff;
    font-weight: bold;
}
.slide_description {
    color: #fff;
    text-transform: none;
}

.uranus .tp-bullet.selected, .uranus .tp-bullet:hover {
    box-shadow: 0 0 0 2px #c20000 !important;
    border: none;
    border-radius: 50%;
    background: #c20000 !important;
}
.uranus .tp-bullet.selected .tp-bullet-inner{
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: #c20000 !important;
}
 .uranus .tp-bullet:hover .tp-bullet-inner {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: #fff !important;
}

.uranus .tp-bullet {
    border-radius: 50%;
    box-shadow: 0 0 0 2px #d0cccc !important;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background: #d0cccc !important;
}

.uranus .tp-bullet-inner {
    background-color: #d0cccc !important;
}

.tp-bullet {
    width: 8px !important;
    height: 8px !important;
}    


/* 4_Footer */
footer {
    font-size: 13px;
    position: relative;
    display: block;
    clear: both;
    width: 100%;    
    background: #fff;
    overflow: hidden;

    margin-top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 5px solid #228b24;
}
.info img {
    width: 140px;
}
.social_icon li {
    float: left;
    text-align: center;
}
.info span {
    vertical-align: super;
    font-size: 16px;
    color: #999;
    padding-left: 10px;
}
.info a {
    display: inline-block;
}
.social_icon li a {
    text-decoration: none;
}
.social_icon li {
    float: left;
    padding-left: 15px;
    padding-top: 55px;
}
.social_icon {
    margin: 0;
}
.copyright a {
    color: #404040;
    text-decoration: none;    
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
   
}
.copyright span {
    line-height: 30px;
}
.copyright a:hover {
    color: #228b24;
}
.copyright {
    text-align: center;
    padding: 15px 0 10px 0;
    color: #333;
    position: relative;
    overflow: hidden;
    clear: both;
    border-top: 1px solid #e6e6e6;
}
.footer_bottom {
    color: #d5982e;
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
    text-transform: capitalize;
}
.brand_info {
    padding-left: 15px;
    float: left;
}
.brand_info ul {
    margin: 0;
}
.brand_info ul li span {
    color: #d5982e;
    font-size: 14px;
    padding-bottom: 4px;
    display: block;
}
.footer_widget {
    padding-top: 20px;
}
.footer_widget_title {
    margin: 0;
}
.footer_widget_title a {
    color: #4b4b4b;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.footer_widget_sub_title {
    font-size: 13px;
    font-weight: 600;
    color: #404040;
    margin: 0 0 5px 0;
}
.footer_info span {
    color: #3b3b3b;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
    line-height: 1.4;
}




.social_icon li {
    text-align: center;
}

.social_icon li a:hover i {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);    
}
.social_icon li a i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;    
    display: inline-block;
}

.social_icon li a {
    text-decoration: none;
}
.social_icon li {
    float: left;
}
.social_icon {
    margin: 0;
    display: inline-block;
    width: auto;
    position: relative;
    overflow: hidden;
}

.social_icon li a:hover {
    text-decoration: none;
    opacity: .75;
}
.social_icon li a {
    font-size: 30px;
    margin: 0;
    line-height: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;    
    color: #e31c23;
}



.social_icon li {
    float: left;
    padding: 0;
    margin: 0px 0px 5px 10px;
}
.social_icon {
    margin: 0;
}

.footer_widget_ul {
    margin: 10px 0;
    clear: both;
}
.footer_widget_ul li {
    margin: 7px 0;
    color: #4b4b4b;
}
.footer_widget_ul li i {
    color: #d00;
    padding-right: 5px;
}
.footer_widget_ul li:first-child i:before {
    color: #fff;
    background: #d00;
    width: 13px;
    text-align: center;
    height: 13px;
    font-size: 8px;
    border-radius: 50%;
    display: inline-block;
    line-height: 15px;
}

.footer_widget_item {
    margin-bottom: 30px;
}
.footer_widget_ul li a {
    color: #4b4b4b;
}


.footer_widget_title a:hover,
.footer_widget_ul li a:hover {
    color: #228b24;
}


.footer_widget_title a,
.footer_widget_ul li a {
 -webkit-transition: all .25s;
    -moz-transition: all .25s;
     -ms-transition: all .25s;
      -o-transition: all .25s;
         transition: all .25s;
}





/* 5_MOBILE_MENU */
.btn-menu-canvas {
    display: block;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 0;
    margin-top: 13px;
    margin-bottom: 0;
    margin-right: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #444;
    font-size: 30px;
}
.wrapper-container {
-webkit-transition: transform 0.3s ease 0s;
   -moz-transition: transform 0.3s ease 0s;
    -ms-transition: transform 0.3s ease 0s;
     -o-transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
}
#offcanvas {
    display: block
}
#offcanvas .navbar-nav>li>ul>li>h3>a {
    cursor: pointer;
    padding-left: 30px;
}
#offcanvas .navbar-nav>li>ul>li>ul>li>h3>a {
    padding-left: 45px;
}
body.off-canvas-active {
    overflow-x: hidden;
    position: relative;
}
.offcanvas-push:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(30, 30, 30, 0.5);
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -ms-animation: fade 500ms;
    animation: fade 500ms;
    z-index: 999999;
}




/*PAGE TITLE*/

.page_title {
    position: relative;
    overflow: hidden;
    background: #f8f8f8;    
}

.page_title_bg {
    padding: 18px 0;
    position: relative;
}

.page_title h2 {
    font-weight: bold;
    font-size: 21px;
    color: #434343;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin: 0;
    padding: 6px 45px 6px 0;
}
.page_title_bg span{
    color: #5d5d5d;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #e7e7e7;
    padding: 6px 0 6px 45px;
}
/*breadcrumb*/
.header-breadcrumb {
    min-height: 75px;
    background: #fff
}
.header-breadcrumb ol.breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 15px;
    padding-top: 27px
}
.breadcrumb {
    background: #fff
}
.header-breadcrumb ol.breadcrumb li {
    padding-top: 15px;
    display: inline
}
.header-breadcrumb ol.breadcrumb li a {
    color: #717070
}
.header-breadcrumb ol.breadcrumb li a:hover, .header-breadcrumb ol.breadcrumb li a:focus {
    color: #000;
    text-decoration: none
}
.breadcrumb>li.active:before, .breadcrumb>li.active {
    color: #000
}
.breadcrumb>li+li:before {
    content: "\f105";
    padding: 0 5px;
    font: normal normal normal 14px/1 FontAwesome
}


/*pagination*/
.collection-pagination ul.pagination li a {
    color: #898989;
    border-color: #d7d7d7;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 7px 13px;
    margin: 5px 0 5px 8px
}
.collection-pagination ul.pagination li:first-child a, .collection-pagination ul.pagination li:last-child a {
    border-color: #fff
}
.collection-pagination ul.pagination {
    margin-bottom: 40px
}
.collection-pagination ul.pagination li a:hover, .collection-pagination ul.pagination li a:focus, .collection-pagination ul.pagination li.active span, .collection-pagination ul.pagination li.active span:hover, .collection-pagination ul.pagination li.active span:focus {
    color: #fff;
    border-color: #228b24;
    background: #228b24;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;    
    padding: 7px 13px;
    margin: 5px 0 5px 8px
}



/*6_Block_top*/
.homepage .block_top {
    margin: 0 0 0 0;
}
.block_top {
    margin: 0 0 100px 0;
}
.block_top_item {
    text-align: center;
    margin-bottom: 30px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;    
}

.block_title {
    padding: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    color: #fff;
     height: 36px
}
.block_top_item .block_title {
    background: #228b24;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
           
}

.block_top_item .block_title:hover {
    background: #c0c0c0;
}

.block_top_item .block_title a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 36px;
}
.block_top_item .thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 63%;
    border: 1px solid #eee;
    border-bottom-width: 2px;
}
.block_top_item .thumbnail img {
    width: 100%;
    height: auto;
}
.block_top_item .block_summary {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 25px;
    line-height: 1.4;
    text-align: justify;
}

.thumb_sub_title {
    position: absolute;
    top: 50%;
    left: 50%;
  
    z-index: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
       -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
         -o-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    opacity: 0;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;  
             
}

.thumb_sub_title a{
    color: #228b24;
    font-size: 14px; 
    border: 1px solid #228b24 !important;
    padding: 8px 18px;              
}
.block_top_item .thumbnail>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 50px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.95);
    opacity: 0;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.block_top_item:hover .thumbnail .thumb_sub_title{
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
       -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
         -o-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);    

}

.block_top_item:hover .thumbnail>a:after {
    opacity: 1;
}



.block_top_item:hover .thumbnail{
    border-color: rgba(255,255,255,.85);
}


/*home_block_news*/
.block_news_item .main_list li a {
    font-weight: 600;
    font-size: 13px;
}
.block_news_item .main_list li a i {
    color: #228b24;
    padding-right: 5px;
}
.first_news_left {
    width: 33%;
}
.first_news_right {
    padding-left: 30px;

}
.first_news_right span {
    color: #5b5b5b;
    line-height: 1.5;
}
.first_news .dp_table_cell {
    vertical-align: top;
}
.first_news .thumbnail {
    margin-top: 10px !important;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
}

.first_news .first_news_right h3 {
    margin: 0 0 10px 0;
}
.first_news .first_news_right a {
    font-size: 16px;
    font-weight: 600;
}

.fit_thumbnail>a {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    transform: translate(0);
}

.thumbnail_news a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top,rgba(68,225,223,0) 0%,rgba(47,151,217,0.5) 100%);
    background-image: linear-gradient(to bottom,rgba(68,225,223,0) 0%,rgba(47,151,217,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#CC44E1DF',endColorstr='#CC2F97D9',GradientType=0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;    
    opacity: 0;
    z-index: 1;
    transform: translate(0) !important;
}

.thumbnail_news a:after {
    content: "\f0f6";
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 22px;
    height: 25px;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    color: #228b24;
    background: #fff;
    width: 40px;
    height: 40px;
    padding-top: 11px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
}


.thumbnail_news a:hover:before{
    opacity: .5 !important;
}
.thumbnail_news a:hover:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);   
}
/*gdfgdfgdfgdf*/


/*horizontal_slider*/

.horizontal_slider {
    width: 95%;
    margin: 0 auto;
}

.horizontal_slider_div{
    position: relative;
}

.horizontal_slider_content {
    position: relative;
    overflow: hidden;
}

.horizontal_slider .item a {
    display: block;
    position: relative;
}

.horizontal_slider .item a img {
    width: auto;
    max-width: 218px;
    display: block;
    margin: 0 auto;
}

.horizontal_slider_content .slide_pre,
.horizontal_slider_content .slide_next {
    cursor: pointer;
}

.horizontal_slider_content .slide_pre i,
.horizontal_slider_content .slide_next i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);    
    width: 30px;
    height: 30px;
    opacity: .5;
    color: #c2c2c2;
    font-size: 30px;
    z-index: 2;
}

.horizontal_slider_content .slide_pre:hover i, 
.horizontal_slider_content .slide_next:hover i{
    opacity: 1;
}

.horizontal_slider_content .slide_pre i{
    left: 0px;
}
.horizontal_slider_content .slide_next i{
    right: 0px;
}



/*quick_sub_menu*/
.quick_sub_menu li:last-child {
    border-bottom: 1px solid #e8e8e8;
}
.quick_sub_menu li {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.quick_sub_menu {
    border-top: 5px solid #228b24;
    border-radius: 0;
    background: #fff;
}
.quick_sub_menu li.active a {
    background: #f2f2f2;
    font-weight: 600;
}
.quick_sub_menu li a {
    text-decoration: none;
    border-bottom: 1px dashed #ddd;
    color: #404040;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    display: block;
    padding: 15px 30px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.quick_sub_menu li a:hover {
    color: #228b24;
    border-bottom: 1px dashed #ddd;
}
.post_tleft {
    width: 33.33333333%;
}

.post_tleft .thumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: transparent;
}
.post_tright {
    vertical-align: middle;
    padding: 15px 30px 15px 30px;
}
.post_thumbnail_left {
    border: 1px solid #e8e8e8;
    border-bottom: 0; 
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.post_thumbnail_left:last-child {
    border-bottom: 1px solid #e8e8e8;
}
.post_thumbnail_left.active {
    border-top-color: #e8e8e8;
    border-bottom-color: #e8e8e8;
    background: rgba(235,235,235,1);
    background: -moz-linear-gradient(-45deg, rgba(235,235,235,1) 0%, rgba(252,252,252,1) 30%, rgba(254,254,254,1) 44%, rgba(252,252,252,1) 57%, rgba(235,235,235,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(30%, rgba(252,252,252,1)), color-stop(44%, rgba(254,254,254,1)), color-stop(57%, rgba(252,252,252,1)), color-stop(100%, rgba(235,235,235,1)));
    background: -webkit-linear-gradient(-45deg, rgba(235,235,235,1) 0%, rgba(252,252,252,1) 30%, rgba(254,254,254,1) 44%, rgba(252,252,252,1) 57%, rgba(235,235,235,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(235,235,235,1) 0%, rgba(252,252,252,1) 30%, rgba(254,254,254,1) 44%, rgba(252,252,252,1) 57%, rgba(235,235,235,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(235,235,235,1) 0%, rgba(252,252,252,1) 30%, rgba(254,254,254,1) 44%, rgba(252,252,252,1) 57%, rgba(235,235,235,1) 100%);
    background: linear-gradient(135deg, rgba(235,235,235,1) 0%, rgba(252,252,252,1) 30%, rgba(254,254,254,1) 44%, rgba(252,252,252,1) 57%, rgba(235,235,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb', GradientType=1 );    
}
.post_tright h2 a {
    color: #404040;
    font-size: 22px;
    font-weight: 600;
}
.post_tright h2 {
    margin: 0 0 25px 0;
}
.post_tright span p {
    margin: 0;
    font-size: 14px;
    color: #404040;
    line-height: 1.7;
}

/*award_top*/
.award_top {
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.award_top.only_img {
    border: none;
    display: block;
}
.award_top .tick_title:hover {
    background: #d00;
    top: 30px;
    cursor: pointer;
    box-shadow: 1px 5px 10px rgba(0,0,0,.125);
}
.award_top .tick_title {
    position: absolute;
    top: 25px;
    left: 0;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background: #228b24;
    padding: 4px 30px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    z-index: 2;         
    text-align: center;   
}

.award_top .award_top_left, .award_top .award_top_right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.award_top .award_top_left {
    width: 42%;
}

.award_top .award_top_right {
    width: 58%;
}


.award_top .award_top_left .award_quote {
    padding: 120px 30px 85px 30px;
    display: block;
    max-width: 70%;
    font-size: 15px;
    font-style: italic;
    color: #040404;
    line-height: 1.7;
}
.award_top .award_top_right {
    background: url(../assets/images/award.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.award_top .award_top_right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 9%;
    height: 100%;
    background: #fff;
    -webkit-transform:  rotate(10deg) translateX(-70%) scale(1.5);
       -moz-transform:  rotate(10deg) translateX(-70%) scale(1.5);
        -ms-transform:  rotate(10deg) translateX(-70%) scale(1.5);
         -o-transform:  rotate(10deg) translateX(-70%) scale(1.5);
            transform:  rotate(10deg) translateX(-70%) scale(1.5);

}
.award_top .award_top_right {
    position: relative;
    overflow: hidden;
}
.award_top .award_top_left {
    background: url(../assets/images/trophy.png);
    background-repeat: no-repeat;
    background-size: 170px auto;
    background-position: 90% 55%;
}


.award_bottom {
    background: #f3f3f3;
    padding: 28px 28px; 
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;    
}
.award_item_parent {
    width: 25%;
    float: left;
}
.award_item {
    width: 100%;
    max-width: 212px;
    display: block;
    margin: 0 auto;
    padding: 28px 0;
    cursor: pointer;  
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.award_item .award_item_thumb {
    display: block;
    margin-bottom: 15px;
              
}
.award_item:hover .award_item_thumb{
    
}
.award_item .award_item_thumb img {
    width: 100%;
    display: block;
    max-width: 100%;
}

.award_item:hover .award_item_title {
    color: #228b24;
}


.award_item_title {
    display: block;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    font-size: 13px;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;    
}


.summary_slider {
    padding: 0 100px 0 85px;
}
.summary_slider .horizontal_slider_div{
    padding: 100px 0 50px 0;
}
.summary_slider .item {
    margin: 0 15px;
}


.summary_slider .item .year_arrow,
.summary_slider .item .year_arrow_padding {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.summary_slider .item .year_table {
    display: table;
    table-layout: fixed;
}
.summary_slider .item .year_arrow {
    /*width: 50px;*/
    color: #228b24;
    font-size: 30px;
    text-align: left;
    padding-right: 15px;
}

.summary_slider .item .year_arrow_padding .year {
    color: #228b24;
    font-size: 50px;
    font-weight: 600;
    line-height: 42px;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 2px solid #fff;
    padding: 0 15px 15px 15px;
}

.summary_slider {
    background: #e9eaee;
}

.summary_slider .owl-item:first-child .year_arrow {
    display: none;
}
.summary_slider .item .year_arrow_padding .sum_des {
    text-align: center;
    display: block;
    padding: 0 15px;
}
.summary_slider .owl-item:first-child .year_arrow_padding {
    padding: 0 15px;
}
.summary_slider .slide_pre {
    left: 10px;
}
.summary_slider .slide_next {
    right: 10px;
}
.summary_slider .slide_next,
.summary_slider .slide_pre {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 27;
    cursor: pointer;
    color: #fff;
    font-size: 60px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.summary_slider .slide_next:hover,
.summary_slider .slide_pre:hover {
    text-shadow: 1px 2px 3px rgba(0,0,0,.085);
}


.about_page_content_thumb>div>img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.about_page_content_thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.about_page_content_thumb>div>span {
    display: block;
    text-align: center;
    padding: 10px 15px;
    background: rgba(255,255,255,1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
     -o-transform: translateY(100%);
        transform: translateY(100%);            
}
.about_page_content_thumb:hover>div>span{
 -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
     -o-transform: translateY(0);
        transform: translateY(0);    
}

.about_page_content_des ul li {
    margin: 5px 0;
}
.summary_slider .owl-item {
    opacity: 0;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}
.summary_slider .owl-item.active {
    opacity: 1;
}


.award_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 23%;
}

.about_page_content_thumb.logo {
    border: 1px solid #eee;
    padding: 80px 30px;
}
.about_page_content_thumb.logo img {
    width: auto;
}
.award_top.mission .award_top_left {
    background: #fff;
    width: 50%;
}
.award_top.mission .award_top_right:before {
    display: none;
}
.award_top.mission .award_top_right {
    background: url(../assets/images/hand_hand.png);
    width: 50%;
    background-repeat: no-repeat;
    background-position: 30px bottom;
    background-size: 380px auto;
}
.award_top.mission .award_top_left .award_quote {
    max-width: 90%;
}
.block_top_item .block_summary span {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
}

.lienhepage_company_name {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.lienhepage_section>.container>.row {
    background: url(../assets/images/tel_mail_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.lienhepage_widget {
    margin-bottom: 20px;
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
}
.lienhepage_widget ul li {
    margin-bottom: 20px;
    display: block;
}
.lienhepage_widget ul {
    margin: 0;
}
.lienhepage_widget b {
    font-weight: 600;
}
.lienhepage_widget .lienhepage_widget_title {
    display: block;
    margin-bottom: 15px;
    color: #e81c23;
    font-size: 16px;
}
.lienhepage_widget ul li span {
    margin: 4px 0;
}

.sidebar_box {
    position: relative;
    display: block;
    padding: 25px 30px;
    border: 1px solid #eee;
    overflow: hidden;
}
.sidebar_box .lienhepage_widget ul li,
.sidebar_box .lienhepage_widget:last-child {
    margin-bottom: 0;
}
.sidebar_box .lienhepage_widget_title {
    margin-bottom: 10px;
    font-size: 14px;
}

.sidebar_box_title h4 {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #2e3092;
    color: #353535;
    font-weight: 600;
}


.page_sidebar_position {
    padding-left: 0;
}
.page_content_div {
    padding-right: 30px;
}

.award_img.not_fit_thumbnail {
    padding-bottom: 0;
    height: auto;
}
.award_img.not_fit_thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


.page_content.has_border {
    border: 1px solid #eee;
}
.page_content_post_pađing {
    padding: 45px 30px;
}
.page_content_post p {
    margin-bottom: 30px;
}
.more_detail_link ul li a {
    color: #d00;
    padding-bottom: 5px;
    display: block;
}
.more_detail_link span {
    font-weight: bold;
    padding-bottom: 5px;
}




.more_detail_link ul li a:hover i {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;

}

.more_detail_link ul li a i {
    width: 14px;
    -webkit-transform: translateX(-14px);
       -moz-transform: translateX(-14px);
        -ms-transform: translateX(-14px);
         -o-transform: translateX(-14px);
            transform: translateX(-14px);
    transition: all 1s;
    -webkit-transition: all 1s;
       -moz-transition: all 1s;
        -ms-transition: all 1s;
         -o-transition: all 1s;
            transition: all 1s;
    opacity: 0;
}
.more_detail_link ul li a {
    overflow: hidden;

}
.more_detail_link ul li a:hover span {
     -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);   
}
.more_detail_link ul li a span {
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;    
    -webkit-transform: translateX(-14px);
       -moz-transform: translateX(-14px);
        -ms-transform: translateX(-14px);
         -o-transform: translateX(-14px);
            transform: translateX(-14px);    
    font-weight: normal;
}

.more_detail_link_section {
    background: #edeef1;
    padding: 35px 30px;
    text-align: center;
}
.more_detail_link_section_table {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
}
.more_detail_link_section_cell {
    display: table-cell;
    vertical-align: middle;
}
.more_detail_link_section_cell.arrow {
    width: 50px;
    text-align: center;
    font-size: 30px;
    color: #228b24;
}

.more_detail_link_section_cell .main_button_1 {
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
}


@keyframes arrow_left_right_loop {
    0%   {
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    50%  {
        -webkit-transform: translateX(50%);
           -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
             -o-transform: translateX(50%);
                transform: translateX(50%);
    }      
    100% {
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@-webkit-keyframes arrow_left_right_loop {
    0%   {
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    50%  {
        -webkit-transform: translateX(50%);
           -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
             -o-transform: translateX(50%);
                transform: translateX(50%);
    }      
    100% {
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@-moz-keyframes arrow_left_right_loop {
    0%   {
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    50%  {
        -webkit-transform: translateX(50%);
           -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
             -o-transform: translateX(50%);
                transform: translateX(50%);
    }      
    100% {
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@-o-keyframes arrow_left_right_loop {
    0%   {
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    50%  {
        -webkit-transform: translateX(50%);
           -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
             -o-transform: translateX(50%);
                transform: translateX(50%);
    }      
    100% {
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@keyframes arrow_right_left_loop {
    0%   {
        -webkit-transform: translateX(50%);
           -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
             -o-transform: translateX(50%);
                transform: translateX(50%);
    }
    50%  {
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }      
    100% {
        -webkit-transform: translateX(50%);
           -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
             -o-transform: translateX(50%);
                transform: translateX(50%);
    }
}
@-webkit-keyframes arrow_right_left_loop {
    0%   {
        -webkit-transform: translateX(50%);
           -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
             -o-transform: translateX(50%);
                transform: translateX(50%);
    }
    50%  {
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }      
    100% {
        -webkit-transform: translateX(50%);
           -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
             -o-transform: translateX(50%);
                transform: translateX(50%);
    }
}
@-moz-keyframes arrow_right_left_loop {
    0%   {
        -webkit-transform: translateX(50%);
           -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
             -o-transform: translateX(50%);
                transform: translateX(50%);
    }
    50%  {
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }      
    100% {
        -webkit-transform: translateX(50%);
           -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
             -o-transform: translateX(50%);
                transform: translateX(50%);
    }
}
@-o-keyframes arrow_right_left_loop {
    0%   {
        -webkit-transform: translateX(50%);
           -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
             -o-transform: translateX(50%);
                transform: translateX(50%);
    }
    50%  {
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }      
    100% {
        -webkit-transform: translateX(50%);
           -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
             -o-transform: translateX(50%);
                transform: translateX(50%);
    }
}
.more_detail_link_section_cell.arrow.firts i{
    -webkit-animation: arrow_left_right_loop 2s infinite;
    -moz-animation: arrow_left_right_loop 2s infinite;
    -o-animation: arrow_left_right_loop 2s infinite;
    animation: arrow_left_right_loop 2s infinite;

}
.more_detail_link_section_cell.arrow.last i{
    -webkit-animation: arrow_right_left_loop 2s infinite;
    -moz-animation: arrow_right_left_loop 2s infinite;
    -o-animation: arrow_right_left_loop 2s infinite;
    animation: arrow_right_left_loop 2s infinite;

}

.khachhangpage .brand_slider .main_title {
    display: none;
}

.khachhang_slider .horizontal_slider_content .slide_pre i:before, .khachhang_slider .horizontal_slider_content .slide_next i:before {
    margin: 0;
    width: 20px !important;
}
.khachhang_slider .horizontal_slider_content .slide_pre i, .khachhang_slider .horizontal_slider_content .slide_next i {
    font-size: 35px;
    height: auto;
    width: 20px !important;
}
.khachhang_slider .thumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;    
}
.khachhang_slider .horizontal_slider_content .item a img {
    max-width: none;
    width: 100%;
}
.khachhang_slider .horizontal_slider_content .item {
    margin: 0 15px;
}
.fit_thumbnail iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.customer_item .customer_qoute {
    text-align: justify;
}
.customer_item span {
    display: block;
    text-align: left;
}
.customer_item .customer_name {
    font-size: 16px;
    font-weight: 600;
    color: #d72a31;
    margin: 30px 0 0px 0;
    display: block;
    float: left;
    width: 100%;    
}
.customer_item .customer_position {
    font-size: 16px;
    font-weight: 600;
    color: #5f5f5f;
    margin: 0px 0 15px 0;
}
.customer_item .customer_qoute {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #5f5f5f;
    margin: 0px 0 0px 0;
}
.khachhang_slider,
.khachhang_slider .horizontal_slider_div {
    margin-top: 0;
}

.tapchi_thumb .thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0 !important;  
    transition: all 0.3s;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0);
       -moz-transform: translateX(0px) translateY(0px) translateZ(0);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0);
         -o-transform: translateX(0px) translateY(0px) translateZ(0);
            transform: translateX(0px) translateY(0px) translateZ(0);
}
.tapchi_thumb:hover .thumbnail {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0);
       -moz-transform: translateX(0px) translateY(0px) translateZ(0);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0);
         -o-transform: translateX(0px) translateY(0px) translateZ(0);
            transform: translateX(0px) translateY(0px) translateZ(0);
}
.tapchi_thumb .thumbnail img {
    width: 100%;
    height: auto;
}
.tapchi_item {
    margin-bottom: 50px;
    transform: translate(0);
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    width: 100%;   
}
.tapchi_thumb {
    background: #228b24;
}

.tapchi_thumb .thumbnail a:hover:before {
    opacity: 1 !important;
}
.tapchi_thumb .thumbnail a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top,rgba(68,225,223,0) 0%,rgba(47,151,217,.75) 100%);
    background-image: linear-gradient(to bottom,rgba(68,225,223,0) 0%,rgba(47,151,217,.75) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#CC44E1DF',endColorstr='#CC2F97D9',GradientType=0);
    transition: all 0.3s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    opacity: 0;
    z-index: 1;
    transform: translate(0) !important;
}
/*.tapchi_thumb .thumbnail a:hover:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
}*/
.tapchi_thumb .thumbnail a:after {
    content: "\f03e";
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    width: 22px;
    height: 25px;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    color: #228b24;
    background: #fff;
    width: 40px;
    height: 40px;
    padding-top: 11px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tapchi_bottom h2 a {
    color: #d72a31;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.tapchi_bottom h2 a:hover {
    color: #ff0000;
}
.tapchi_bottom h2 {
    margin: 0 0 2px 0;
    line-height: 18px;
}
.tapchi_bottom {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}
.tapchi_bottom span {
    color: #5f5f5f;
    font-size: 18px;
}
header.header {
    transform: translate(0) !important; 
}


.fgil_filter_pagination {
    margin-bottom: 75px;
}

.fgil_filter_pagination .pagination {
    margin: 0;
}

.fgil_filter_pagination .pagination li a {
    color: #535353;
    border-color: #fff;
    background: #fff;
    border-radius: 0;
    font-size: 15px;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}
.fgil_filter_pagination .pagination li.active a {
    color: #fff;
    border-color: #2e3092;
    background: #2e3092;
    border-radius: 0;    
}
.fgil_filter_pagination .pagination li a:hover {
    background: #cde6f7;
    border-color: #cde6f7;
}
.fgil_filter_pagination .pagination li {
    margin: 5px;
    display: inline-block;
}
.news_post_main_content_top {
    border: 1px solid #eee;
    padding: 30px;
    position: relative;
}
.article-header h1 {
    margin: 0;
    font-size: 22px;
    color: #404040;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}
.date-author span:last-child {
    padding-right: 0;
}
.date-author span {
    margin-bottom: 5px;
    display: inline-block;
    padding-right: 15px;
    font-size: 12px;
    color: #515151;
}
.date-author {
    margin-bottom: 25px;
}
.article-content .rte p {
    line-height: 1.7;
    color: #515151;
}
.article-content .rte .comment {
    text-align: center;
    margin-bottom: 30px;
}
.article-content .rte .comment b{
    font-weight: 600;
}
.article-content .rte p img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto !important;
}
.contact_widget ul li a {
    display: block;
    margin-bottom: 15px;
    color: #535353;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;






}
.contact_widget ul li a:hover {
    color: #228b24;
}
.article-tags a:after {
    content: ",";
}
.article-tags label {
    padding-right: 5px;
}
.article-tags a {
    color: #828282;
    font-style: italic;
    padding-right: 5px;
    position: relative;
    -webkit-transition: all .25s ;
       -moz-transition: all .25s ;
        -ms-transition: all .25s ;
         -o-transition: all .25s ;
            transition: all .25s ;
}
.article-tags a:hover {
    color: #4244a4;
}
.article-tags label, .article-tags a {
    display: inline-block;
    vertical-align: middle;
}
.news_post_main_content_bottom {
    padding: 30px;
}
.news_post_main_content_bottom .fgil_filter_pagination {
    padding: 0;
}
.related_news label {
    color: #404040;
    font-size: 16px;
    font-weight: 600;
}
.related_news {
    margin-bottom: 30px;
}
.related_news ul li a {
    margin-bottom: 5px;
    display: block;
    color: #3b3b3b;
    font-weight: 600;  
    -webkit-transition: all .25s ;
         -moz-transition: all .25s ;
          -ms-transition: all .25s ;
           -o-transition: all .25s ;
              transition: all .25s  
}
.related_news ul li a:hover {
    color: #228b24;
}
.related_news ul {
    margin: 0;
}

.related_news ul li a i {
    color: #e31c23;
    padding-right: 5px;
}


/*=============== COMMENT ==================*/
.comment-form {
    margin-bottom: 5px;
    position: relative;    
    width: 100%;    
    overflow: hidden;
}
.comment-form .avatar {
    width: 50px;
    height: 50px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    position: absolute;
    overflow: hidden;
    display: block;
    left: 0;
    top: 0;
}
.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.cmt_right {
    float: right;
    padding-left: 75px;
    width: 100%;
}

.comment-textarea {
    width: 100%;
    min-height: 49px;
    border: 1px solid #e8e8e8;
    float: right;
    padding: 10px 15px;
    resize: none;
    color: #555;    
    padding-right: 150px;
}
.comment-noti span {
    line-height: 49px;
    font-size: 12px;
    color: #999;
    display: none;


}
.comment-noti .button {
    margin: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
    float: right;
    padding: 5px 20px;
    color: #fff;
    background-color: #228b24;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.comment-noti .button:hover{
    background-color: #ff0000; 
}
#CommentContent {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.comment-item .dialog {
    display: block;
    position: relative;
}
.comment-item .dialog .comment-time {
    float: right;
    font-size: 12px;
    color: #999;
    padding-top: 3px;
    padding-left: 5px;    
}

.cmt_item_right {
    padding-left: 75px;
}
.comment-item {
    display: inline-block;
    clear: both;
    width: 100%;
}
.comment-item {
    padding: 10px 0;
    position: relative;    
    border-bottom: 1px solid #f5f5f5;
}


.comment-item .avatar {
    width: 50px;
    height: 50px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    overflow: hidden;
    left: 0;    
}

.avatar {
    display: block;
    float: left;
    margin-right: 20px;
    background-color: #e5e5e5;
}


.cmt_item_right .nonchange {
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
    color: #277cbe;    
}

.comment-content {
    display: block;
    margin-bottom: 5px;
}
.cmt_reply,
.cmt_like {
    padding-right: 5px;
}

.comment-item .cmt_right {
    margin-top: 10px;
    position: relative;
}

.list_comment_items {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.list_comment_items .avatar {
    margin-left: 75px;
}

.list_comment_items .cmt_item_right {
    padding-left: 145px;
}

.comment-rate {
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    clear: both;
}
.top_cmt_action_btn {
    position: relative;
}

.load_more_noborder a {
    margin: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding: 5px 20px;
    color: #228b24;
    background-color: transparent;
    border: 1px solid #228b24;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: none !important; 

}

.list_item_childs .load_more_noborder a {
    background: none !important;
    border: none !important;
    color: #444;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;    
}
.comment-item .load_more_noborder {
    margin-top: 0;
}
.comment-list .list_comment_items {
    padding: 10px 0 0 0;
}
.top_cmt_item {
    position: relative;
    min-height: 50px;
}
.list_item_childs .load_more_noborder a:hover,
.list_item_childs .load_more_noborder a:focus{
    background: none !important;
    border: none !important;
    color: #277cbe;
}
.load_more_noborder a:hover,
.load_more_noborder a:focus{
    background: #228b24 !important;
    border-color: #228b24 !important;
    color: #fff;
} 
.load_more_noborder {
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    width: 100%;
    clear: both;
    margin-top: 15px;
}

.article_cmt .article_cmt_label h3 {
    margin: 0;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
#comment_form .avatar {
    display: none;
}
#comment_form .cmt_right {
    padding-left: 0;
}
#comment_form .cmt_right .P_textarea {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 25px 30px 0 30px;
    border: 1px solid #e8e8e8;
    background: #edeef1;
    border-bottom: 0;
}
#comment_form .cmt_right .comment-noti {
    height: auto;
    background: #edeef1;
    border-color: #e8e8e8;
    border-radius: 0;
    padding: 15px 30px;
    width: 100%;
    float: right;
    border-top: 0;
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
}
.comment-noti {
    height: auto;
    background-color: transparent;
    width: auto;
    padding: 0;
    float: none;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -13px;
}
#comment_form .cmt_right .P_textarea .comment-textarea {
    border-color: #e8e8e8;
    border-radius: 0;
    padding: 15px 25px;
    min-height: 80px;
    padding-right: 25px;
}
.cmt_like_count {
    font-size: 13px;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;    
}
.cmt_like a, .cmt_reply a, .cmt_list a {
    color: #777;
    font-size: 13px;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}
.cmt_like a:hover,
.cmt_like:hover .cmt_like_count,
.cmt_reply a:hover,
.cmt_list a:hover {
    color: #277cbe;
}
.article_cmt {
    position: relative;
    margin-bottom: 30px;
}

.list_article_items .fgil_filter_pagination{
    padding: 0;
}

/*============= DANH MUC TIN TuC =============*/
.article_item {
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 30px;
}
.article_item_title h2 a {
    line-height: 1.4;
    color: #404040;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}
.article_item_title h2 a:hover,
.article_item_title h2 a:focus {
    color: #228b24;
}
.article_item_title h2 {
    margin: 0 0 10px 0;
}
.article_item_bottom {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.article_item_thumb_parent, .article_item_right {
    display: table-cell;
    vertical-align: top;
}
.article_item_thumb_parent {
    width: 20%;
}
.article_item_right{
    padding-left: 30px;
    position: relative;    
}
.article_item_thumb .thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
}
.article_item_summary {
    text-align: justify;
    line-height: 1.7;
    padding-bottom: 40px;
}
.article_item_btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.article_item_btn a {
    padding: 5px 20px;
    color: #fff;
    background-color: #228b24;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}
.article_item_btn a:hover {
 background: #ff0000; 
}

.article_item_thumb .thumbnail a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top,rgba(68,225,223,0) 0%,rgba(47,151,217,0.5) 100%);
    background-image: linear-gradient(to bottom,rgba(68,225,223,0) 0%,rgba(47,151,217,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#CC44E1DF',endColorstr='#CC2F97D9',GradientType=0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;    
    opacity: 0;
    z-index: 1;
    transform: translate(0) !important;
}

.article_item_thumb .thumbnail a:after {
    content: "\f08e";
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 22px;
    height: 25px;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    color: #228b24;
    background: #fff;
    width: 40px;
    height: 40px;
    padding-top: 13px;
    padding-left: 2px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
}


.article_item_thumb .thumbnail a:hover:before{
    opacity: .5 !important;
}
.article_item_thumb .thumbnail a:hover:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);   
}



.contact_company_name {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.contact_section>.container>.row {
    background: url(../assets/images/tel_mail_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.contact_widget {
    margin-bottom: 20px;
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
}
.contact_widget ul li {
    margin-bottom: 20px;
    display: block;
}
.contact_widget ul {
    margin: 0;
}
.contact_widget b {
    font-weight: 600;
}
.contact_widget .contact_widget_title {
    display: block;
    margin-bottom: 15px;
    color: #e81c23;
    font-size: 16px;
}
.contact_widget ul li span {
    margin: 4px 0;
}
.sidebar_box.facebook_page_iframe {
    padding: 10px;
}
.home_slider {
    transform: translate(0) !important;
    position: relative;
    overflow: hidden;
    display: block;
}



/*SEARCH*/
.search_content {
    position: relative;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
    /* border: 1px solid #eee; */
    padding: 0;
}
.contact_company_name.search_title {
    font-weight: normal;
    text-transform: uppercase;
}
.search_noti {
    position: relative;
    overflow: hidden;
    clear: both;
    color: #228b24;
}
.search_noti .search_key {
    font-weight: bold;
    font-style: italic;
}
.advanced_search {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}
.adv_search_btn a:hover {
    background: #228b24;
    color: #fff;
}
.adv_search_btn a:hover,
.adv_search_btn a:focus{
    text-decoration: none; 
}
.adv_search_btn a {
    color: #228b24;
    border: 1px solid #228b24;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 20px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
input.date, input.datetime {
    background: url(../assets/images/calendar.png) no-repeat calc((100%) - 5px) center/16px 16px #fff;
}
.adv_search_form {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 30px;
    margin-top: 15px;
}
.adv_search_form .btn-primary:hover, .adv_search_form .btn-primary:focus {
    background: #ff0000;
    border-color: #ff0000;
}
.adv_search_form .btn-primary {
    color: #fff;
    border: 1px solid #228b24;
    padding: 6px 20px;
    background: #228b24;
    display: inline-block;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.adv_search_form .form-control {
    border-color: #eee;
    box-shadow: none;
    padding: 0 15px;
    margin-bottom: 15px;

}
.content-intro .block h2{
    display: block;
    border-top: 2px solid #0b87b6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0;
    background-color: #228b24;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 8px 26px;
}
.content-intro .block-content .details.first {
    padding-right: 35px;
}
.content-intro .block-content .details {
    text-align: justify;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*SEARCH*/
.search_content {
    position: relative;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
    /* border: 1px solid #eee; */
    padding: 0;
}
.contact_company_name.search_title {
    font-weight: normal;
    text-transform: uppercase;
}
.search_noti {
    position: relative;
    overflow: hidden;
    clear: both;
    color: #f7941e;
}
.search_noti .search_key {
    font-weight: bold;
    font-style: italic;
}
.advanced_search {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

input.date, input.datetime {
    background: url(../img/calendar.png) no-repeat calc((100%) - 5px) center/16px 16px #fff;
}
.adv_search_form {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 30px;
    margin-top: 15px;
}
.adv_search_form .btn-primary:hover, .adv_search_form .btn-primary:focus {
    background: #FFA438;
    border-color: #FFA438;
}
.adv_search_form .btn-primary {
    color: #fff;
    border: 1px solid #f7941e;
    padding: 6px 20px;
    background: #f7941e;
    display: inline-block;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.adv_search_form .form-control {
    border-color: #eee;
    box-shadow: none;
    padding: 0 15px;
    margin-bottom: 15px;

}


/*GIỚI THIỆU*/
.content-intro .block {
    display: table;
    width: 100%;
    position: relative;
}
.content-intro .block:not(:first-child) {
    margin-top: -15px;
}
.content-intro .block:not(:last-child) .block-content {
    min-height: 10px;
}

.content-intro .block-content {
    border: 1px solid #e9e9e9;
    border-top: none;
}
.content-intro .block h2 {
    display: block;
    border-top: 2px solid #0b87b6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0;
    background-color: #228b24;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 8px 26px;
}

.content-intro .block-content .details {
    text-align: justify;
    padding-top: 30px;
    padding-bottom: 30px;
}

.content-intro .block-content .details h3 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: bold;
    color: #228b24;
}

.content-intro .block-content .details p small em {
    color: #515151;
    font-size: 12px;
}
.gioithieupage .content-intro .block:first-child .block-content {
      background: url('../assets/images/logo.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.congnghepage .content-intro .block-content {
    padding: 0 30px;
}
.congnghepage .content-intro .block h2{
    cursor: pointer;
}
.congnghepage .content-intro .block:not(:first-child) .block-content{
    display: none;
}
.congnghepage {

}
.congnghepage .content-intro .block h2 {
    cursor: pointer;
    margin-top: 10px;
    padding-bottom: 10px;
}
.congnghepage .content-intro .block:first-child h2 {
    margin-top: 0px;
}


.block-content .content-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    padding-top: 30px;
    margin: 0 auto;
}

.uudiemnoibat {
    margin: 0;
}
    .uudiemnoibat li {
        margin-bottom: 25px;
        background-repeat: no-repeat;
        background-position: left 2px;
        padding-left: 35px;
    }
.uudiemnoibat li span {
    display: block;
    font-weight: bold;
    color:#e81c23;
    margin-bottom: 5px;    
}
.uudiemnoibat li span+span {
    font-weight: normal;
    color: #515151;
    margin-bottom: 0px;    
}
.content-intro .block-content .details.first {
    padding-right: 35px;
}
.content-intro .block-content  .details.second {
    padding-left: 15px;
    padding-right: 20px;
}
.content-intro {
    margin-bottom: 90px;
}
.main_opt_table {
    display: table !important;
    table-layout: fixed;
    width: 100%;
    padding: 0 15px;
}
.main_opt_cell {
    display: table-cell;
    text-align: center;
    padding: 0 15px;    
}
.main_opt_cell .features_item_table_cell {
    display: block;
    margin: 0 auto;
}
.main_opt_cell .docpro_features_item {
    margin-top: 0;
}
.main_opt_cell_des {
    width: 100%;
    max-width: 230px;
    display: block;
    margin: 20px auto 10px auto;
}
.main_opt_cell_des_title {
    color: #228b24;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 15px;  
    -webkit-transition: all .25s;
             -moz-transition: all .25s;
              -ms-transition: all .25s;
               -o-transition: all .25s;
                  transition: all .25s; 
}
.main_opt_cell_des_title:hover {
    color: #54d0ff;
}
.main_opt_cell_des .features_item_ul li a {
    text-align: left;
    font-size: 14px;
    margin-bottom: 12px;
}
.home_blog .main_list li a i {
        color: #007bc1;
        padding-right: 5px;
    }

    .slider-content {
        border: solid 2px rgba(36, 48, 61, 0.3);
        box-shadow: 0px 1px 20px 1px;
        width: 25%;
        min-width: 450px;
        left: 5%;
        top: unset;
        padding: 25px;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .slider-content-white {
        color: #fff;
    }

