@media (min-width: 1200px) {
    .container {
        width: 1230px;
        max-width: 100%;
    }
    .slick-banner-home ul.slick-dots {
        margin-top: 20px;
        list-style-type: disc;
        position: absolute;
        top: 50%;
        left: 45px;
        width: 36px;
        height: 36px;
        line-height: 24px;
        border-radius: 100%;
        color: #fff;
        font-size: 10px;
        z-index: 120;
        cursor: pointer;
        margin-top: -70px;
    }
}

@media screen and (max-width: 1024px) {
    h3 {
        font-size: 1.2rem;
    }

    .headings .text-heading p {
        font-size: 1rem;
    }

    .header-top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .top-info {
        margin-bottom: 1rem;
    }

    .who-we-are .who img {
        height: 415px;
    }

    .blog .blog-pots h3 {
        font-size: 1.2rem;
    }

    .portfolio img {
        width: 100%;
    }

    .team .team-info .artl {
        padding-bottom: 1.3rem;
    }

    .testimonials .test-1 p::before {
        left: 110px;
    }

    #responsive {
        display: none;
    }
    .mmenu-trigger {
        display: inline-block !important;
    }
    .header-style-2 .mmenu-trigger {
        margin: 0;
        top: 6px;
    }
    .header-style-2 .header-widget a.button.border {
        float: left;
    }
    #header {
        padding-top: 20px;
    }
    #logo {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        margin-top: 3px;
        width: 35%;
        text-align: center;
        left: 0;
        right: 0;
    }
    .header-widget a.button.border {
        padding: 7px 16px;
        background-color: transparent;
        font-size: 16px;
        min-width: auto;
        float: right;
    }
    .header-widget .sign-in {
        top: 9px;
    }
    #header-container.header-style-2 .left-side,
    #header-container.header-style-2 .right-side,
    .right-side,
    .left-side {
        width: 100%;
    }
    #top-bar .right-side .social-icons {
        float: left;
        position: relative;
        z-index: 9;
    }
    #header-container.header-style-2 .header-widget {
        float: left;
        margin-top: 35px;
        margin-bottom: -5px
    }
    ul.top-bar-menu {
        z-index: 99;
        position: relative;
    }
    .header-style-2 .menu-responsive {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding: 0 15px;
    }
    #header-container.header-style-2 .header-widget {
        width: calc(100%);
        border-top: 1px solid #e0e0e0;
        padding-top: 30px;
    }
    .menu {
        max-height: none;
    }
    #responsive {
        display: none;
    }
    /* Header Responsive Styles */
    .responsive-search input:focus {
        border: none;
        color: #fff;
    }
    #header-container.header-style-2 .left-side,
    #header-container.header-style-2 .right-side,
    .right-side,
    .left-side {
        width: 100%;
    }
    #top-bar .right-side .social-icons {
        float: left;
        position: relative;
        z-index: 9;
    }
    #header-container.header-style-2 .header-widget {
        float: left;
        margin-top: 35px;
        margin-bottom: -5px
    }
    ul.top-bar-menu {
        z-index: 99;
        position: relative;
    }
    .header-style-2 .menu-responsive {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding: 0 15px;
    }
    #header-container.header-style-2 .header-widget {
        width: calc(100%);
        border-top: 1px solid #e0e0e0;
        padding-top: 30px;
    }
}




@media only screen and (max-width: 992px) {
    .header-widget {
        padding: 0;
        border-top: none;
    }
    .about-us .wprt-image-video {
        margin-top: 2.5rem;
    }
}

@media screen and (max-width: 576px) {
    .slick-banner-home ul.slick-dots {
        margin-top: -10px;
        list-style-type: disc;
        position: initial;
    }
    .slick-dots li {
        -webkit-box-shadow: inset 0 0 0 1px #274abb;
    }
    .right-side {
        width: 100% !important;
        margin-top: 40px;
    }
    .header-widget .input-group {
        margin-top: -5px !important;
        width: 100% !important;
    }
    .inner-pages .headings {
        height: 46vh;
    }
    .first-footer .netabout .logo img {
        margin: 0px auto;
        display: block;
    }
    .counterup .row .col-lg-3 .countr {
        float: left;
        margin-left: 40px;
    }
    #logo img {
        width: 120px;
    }
    section.counterup {
        padding: 9rem 0;
    }

}
@media screen and (max-width: 768px) {
    .top-social {
        display: none;
    }
}
@media screen and (max-width: 320px) {
    #logo img {
        width: 75px;
    }
}

.slick-banner-home .slick-arrow {
    display: none !important;
}
ul.slick-dots {
    margin-top: 0px;
    list-style-type: disc;
}
.left-side {
    width: 80%;
}
.right-side {
    width: 20%;
}

.header-widget .input-group {
    margin-right: 0;
    margin-top: 13px;
}

.header-widget .input-group .input-group-btn button {
    background-color: #274abb;
    top: 0;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 3px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.project-slider .slider-nav {
    margin-top: 10px;
}
.project-slider .slider-nav .slick-list .slick-track .slick-slide{
    padding: 0px 5px;
}
section.single-proper.details {
    padding: 2rem 0 !important;
}
.inner-pages .blog-info .news-item-descr {
    margin-bottom: 20px;
    height: 52px !important;
}
.inner-pages .input-group-btn .fa {
    font-size: 14px;
    cursor: pointer;
}
.inner-pages .blog-section .news-item-sm .news-item-text {
    padding: 10px 25px;
}
.mb-20 {
    margin-bottom: 20px;
}
.duc-map {
    background: #d9edff;
    color: #bf1e2e;
    padding: 20px;
    font-size: 15px;
    text-align: justify;
    border: 1px dashed #254285;
    margin: 0;
    line-height: 30px;
    border-radius: 5px;
}
.duc-noidung {
    margin-bottom: 30px;
}
.duc-tieude {
    color: #254285;
    padding: 5px 10px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}
.duc-content p, .duc-content2 p, .duc-content3 p, .duc-noidung p{
    text-align: justify;
    line-height: 30px;
}
.duc-content {
    margin-top: 30px;
}
.tit_lienhe {
    margin-bottom: 25px;
    margin-top: 25px;
    color: #254285;
    font-size: 24px;
    text-transform: uppercase;
}
.list_info_lienhe {
    font-size: 18px;
    color: #333333;
}
.list_info_lienhe>li {
    margin-bottom: 10px;
}
.list_info_lienhe>li span,
.list_info_lienhe>li a {
    color: #254285;
}
.img_lienhe img{
    max-width: 100%;
}
.input_lienhe {
    line-height: 20px;
    height: 40px;
    padding: 9px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}
.textarea_lienhe {
    line-height: 20px;
    height: 64px;
    padding: 2px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    margin-bottom: 8px;
    width: 100%;
    font-size: 16px;
}
.btn_send_lienhe {
    text-align: center;
    background: #254285;
    font-size: 16px;
    border: 0px;
    width: 100%;
    color: #ffffff;
    height: 40px;
    padding: 9px 10px;
    cursor: pointer;
}
.btn_send_lienhe:hover{
    background: #254285;
}
.form_lienhe {
    width: 520px;
    max-width: 100%;
}

.zalo-fixed {
    position: fixed;
    right: 15px;
    bottom: 330px;
    top: initial !important;
    list-style: none;
    background-color: #477fbe;
    border-radius: 100%;
    padding: 13px 16px;
    margin-left: 11px;
    color: #fff;
    z-index: 99999;
    height: 50px;
    width: 50px;
}
.zalo-fixed .far .fa-envelope {
    font-size: 26px;
}
.zalo-fixed a {
    font-size: 18px;
    color: #fff;
    margin: 0;
    position: relative;
}
.zalo-fixed a:hover {
    color: #fff;
}
.number {
    position: absolute;
    top: -10px;
    transition: all .5s;
    transform: rotateX(90deg);
}
.zalo-fixed:hover .number {
    margin-left: -170px;
    transform: rotateX(0deg);
    background: #286bbe;
    padding: 10px 15px;
    border-radius: 8px 10px 10px 10px;
}
/* End Hotline Fixed */
.duc-zalo {
    background: url(https://phanmemg8.com/images/zalo.png) center center no-repeat;
    background-size: 65%;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: -15px;
}

.email-fixed {
    position: fixed;
    right: 15px;
    bottom: 270px;
    top: initial !important;
    list-style: none;
    background-color: #01be2a;
    border-radius: 100%;
    padding: 13px 16px;
    margin-left: 11px;
    color: #fff;
    z-index: 99999;
    height: 50px;
    width: 50px;
}
.email-fixed .far .fa-envelope {
    font-size: 26px;
}
.email-fixed a {
    font-size: 18px;
    color: #fff;
    margin: 0;
    position: relative;
}
.email-fixed a:hover {
    color: #fff;
}
.number {
    position: absolute;
    top: -10px;
    transition: all .5s;
    transform: rotateX(90deg);
}
.email-fixed:hover .number {
    margin-left: -280px;
    transform: rotateX(0deg);
    background: #01be2a;
    padding: 8px 15px;
    border-radius: 10px 10px 10px 10px;
}
/* Hotline Fixed */
.hotline-fixed {
    position: fixed;
    right: 15px;
    bottom: 210px;
    top: initial !important;
    list-style: none;
    background-color: #ff0000;
    border-radius: 100%;
    padding: 13px 16px;
    margin-left: 11px;
    color: #fff;
    z-index: 99999;
    height: 50px;
    width: 50px;
}
.hotline-fixed .fa.fa-envelope {
    font-size: 26px;
}
.hotline-fixed .fa.fa-mobile{
    font-size: 26px;
    margin-left: 3px;
}
.hotline-fixed a {
    font-size: 18px;
    color: #fff;
    margin: 0;
    position: relative;
}
.hotline-fixed a:hover {
    color: #fff;
}
.number {
    position: absolute;
    top: -10px;
    transition: all .5s;
    transform: rotateX(90deg);
}
.hotline-fixed:hover .number {
    margin-left: -190px;
    transform: rotateX(0deg);
    background: #ff0000;
    padding: 8px 15px;
    border-radius: 8px 10px 10px 10px;
}
/* End Hotline Fixed */
section.blog-section {
    padding: 3rem 0;
}
.blog-section .news-item h3 {
    line-height: 24px;
}
.blog-section .news-item-sm .news-item-descr {
    height: 76px;
}
.taibanggia-fixed {
	position: fixed;
    right: 165px;
    bottom: 0px;
    top: initial !important;
    list-style: none;
    background-color: #254285;
    border-radius: 5px 5px 0px 0px;
    padding: 8px 15px;
    z-index: 99999;
}
.taibanggia-fixed a{
	color: #fff;
}
.phone-fixed {
    position: fixed;
    right: 15px;
    bottom: 0px;
    top: initial !important;
    list-style: none;
    background-color: #ff0000;
    border-radius: 5px 5px 0px 0px;
    padding: 8px 15px;
    z-index: 99999;
}
.phone-fixed a{
    color: #fff;
}
.go-up {
    bottom: 4.5rem;
    right: 1.6em;
}
.first-footer .contactus .info p {
    margin-bottom: 14px;
}
.first-footer .top-footer {
    padding: 4rem 0 1rem;
}
.inner-pages .blog-section .news-item-descr {
    height: 75px !important;
}
.inner-pages .blog-section .news-item-descr.big-news {
    height: 75px !important;
}
.widget .recent-post a h6 {
	line-height: 18px
}
.headings h2 span {
    font-weight: 600;
    color: #fff;
}
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
 color: #fff;
 text-decoration:none;
}
 
.navigation li {
 display: inline-block;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
 background-color: #254285;
 border-radius: 3px;
 cursor: pointer;
 padding: 7px 14px;
 color: #fff;
}
 
.navigation li a:hover,
.navigation li.active a {
 background-color: #bf1e2e;
}
.inner-pages section.blog-section {
    padding: 3rem 0;
}
.header-top .social-icons i {
    color: #fff;
}
.blog-pots img {
    margin: 15px 0px;
}
.first-footer .contactus ul li {
    display: block;
}
.about-us .pftext p {
    text-align: justify;
}
.homes-tag.featured, .portfolio .homes-tag.sale {
    width: 120px !important;
}
.counterup .countr {
    margin-left: 60px;
    float: left;
}
.duc-map {
    display: none;
}
.go-up {
    right: 15px;
}
.first-footer .contactus .info p {
    line-height: 24px;
}
.blog img {
    display: block;
    margin: 10px auto;
}
#navigation.style-1 ul a {
    text-transform: uppercase;
}
#navigation ul ul li {
    width: 300px;
}
.inner-pages .headings2 h1 {
    margin-top: 20px;
    font-size: 26px;
    color: #333;
    margin-bottom: 5px;
}
.inner-pages .headings2 h2 a, .inner-pages .headings2 h2 {
    text-decoration: none;
    text-transform: capitalize;
    color: #333;
    font-weight: 400;
    font-size: 1rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 20px;
}