body {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
    margin: 0 auto;
    min-width: 1349px;
}
.container {
    width: 1200px !important;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-track {
    background-color: #c3c3c3;
}
::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #c3c3c3;
    border-radius: 3px;
}
::-webkit-scrollbar-corner {
    background-color: #ffffff;
}
::-webkit-resizer {
    background-color: #666;
}
@font-face {
    font-display: block;
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoBold.woff') format('woff'),
    url('../fonts/RobotoBold.ttf') format('truetype'),
    url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: block;
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoRegular.woff') format('woff'),
    url('../fonts/RobotoRegular.ttf') format('truetype'),
    url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: block;
    font-family: 'MontserratRegular';
    src: url('../fonts/MontserratRegular.eot');
    src: url('../fonts/MontserratRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MontserratRegular.woff') format('woff'),
    url('../fonts/MontserratRegular.ttf') format('truetype'),
    url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: block;
    font-family: 'MontserratBold';
    src: url('../fonts/MontserratBold.eot');
    src: url('../fonts/MontserratBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MontserratBold.woff') format('woff'),
    url('../fonts/MontserratBold.ttf') format('truetype'),
    url('../fonts/MontserratBold.svg#MontserratBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
ul#main-nav a {
    font-family: 'MontserratRegular';
}
#bandoiframe iframe {
    width: 100% !important;
}
.anim-05 {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}
.over-hide {
    overflow: hidden
}
.desc .view {
    margin: 10px 0;
    background-color: #fff;
    border-radius: 50px;
    bottom: 0;
    padding: 3px 7px;
    display: inline-block;
}
.desc .view i {
    -webkit-transform: rotate(0deg);
    position: relative;
    top: 2px;
    left: 0px;
}
.desc .view:hover i {
    -webkit-transform: rotate(-180deg);
}
.back-to-top {
    position: fixed;
    z-index: 123;
    right: -60px;
    bottom: -60px;
    text-align: center;
    text-decoration: none !Important;
    font-weight: bold;
    font-size: 14px;
}
.phantrang {
    margin-left: 15px;
    text-align: center;
}
.pagination>li>a.current {
    background: #ddd
}
.link-transpare-border {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.link-transpare-border:hover:before {
    border: 5px solid rgba(255, 255, 255, 0.4);
}
.tooltip-inner {
    border-radius: 0 !important
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
    width: 100% !important;
}
header {
    top: 0;
    z-index: 123;
    width: 100%;
    background: white;
    position: relative;
    z-index: 99;
}
header .wrap-top {
    padding: 0;
}
header #lang-bar {
    text-align: right;
    margin-bottom: 5px;
}
ul#main-nav {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
    z-index: 2;
    display: table;
    width: 100%;
    float: left;
}
ul#main-nav li a:hover {
    color: #ffcc33 !important;
}
ul#main-nav>li:hover>div>a,
ul#main-nav li.active>div>a,
ul#main-nav li:hover>a,
ul#main-nav>li a:hover,
ul#main-nav>li.active>a {
    text-decoration: none;
    color: #ffcc33;
}
ul#main-nav>li:hover,
ul#main-nav li.active {
}
ul#main-nav>li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    padding: 0;
    padding: 0;
    margin: 0;
}
ul#main-nav>li>a:after {
    width: 100%;
    height: 4px;
    background: transparent;
    content: "";
    left: 0px;
    top: 0px;
    position: absolute;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul#main-nav>li>a:hover:after,
ul#main-nav>li.active>a:after{
 background: #FFCC36;
}
ul#main-nav li {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul#main-nav>li a {
    color: #555555;
    font-size: 15px;
    position: relative;
    font-weight: normal;
    padding: 40px 0px;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: inline-block;
}
ul#main-nav>li ul li a {
    padding-left: 5px;
    text-transform: inherit;
    color: #555555;
    padding: 5px !important;
    line-height: 15px;
    font-size: 15px;
    text-transform: capitalize;
    float: none;
}
ul#main-nav>li ul {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 1000px;
    left: 0;
    max-width: 300px;
    z-index: 2;
    text-align: left;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul#main-nav>li ul ul {
    left: 100%;
    top: 0;
}
ul#main-nav>li ul li {
    padding: 10px 5px;
    min-width: 200px;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #eba000a6;
}
ul#main-nav>li:hover>ul {
    display: block !important;
    opacity: 1;
}
ul#main-nav li:hover>ul {
    display: block !important;
}
#page-wrapper {
    position: relative;
    z-index: 23;
    background-color: #fff;
}
#social-air a {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px 3px;
    text-align: center;
}
.tag_detail span{
    font-family: MontserratBold;
    font-size: 14px;
    color: #2980B9;
}

.tagthe a,
.tag_detail a {
    color: #2980B9;
    text-transform: capitalize;
    font-family: MontserratRegular;
    font-size: 14px;
    padding: 0 8px 0 0;
    display: inline-block;
}
.tag_detail a {
    color:#2980B9;
}
.tagsp,
.tag_detail {
    padding: 10px 0;
}
.tagthe a i,
.tag_detail a i {
    font-size: 12px;
    padding: 0 5px 0 0;
}
.video-wrapper iframe {
    width: 100% !Important;
    left: 0;
    right: 0;
    position: absolute;
    height: 100% !important;
    border: 0;
}
.video-wrapper {
    position: relative;
    padding-bottom: 37.55%;
    height: 0;
}
.zoomContainer {
    z-index: 120
}
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}
ul#light-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#light-gallery li .inner {
    padding: 3px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
}
.grid-item {
    margin-bottom: 16px;
}
.col-8 {
    padding-left: 8px;
    padding-right: 8px
}
.row-8 {
    margin-left: -8px;
    margin-right: -8px;
}
.news-content .header .date {
    font-style: italic;
    font-size: 13px;
    margin: 5px 2px;
    color: #8a8888;
    font-size: 11pt;
}
body a:hover {
    text-decoration: none;
}
.hinhtintucone img {
    width: 100%;
}
.tentintucone a {
    font-family: 'RobotoBold';
    color: #2F2F2F;
    font-size: 12pt;
    display: inline-block;
    padding: 15px 0 5px 0px;
}
.motatintucone {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    color: #555555;
    font-size: 10pt;
}
.xemthemttone a {
    display: inline-block;
    padding: 11px 15px;
    text-transform: uppercase;
    color: #2F2F2F;
    background: #fdfdff;
    border: 2px solid #333333;
    margin-top: 30px;
    margin-bottom: 10px;
}
.dvtintuccroll {
    padding: 10px 0px;
}
.tintuccroll {
    padding-left: 0px;
}
.hinhtintuccroll {
    width: 38%;
    float: left;
}
.noidungtintuccroll {
    width: 62%;
    float: left;
    padding-left: 15px;
}
.noidungtintuccroll a {
    font-family: 'RobotoBold';
    color: #2F2F2F;
    font-size: 12pt;
    display: inline-block;
    padding: 0px 0 5px 0px 0px;
}
.motatintuccroll {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    color: #555555;
    font-size: 10pt;
}
.baovideo .embed-responsive-16by9 {
    padding-bottom: 73.25%;
}
.ttbaivietkhac {
    text-transform: uppercase;
    font-size: 14pt;
    color: black;
    font-family: 'RobotoBold';
    border-bottom: 1px solid #CCCCCC;
    padding: 3px 0px;
    margin-bottom: 10px;
}
.baivietkhac a:hover {
    color: red;
}
.hinhcon {
    display: none;
}
.colvideo {
    margin: 10px 0;
}
.tenvideo {
    background: #000;
    color: white;
    font-family: 'RobotoRegular';
    text-align: center;
    font-size: 14px;
    padding: 10px 0px;
    text-transform: uppercase;
}
div.breadcrumb {
    margin: 10px 0;
    float: left;
    width: 100%;
    font-family: 'RobotoRegular';
    background: #F3F3F3;
    padding: 10px 0;
    position: relative;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    display: none;
}
#inner {
    padding-left: 10px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}
#inner li:nth-last-child(1) span {
    display: none;
}
#inner li {
    display: inline-block;
    float: left;
    list-style: none;
}
#inner a {
    padding: 0 10px;
}
div.breadcrumb a {
    color: #000;
}
div.breadcrumb a:hover {
    color: #f15a25;
}
#owl-video {
    margin-top: 10px;
}
.fancybox-thumbs {
    top: auto !important;
    width: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 95px !important;
    padding: 10px 10px 5px 10px !important;
    box-sizing: border-box !important;
    background: rgba(0, 0, 0, 0.3) !important
}
.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    bottom: 95px !important
}
.fancybox-thumbs>ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.share_toolbox_nss {
    display: flex;
    align-items: center;
    justify-content: start;
}
.zalo-share-button {
    height: 26px !important;
    background: #03A5FA;
    margin-top: -5px;
    padding: 3px 0;
}
.tintuc_box {
    margin: 10px 0;
}
.tintuc_name {
    padding: 10px 0 5px 0;
}
.tintuc_name a {
    text-transform: uppercase;
    color: #272727;
    font-family: RobotoBold;
    font-size: 14px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.date_news {
    color: #999999;
    font-family: RobotoRegular;
    font-size: 13px;
}
.tintuc_describe {
    color: #4F4F4F;
    font-family: RobotoRegular;
    font-size: 14px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    margin: 10px 0 0 0;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.img_ {
    position: relative;
    overflow: hidden;
}
.img_ img {
    margin: 0 auto;
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}
.img_:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
header .wrap-top.fixeds_wrap-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 1px 1px 1px #FFCC36;
}
header .wrap-top.fixeds_wrap-top .logo img{
    height: 62px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
header .wrap-top.fixeds_wrap-top ul#main-nav>li a{
    padding: 20px 0;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex_wrap {
    flex-wrap: wrap;
}
.flex_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.grecaptcha-badge {
    right: 100% !important;
}
.album_item {
    margin: 15px 0;
    text-align: center;
}
.album_item_name {
    padding: 10px 0 0 0;
}
.album_item_name a {
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    font-family: RobotoBold;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cssh1 {
    position: absolute;
    top: -1000%;
}
.padding {
    padding: 30px 0;
}
.see_more_click{
    width: 100%;
    text-align: center ;
}
.see_more_click a{
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}
.see_more_click a i{
    padding: 0 0 0 5px;
    position: relative;
    -webkit-animation: see_more_click-dance 1s infinite alternate;
    -moz-animation: see_more_click-dance 1s infinite alternate;
    -ms-animation: see_more_click-dance 1s infinite alternate;
    -o-animation: see_more_click-dance 1s infinite alternate;
    animation: see_more_click-dance 1s infinite alternate;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
@keyframes see_more_click-dance {
    0% {
        transform: translateY(4px);
    }
    100% {
        transform: translateY(-8px);
    }
}
.stt_not_content{
    margin: 10px 0;
}
.logo{width: 20%;}
header nav {
    z-index: 12;
    width: 60%;
    position: relative;
}
.hotline{width: 20%;font-size: 15px;color:#333333;font-family: MontserratBold;text-align: right;}
.ndgt{
    position: relative;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.title_index{
    text-transform: uppercase;
    font-family: MontserratBold;
    font-size: 28px;
    color: #222222;
    padding: 0 0 14px;
    position: relative;
    margin: 10px 0;
    text-align: center;
}
.title_index span{
    font-family: MontserratRegular;
    color: #5c5c5c;
    font-size: 15px;
    font-style: italic;
    display: block;
    text-transform: none;
}
.title_index:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 40px;
    height: 4px;
    background: #FFCC36;
}
.gioithieumota.show_about{
    height: auto;
}
.gioithieumota{
    font-family: MontserratRegular !important;
    color: #444444;
    font-size: 15px;
    line-height: 30px;
    height: 200px;
    overflow: hidden;
}
.gioithieuxemthem a{
    display: inline-block;
    padding: 12px 25px;
    background: #FFCC36;
    color: #222222;
    font-size: 14px;
    margin: 20px 0 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.owl-dichvu_list{
    border-left: 1px solid #B4B4B4;
}
.dichvu_list_box{
    text-align: center;
    border-right: 1px solid #B4B4B4;
    padding: 20px 20px;
}
.load_dichvu_page .col-md-3:nth-child(4n+1){
    border-left: 1px solid #B4B4B4;
}
.dichvu_list_img{
    padding: 10px;
}
.dichvu_list_img a{
    display: inline-block;
    height: 60px;
    width: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}
.dichvu_list_img a:before{
    background: #fff;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transform: rotate(0deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.dichvu_list_img img{
    width: auto !important;
    margin: 0 auto;
    -webkit-filter: initial;
    -o-filter: initial;
    filter: initial;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99;
}
.dichvu_list_box:hover .dichvu_list_img img{
  -webkit-filter: brightness(0) invert(0);
  -o-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dichvu_list_box:hover .dichvu_list_img a:before{
    background: #FFCC36;
    transform: rotate(135deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gioithieuxemthem a:hover{
    background: #e9af00;
}
.dichvu_list_name {}
.dichvu_list_name a{
    font-family: MontserratBold;
    font-size: 16px;
    text-transform: uppercase;
    color: #222222;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dichvu_list_describe{
    font-family: MontserratRegular;
    font-size: 14px ;
    color: #5c5c5c;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  margin:  10px 0 0;
}
.li_list  a{
    display: inline-block;
    font-family: MontserratRegular;
    font-size: 16px;
    color: #5c5c5c;
    margin: 0 20px;
    position: relative;
    cursor: pointer;
}
.li_list  a:after{
    position: absolute;
    content: '';
    right: -27px;
    top: 2px;
    width: 1px;
    height: 18px;
    background: #676767;
    transform: rotate(20deg);
}
.li_list  a.active,.li_list  a:hover{
    color: #ffcc33;
    text-decoration: underline;
}

.li_list  a:last-child:after{
    display: none;
}
.pro{
    margin: 10px 0 ;
    text-align: center;
}

.name_pro{
    padding: 10px 0 0 ;
}
.name_pro a{
    font-family: MontserratRegular;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text_yl{
    color: #FFCC33;
    margin: 0 0 25px;
}
.mota_congtrinh{
    color: #fff;
    font-family: MontserratRegular;
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title_ct{
    background: #FFCC36;
    color: #111111;
    text-transform: uppercase;
    padding: 20px;
}

.title_ct p{
    font-family: MontserratRegular;
    font-size: 15px;
}
.title_ct p span{
    font-family: MontserratBold;
    font-size: 27px;
    display: block;
}
.title_ct a{
    display: inline-block;
    padding: 12px 25px;
    background: #fff;
    color: #222222;
    font-size: 14px;
    margin: 20px 0 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.title_ct a:hover{

}
.congtrinh_index_box{
    margin: 10px 0;
}
.congtrinh_index_name{
    padding: 12px 0 0 0;
}
.congtrinh_index_name a{
    font-family: MontserratBold;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.col_tieuchi{
    width: 50%;
    float: right;
    padding: 40px 0 0 0;
}
.title_tieuchi{
    font-family: MontserratBold;
    font-size: 28px;
    color: #222222;
    text-transform: uppercase;
    margin: 10px  0 10px;
}
.title_tieuchi span{
    display: block;
    font-family: MontserratBold;
    font-size: 16px;
    color: #5c5c5c;
    text-transform: none;
}
.list_tieuchi p{
    color: #5c5c5c;
    font-family: MontserratRegular;
    font-size: 16px;
    padding: 5px 0 5px 34px;
    background: url(../img/check.png) left center no-repeat;
}
.bgtieuchi{
    width: 50%;
    height: 430px;
    float: left;    
}

.tintuc_index_box {
    margin: 10px 0;
}

.date_news {
    color: #999999;
    font-family: RobotoRegular;
    font-size: 13px;
}

.tintuc_index_describe {
    color: #4F4F4F;
    font-family: RobotoRegular;
    font-size: 14px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    margin: 10px 0 0 0;
}

.tintuc_index_content {
    padding: 10px 0;
}

.tintuc_index_date {
    width: 70px;
    height: 58px;
    background: #FFCC36;
    color: #222222;
    font-size: 13px;
    font-family: MontserratRegular;
    text-align: center;
    text-transform: capitalize;
}

.tintuc_index_date span {
    display: block;
    font-size: 16px;
    font-family: MontserratBold;
    line-height: 20px;
    color: #222222;
    background: #D3D3D3;
    padding: 5px 0 2px 0;
    margin: 0 0 6px 0;
}

.tintuc_index_name {
    width: calc(100% - 70px);
    padding: 0 0 0 15px;
}

.tintuc_index_name a {
    font-family: MontserratBold;
    font-size: 18px;
    color: #222222;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 5px 0;
}

.tintuc_index_des  {
    margin: 3px 0 0;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222222;
    font-family: MontserratRegular;
    font-size: 14px;
}
.title_news{
    text-transform: uppercase;
    font-family: MontserratBold;
    font-size: 28px;
    color: #222222;
}

.owl-tintuc .owl-prev,
.owl-tintuc .owl-next {
    width: 34px !important;
    height: 34px !important;
    top: -40px !important;
    border-radius: 0 !important;
    position: absolute;
}

.owl-tintuc .owl-prev {
    right: 32px !important;
    background: url(../img/l.png) no-repeat !important;
}

.owl-tintuc .owl-next {
    right: -6px !important;
    background: url(../img/r.png) no-repeat !important;
}
footer {
    padding: 35px 0 0px;
    color: #fff;
    position: relative;
}

.title_dknt{
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin: 10px 0 20px 0;
}
.title_dknt span{
    display: block;
    text-transform: none;
    font-family: MontserratRegular;
    font-size: 15px;
    font-style: italic;
}
.formdknt {
    width: 50%;
    position: relative;
    margin: 0 auto;
}
.fthuhai {
    background: #4A4A4A;
    border: none;
    height: 50px;
    text-indent: 20px;
    width: calc(100% - 55px);
    border-radius: 25px;
    font-family: MontserratRegular;
    font-size: 13px;
    color: #fff;
}
.fthuhai::-webkit-input-placeholder{
    font-family: MontserratRegular;
    font-size: 13px;
    color: #fff;  
} 
.guidi {
    background: #FFCC36;
    color: #1e1e1e;
    font-family: MontserratBold;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    height: 50px;
    padding: 10px 30px;
    border-radius: 25px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mxhft {
    margin: 20px 0 0;
    text-align: center;
}
.mxhft a {
    margin: 0 10px ;
}
.copppy {
    padding: 20px 0;
    background: #121212;
    font-family: 'MontserratRegular';
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.container_footer{
    border-top: 1px solid #3B3B3B;
    border-bottom: 1px solid #3B3B3B;
    padding: 30px 0;
    margin: 30px 0 0;
}
.row_footer {
    align-items: flex-start;
}
.footer1 {
    width: 30%;
    font-family: MontserratRegular;
    font-style: italic;
    font-size: 13px;
    padding: 0 20px 0 0;
    color: #ffffff;
}
.footer2 {
    width: 30%;
    padding: 0 15px;
}
.footer3 {
    width: 25%;
    padding: 0 15px;
}
.footer4 {
    width: 27%;
}
.noidungfooter code {
    padding: 2px 4px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
}

.ttft1 {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    font-family: 'MontserratBold';
    padding: 0 0 0 15px;
    position: relative;
    margin: 0 0 20px 0;
}
.ttft1:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 5px;
    width: 5px;
    height: 11px;
    background: #FFCC36;
}
.chinhsach a {
    color: #ffffff;
    display: block;
    padding: 5px 0;
    font-family: 'MontserratRegular';
    font-size: 13px;
}
.thongtin div {
    padding: 5px 0 5px 28px;
    background: url(../img/ft1.png) left top 9px no-repeat;
    color: #ffffff;
    font-family: MontserratRegular;
    font-size: 13px;
}
.thongtin div:nth-child(2){background: url(../img/ft2.png) left top 9px no-repeat;}
.thongtin div:nth-child(3){background: url(../img/ft3.png) left top 9px no-repeat;}
.thongtin div:nth-child(4){background: url(../img/ft4.png) left top 9px no-repeat;}
.thongtin div span {
   font-family: MontserratBold;
   font-size: 13px;
   color: #bababa;
   display: block;
}

.tagsp_ft{
    padding: 25px 0;
    background: #1E1E1E;
}
.tagtheft span{
    font-family: MontserratRegular;
    font-size: 14px;
    color: #ffffff;
}
.tagtheft a{
 font-family: MontserratBold;
 font-size: 14px;
 color: #ffffffc4;
 padding: 0 10px;
 position: relative;
}
.tagtheft a:after{
    position: absolute;
    content: '';
    right: 0;
    top: 2px;
    width: 1px;
    height: 14px;
    background: #A8A8A8;
    transform: rotate(20deg);
}
.tagtheft a:last-child:after{
    display: none;
}
.tagtheft a:hover,.chinhsach a:hover,.name_pro a:hover,.congtrinh_index_name a:hover,.tintuc_index_name a:hover{
    color: #FFCC36;
}
.footer1>div{
    padding: 10px 0 0;
}
.title_ct a:hover{
    color: #FFCC36;
}
.guidi:hover{
    background: #daa918;
}
.tag_detail a:hover{
    color: #FFCC36;
}
#divToolTip {
    box-shadow: 0 0 5px #000;
    z-index: 222;
    border: none !important;
    font-size: 13px !important;
    line-height: 19px;
}

.protip-title {
    background: #005dac;
    color: #FFF;
    padding: 9px 10px;
    font-family: MontserratBold;
    font-size: 15px;
}

.protip-title span {
    color: #FFF000;
    font-weight: 700;
}

.protip-content {
    padding: 0;
    padding: 5px 10px;
    color: #000;
    background: #fffc00;
}
.protip-content a{
    color: #005dac;
    font-family: MontserratRegular;
    font-size: 15px;
}
.hidden-tip{
    display: none;
}
.protip-content span{
    font-family: MontserratBold;
    color: #005dac;
    font-size: 15px;
}
.mxhft a img:hover{
        transform: translateY(-5px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}