@charset "utf-8";
/*
    Theme Name: LONGDENHOANGANH
    Description: Website: http://vn4u.vn/ - HotLine: 0984 510 136
    Version: 1.0.0
    Author: 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/css2?family=Fahkwang:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
* {
    margin:0;
    padding:0;
    word-break: break-word;
    overflow-wrap: break-word;
}
body{
    font-family: "Fahkwang", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #0C0C0C;
}
a:link{
    text-decoration: none;
}
a, a:link, a:visited {
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #7c572d;
}
a{
    color: #ec1d25;
    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;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.st-pd{
    padding: 35px 0;
}
.st-pd2{
    padding: 35px 0 0;
}

@media(min-width: 1360px){
    .container{
        width: 1360px;
    }
}
/*header*/
.header-logo img{
    height: 106px;
    margin: 8px 0;
}
.hc-info li{
    margin-right: 15px;
}
.hc-info li img{
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.hc-search {
    width: 300px;
    height: 46px;
    border-radius: 21px;
    background: #fff;
    border: 1px solid #d4d4d4;
    overflow: hidden;
    color: #767676;

}
.hc-search input {
    padding: 0 10px 0 20px;
    line-height: 46px;
    width: calc(100% - 50px);
    border: none;
    background: none;
    color: #666;
}
.hc-search button {
    background: #fff;
    border: none;
    width: 44px;
    font-size: 17px;
    height: 40px;
    transition: all 0.3s;
}
.hc-search:hover{
    border-color: #7c572d;
}

.header-nav{
    background-color: #7c572d;
}
.header-nav.affix{
    z-index: 100;
    left: 0;
    top: 0;
}
.nav-header-inner{
    margin: auto;
}
.ul-nav-header>li{
    float: left;
}
.ul-nav-header li{
    position: relative;
}
.ul-nav-header>li>a {
    display: block;
    line-height: 56px;
    padding: 0px 15px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.ul-nav-header>li.current-menu-item>a,
.ul-nav-header>li:hover>a{
    background-color: #ea2e22;
    color: #fff;
}
.ul-nav-header ul li a{
    white-space: nowrap;
    display: block;
    color: #000;
    font-size: 13px;
    padding: 10px 15px;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: left;
}
.ul-nav-header ul li:last-child>a{
    border-bottom: none;
}
.ul-nav-header ul li a:hover{
    background-color: #ea2e22;
    color: #fff;
}
.ul-nav-header li>ul{
    min-width: 100%;
    width: 250px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    z-index: 100;
}
.ul-nav-header>li>a>i {
    padding-right: 5px;
}

.header-nav-height{
    display: none;
}
.header-nav-height.active{
    display: block;
}
.header-nav.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
}


@media(min-width: 1200px){
    .ul-nav-header li>ul{
        position: absolute;
        left: 0;
        top: 100%;
        transform-origin: 0 0 0;
        min-width: 100%;
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease 0s;
        background-color: rgb(124 87 45 / 80%);
    }
    .ul-nav-header ul li a{
        color: #fff;
    }
    .ul-nav-header li:hover>ul{
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        visibility: visible;
    }
    .ul-nav-header>li.menu-item-has-children>a:after {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        padding-left: 5px;
        font-weight: normal;
        font-size: 14px;
    }
    .ul-nav-header li li ul{
        left: 100%;
        top: 0;
    }
}
@media(max-width: 1199px){
    .nav-header-inner {
        -moz-transform: translateX(-80em);
        -webkit-transform: translateX(-80em);
        -ms-transform: translateX(-80em);
        transform: translateX(-80em);
        -moz-transition: -moz-transform .5s ease;
        -webkit-transition: -webkit-transform .5s ease;
        -ms-transition: -ms-transform .5s ease;
        transition: transform .5s ease;
        -webkit-overflow-scrolling: touch;
        width: 290px !important;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1002;
        padding: 0;
        background: #222222;
    }
    .nav-header-inner.active {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .close-nav-header {
        display: block;
        color: #fff;
        right: 0px;
        background: #ea2e22;
        border-radius: 0px;
        line-height: 25px;
        font-size: 20px;
        z-index: 2;
        position: absolute;
        padding: 0px 7px;
    }
    .close-nav-header:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Pro";
    }
    .click-main-nav {
        padding: 8px;
        background-color: #ea2e22;
        border-radius: 2px;
        z-index: 100;
        float: left;
        margin: 10px 0px; 
    }
    .click-main-nav .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        background: #fff;
    }
    .click-main-nav .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    body.active {
        overflow: hidden;
    }
    .backdrop {
        transition: visibility 0s, opacity 0.15s linear;
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1040;
        background-color: #000;
        visibility: hidden;
    }
    .backdrop.active {
        opacity: 0.4;
        z-index: 1001;
        visibility: visible;
    }
    .ul-nav-header{
        margin-top: 30px;
        float: left;
        width: 100%;
    }
    .ul-nav-header>li{
        width: 100%;
        position: relative;
        padding: 0;
    }
    .ul-nav-header>li>a {
        display: block;
        color: #bbbbbb;
        text-align: left;
        border-bottom: 1px solid #333;
        line-height: 40px;
        padding: 0px 15px;
        font-size: 13px;
        font-weight: bold;
        text-transform: capitalize;
    }
    .ul-nav-header>li:last-child>a{
        border-bottom: none;
    }
    .ul-nav-header>li.current-menu-item>a, .ul-nav-header>li:hover>a{
        background-color: transparent;
        color: #fff !important;
    }
    .ul-nav-header li ul{
        display: none;
    }
    .ul-nav-header li ul ul{
        padding-left: 10px;
    }
    .ul-nav-header ul li a,
    .ul-nav-header ul li:last-child>a{
        border-bottom: 1px solid #333;
        color: #bbbbbb;
        text-transform: capitalize;
    }
    .ul-nav-header ul li a:before{
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        color: #6e6e6e;
        padding-right: 6px;
        font-size: 13px;
        content: "\f0da";
    }
    .open-submenu{
        position: absolute;
        padding: 0px 10px;
        right: 10px;
        top: 0;
        line-height: 42px;
        color: #bbbbbb
    }
    .open-submenu:before{
        content: "\f0d7";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
    }
    .open-submenu.active:before{
        content: "\f0d8";
    }

    .ht-inner{
        justify-content: center;
    }
}
@media(max-width: 991px){
    .hc-info{
        display: none;
    }
}
@media(max-width: 767px){
    .hc-search{
        width: 100%;
        margin: 10px 0;
    }
    .header-center .container>.flex{
        flex-direction: column;
    }
}
/*End header*/

/*footer*/
.footer{
    background: #7c572d;
    color: #fff;
    padding: 50px 0;
    overflow: hidden;
}
.ft-logo img{
    height: 120px;
}
.ft-map iframe {
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #FFFFFF6E;
}
.ft-item.ft-1 i{
    color: #fea012;
    width: 18px;
}
.ft-title{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #CFCFCF;
}
.ft-title::before {
    content: "";
    position: absolute;
    background: #FDD16A;
    width: 108px;
    height: 2px;
    bottom: -2px;
    left: 0;
}
.ft-menu a{
    position: relative;
    display: block;
    padding-left: 1.3em;
    color: #fff;
    margin-bottom: .6em;
}
.ft-menu a:before{
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 2px;
    top: 7px;
    content:"";
}
@media(min-width: 992px){
    .ft-1{
        width: 35%;
    }
    .ft-2{
        width: 20%;
    }
}

.ft-social{
    margin-top: 10px;
    overflow: hidden;
}
.ft-social li{
    float: left;
}
.ft-social li a{
    width: 33px;
    height: 33px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #ffd33a;
    background: #222222;
    margin-right: 7px;
    margin-bottom: 7px;
    border: 2px solid #ffd33a;
}
.ft-social li a:hover{
    color: #fff;
}
.ft-social li a.face:hover{
    background: #3a589d;
    border-color: #3a589d;
}
.ft-social li a.instagram:hover{
    background: #e80c26;
    border-color: #e80c26;
}
.ft-social li a.youtube:hover{
    background: #e80c26;
    border-color: #e80c26;
}
.ft-social li a.tiktok:hover{
    background: #000;
    border-color: #000;
}
.ft-social li a.twitter:hover{
    background: #2478ba;
    border-color: #2478ba;
}
.ft-social li a.gooogle:hover{
    background: #dd4e31;
    border-color: #dd4e31;
}
.ft-social li a.email:hover{
    background: #111;
    border-color: #111;
}
.ft-social li a.linkedin:hover{
    background: #0072b7;
    border-color: #0072b7;
}
@media(max-width: 767px){
    .ft-logo img{
        margin-bottom: 15px;
    }
    .ft-map{
        margin-top: 10px;
    }
}
/*End footer*/

/*st3*/
.st3-title{
    text-transform: uppercase;
    text-align: center;
    color: #7c572d;
    font-weight: bold;
    font-size: 28px;
    margin: 0 0 35px;
}
.st3-item-img a{
    position: relative;
    padding-top: 70%;
    width: 100%;
    display: block;
}
.st3-item-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.st2-item{
    margin-bottom: 20px;
}
.st3-item-name a{
    margin: 15px 0;
    text-align: center;
    display: block;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.st3-item:hover .st3-item-name a{
    color: #ea2e22;
}
@media(max-width: 767px){
    .st3-title{
        font-size: 20px;
    }
    .st3-item-name a{
        margin: 10px 0 20px;
    }
}
/*End st3*/

/*st4*/
.st4-slide.owl-theme .owl-nav {
    margin: 0;
}
.st4-slide.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    transition: all 0.3s;
}
.st4-slide.owl-theme .owl-nav .owl-prev {
    left: -60px;
}
.st4-slide.owl-theme .owl-nav .owl-next {
    right: -60px;
}
@media(max-width: 1400px){
    .st4-slide.owl-theme .owl-nav .owl-prev{
        left: 0;
    }
    .st4-slide.owl-theme .owl-nav .owl-next {
        right: 0;
    }
}
.st4-slide.owl-theme .owl-nav [class*='owl-']{
    border-color: #7c572d;
    background: #7c572d;
}
.st4-slide.owl-theme .owl-nav [class*='owl-'] svg {
    fill: #Fff;
    width: 17px;
    height: 18px;
    margin-top: 7px;
}
.st4-slide.owl-theme .owl-nav [class*='owl-']:hover{
    opacity: 1;
    background: #ea2e22;
    border-color: #ea2e22;
}
.st4-item{
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: all 0.3s;
    margin: 3px 4px 10px;
}
.st4-item:hover{
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.5);
    border-color: #7c572d;
}
.st4-item-img{
    padding-top: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.st4-item-img a{
    display: block;
}
.st4-item-img img{
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
}
/*.st4-item-img img.show-hover{
    filter: blur(0);
    opacity: 0;
    pointer-events: none;
    transform: scale(1.1) translateZ(0);
}
.st4-item:hover img.show-hover{
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1) translateZ(0) translateY(0);
}*/
.st4-item-text{
    padding: 10px 8px 25px;
}
.st4-item-name{
    margin: 0 0 4px;
    font-size: 14.5px;
}
.st4-item-name a{
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
    margin-bottom: 8px;
    font-weight: 600;
}
.st4-item:hover .st4-item-name a{
    color: #ea2e22;
}
.st4-item-price{
    font-size: 18px;
    color: #ea2e22;
    font-weight: bold;
}
.st4-item-bh{
    font-size: .8em;
    margin-top: 3px;
}
.st1-link{
    line-height: 45px;
    padding: 0px 22px;
    color: #fff;
    background: #7c572d;
    display: inline-block;
    margin: 26px 0 0;
    font-weight: 600;
    border-radius: 30px;
}
.st1-link:hover{
    background: #ea2e22;
    color: #fff;
}
@media(max-width: 767px){
    .st4-item-price{
        font-size: 16px;
    }
    .st4-item-name{
        font-size: 14px;
    }
    .st4-item-name a{
        height: 37px;
        font-size: 14px;
    }
    .st4-item-text{
        padding: 10px 6px;
    }
    .st1-link{
        margin: 12px 0 15px;
    }
}
/*End st4*/

/*st8*/
.st8{
    background: #7c572d;
    color: #fff;
}
.st8-item{
    padding: 30px 15px;
}
.st8-item:not(:last-child){
    border-right: 1px solid rgba(255,255,255,0.15);
}
.st8-item img{
    margin-right: 20px;
}
.st8 a{
    color: #fff;
}
@media(max-width: 767px){
    .st8-item{
        padding: 10px;
        justify-content: flex-start;
    }
}
/*End st8*/

/*st9*/
.st9{
    color: #767676;
}
.st9-item-title{
    font-size: 20px;
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.st9-item-title i{
    margin-left: 3px;
    color: #ea2e22
}
.st9-item{
    margin-bottom: 20px;
}
/*End st9*/

@media(max-width: 767px){
    body{
        font-size: 14px;
    }
    .col-xs-6,
    .col-xs-12{
        padding-left: 8px;
        padding-right: 8px;
    }
    .container{
        padding-left: 8px;
        padding-right: 8px;
    }
    .container .row{
        margin-left: -8px;
        margin-right: -8px;
    }
    .st-pd{
        padding: 20px 0;
    }
    .st-pd2{
        padding: 20px 0 0;
    }
}


.modal-ggmap .modal-dialog {
    width: 640px;
    max-width: calc(100% - 20px);
    padding: 20px;
    text-align: center;
    background: #fff;
    margin-top: 80px;
    border-radius: 6px;
}

.modal-ggmap .modal-content {
    background: no-repeat;
    box-shadow: none;
    border: none;
    position: initial;
}

.modal-ggmap p {
    margin-bottom: 12px;
}

.ggmap-content a {
    width: 100%;
    display: block;
    background-color: #093;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0 0 3px 3px#ccc;
    box-shadow: 0 0 3px 3px #ccc;
    padding: 10px;
    text-decoration: none;
    outline: none;
    margin-bottom: 10px;
}

.ggmap-content a.group-2 {
    background-color: #ff6a00;
}

.ggmap-content a span {
    display: block;
    width: 100%;
    font-style: italic;
    font-size: 11px;
    text-transform: capitalize;
    margin-top: 5px;
}

.modal .close {
    position: absolute;
    padding: 10px;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    opacity: 0.8;
}

.button-contact-vr {
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 199;
}

@media(min-width: 768px) {
    .button-contact-vr .button-contact {
        position: relative;
        margin-top: -5px
    }

    .button-contact-vr .button-contact .phone-vr {
        position: relative;
        visibility: visible;
        background-color: transparent;
        width: 90px;
        height: 90px;
        cursor: pointer;
        z-index: 11;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        transition: visibility .5s;
        left: 0;
        bottom: 0;
        display: block
    }

    .phone-vr-circle-fill {
        width: 65px;
        height: 65px;
        top: 12px;
        left: 12px;
        position: absolute;
        box-shadow: 0 0 0 0 #c31d1d;
        background-color: rgba(230,8,8,0.7);
        border-radius: 50%;
        border: 2px solid transparent;
        -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
        animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
        transition: all .5s;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animuiion: zoom 1.3s infinite;
        animation: zoom 1.3s infinite
    }

    .phone-vr-img-circle {
        background-color: #e60808;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 25px;
        left: 25px;
        position: absolute;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
        animation: phone-vr-circle-fill 1s infinite ease-in-out
    }

    .phone-vr-img-circle a {
        display: block;
        line-height: 37px
    }

    .phone-vr-img-circle img {
        max-height: 30px;
        max-width: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%)
    }

    #zalo-vr .phone-vr-circle-fill {
        box-shadow: 0 0 0 0 #2196F3;
        background-color: rgba(33,150,243,0.7)
    }

    #zalo-vr .phone-vr-img-circle {
        background-color: #2196F3
    }

    #fanpage-vr .phone-vr-img-circle {
        background-color: #1877f2
    }

    #fanpage-vr .phone-vr-circle-fill {
        box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
        background-color: rgb(24 119 242 / 70%)
    }

    #map-vr .phone-vr-img-circle {
        background-color: #1ea362
    }

    #map-vr .phone-vr-circle-fill {
        box-shadow: 0 0 0 0 rgb(30 163 98 / 65%);
        background-color: rgb(30 163 98 / 70%)
    }

    #phone-vr .phone-vr-circle-fill,#phone-vr .phone-vr-img-circle,#phone-vr .phone-bar a {
        background-color: #23ddd1;
    }

    #phone-vr .phone-vr-circle-fill {
        opacity: 0.7;
        box-shadow: 0 0 0 0 #23ddd1;
    }
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@media(max-width: 767px) {
    .phone-vr-img-circle img {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        margin: auto;
    }

    .phone-vr-circle-fill {
        display: none;
    }

    .button-contact .phone-vr {
        width: 62px;
        height: 50px;
        text-align: center;
    }

    .phone-vr-img-circle a span {
        color: #000;
        font-size: 10px;
        font-weight: 600;
    }

    .button-contact-vr {
        background: white;
        width: 100%;
        height: 60px;
        padding: 5px;
        box-shadow: 0 4px 10px 0 #000;
        bottom: 0;
        border: 1px solid #f2f2f2;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .button-contact-vr .button-contact {
        margin-top: 0;
    }

    #phone-vr .phone-vr-img-circle a {
        display: block;
        position: relative;
        top: -16px;
    }

    #phone-vr .phone-vr-img-circle a div {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #6cb917;
        line-height: 15px;
        border: 2px solid white;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /*#phone-vr .phone-vr-img-circle a div img {
        width: 27px;
        height: auto;
    }*/
}


/*breadcrumb*/
#breadcrumb{
    margin-bottom: 0;
    line-height: 1.5;
    padding: 18px 0;
}
#breadcrumb a{
    display: inline-block;
}
.breadcrumb_last{
    font-weight: bold;
}
@media(max-width: 991px){
    #breadcrumb{
        padding: 12px 0;
    }
}
/*End breadcrumb*/
