


/*
huy add new here*/

.title-info-news-2::before {
    top: 54px !important;
}

.title-info-news-2{
    height: auto !important;
}

.title_min_row {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    min-height: 46px;
}



.gallery_icon ul {
    position: relative;
    overflow: hidden;
}
.gallery_icon ul:not(.browser-default) {
    /* padding-left: 0;
     list-style-type: none;
     margin-bottom: 0px;*/
}
.gallery_icon ul, .gallery_icon ol {
    margin-top: 0;
    /* margin-bottom: 10px;*/
}

.gallery_icon ul li a i {
    width: 32px;
    height: 32px;
    text-align: center;
    border: 1px solid #6f6f6f;
    border-radius: 20px;
    padding: 8px;
    color: #c5c5c5;
}

.gallery_icon ul li {
    float: left;
    padding-right: 8px;
}
.gallery_icon ul:not(.browser-default) li {
    list-style-type: none;
}

.gallery_icon p, .gallery_icon li {
    color: #203245;
    line-height: 24px;
}
.gallery_icon .fa {
    font:normal normal normal 14px/1 FontAwesome;
    text-rendering:auto;
}

.main-footer .tags-widget .tags-list li {
    display: block;
}
.main-footer:before, .main-footer .footer-bottom {
    background: #1d2f41;
}

.box-sever-4 {
    border: 2px solid #ad1818;
}

.best-service-section {
    padding: 5px 1px 10px 1px;
}
.services-section {
    padding: 40px 0px 60px;
}

.btn-style-two {
    width: 290px;
    text-transform:none;
    /*font-size: 17px;*/
}

.title_summary {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.title_summary_home {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
.pricing-column ol li, .pricing-column ul li {
    list-style: disc !important;
}

/*new css slide company*/
.experties-carousel .owl-controls .owl-dots{
    display:none !important;
}

.experties-carousel .owl-controls{
    margin:0px !important;
}

.experties-carousel .owl-controls .owl-nav{
    margin:0px !important;
}

.experties-carousel .owl-controls .owl-nav [class*="owl-"]{
    position:absolute;
    top:5%;
    display:inline-block;
    margin:0px 0px 0px 1px ;
    width:28px ;
    height:28px ;
    padding:0px ;
    color:#272727;
    font-size: 24px;
    line-height: 26px;
    text-align:center;
    border-radius:0px;
    border-radius:3px;
    border:1px solid #e9e9e9;
    background-color:#e9e9e9 !important;
}

.experties-carousel .owl-controls .owl-nav [class*="owl-prev"]{
    left:-24px;
}

.experties-carousel .owl-controls .owl-nav [class*="owl-next"]{
    right:-24px;
}

.experties-carousel .owl-controls .owl-nav [class*="owl-"]:hover{
    background-color:#fc721e !important;
    color:#ffffff;
    border-color:#fc721e;
}
.img_border_radius {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.frm-popup-home {
    background-image: url('../images/bg_top2.jpg');
    position: relative;
    /*width: 378px;*/
    margin: 0 auto;
    padding: 50px 35px 35px 35px;
    border: 2px solid #d43f3a;
    border-radius: 19px;
    background-size: cover;
    background-position-x: center;
}

.frm-popup-home:after
{
    background-image: url('../images/mb.png');
    background-size: 105px;
    content: "";
    display: block;
    width: 114px;
    height: 91px;
    position: absolute;
    top: 1px;
    right: 0;
    background-repeat: no-repeat;
}

.img_ratio {
    aspect-ratio: 1 / 1;
    object-fit: fill;
    object-position: left;
    width: 100%;
}