/*
	Theme Name: VN4U Themes
	Description: Website: http://thietkewebsite.vn4u.vn/ - HotLine: 0962 790 738 | 01663 789 879
	Version: 2.3.0
	Author: Team VN4U
	Author URI: http://vn4u.vn/
	Tags: CÔNG TY GIẢI PHÁP CÔNG NGHỆ VN4U VIỆT NAM chuyên: thiết kế website bất động sản, thiết kế website tin tức, thiết kế website giáo dục, thiết kế website du lịch, thiết kế website nhà hàng - khách sạn, Chuyên dich vụ chạy quảng cáo google, facebook, seo 
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=vietnamese');
/*font-family: 'Open Sans', sans-serif;*/
* {
    margin:0;
    padding:0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
body{
    font-family: arial;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
h1,h2,h3,h4,h5,h6{
    font-family: arial;
    margin: 0;
    line-height: 1.2;
}
a:link{
    text-decoration: none;
}
a{
    color: #333;
    outline: none !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
img{
    max-width: 100%;
    height: auto;
    padding: 0px;
    outline: none;
    border: none;
}
.img-auto{
    display: block;
    margin: auto;
}
.full-section{
    width: 100% !important;
    float: left;
}
.no-padding{
    padding: 0;
}
.nopadding-left{
    padding-left: 0;
}
.nopadding-right{
    padding-right: 0;
}
ul{
    margin-bottom: 0;
}
li{
    list-style: none;
}
/*----- header -----*/
.header-top{
    background: #F4F4F4;
    padding: 10px 0;
    font-size: 13px;
}
.header-top .welcome{
    font-weight: bold;
    margin-top: 7px;
}
.header-top .right{
    float: right;
}
.langaue{
    float: left;
}
.langaue li{
    display: inline-block;
    margin-right: 20px;
    
}
 .langaue li a{
    color: #606060;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    line-height: 35px;
}
 .langaue li a img{
    margin-left: 10px;
    height: 25px;
    float: right;
    margin-top: 5px;
 }
.social-icons{
    float: left;
}
.social-icons li {
    display: inline-block;
    margin-right: 7px;
}
.social-icons li:last-child{
    margin-right: 0;
}
.social-icons li a {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #0889cb;
    color: #fff;
    border-radius: 4px;
}
.social-icons li a:hover{
    background: #146b98;
}
.header-center {
    position: relative;
    padding: 20px 0;
}
.header-center .service {
    display: inline-block;
    zoom: 1;
    padding: 14px 0;
    float: right;
    margin-left: 20px;
}
.header-center .service .content {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    margin-left: 10px;
}
.header-center .service .content p {
    margin: 0;
    color: #b6b6b6;
}
.header-center .service .content p:first-child {
    text-transform: uppercase;
    color: #000;
}
.header-center .service .content p a {
    color: #b6b6b6;
}
.nav-header{
    background: #0787ce;
    font-family: 'Open Sans', sans-serif;
}
.menu_list > li {
    display: inline-block;
    position: relative;
}
.menu_list > li > a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 0px 15px;
    line-height: 35px;
    margin: 20px 0px;
}
.menu_list>li.active>a,
.menu_list>li:hover>a,
.menu_list>li>a:focus,
.menu_list>li>a:hover{
    background: #354a9b
}
.menu_list ul.menu_sub {
    position: absolute;
    min-width: 200px;
    top: calc(100% + 40px);
    left: 0;
    background: white;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
@media(min-width: 1200px){
    .dropmenu:hover>.menu_sub {
        opacity: 1;
        top: 100%;
        visibility: visible;
        
    }
    .menu_sub li:hover>.menu_sub {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
}
span.icon-sub {
    color: #fff;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.dropmenu2 {
    position: relative;
}
.menu_sub  li > a {
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-transform: capitalize;
    color: #313131;
    font-weight: 500;
    padding: 12px;
    line-height: normal;
    transition: all 0.4s ease 0s;
}
.menu_sub  li:last-child > a{
    border-bottom: none;
}
.menu_sub  li > a:hover,
.menu_sub  li:hover>a,
.menu_sub  li:focus > a{
    background: #354a9b;
    color: #FFFFFF;
}
.menu_list .menu_sub .menu_sub{
    position: absolute;
    width: 200px;
    background: #fff;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.dropmenu2 span.icon-sub{
    color: #000;
    /*top: 10px;*/
    top: 45%;
}
.dropmenu2:hover >span.icon-sub{
    color: #fff;
}
.search-header{
    position: relative;
    width: 100%;
    margin: 20px 0px;
}
.search-header input{
    width: 100%;
    height: 35px;
    border-radius: 5px;
    background: #fff;
    padding: 0px 45px 0px 15px;
    line-height: 35px;
    border: none;
}
.search-header button{
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    color: #0787ce;
    line-height: 35px;
    width: 40px;
    text-align: center;
    background: transparent;
    border: none;
    font-size: 16px;
    outline: none;
}

/*--------- slide ----------*/
.slide-index .item{
    position: relative;
}
.owl-carousel .owl-item img{
    width: 100%;
}
.slide-index .text-slide{
    padding: 10px 15px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 100;
    text-align: center;
}
.slide-index .text-slide h2{
    line-height: 1.5
}
.slide-index .text-slide .link-slide{
    line-height: 40px;
    border: 1px solid #fff;
    padding: 0px 25px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-top: 15px;
}
.slide-index .text-slide .link-slide:hover{
    background: #354a9b;
    color: #fff;
    border-color: #354a9b;
}
.slide-index.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    background: none;
    font-size: 20px;
    z-index: 101;
}
.slide-index.owl-theme .owl-nav .owl-next{
    right: 20px;
    left: inherit;
}
.slide-index.owl-theme .owl-nav{
    margin: 0;
}
.slide-index .owl-dots{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
}
.slide-index.owl-theme .owl-dots .owl-dot span{
    border-radius: 0;
    margin: 5px 3px;
    width: 13px;
    height: 13px;
}

/*------- st1 --------*/
.st1{
    padding: 30px 0px;
}
.title-st1 h2 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 30px;
}
.title-st1 h2:before {
    content: "";
    left: 0;
    bottom: 0;
    background: #0787ce;
    height: 4px;
    position: absolute;
    width: 50px;
}
.st1 .content p {
    text-align: left;
    font-size: 13px;
    color: #252525;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 27px;
    margin-top: 36px;
}
.st1 .content ul {
    margin-bottom: 30px;
}
.st1 .content ul li {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
}
.st1 .button a {
    padding: 12px 33px;
    background: #0787ce;
    color: #FFFFFF;
    border: none;
    font-weight: 400;
    margin-right: 20px;
    display: inline-block;
}
.hover-button{
    position: relative;
}
.hover-button:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #354a9b;
    content: "";
    z-index: 9;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.hover-button:hover:before {
    width: 100%;
}
.hover-button span {
    position: relative;
    z-index: 10;
}
.slide-st1 .item{
    position: relative;
}
.title-slide-st1{
    position: absolute;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 60px;
    padding: 0px 15px;
    text-align: center;
    background: rgba(255,255,255,0.52);
    font-size: 20px;
    color: #0787ce;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.title-slide-st1:hover{
    background:  rgba(255,255,255,0.8);
    color: #0787ce;
}
.slide-st1.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.slide-st1.owl-theme .owl-dots .owl-dot span{
    border-radius: 0;
    margin: 5px 3px;
    width: 12px;
    height: 12px;
    background: #fff;
}
.slide-st1.owl-theme .owl-dots .owl-dot.active span{
    background: #0787ce;
}

/*----------- st2 -----------*/
.st2{
    padding: 30px 0px 0;
}
.item-st2{
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.item-st2 img{
    height: 370px;
    width: 100%;
}
.item-st2 h2{
    position: absolute;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 0px 15px;
    background: #0787ce;
    /*border-radius: 0px 0px 8px 8px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 110;
}
.item-st2 .icon{
    z-index: 109;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    transform: translate3d(0,-100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;

}
.item-st2 .icon i {
    position: absolute;
    top: 40%;
    left: 50%;
    color: #fff;
    font-size: 30px;
    transform: translate(-50%, -50%);
}
.item-st2:hover .icon{
    transform: translate3d(0,0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.slide-st2.owl-theme .owl-nav{
    margin: 30px 0px;
}
.slide-st2.owl-theme .owl-nav [class*='owl-']{
    background: #0787ce;
    padding: 8px 18px;
}
.st2-bottom{
    background: #0787ce;
    color: #fff;
    padding: 20px 15px;
    text-align: center;
    font-size: 20px;
}

/*--------- st3 ----------*/
.st3{
    padding: 50px 0px;
}
.st3 .box-heading{
    text-align: center;
}
.title-st3{
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 27px;
    color: #2b2d44;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}
.title-st3:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #0787ce;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.st3 .item-st3{
    margin-top: 25px;
    position: relative;
}
.st3 .item-st3 img{
    width: 100%;
    height: 240px;
}
.st3 .item-st3 .text-slide{
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.74);
    flex-flow: column;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.st3 .titles_blog{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 60px;
    margin: 20px 0px 10px;
}
.st3 .titles_blog a{
    color: #fff;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
}
.st3 .view-detail {
    color: #0787ce;
    display: block;
    height: 38px;
    width: 136px;
    line-height: 33px;
    text-align: center;
    border-radius: 3px;
    border: 2px solid #0787ce;
    border-image: initial;
    margin: 0px auto;
}
.st3 .item-st3:hover .text-slide{
    opacity: 1;
}
.st3 .item-st3 .view-detail:hover {
    color: #fff;
    background: #0787ce;
}

/*------- st4 ------*/
.st4{
    padding: 50px 0px;
    color: #FFF;
    text-align: center;
    /*background: url(images/anh-ly-do.png) #306ac2 center center;*/
    background-size: 100% 100%;
}
.st4 .title-module {
    text-align: center;
    margin-bottom: 50px;
}
.st4 .title-module h2 {
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 24px;
}
.st4 .counter {
    font-size: 45px;
    font-weight: bold;
}

/*---------- st5 ---------*/
.st5{
    padding-bottom: 30px;
}
.st5 .box-heading{
    padding: 60px 15px 40px;
    text-align: center;
}
.st5 .item {
    border: #e0e0e0 1px solid;
}
.st5 .item .image {
    position: relative;
}
.st5 .item .image .date {
    height: 80px;
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(42,133,225,0.7);
    color: #FFF;
    padding: 13px 10px;
}
.st5 .date span {
    text-align: center;
    display: block;
}
.st5 .date span.day {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px #FFF solid;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.st5 .date span.month {
    font-size: 13px;
}
.st5 .content {
    padding: 30px 15px 25px;
    border-top: #e0e0e0 1px solid;
}
.st5 .content h3 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 20px;
    text-overflow: ellipsis;
}
.st5 a {
    font-weight: bold;
}
.st5 .content .desc {
    min-height: 80px;
    color: #707070;
}
.st5 a.viewmore-blog {
    color: #888888;
}
.st5 a:hover{
    color: #0787ce;
}
.st5 .item:hover .viewmore-blog {
    color: #306ac2;
}
.slide-st5.owl-theme .owl-nav [class*='owl-'] {
    background: #0787ce;
    padding: 5px 13px;
}

/*------- st6 -----*/
.st6{
    padding-bottom: 50px;
}
.st6 .box-heading{
    text-align: center;
    padding: 0 15px 30px;
}
.members {
    border: 1px solid #f4f4f4;
    padding: 5px 0 0;
}
.member_thumb {
    position: relative;
}
.member_thumb img {
    display: block;
    margin: auto;
}
.member_thumb .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 135, 206, .8);
    transform: scale(0.7,0);
    transition: .5s ease-in-out;
}
.member_thumb .inner {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.member_thumb .social {
    list-style-type: none;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    transition: .2s cubic-bezier(0.4, 0, 1, 1);
}
.member_thumb .social li {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
    padding: 0;
}
.member_thumb .social li a {
    height: 40px;
    width: 40px;
    color: #FFFFFF;
    display: block;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 40px;
}
.author-info {
    position: relative;
    padding: 15px 15px;
    transition: .5s ease;
}
.author-info h4 {
    text-align: left;
    margin: 0;
    font-size: 17px;
    color: #363636;
    font-weight: 600;
}
.author-info p {
    text-align: left;
    margin: 5px 0;
    font-size: 13px;
    color: #fbad1a;
    font-weight: 300;
}
.author-info ul {
    list-style-type: none;
    padding-left: 0;
    font-weight: 300;
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #f4f4f4;
    color: #707070;
}
.member_thumb:hover .overlay {
    transform: scale(1, 1);
}

/*------ doitac --------*/
.doitac{
    padding: 30px 0px;
    background: #f2f2f2;
}
.doitac .title-st3:before{
    left: 0;
    transform: translate(0);
}
.slide-doitac{
    margin-top: 20px;
}

.slide-doitac .item img {
    border: 1px solid #cacaca;
    display: block;
    margin: auto;
    padding: 10px;
    background: #FFFFFF;
}

/*----- footer -----*/
.quote-request {
    padding: 20px 0 30px;
    background: #354a9b;
}
.quote-request h4 {
    text-align: left;
    margin-top: 10px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    float: left;
    padding-top: 7px;
    margin-left: 15%;
}
.quote-request .form-subcribe {
    margin-top: 10px;
    float: left;
    margin-left: 15px;
    width: 50%;
}
.quote-request .form-subcribe form {
    position: relative;
}
.form-subcribe form input {
    border: 1px solid #fff;
    padding: 0 61px 0px 20px;
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: initial;
}
.form-subcribe form button {
    position: absolute;
    right: 0px;
    top: 0;
    padding: 6px;
    background: #354a9b;
    border: 1px solid #fff;
    color: #fff;
    border-radius: initial;
    font-size: 13px;
    height: 34px;
}
.footer-inner {
    padding: 30px 0;
    background: #0787ce;
    color: #fff;
}
.loigioithieu {
    margin-top: 20px;
}
.footer-inner .social-icons {
    margin-top: 20px;
}
.footer_middle .social-icons ul li {
    margin-left: 0px;
    display: inline-block;
    margin-right: 10px;
}
.social-icons ul li a {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #354a9b;
    color: #fff;
    border-radius: 4px;
}
.title_footer {
    text-align: left;
    margin-bottom: 30px;
    font-size: 21px;
    color: #e7e7e8;
}
ul.links > li {
    margin-bottom: 20px;
}
.links > li > a {
    color: #fff;
    font-size: 14px;
}
.blog-item-name h3 {
    margin: 0;
    font-size: 0;
    margin-bottom: 5px;
}
.blog-item-name h3 a {
    text-align: left;
    margin: 0;
    font-size: 14px;
    color: #F4F4F4;
    font-weight: 300;
    margin-top: 19px;
    line-height: initial;
}
ul.links > li:last-child {
    margin-bottom: 0;
}
.col4-footer li {
    position: relative;
    padding-left: 31px;
}
.col4-footer i {
    color: #fff;
    float: left;
    font-size: 20px;
    width: 35px;
    position: absolute;
    left: 0;
}

/*------------ dstin -------------*/
.content-page{
    padding: 30px 0px;
}
.title-page{
    text-align: center;
    background-position:top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 90px 0;
    position: relative;
}
.title-page:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.title-page li {
    display: inline-block;
    position: relative;
}

.title-page li a,
.title-page li span {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    word-break: break-word;
    display: block;
    text-transform: uppercase;
}
.title-page li span{
    padding: 0px 10px;
}

.page-title h1 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}
.blog-list-item{
    margin-bottom: 30px;
    overflow: hidden;
}
.blog-item-thumb img {
    width: 100%;
}
h3.blog-item-title {
    font-size: 20px;
    line-height: 28px;
    color: #353535;
    font-weight: 400;
    margin: 0;
    margin-bottom: 2px;
}
p.blog-item-date {
    font-size: 14px;
    line-height: 18px;
    color: #353535;
    font-weight: 300;
    border-bottom: 1px solid #999999;
    padding-bottom: 8px;
}
.blog-item-summary {
    font-size: 16px;
    line-height: 24px;
    color: #353535;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-item-content .more {
    color: #0787ce;
}
.blog-item-content .more:hover{
    color: #0787ce;
}

/* ------------ sidebar -------------- */
.blog-title h2{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 10px;
    line-height: 22px;
    border-left: 4px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #0787ce;
    color: #FFFFFF;
    border-color: #354a9b;
}
.catalog li.catalog-item {
    position: relative;
    background: #eeeeee;
    margin-bottom: 7px;
}
.catalog ul li a {
    display: block;
    font-size: 14px;
    color: #252525;
    font-weight: 400;
    padding: 15px;
    line-height: 22px;
    border-left: 4px solid transparent;
    transition: all 0.5s ease;
}
.catalog ul li a:hover {
    background: #0787ce;
    color: #FFFFFF;
    border-color: #354a9b;
}
span.icon-sub-collection {
    position: absolute;
    right: 0;
    height: 52px;
    top: 0;
    width: 52px;
    line-height: 52px;
    cursor: pointer;
    text-align: center;
}
.icon-sub-collection.active i:before{
    content: "\f106";
}
.catalog .sub1-list,
.catalog .lv3{
    display: none;
}
.sub1-item {
    position: relative;
}
ul.sub1-list > li > a {
    padding-left: 30px;
}
.catalog .sub1-list .sub1-list a {
    padding-left: 45px;
}
.blog-related{
    margin-top: 40px;
}
.blog-item-mini {
    overflow: hidden;
    margin-bottom: 10px;
}
.blog-item-mini-thumb {
    float: left;
    margin-right: 10px;
    width: 85px;
    height: 85px;
}
.blog-item-mini-thumb img {
    max-height: 85px;
    max-width: 85px;
}
.blog-item-mini-title {
    margin: 0;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 0;
}
.blog-item-mini-title a{
    font-size: 15px;
    color: #3e3e3e;
    display: block;
     overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 35px;
}
.blog-item-mini-title a:hover{
    color: #0787ce;
}
.blog-item-mini-date{
    font-size: 13px;
}

/*--- pager ---*/
.pager li>a, .pager li>span{
    border-radius: 0;
    padding: 3px 10px;
    background: #0787ce;
    color: #fff;
    border: none;
}
.pager li:hover>a, .pager li:hover>span,
.pager li.current>a, .pager li.current>span{
    background: #354a9b;
}

/*------ Chi Tiet Tin -----*/
h1.article-title {
    font-size: 23px;
    line-height: 28px;
    color: #353535;
    margin-bottom: 5px;
    font-weight: 400;
}
.article-info span {
    color: #0787ce;
    font-size: 14px;
}
.article-content {
    margin-top: 25px;
}
.article-content ul{
    list-style-position:  inside;
}
.article-content ul li{
    list-style: inherit;
}
.article-content img{
    height: auto !important;
    display: block;
    margin: auto;
}
.article-share {
    background: #f3f5fa;
    padding: 20px 20px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
}
.article-share-content a {
    line-height: 34px;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    background: #072d4d;
    color: #ffffff;
    margin-right: 7px;
    font-size: 18px;
    text-align: center;
}
.article-share-title p{
    margin-bottom: 0;
    line-height: 34px;
}

/*--------- ds San Pham -----------*/
.list-product{
    padding: 0px 7px;
}
.list-product .col-md-4 {
    padding: 0px 4px;
}
.list-product .item-st2{
    margin-bottom: 25px;
}
.list-product .item-st2 img{
    height: 280px;
}

/*------- Chi Tiet San Pham ---------*/
.detail-product-left{
    margin-top: 20px;
}
.detail-product-img img{
    min-height: 340px;
}
.name-product{
    color: #353535;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}
.detail-product-left .info {
    margin-bottom: 60px;
}
.detail-product-left .info li {
    margin-bottom: 5px;
    color: #353535;
}
.call-detail{
    display: block;
    text-align: center;
    background: #0787ce;
    color: #fff;
    line-height: 60px;
    padding: 0px 10px;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.call-detail span{
    color: #fad507;
}
.call-detail:hover{
    color: #fff;
    background: #354a9b;
}
.slide-product{
    margin: 30px 0px;
}
.slide-product.owl-theme .owl-nav [class*='owl-']{
    background: #0787ce;
    padding: 5px 13px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.slide-product.owl-theme .owl-nav .owl-next{
    right: 0;
    left: inherit;
}
.title-product{
    font-size: 28px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    color: #242424;
    font-family: 'Open Sans', sans-serif;
}
.title-product:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #0787ce;
    bottom: 0;
    left: 0;
}
.detail-product-left .article-content{
    margin: 20px 0px 30px;
}
.related-product .title-product{
    margin-bottom: 30px;
}
.related-product .list-product{
    padding: 0;
}

/*-------- contact --------*/
.page-title p {
    margin-bottom: 30px;
    font-size: 13px;
}
.contact-page .input-box input{
    width: 100%;
    height: 48px;
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #f7f7f7;
    margin-bottom: 12px;
    font-weight: 300;
    color: #999999;
}
.static-contain textarea {
    width: 100%;
    height: 200px;
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #f7f7f7;
    margin-bottom: 12px;
    font-weight: 300;
    color: #999999;
}
.buttons-set > input{
    padding: 10px 29px;
    background: #0787ce;
    color: #FFFFFF;
    border: none;
    border-radius: 0px;
    font-weight: 400;
}
.social-icons h2,
.contact-info h2 {
    margin: 20px 0px 10px;
}
.contact-info ul li {
    color: #000;
    position: relative;
    padding-left: 30px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}
.contact-info ul li i {
    color: #0787ce;
    font-size: 20px;
    position: absolute;
    left: 0;
}
.contact-info ul li a {
    color: #000;
}
.if-map {
    margin-top: 40px;
    margin-bottom: 40px;
}
iframe{
    max-width: 100%;
    max-height: 100%;
}


/*------------ Responsive ----------*/
@media(max-width: 1199px){
    .nav-header .bars {
        color: #fff;
        font-size: 30px;
        width: 40px;
        height: 40px;
        display: block;
        text-align: center;
        line-height: 40px;
        margin-top: 18px;
    }
    .menu_list{
        display: none;
        padding: 15px 0px;
    }
    .menu_list > li{
        width: 100%;
    }
    .menu_list > li > a{
        margin: 0;
    }
    .menu_list ul.menu_sub,
    .menu_sub2{
        opacity: 1;
        visibility: visible;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        position: relative;
        -webkit-transform: translate3d(0 , 0, 0);
        transform: translate3d(0, 0, 0);
        transition: none;
    }
    .menu_list .menu_sub .menu_sub{
        visibility: visible;
        opacity: 1;
        width: 100%;
        left: 0;
        position: relative;
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        display: block !important;
        background: #f2f2f2;

    }
    span.icon-sub,
    .dropmenu2 span.icon-sub{
        width: 40px;
        height: 35px;
        line-height: 35px;
        right: 0;
        top: 0;
        text-align: center;
        transform: none;
    }
    .menu_sub li > a{
        padding: 0px 15px;
        line-height: 35px;
    }
    .dropmenu>.icon-sub.active i:before{
        content: "\f0d8";
    }
    .dropmenu2>.icon-sub.active i:before{
        content: "\f107";
    }
}
@media(max-width: 991px){
    .langaue li{
        margin-right: 15px;
        text-indent: -9999em;
    }
    .header-center{
        text-align: center;
    }
    .search-header{
        margin: 0;
        max-width: 200px;
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 100;
    }
    .nav-header .bars{
        margin: 10px 0px;
    }
    .st4{
        background-size: cover;
    }
    .members{
        margin-bottom: 15px;
    }
    .title_footer{
        margin: 15px 0px 20px;
    }
    .call-detail{
        font-size: 16px;
        line-height: 50px;
    }
}
@media(max-width: 767px){
    .if-map iframe{
        height: auto !important;
    }
    .hotline-mobile{
        line-height: 35px;
        font-size: 16px;
        float: left;
    }
    .langaue li{
        margin-right: 0;
        margin-left: 10px;
    }
    .slide-index .text-slide{
        display: none;
    }
    .slide-st1{
        margin-top: 15px;
    }
    .quote-request h4 {
        text-align: center;
        width: 100%;
        margin-left: 0;
    }
    .quote-request  .form-subcribe {
        width: 100%;
        margin-left: 0;
    }
    .st3 .item-st3 img{
        height: auto;
    }
    .blog-item-content {
        margin-top: 15px;
    }
    .title-page{
        background-size: cover;
        padding: 40px 0px;
    }
    .list-product .item-st2 img{
        height: auto;
    }
    .detail-product-img img{
        min-height: auto;
        margin-bottom: 15px;
    }
    .detail-product-left{
        margin-top: 0;
    }
    .detail-product-left .info{
        margin-bottom: 20px;
    }
    .call-detail{
        font-size: 14px;
    }
}
@media(max-width: 500px){
    .item-st2 img{
        height: auto;
    }
    .title-page li:first-child,
    .title-page li span{
        display: none;
    }
    .title-head{
        display: none;
    }
    .title-page li a, .title-page li span{
        font-size: 20px;
    }
    h3.blog-item-title{
        font-size: 18px;
    }
    .blog-item-summary{
        font-size: 14px;
    }
}
/*NVIT*/
.pager li{margin-right: 5px;}
.proimg img{min-height: 247px;}
.form-subcribe input[type="submit"]{
    position: absolute;
    width: 90px!important;
    right: 0;
    top: 0;
    padding: 6px 0 5px 0!important;
    background: #354a9b;
    color: #fff;
}
.screen-reader-response{display: none!important;}
.wpcf7-response-output{
    color: #fff!important;
    padding-top: 15px;
}
