/*style home*/
body:not(.common-home) header{
        box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.common-home header{
        position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    padding-top:20px;
}
.sf-menu{
    float:right;
}
.sf-menu > li {
    float: none;
    display: inline-block;
}

.heading-title{
    margin-bottom:30px;
    text-align:center;
}
.heading-title h3{
    font-size:36px;
    line-height:42px;
    font-weight:bold;
    text-transform:uppercase;
    margin:0;
}
.heading-title > p{
    font-size:14px;
    text-transform:uppercase;
}
.service-home__list,
.cmbox__list{
        display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.item_serv .cat-des{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align:left;
}
.service-home .cat-name a{
    text-align:left;
    margin-top:0;
}
.item_serv{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius:5px;
}

.item_serv .cat-content{
    padding:15px;
}
.item_serv:hover .cat-image{
    overflow:hidden;
}

.item_serv .cat-image img{
    transition:all .5s;
}
.item_serv:hover .cat-image img{
    transform:scale(1.1);
}

.homecommit .item{
    text-align:center;
}
.homecommit .item h4{
    margin-top:20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight:bold;
}
.homecommit .item p{
    margin:0;
}
.homecommit .item{
    padding:10px;
}

.feedback .owl-carousel .owl-item img{
    max-width:80px !important;
    height:auto !important;
    margin:0 auto;
    border-radius:8px;
}

.feedback .item{
    text-align:center;
    margin-bottom:10px !important;
}
.feedback .item .feedback-detail{
    padding:15px 0;
}

.feedback .item .feedback-customer{
    font-size:18px;
    text-transform:uppercase;
    font-weight:bold;
}
.module-service.newsletter{
    padding:100px 0;
}

.newsletter .heading-title{
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    text-align:left;
}

.footer-title{
    margin-top:0;
    margin-bottom:20px;
}

footer,
.module-service{
    padding:40px 0;
}

ul.footer-social li{
    display:inline-block;
}
ul.footer-social li:not(:last-child){
    margin-right:10px;
}
ul.footer-social li a i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    color: #333;
    border-radius: 50%;   
}

.module-service.carousel .owl-carousel .owl-item img{
    width:auto !important;
    margin:0 auto;
}

#slider_home .content_slider .hotline-info .btn-default{
	    background: transparent;
}   
#slider_home .content_slider .hotline-info input{
  border:none;
  box-shadow: none;
}

#slider_home .bx-controls{
    display:none !important;
}

@media (min-width:768px){		
      .sf-menu > li > a {
        padding-right: 0;
        padding-top:0;
    }
     #slider_home .content_slider {
        text-align: center;
        position: absolute;
        top: 80%;
        width: 50%;
        transform: translateY(-80%);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #slider_home .content_slider .hotline-info .button-search{
    	background: #0254A0;
        color: white;
        padding:6px 60px;
    }            
    #slider_home .content_slider .hotline-info{
    	padding-top:0 !important;
    }
    #slider_home .content_slider h1{
    	color:white;
    	font-family: 'Paytone One', sans-serif;
    }
    #slider_home .content_slider p{
    	color:white;
            font-size: 13px;
    }
    #slider_home .content_slider .content_bottom {
        background: #fff;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
        border-radius: 5px;
    }
    #slider_home .content_slider .content_bottom{
    	padding:10px;
    }
    header > .container > .row{
        display:flex;
        align-items:center;
    }
}

@media (min-width: 992px){
    .sf-menu > li:first-child > a {
        padding-left: 0px;
    }
    #slider_home .content_slider .hotline-info input,
    #slider_home .content_slider .hotline-info .button-search{
        height:40px;
    }
    .pcbox .main_wrap .itembox > .row{
        display:flex;
        align-items:center;
    }
}

@media (min-width:992px) and (max-width:1199px){
     .sf-menu > li > a {
     padding-left: 40px;
    }
    footer > .container > .row > .col-md-12{
        margin-bottom:20px;
    }
}

@media (min-width:1200px){
    .feedback .item{
        max-width:60%;
        margin:0 auto;
    }
    .sf-menu > li > a {
        padding-left: 60px;
    }
     footer > .container-fluid{
        padding:0 80px;
    }
    .cmbox__list{
        width:90%;
        margin:0 auto;
        grid-gap: 50px;
    }
    .pcbox{
        width:90%;
        margin:0 auto;
    }
    .homecommit .item{
        padding:0;
    }
    .footer-info-main{
        width:60%;
    }
    .footer_info{
        width:80%;
    }
}
@media (min-width:768px) and (max-width:991px){
 
}

@media (max-width:991px){
    #slider_home .content_slider .hotline-info .button-search{
        padding:6px 20px !important;
    }
    .service-home__list, .cmbox__list {
        grid-template-columns: 1fr 1fr;
    }
    .heading-title h3{
        font-size:32px;
        line-height:38px;
    }
    .homecommit .cmbox img {
        width: 50px;
        height: auto;
    }
    .pcbox .item .item-right .des{
        float:right;
    }
    .pcbox .itembox p{
        padding-top:20px;
    }
    footer > .container-fluid > .row > div:not(:last-child){
        margin-bottom:30px;
    }
}
@media (max-width:767px){
    #container-logo-mobile img{
        max-width:120px !important;
    }
    #search button{
            background: #0254A0;
    color: #fff;
    }
    .hotline-info{
        width:50%;
        margin:0 auto;
    }
}
@media (max-width:575px){
    .hotline-info{
        width:100%;
    }
    .service-home .cat-name a{
        font-size:16px;
    }
    .item_serv .cat-des{
        font-size:14px;
    }
    .heading-title h3{
        font-size:28px;
        line-height:34px;
    }
    #container-logo-mobile img{
        max-width:80px !important;
    }
    .item_serv .cat-content{
        padding:10px;
    }
    .homecommit .item h4{
        font-size:16px;
        line-height:22px;
    }
    .pcbox .itembox p{
        padding-top:10px;
    }
}


/* ThanhND - Custom*/
/*style home*/

a:focus,
a:hover{
    outline: 0;
    outline-offset: unset;
    text-decoration: none;
}


body:not(.common-home) header{
    box-shadow: unset;
}
body header{
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    padding-top:20px;
}
.dich_vu_trong_tin_tuc{
    padding: 0px;
}
h1.heading_title_news{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
}
.dich_vu_trong_tin_tuc .cmbox__list{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.dich_vu_trong_tin_tuc .cmbox__list{
    font-size: 16px;
}
.tab_dich_vu_tu_van{
    margin: 50px 0;
}
section#service_tab_pm{
    margin-bottom: 40px;
}
section#service_tab_pm:last-child{
    margin-bottom: 0px
}
#service_tab_pm .service_tab_pm__wrapper {
    /*box-shadow: 0px 0px 3px 0px #eeeeee;*/
    box-shadow: rgb(0 0 0 / 13%) 0px 2px 3px 0px;
    border-radius: 5px;
}
#service_tab_pm .service_tab_pm__content {
}
#service_tab_pm .service_tab_pm__content-heading{
    display: grid;
    grid-template-columns: 3fr 1fr; 
    align-items: center;
    margin: 10px;
    padding-bottom: 0;
}
#service_tab_pm .service_tab_pm__content-heading .heading_title{
    padding: 10px;
    line-height: 2;
}
#service_tab_pm .service_tab_pm__content-heading .heading_title h3{
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}
#service_tab_pm .service_tab_pm__content-heading .heading_title span{
    color: #0084FF;
    cursor: pointer;
    font-size: 13px;
}
#service_tab_pm .service_tab_pm__content-heading .heading_title span i{
    font-size: 9px;
}
#service_tab_pm .service_tab_pm__content-heading .button_pm a{
    float: right;
    padding: 10px 50px;
    border: none;
    background-color: #627b96;
    color: white;
    margin-right: 10px;
    border-radius: 4px;
}
#service_tab_pm .service_tab_pm__content-heading .button_pm a:hover{
    opacity: 0.9;
}
#service_tab_pm .service_tab_pm__content .content_tab{
    border-top: 1px solid #eee;
    margin: 0 10px;
    padding: 20px 0 40px 0;
    
}
#service_tab_pm .service_tab_pm__content .tab_content_list ul li{
    list-style: none;
}
#service_tab_pm .service_tab_pm__content .tab_content_list ul li.active a{
    color: #0084FF;
}
#service_tab_pm .service_tab_pm__content .tab_content_list ul li a:focus {
    outline: 0;
    outline-offset: unset;
    text-decoration: none;
}
#service_tab_pm .service_tab_pm__content .tab_content_list ul li a{
    padding: 10px 0;
    display: block;
    color: #000;
    font-weight: 600;
}
#service_tab_pm .tab-content.service_tab_pm-content {
    background: #f0f2f5;
    padding: 20px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 13%) 0px 2px 3px 0px;
    min-height: 300px;
}
#service_tab_pm .service_tab_pm-title li{
    list-style: none;
    font-size: 16px;
    color: #333333;
    margin-left: 20px;
}
#service_tab_pm .service_tab_pm-title li.active{
    color: #0084FF;
}

h2.heading_border-news,
.description h2{
    border-bottom: 1px solid #777;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;

}
/*.description h3{*/
/*    border-bottom: 1px solid #eee;*/
/*    padding-bottom: 10px;*/
/*    font-weight: 600;*/
/*    font-size: 22px;*/
/*}*/
.description-wrapper{
    margin: 30px 0 40px 0;
}
.attributes_news{
    margin: 20px 0;
}
.attributes_news .panel-default>.panel-heading{
    background: transparent;
    padding: 0;
    margin: 0px;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
}
.attributes_news .panel-default>.panel-heading:focus{
    text-decoration: none;
}
.attributes_news .attributes_news_content{
    margin-top: 10px;
    padding-left: 0px;
}
.attributes_news .icon_dow{
    float: right;
    color: #0084FF;
}
.attributes_news .panel-default{
    border: none;
    box-shadow: unset;
}
.attributes_news .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none;
}

.attributes_news .panel-default>.panel-heading::before {
    position: absolute;
    content: "";
    top: 15px;
    left: -10px;
    background-color: #0084ffb3;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    animation: belleffect 2s ease infinite;
    -o-animation: belleffect 2s ease infinite;
    -moz-animation: belleffect 2s ease infinite;
    -webkit-animation: belleffect 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
#comment-post .comments{
    margin-top: 25px;
}

#comment-post .comments_heading{
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
#comment-post .comments_heading span{
    font-size: 16px;
    font-weight: 400;
}
#comment-post .comments_heading strong{
    display: block;
    margin-top: 10px;
}
#comment-post li{
    list-style: none;
    box-shadow: rgb(0 0 0 / 13%) 0px 2px 3px 0px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 10px;
}
#comment-post li:last-child{
    margin-bottom: 0;
}
#comment-post .comment {
    display: grid;
    grid-template-columns: 1fr 7fr;
    gap: 20px;
}

#comment-post .img-thumbnail, #comment-post .thumbnail {
    box-shadow: none;
    border: none;
    width: 80px;
    height: 80px;
}
#comment-post .img-thumbnail img.avatar{
    border-radius: 10px;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

#comment-post  span.comment-by {
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.comments_wrapper{
    margin-top: 30px;
}
.tab-content.service_tab_pm-content h2{
    display: none;
}
a.view_more_comment{
    text-transform: uppercase;
    color: #000;
}
.service-home__list .cat-image {
    overflow: hidden;
}
.news_related_heading{
    font-size: 24px !important;
    
}
.news_related .heading-title span{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.view_more_comments{
    padding: 10px 0;
}
@keyframes belleffect {
    0% {
        transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
    15% {
        box-shadow: 0 0 0 2px rgba(30, 144, 255, 0.4);
        -moz-box-shadow: 0 0 0 2px rgba(30, 144, 255, 0.4);
        -webkit-box-shadow: 0 0 0 2px rgba(30, 144, 255, 0.4);
    }
}

@media (max-width: 768px){
    #service_tab_pm .service_tab_pm__content .tab_content_list ul li{
        border-bottom: 1px solid #eee;
    }
    #service_tab_pm .tab-content.service_tab_pm-content{
        margin-top: 20px;
    }
    #service_tab_pm .service_tab_pm__content-heading{
        grid-template-columns: 2fr 1fr;
    }
    a.view_more_comment{
        margin-right: 15px;
    }
    div#content.news {
        margin-top: 40px;
    }
    h1#dich-vu-ho-tro-visa-test {
        font-size: 23px;
    }
    .dich_vu_trong_tin_tuc h4{
        font-size: 14px;
        line-height: 17px;
    }
    .dich_vu_trong_tin_tuc .item img{
        width: 45px;
    }
    #service_tab_pm .service_tab_pm__content-heading{
        display: flex;
        align-items: baseline;
        padding-top: 10px;
        flex-direction: column-reverse;
    }
    #service_tab_pm .service_tab_pm__content-heading .button_pm a{
        float: left;
        margin-left: 10px;
    }
}
@media (max-width: 991px){
    .dich_vu_trong_tin_tuc .cmbox__list{
        grid-template-columns: 1fr 1fr;
    }
}

h2.heading_border-news, .description h2 {
    border-bottom: 1px solid #D5D5D5;
}
#information-information #content{
    margin-bottom: 50px;
}