﻿@font-face {
    font-family: TNA-medium;
    src: url("/asset/SF-UI-Text-Semibold.ttf");
}

@font-face {
    font-family: TNA-regular;
    src: url("/asset/SF-UI-Text-Regular.ttf");
}

body {
    line-height: 1.4;
    font-family: 'TNA-medium' !important;
    font-weight: 400;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
    padding: 0.5rem 0;
    margin: 0;
}

p {
    font-family: 'TNA-regular' !important;
}

a {
    text-decoration: none
}
.breadcum {
    font-family: 'TNA-regular';
    background-color: #f4f3f3;
    color: #004c4d;
}
.breadcum span {
    color: #6a6b6b !important;
}
.breadcum a {
    color: #6a6b6b !important;
}
.paging {
    display: flex;
    justify-content: center;
}
.main_column h1 {
    text-align: center;
    font-size: 1.8em;
    color: #004c4d;
    position: relative;
    padding-top: 0;
}

.main_column h1::after {
    content: '';
    display: block;
    width: 40%;
    left: 30%;
    position: absolute;
    bottom: 0;
    border-bottom: solid 2px #004a4b;
}
#call {
    position: fixed;
    bottom: 20px;
    left: 24px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #004c4d url(/asset/image/call.svg) no-repeat center center;
    background-size: 24px;
    display: block;
    animation: fadein 3s;
    z-index: 10000;
}
#chat {
    position: fixed;
    bottom: 20px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #004c4d url(/asset/image/chat.svg) no-repeat center center;
    background-size: 32px;
    display: block;
    animation: fadein 3s;
    z-index: 10000;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
main.container .book_form .grecaptcha-badge {
    display: none
}
@media only screen and (min-width: 992px) {
    #call {display: none}
    body {
        --menu_heightTop: 71px;
        margin-top: var(--menu_heightTop);
        font-size: 14px;
    }

    .container {
        max-width: 100%
    }
    .container-lg {
        max-width: 1140px;
        margin: 0 auto;
    }
    .navbar-dark {
        background-color: #004a4b;
        margin: 0;
        padding: 0;
        border-bottom: solid 1px #022a29;
        box-shadow: 0px 1px 1px #022a29;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        margin: 0;
        background: url(/asset/image/menu-icon.png) no-repeat left center;
        background-size: 32px auto;
        height: 32px;
    }

    .site-header {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        max-width: 1140px;
        position: relative;
    }

    .site-title {
        font-size: 1.8rem;
        padding: 0.5rem 0;
    }

    .menu_logo img {
        height: 55px;
        vertical-align: middle;
        margin-left: -0.5em;
    }

    .menu_phone {
        padding-right: 0.8em;
    }

    .menu_phone a {
        width: auto;
        height: 24px;
        display: inline-block;
        padding: 4px;
        box-sizing: content-box;
        border: solid 1px #05aeaf;
        border-radius: 6px;
        background: transparent url('/asset/image/tong-dai2.png') no-repeat 4px center;
        background-size: 20px;
        color: #fff;
    }
        .menu_phone a::after {
            content: '0246.26.26.315';
            display: inline-block;
            margin-left: 20px;
            line-height: 24px;
        }

        .headNav {
            padding-left: 8px;
            padding-right: 8px;
            background: none;
            align-items: center;
            width: 100%;
        }

    #navbarCollapse {
        display: flex !important;
        flex-basis: auto;
        height: 100%;
        padding-left: 2%;
    }

    #navbarCollapse.show {
        left: 0;
        padding: 0;
        max-width: 100%;
    }
    /* Side Menu */
    #navbarCollapse li {
        margin: 0;
        padding: 0;
        list-style: none;
        font-family: TNA-regular;
    }
    #navbarCollapse > .nav {
        height: 100%;
    }
    .nav ul {
        padding: 0;
        margin: 0 1em;
    }

    .nav > ul {
        width: 100%;
        margin: 0;
    }

    .nav a, .nav label {
        display: block;
        margin: .85rem;
        padding-bottom: 0.25rem;
        color: #fff;
        background-color: transparent;
        /*-webkit-transition: all .25s ease-in;
        transition: all .25s ease-in;*/
        border-bottom: solid 1px transparent;
    }

    .nav__list > li > label, .nav__list > li > a {
        margin: 1.5rem .85rem 0;
        font-family: TNA-medium;
        font-size: 0.9em;
        text-transform: uppercase;
    }
    /**
        * Styling first level lists items
        */
    .nav__list ul.group-list {
        position: absolute;
        top: var(--menu_heightTop);
        left: 0;
        width: 1000px;
        left: 8.33333333%;
        background-color: #004a4b;
        border-radius: 10px;
        box-shadow: -2px -2px 4px #0a2527;
    }
    .nav__list li:hover ul.group-list::before {
        content: '';
        display: block;
        box-shadow: 2px 2px 4px #0a2527;
        position: absolute;
        height: 100%;
        width: 100%;
        border-radius: 10px;
        margin: -0.75em -0.75em -1em;
        z-index: -1;
    }
    .nav__list > li:hover ul.group-list, .nav__list > li.active ul.group-list {
        overflow: visible;
        padding: 0.75em 0.75em 1.5em;
    }
    .nav__list ul.group-list > li {
        float: left;
        max-width: 30%;
        margin-right: 3% !important;
    }
    .nav__list ul.group-list.five-col > li {
        max-width: 25%;
    }
    .nav__list ul.group-list.one-col > li {
        min-width: 20%;
    }
        .nav__list ul.group-list.one-col > li > a {
            padding-left: 0;
            border-bottom: dashed 1px #067F7B;
            box-shadow: none;
            text-transform: none;
            font-family: TNA-regular;
            font-size:1em;
        }
    .nav__list label > i {
        display: none
    }
    .group-list > li > a, .group-list > li > label {
        padding-left: 0;
        margin-bottom: 0.5rem;
        text-transform: uppercase;
        font-family: TNA-medium;
        font-size: 1.2em;
    }

    .group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover {
    }

    /**
        * Styling second level list items
        */

    .sub-group-list a, .sub-group-list label {
        padding-left: 0;
        border-bottom: dashed 1px #067F7B;
        box-shadow: none;
    }

        .sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover {
        }

    /**
        * Styling third level list items
        */

    .sub-sub-group-list a, .sub-sub-group-list label {
        padding-left: 1rem;
        background: #454545;
        border-bottom: dashed 1px #067F7B;
    }

    /**
        * Hide nested lists
        */

    .group-list, .sub-group-list, .sub-sub-group-list {
        height: 100%;
        max-height: 0;
        overflow: hidden;
    }
    .nav__list li:hover label {border-bottom: solid 1px #fff}
    .nav__list li:hover label + ul, .nav__list li.active label + ul { /* reset the height when checkbox is checked */
        max-height: 1000px;
        height: auto;
        margin: 0;
        -webkit-transition: max-height .3s ease-in-out;
        transition: max-height .3s ease-in-out;
    }

    .nav__list label > i {
        display: none;
    }

    /* Container*/
    main.container {
        margin: 0 auto;
        padding: 0;
        max-width: 1920px;
    }
        main.container > div {
            display: flex;
            flex-wrap: wrap;
            max-width: 1140px;
            margin: 0 auto;
        }
        main.container div.main_column, main.container div.right_column {
            padding: 1em 1.5em 2em;
        }
        main.container div.breadcum {
            flex: 100%;
            padding: 0.8em 1.5em !important;
        }
        main.container div.main_column {
            flex: calc(100% - 300px);
            max-width: calc(100% - 300px);
            box-sizing: border-box;
        }
        main.container div.right_column {
            padding-top: 4em;
            padding-bottom: 1.5em;
            flex:300px;
            max-width: 300px;
        }
        /**/
        main.container h1 {
            font-size: 1.8em;
            color: #004c4d;
        }

        div.main_column h1 {
            text-align: left;
            display: inline-block;
            margin-bottom: 0.5em;
        }

        div.main_column h1::after {
            left: 0;
            width: 100%;
        }
        main.container .work_time {
            background: #004b4c url(/asset/image/bg_schedule.jpg) top left no-repeat;
            background-size: cover;
            border-radius: 10px;
            text-align: center;
            margin: 0 -1.5em;
        }

            main.container .work_time > h3 {
                color: #fff;
                text-transform: uppercase;
                font-size: 1.2em;
                line-height: 1.9em;
            }

            main.container .work_time > div {
                width: 100%;
                border-radius: 0 0 10px 10px;
                height: 7.5em;
                color: #fff;
                font-size: 0.9em;
                text-transform: uppercase;
                padding-top: 0.75em;
            }

        main.container .work_time > div span {
            line-height: 1.2;
            font-size: 2em;
            /*display: block;*/
        }

        main.container .hot_service {
            background: url(/asset/image/bg_service_hot.jpg) no-repeat;
            background-size: cover;
            padding-bottom: 1.5em;
            margin: 1.5em -1.5em 1.5em;
            border-radius: 10px;
        }

            main.container .hot_service h3 {
                padding: 0.5em 0;
                text-transform: uppercase;
                white-space: nowrap;
                position: relative;
                font-size: 1.6em;
                color: #fff;
                text-align: center;
            }

                main.container .hot_service h3::after {
                    content: '';
                    display: block;
                    width: 40%;
                    left: 30%;
                    position: absolute;
                    bottom: 0;
                    border-bottom: solid 2px #fff;
                }

            main.container .hot_service > div {
                padding: 0.5em 1.5em;
                margin-top: 0.5rem
            }

            main.container .hot_service a {
                color: #fff;
            }

            main.container .hot_service p {
                padding-left: 2em;
                background: url(/asset/image/list2.png) no-repeat;
                background-size: 16px;
                margin: 0.5em 0;
            }

        main.container .hot_advise h3 {
            padding: 0.5em 0;
            text-transform: uppercase;
            white-space: nowrap;
            position: relative;
            font-size: 1.4em;
            color: #004a4b;
            text-align: center;
        }

            main.container .hot_advise h3::after {
                content: '';
                display: block;
                width: 40%;
                left: 30%;
                position: absolute;
                bottom: 0;
                border-bottom: solid 2px #004a4b;
            }

        main.container .hot_advise {
            margin: 0 -1.5em;
            padding: 1em 1.5em 2.5em;
            background: url(/asset/image/bg_co-the-ban-quan-tam.jpg) no-repeat;
            background-size: cover;
            border-radius: 10px;
        }

            main.container .hot_advise > div {
                margin-top: 1.5em;
            }

            main.container .hot_advise a.image {
                display: block;
                height: 6.2em;
                width: 6.2em;
                overflow: hidden;
                border: solid 1px #004a4b;
                border-radius: 5px;
                box-sizing: border-box;
                position: relative;
                float: left;
                margin-right: 0.6em;
                margin-bottom: 1em;
            }

                main.container .hot_advise a.image::after {
                    display: block;
                    height: 6em;
                    width: 6em;
                    border: solid 0.2em #fff;
                    border-radius: 5px;
                    content: '';
                    position: absolute;
                    top: 0;
                }

            main.container .hot_advise img {
                width: 150%;
                margin-left: -25%;
            }

            main.container .hot_advise a.text {
                color: #004a4b;
            }

            main.container .hot_advise h4 {
                padding: 0 0 0.5em;
            }

        main.container .book_form {
            max-width: 450px;
            margin: 0 auto;
        }
            main.container .book_form h3:before {
                content: 'Đặt lịch tư vấn miễn phí';
            }
    main.container .book_form > div {
        background: #004b4c url(/asset/image/bg_dat-lich.png) bottom left no-repeat;
        background-size: 60%;
        border-radius: 10px;
        padding: 1.5em 1.5em;
    }

        main.container .book_form h3 {
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            margin-bottom: 0.5em;
        }

        main.container .book_form p {
            margin: 1em 0;
        }

        main.container .book_form input {
            width: 100%;
            border: none;
            border-radius: 6px;
            padding: 0.8em;
            background-color: #0c4243;
            color: #eee;
        }

        main.container .book_form ::placeholder {
            color: #fff;
            font-style: italic;
        }
            main.container .book_form div.text-center {min-height:3em;}
            main.container .book_form button {
                background: url(/asset/image/bg_button.png) no-repeat;
                background-size: contain;
                border: none;
                padding: 10px 40px;
                color: #fff;
                text-transform: uppercase;
                font-family: TNA-medium;
                font-size: 1.4em;
                margin-top: 0.5em;
            }
    /**/
    footer {
        background: transparent url(/asset/image/bg_footer2.jpg) no-repeat bottom center;
        background-size: cover;
        padding: 3.5em 1.5em;
        max-width: 1920px;
        margin: 0 auto;
    }

        footer .col {
            margin-bottom: 1em;
        }

        footer img {
            float: left;
            width: 3em;
            margin-right: 0.8em;
        }

        footer > div > div:first-child {
            background: url(/asset/image/logo-tna.png) no-repeat;
            background-size: 6.5em auto;
            padding-left: 8em;
            min-height: 3em;
        }

        footer p {
            color: #fff;
            font-size: 0.9em;
            margin: 0.7em 0;
        }

        footer h4 {
            color: #fff;
            font-size: 1.2em;
            text-transform: uppercase;
            margin: 0;
            padding: 0;
        }

        footer .col > p {
            margin: 0.75em;
            background: no-repeat center left;
            background-size: 1.2em;
            line-height: 1.2em;
            padding-left: 2em;
            margin-bottom: 1.2em;
            font-size: 1.1em;
        }
        footer p > a, footer p > a:hover {
            color: #fff
        }
        footer p.address {
            background-image: url(/asset/image/icon-location.png)
        }

        footer p.call {
            background-image: url(/asset/image/icon-call.png)
        }

        footer p.phone {
            background-image: url(/asset/image/icon-phone.png)
        }

        footer p.email {
            background-image: url(/asset/image/icon-email.png)
        }

        footer p.facebook {
            background-image: url(/asset/image/icon-facebook.png)
        }

        footer p.youtube {
            background-image: url(/asset/image/icon-youtube.png)
        }
}
@media only screen and (max-width: 1024px) {
    body {
        --menu_heightTop: 60px;
        font-size: 13px;
    }
    .nav__list > li > label, .nav__list > li > a {
        font-size: 0.85em;
    }

    .menu_logo img {
        height: 42px;
    }
}
@media only screen and (max-width: 991px) {
    body {
        --menu_heightTop: 72px;
        --menu_heightLogin: 32px;
        margin-top: var(--menu_heightTop);
        font-size: 30px;
    }

    .container {
        max-width: 100%
    }
    .row.container-lg {
        margin: 0;
        padding: 0 !important;
        display: block;
        width: auto;
    }
    .navbar-dark {
        background-color: #004a4b;
        margin: 0;
        padding: 0;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        margin: 0;
        background: url(/asset/image/menu-icon.png) no-repeat left center;
        background-size: 32px auto;
        height: 32px;
    }

    .site-header {
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: solid 1px #022a29;
        box-shadow: 0px 1px 1px #022a29;
    }

    .site-title {
        font-size: 1.8rem;
        padding: 0.5rem 0;
    }

    .menu_logo img {
        height: 55px;
        vertical-align: middle;
    }

    .menu_phone {
        padding-right: 0em;
    }

    .menu_phone a {
        width: 32px;
        height: 32px;
        display: inline-block;
        padding: 4px;
        box-sizing: content-box;
        border: solid 1px #05aeaf;
        border-radius: 6px;
        background: transparent url('/asset/image/tong-dai.png') no-repeat center;
        background-size:80%;
    }

    .headNav {
        padding-left: 1em;
        padding-right: 1em;
        background: none;
        align-items: center;
        width: 100%;
    }

    #navbarCollapse {
        left: -100%;
        position: fixed;
        overflow: auto;
        height: 100%;
        top: var(--menu_heightTop);
        background-color: #004b4c;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }

    #navbarCollapse.show {
        left: 0;
        padding: 0;
        max-width: 640px;
    }
    /* Side Menu */
    #navbarCollapse li {
        margin: 0;
        padding: 0;
        list-style: none;
        font-family: TNA-regular
    }

    .nav ul {
        padding: 0;
        margin: 0 1em;
    }

    .nav > ul {
        width: 100%;
        margin: 0;
    }

    .nav a, .nav label {
        display: block;
        padding: .85rem;
        color: #fff;
        background-color: transparent;
        box-shadow: inset 0 -1px rgba(2,42,41,0.5);
        -webkit-transition: all .25s ease-in;
        transition: all .25s ease-in;
    }

        .nav a:focus, .nav a:hover, .nav label:focus, .nav label:hover {
        }

    .nav label {
        cursor: pointer;
    }
    /**
        * Styling first level lists items
        */

    .group-list a, .group-list label {
        padding-left: 1rem;
        box-shadow: inset 0 -1px rgba(2,42,41,0.5);
    }

        .group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover {
        }

    /**
        * Styling second level list items
        */

    .sub-group-list a, .sub-group-list label {
        padding-left: 1rem;
        box-shadow: inset 0 -1px rgba(2,42,41,0.5);
    }

        .sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover {
        }

    /**
        * Styling third level list items
        */

    .sub-sub-group-list a, .sub-sub-group-list label {
        padding-left: 1rem;
        background: #454545;
        box-shadow: inset 0 -1px rgba(2,42,41,0.5);
    }

        .sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover {
        }

    /**
        * Hide nested lists
        */

    .group-list, .sub-group-list, .sub-sub-group-list {
        height: 100%;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .5s ease-in-out;
        transition: max-height .5s ease-in-out;
    }

    .nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
        max-height: 1000px;
        width: auto;
        margin: 0 1em;
        -webkit-transition: max-height .5s ease-in-out;
        transition: max-height .5s ease-in-out;
    }

    .nav__list label > i {
        float: right;
        -webkit-transition: -webkit-transform .65s ease;
        transition: transform .65s ease;
        font-size: 1.2em;
    }

    .nav__list input[type=checkbox]:checked + label > i {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    /* Container*/
    main.container {margin: 0;padding: 0;}
    main.container div.breadcum, main.container div.main_column, main.container div.right_column {
            padding: 1em 1.5em;
        }
    main.container div.right_column {padding-bottom: 0;}
    /**/
    main.container h1 {
        font-size: 1.8em;
        color: #004c4d;
        margin-bottom: 0.5em;
    }
    main.container .work_time {
        background: #004b4c url(/asset/image/bg_schedule.jpg) top left no-repeat;
        background-size: 100% auto;
        border-radius: 10px;
        text-align: center;
    }

    main.container .work_time > h3 {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.2em;
        line-height: 1.9em;
    }

    main.container .work_time > div {
        width: 100%;
        border-radius: 0 0 10px 10px;
        height: 7.5em;
        color: #fff;
        font-size: 0.9em;
        text-transform: uppercase;
        padding-top: 0.75em;
    }

    main.container .work_time > div span {
        line-height: 1.2;
        font-size: 2em;
        /*display: block;*/
    }

    main.container .hot_service {
        background: url(/asset/image/bg_service_hot.jpg) no-repeat;
        background-size: cover;
        padding-bottom: 1.5em;
        margin: 2em -1.5em 0;
    }

    main.container .hot_service h3 {
        padding: 0.5em 0;
        text-transform: uppercase;
        white-space: nowrap;
        position: relative;
        font-size: 1.6em;
        color: #fff;
        text-align: center;
    }

    main.container .hot_service h3::after {
        content: '';
        display: block;
        width: 40%;
        left: 30%;
        position: absolute;
        bottom: 0;
        border-bottom: solid 2px #fff;
    }

    main.container .hot_service > div {
        padding: 0.5em 1.5em;
        margin-top: 0.5rem
    }

    main.container .hot_service a {
        color: #fff;
    }

    main.container .hot_service p {
        padding-left: 2em;
        background: url(/asset/image/list2.png) no-repeat;
        background-size: 16px;
        margin: 0.5em 0;
    }
    main.container .hot_advise h3 {
        padding: 0.5em 0;
        text-transform: uppercase;
        white-space: nowrap;
        position: relative;
        font-size: 1.6em;
        color: #004a4b;
        text-align: center;
    }

    main.container .hot_advise h3::after {
        content: '';
        display: block;
        width: 40%;
        left: 30%;
        position: absolute;
        bottom: 0;
        border-bottom: solid 2px #004a4b;
    }

    main.container .hot_advise {
        margin: 0 -1.5em;
        padding: 1em 1.5em 2.5em;
        background: url(/asset/image/bg_co-the-ban-quan-tam.jpg) no-repeat;
        background-size: 100% auto;
    }

    main.container .hot_advise > div {
        margin-top: 1.5em;
    }

    main.container .hot_advise a.image {
        display: block;
        height: 6.2em;
        width: 6.2em;
        overflow: hidden;
        border: solid 1px #004a4b;
        border-radius: 5px;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-right: 0.6em;
        margin-bottom: 1em;
    }

    main.container .hot_advise a.image::after {
        display: block;
        height: 6em;
        width: 6em;
        border: solid 0.2em #fff;
        border-radius: 5px;
        content: '';
        position: absolute;
        top: 0;
    }

    main.container .hot_advise img {
        width: 150%;
        margin-left: -25%;
    }

    main.container .hot_advise a.text {
        color: #004a4b;
    }

    main.container .hot_advise h4 {
        padding: 0 0 0.5em;
    }

    main.container .book_form > div {
        background: #004b4c url(/asset/image/bg_dat-lich.png) bottom left no-repeat;
        background-size: 60%;
        border-radius: 10px;
        padding: 1.5em 1.5em;
    }

    main.container .book_form h3 {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        margin-bottom: 0.5em;
    }

    main.container .book_form p {
        margin: 1em 0;
    }

    main.container .book_form input {
        width: 100%;
        border: none;
        border-radius: 6px;
        padding: 0.8em;
        background-color: #0c4243
    }

    main.container .book_form ::placeholder {
        color: #fff;
        font-style: italic;
    }

    main.container .book_form button {
        background: url(/asset/image/bg_button.png) no-repeat;
        background-size: contain;
        border: none;
        padding: 10px 40px;
        color: #fff;
        text-transform: uppercase;
        font-family: TNA-medium;
        font-size: 1.4em;
        margin-top: 0.5em;
    }
    /**/
    footer {
        background: #00494a url(/asset/image/bg_footer.jpg) no-repeat bottom center;
        background-size: cover;
        padding: 1.5em 1.5em;
    }
    footer .container-lg {
        padding: 0
    }
    footer .col {
        margin-bottom: 2em;
    }

    footer img {
        float: left;
        width: 3em;
        margin-right: 0.8em;
    }

    footer .col > div {
        background: url(/asset/image/logo-tna.png) no-repeat;
        background-size: 3em auto;
        padding-left: 3.8em;
        min-height: 3em;
    }

    footer p {
        color: #fff;
        font-size: 0.85em;
    }

    footer h4 {
        color: #fff;
        font-size: 0.85em;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    footer .col > p {
        margin: 0.5em;
        background: no-repeat center left;
        background-size: 1.2em;
        line-height: 1.2em;
        padding-left: 1.6em;
        margin-bottom: 1.2em;
    }

    footer p.address {
        background-image: url(/asset/image/icon-location.png)
    }

    footer p.call {
        background-image: url(/asset/image/icon-call.png)
    }

    footer p.phone {
        background-image: url(/asset/image/icon-phone.png)
    }

    footer p.email {
        background-image: url(/asset/image/icon-email.png)
    }

    footer p.facebook {
        background-image: url(/asset/image/icon-facebook.png)
    }

    footer p.youtube {
        background-image: url(/asset/image/icon-youtube.png)
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 27px;
    }

    #content_home .four_box h3 {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 640px) {
    body {
        font-size: 18px;
    }

    #content_home .four_box h3 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 460px) {
    body {
        font-size: 15px;
    }
}

@media only screen and (max-width: 390px) {
    body {
        --menu_heightTop: 59px;
        font-size: 14px;
    }

    .menu_logo img {
        height: 42px;
    }

    .menu_logo h1 {
        line-height: 0;
    }

    .navbar-toggler {
        background-size: 24px auto;
    }
    body {
        --menu_heightTop: 59px;
        font-size: 14px;
    }

    .menu_phone a {
        width: 24px;
        height: 24px;
    }
}

@media only screen and (max-width: 350px) {
    body {
        font-size: 12px;
    }
}

@media only screen and (max-width: 290px) {
    body {
        font-size: 10px;
    }

    .menu_logo img {
        height: 40px;
    }
}
