/*header*/
html,
body {
    overflow-x: hidden;
}

.logo-section img {
    height: 46px;
}
ul.list-unstyled>li>a>img {
    height: 15px;
    width: 20px;
    object-fit: contain;
    filter: invert(1);
}
.phone-top a {
    background: var(--red);
    border-radius: 30px;
}
header.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1019;
    
}
@media (min-width:1200px){
    .header-menu>.row>div:first-child {
        display: flex;
        justify-content: flex-end;
    }
    header.fix {
        background-color: var(--color-main) !important;
        -webkit-animation-name: fadeInDown;
        -webkit-animation-duration: 5s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -webkit-animation-play-state: running;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: anim_titles;
        -moz-animation-duration: 5s;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: normal;
        -moz-animation-play-state: running;
        -moz-animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -webkit-animation-duration: .7s;
        -moz-animation-duration: .7s;
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
    }
    /*du an*/
    
    .product-item.product-project .inner-content {
        position: absolute;
        background: var(--black);
        opacity: 0;
        transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s;
        filter: blur(0);
        pointer-events: none;
        transform: translateY(15%) translateZ(0);
        height: 180px;
        width: 180px;
        z-index: 99;
        bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    
    .product-item.product-project:hover .inner-content {
        opacity: 1;
        transform: scale(1) translateZ(0) translateY(0) !important;
        pointer-events: inherit;
        bottom: 0;
    }
    .product-item.product-project .inner-content .product-title a {
        font-size: 18px;
        color: var(--white);
    }

    
    /*end du an*/
    .phone-top {
        position: absolute;
        top: 47px;
        right: 0;
    }
}
/*end header*/

/*slide*/
.content-slide {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(-50% , -50%);
}
.content-slide .name-slider {
    font-size: 45px;
}
.fill:before {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    transition: transform 0.3s, opacity 0.6s;
    pointer-events: none;
    content: '';
    background-color: rgba(0,0,0,.5);
}
.content-form {
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.25);
}
.content-form>div {
    flex: 0 0 25%;
}

.content-form .form-group>input, .content-form .form-group>span {
    height: 50px;
    border: 0;
    border-radius: 0;
}

.content-form .form-group {
    padding: 0 1.5px;
}

.content-form .form-group:first-child>input {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.content-form .form-group>span {
    width: 100%;
    line-height: 50px !important;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
article.article-item .inner-content .read-more {
    border: 2px solid var(--black);
    display: inline-block;
    padding: 7px 30px;
    border-radius: 10px;
    color: var(--black);
}
.section-article__service .article-item .inner-content {
    height: 180px;
}

.section-article__service .article-item .inner-content .article-description {
    height: 70px;
    text-transform: uppercase;
    overflow: hidden;
}
.section-article__service .article-item {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
}
/*End slide*/

/*thong so*/
.text_tktc .counter-value {
    font-size: 70px;
    line-height: 1.2;
}
.text_tktc .counter-value:after {
    content: '+';
    font-weight: 700;
    padding-left: 10px;
}

.title-section:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 50px;
    height: 2px;
    background: #ddd;
    transform: translateX(-50%);
}
/*End thong so*/
/*du an*/
    .view-product {
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 99;
        background: #00000030;
        padding: 5px 15px;
        border-radius: 8px;
    }
    .view-product>i {
        padding-bottom: 3px;
    }
/*and du an*/
/*quy trinh*/
.img-procedure img {
    height: 60px;
    width: 60px;
    display: table;
    margin: 0 auto;
}

p.slogan-section {
    text-transform: none;
}
.procedure-section, .section-map__registration {
    background-attachment: fixed;
    background-size: 100%;
}

/*end quy trinh*/

/*vi sao*/

.img-why {
    flex: 0 0 60px;
    max-width: 60px;
    border-radius: 50%;
    border: 1px solid #ddd;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 15px;
}

.img-why img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    margin: 0 auto;
    display: inline-block;
}


/*end vi sao*/



/*form and map*/

.map iframe {
    width: 100%;
    height: 575px;
}

.form-dang__ky {
    min-height: 575px;
}
/*end form and map*/

/*tin tuc*/
.title-section-bottom {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.title-section-bottom:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 66%;
    height: 3px;
    background: #ddd;
}
.view-small__bottom .article-item .item-left {
    flex: 0 0 150px;
    margin-right: 20px;
}
.view-small__bottom .article-item .item-left .inner-image img {
    width: 100%;
}

.content-facebook iframe {
    height: 200px;
}

.contact-right {
    position: fixed;
    left: 20px;
    bottom: 22px;
}
.contact-right li.entry-content {
    list-style: none;
    margin-top: 20px;
}

.contact-right li.entry-content img {
    width: 47px;
    height: 47px;
}

.list-product>.container>.row>div:nth-child(1) {
    border-right: 1px solid #ccc;
}

.network-sale {
    padding: 0;
    margin: 0;
}

.network-sale>li {
    list-style: none;
    display: inline-block;
}

.network-sale>li>a {
    padding: 5px;
    border: 1px solid;
    margin-right: 5px;
    text-transform: uppercase;
}
.article-item-small .inner-image {
    flex: 0 0 25%;
    max-width: 25%;
}

.article-item-small .inner-content {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 20px;
}
.support-sale img {
    display: table;
    margin: 0 auto;
}

@media (max-width:576px){
    .content-form {
        display: block !important;
        border-radius: 0;
    }
    
    .content-form .form-group input, .content-form .form-group>span {
        border-radius: 0 !important;
    }
    
    .content-form .form-group {
        margin-bottom: 10px !important;
    }
    .procedure-section .item {
        margin-bottom: 35px;
    }
}
@media (max-width:992px){
    .text_tktc .counter-value {
        font-size: 30px;
    }
    
    .text_tktc {
        margin-bottom: 15px;
    }
    .slider-section .item img {
        height: 340px;
    }
}
@media (max-width:1200px){
    .content-slide .name-slider {
        font-size: 22px;
    }
    
    .content-slide {
        width: 100%;
    }
    .inner-content i.iconsax.isax-maximize-4 {
        display: none;
    }
}

