
@font-face {
    font-family: 'Utm-AmericanEb';
    src: url('UtmAmericanEb.eot');
    src: url('UtmAmericanEb.eot') format('embedded-opentype'), url('UtmAmericanEb.woff2') format('woff2'), url('UtmAmericanEb.woff') format('woff'), url('UtmAmericanEb.ttf') format('truetype'), url('UtmAmericanEb.svg#UtmAmericanEb') format('svg');
}

/*----- reset -----*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, em, img, strong, dl, dt, dd, ul, li, fieldset, form, label, legend {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

html, body {
    height: 100%;
}
/*----- common -----*/
body {
    background-color: #fff;
    color: #000;
    font: normal normal 100% Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    font-size: .75em;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    font-weight: normal;
}

input, select, textarea {
    color: #38444f;
    font: normal normal 1em Arial, Helvetica, sans-serif;
}

    input:focus, select:focus, textarea:focus, a:link, a:visited, a:hover, a:focus {
        outline: none;
    }

a:link, a:visited, a:hover, a:focus {
    text-decoration: none;
}

a:link, a:visited {
    color: #000;
}

a:hover, a:focus {
    color: #43f812;
}

.clear {
    clear: both;
}

a {
    -webkit-transition: color .35s ease-in-out,background .35s ease-in-out,border .35s ease-in-out;
    -moz-transition: color .35s ease-in-out,background .35s ease-in-out,border .35s ease-in-out;
    -o-transition: color .35s ease-in-out,background .35s ease-in-out,border .35s ease-in-out;
    transition: color .35s ease-in-out,background .35s ease-in-out,border .35s ease-in-out;
}

.tm-ic {
    background: url(/css/sprite.png) no-repeat;
}

/*===================================================================*/
#header {
    padding: 10px 0 0;
}

.hd-right-top {
    float: right;
    padding: 5px 0 5px;
}

    .hd-right-top p {
        font: 400 20px/20px 'Roboto', sans-serif;
        color: #f00;
        float: left;
    }

        .hd-right-top p i {
            display: inline-block;
            width: 22px;
            height: 20px;
            background-position: 0 0;
            vertical-align: middle;
            margin-right: 7px;
            margin-top: -2px;
        }

.hd-social {
    float: right;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #555;
}

    .hd-social ul {
        margin: 0 -10px;
    }

        .hd-social ul li {
            float: left;
            padding: 0 10px;
        }

            .hd-social ul li a {
                display: block;
                text-indent: -9999px;
                height: 21px;
                width: 18px;
            }

                .hd-social ul li a.tm-f {
                    background-position: -32px 0;
                    width: 10px;
                }

                .hd-social ul li a.tm-t {
                    background-position: -62px 0;
                }

                .hd-social ul li a.tm-s {
                    background-position: -99px 0;
                }

                .hd-social ul li a.tm-y {
                    background-position: -137px 0;
                }

.tm-menu {
    clear: both;
    width: 100%;
    padding-top: 40px;
}

ul.menu {
    margin: 0 -23px;
}

    ul.menu li {
        float: left;
        padding: 0 15px;
        text-transform: uppercase;
    }

        ul.menu li a {
            font: 400 15px/20px 'Roboto', sans-serif;
            color: #222;
            display: block;
            padding: 0 0 32px;
            position: relative;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            overflow: hidden;
        }

            ul.menu li a:after {
                content: "";
                position: absolute;
                z-index: -1;
                left: 0;
                right: 0;
                bottom: 0;
                background: #feba01;
                height: 3px;
                -webkit-transform: translateY(3px);
                transform: translateY(3px);
                -webkit-transition-property: transform;
                transition-property: transform;
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
                -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
            }

            ul.menu li.active a:after,
            ul.menu li a:hover:after {
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

            ul.menu li.active a,
            ul.menu li a:hover {
                color: #feba01;
            }

a.menu-mobile {
    display: none;
    width: 32px;
    height: 20px;
    background: url(/css/ic-menu.png) no-repeat;
    text-indent: -9999px;
    float: right;
}

.mm-menu {
    background: #025680;
}

.mm-listview > li > a, .mm-listview > li > span {
    font: 500 14px/20px 'Roboto', sans-serif;
    color: #54e1ff;
    text-transform: uppercase;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
    font: 500 17px/20px 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.mm-navbar,
.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after,
.mm-listview > li:not(.mm-divider):after {
    border-color: #0083ca;
}

    .mm-listview > li:not(.mm-divider):after {
        left: 0;
        z-index: 3;
    }

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-listview > li .mm-next:after {
    border-color: #fff;
}

.mm-menu .mm-listview > li.mm-selected > a,
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
    background: #1571a2;
    border-radius: 0;
    color: #fff;
}

.mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: #1571a2;
    tap-highlight-color: #1571a2;
    color: #fff;
}

#mm-1 ul.mm-listview > li > a {
    text-transform: capitalize;
}
/*==========================================================================*/
#footer {
    background: url(bg-footer.png) /*tpa=http://locphat.odanang.com/wp-content/themes/HB20160930/images/front/bg-footer.png*/ no-repeat;
    font: 400 14px/20px 'Roboto', sans-serif;
    color: #fff;
    background-size: cover;
}

.footer-bot {
    border-top: 1px solid #52c5fe;
    padding: 10px 0;
}

    .footer-bot p a {
        color: #fff;
    }

.footer-top {
    padding: 25px 0 5px;
}

    .footer-top h3 {
        margin-bottom: 25px;
        text-transform: uppercase;
        color: #fff;
        font: 400 22px/normal 'Utm-AmericanEb', sans-serif;
    }

    .footer-top .col-md-4 {
        margin-bottom: 30px;
    }

.ft-contact p {
    margin-bottom: 10px;
    font-size: 13.5px;
}

.ft-contact span {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

    .ft-contact span i {
        display: inline-block;
        width: 18px;
        height: 16px;
        position: absolute;
        left: 0;
    }

        .ft-contact span i.tm-a {
            background-position: -86px -30px;
            top: 4px;
        }

        .ft-contact span i.tm-p {
            background-position: -86px -56px;
            top: 0;
        }

        .ft-contact span i.tm-m {
            background-position: -86px -82px;
            height: 10px;
            top: 5px;
        }

        .ft-contact span i.tm-w {
            background-position: -86px -102px;
            top: 2px;
        }

.ft-social {
    margin-top: 25px;
}

    .ft-social ul {
        margin: 0 -8px;
    }

        .ft-social ul li {
            float: left;
            padding: 0 8px;
        }

            .ft-social ul li a {
                display: block;
                text-indent: -9999px;
                height: 33px;
                width: 29px;
            }

                .ft-social ul li a.tm-f {
                    background-position: 0 -137px;
                    width: 16px;
                }

                .ft-social ul li a.tm-t {
                    background-position: -31px -137px;
                }

                .ft-social ul li a.tm-s {
                    background-position: -73px -137px;
                }

                .ft-social ul li a.tm-y {
                    background-position: -116px -137px;
                }

.ft-face {
    padding-left: 45px;
}
/*==========================================================================*/
.tm-slider {
    position: relative;
}

.yl-block {
    padding: 0 15px;
    text-align: center;
}

.tm-slider h2 {
    font: 400 38px/normal 'Utm-AmericanEb', sans-serif;
    color: #0083ca;
    text-transform: uppercase;
    -webkit-text-stroke: 0px #2b559e;
    text-shadow: -2px -1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -1px -2px 0 #fff, 1px -1.6px 0 #fff, -1px 2px 0 #fff, 2px 1.5px 0 #fff, 0px -2px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff;
}

.camera_caption {
    height: 100%;
}

    .camera_caption > div {
        background: transparent;
        padding: 0;
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.camera_wrap {
    margin-bottom: 0 !important;
}

.camera_pie {
    position: relative;
    z-index: -1;
}

.camera_pag {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
}

.camera_wrap .camera_pag .camera_pag_ul {
    width: 100%;
    text-align: center;
}

    .camera_wrap .camera_pag .camera_pag_ul li {
        background: url(sprite.png) /*tpa=http://locphat.odanang.com/wp-content/themes/HB20160930/images/front/sprite.png*/ no-repeat -31px -30px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        padding: 0;
        margin: 0 10px;
    }

        .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
            background-position: -1px -30px;
        }

        .camera_wrap .camera_pag .camera_pag_ul li span {
            display: none;
        }

.tm-title {
    text-transform: uppercase;
    margin-bottom: 35px;
}

    .tm-title h2 {
        font: 400 20px/normal 'Utm-AmericanEb', sans-serif;
        color: #025680;
        position: relative;
        display: inline-block;
    }

    .tm-title.text-left h2:after {
        content: '';
        width: 70px;
        height: 1px;
        background: #0083ca;
        margin: 10px 0 0;
        display: block;
    }

    .tm-title.text-left h2:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: url(sprite.png) /*tpa=http://locphat.odanang.com/wp-content/themes/HB20160930/images/front/sprite.png*/ no-repeat -62px -33px;
        display: block;
        position: absolute;
        left: 80px;
        bottom: -5px;
    }

    .tm-title.text-center h2:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #0083ca;
        margin: 10px 0 0;
        display: block;
    }

    .tm-title.text-center h2:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: url(sprite.png) /*tpa=http://locphat.odanang.com/wp-content/themes/HB20160930/images/front/sprite.png*/ no-repeat -62px -33px;
        display: block;
        position: absolute;
        left: calc(50% - 5px);
        bottom: -5px;
    }

a.views-more {
    display: block;
    width: 120px;
    font: 400 14px/20px 'Roboto', sans-serif;
    color: #555;
    border: 1px solid #e1e1e1;
    padding: 5px 0;
    text-align: center;
    border-radius: 20px;
    background: #fff;
}

    a.views-more:hover {
        background: #feba01;
        color: #fff;
        border-color: #feba01;
    }

.tm-introduce {
    padding: 20px 0px 10px 0px;
}

.txt-introd {
    font: 400 14px/20px 'Roboto', sans-serif;
    color: #555;
    padding: 35px 0 0;
    width: 500px;
}

    .txt-introd p {
        margin-bottom: 20px;
    }

.img-introd {
    /*height: 400px;*/
    position: relative;
}

    .img-introd ul li {
        width: 400px;
        overflow: hidden;
        height: 245px;
    }

.img-pos-1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.tm-service {
    padding: 15px 0 0px;
    background: #eee;
}

ul.lst-service {
}

    ul.lst-service li {
        margin-bottom: 30px;
    }

    ul.lst-service .detail {
        overflow: hidden;
    }

    ul.lst-service .img-srv {
        height: 250px;
        overflow: hidden;
        position: relative;
    }

        ul.lst-service .img-srv:before {
            content: '';
            display: block;
            width: 60px;
            height: 60px;
            position: absolute;
            left: 10px;
            top: 10px;
            border-top: 1px solid #e1e1e1;
            border-left: 1px solid #e1e1e1;
            z-index: 1;
        }

        ul.lst-service .img-srv:after {
            content: '';
            display: block;
            width: 60px;
            height: 60px;
            position: absolute;
            right: 10px;
            bottom: 10px;
            border-bottom: 1px solid #e1e1e1;
            border-right: 1px solid #e1e1e1;
            z-index: 2;
        }

        ul.lst-service .img-srv a {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            width: 100%;
            height: 100%;
        }

            ul.lst-service .img-srv a:before {
                content: '';
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background: rgba(0, 0, 0, .3);
                z-index: 0;
            }

            ul.lst-service .img-srv a:after {
                content: '';
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 3;
                background: url(ic-service.png) /*tpa=http://locphat.odanang.com/wp-content/themes/HB20160930/images/front/ic-service.png*/ no-repeat center;
            }

            ul.lst-service .img-srv a img {
                max-width: initial;
            }

    ul.lst-service .txt-srv {
        background: #fff;
        height: 220px;
        overflow: hidden;
        text-align: center;
        padding: 25px 35px 10px;
    }

        ul.lst-service .txt-srv h3 {
            text-transform: uppercase;
        }

            ul.lst-service .txt-srv h3 a {
                font: 500 15px/20px 'Roboto', sans-serif;
                color: #444;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        ul.lst-service .txt-srv p {
            font: 400 14px/20px 'Roboto', sans-serif;
            color: #555;
            margin: 15px 0 20px;
        }

        ul.lst-service .txt-srv a.views-more {
            margin: 0 auto;
        }


.tm-project {
    padding: 10px 0 0;
}

.lst-project {
    width: 970px;
    margin: auto;
    position: relative;
}

    .lst-project button {
        display: block;
        text-indent: -9999px;
        padding: 0;
        border: none;
        width: 33px;
        height: 33px;
        background: url(sprite.png) no-repeat;
        position: absolute;
        top: 120px;
        z-index: 5;
    }

        .lst-project button.slick-prev {
            background-position: 0 -60px;
            left: -16px;
        }

        .lst-project button.slick-next {
            background-position: -43px -60px;
            right: -16px;
        }

        .lst-project button.slick-prev:hover {
            background-position: 0 -94px;
        }

        .lst-project button.slick-next:hover {
            background-position: -43px -94px;
        }

    .lst-project .slick-list {
        margin: 0 -15px;
    }

        .lst-project .slick-list:before {
            z-index: 2;
            content: '';
            display: block;
            width: 15px;
            height: 100%;
            background: #fff;
            position: absolute;
            left: 0;
            top: 0;
        }

        .lst-project .slick-list:after {
            z-index: 2;
            content: '';
            display: block;
            width: 15px;
            height: 100%;
            background: #fff;
            position: absolute;
            right: 0;
            top: 0;
        }

    .lst-project li {
        padding: 0 15px;
    }

    .lst-project .detail {
        /*height: 520px;*/
        overflow: hidden;
    }

    .lst-project .txt-prj {
        font: 400 14px/20px 'Roboto', sans-serif;
        color: #555;
        overflow: hidden;
        -webkit-transition: height 1s ease;
        -moz-transition: height 1s ease;
        -ms-transition: height 1s ease;
        -o-transition: height 1s ease;
        transition: height 1s ease;
    }

    .lst-project .img-prj {
        /*height: 450px;*/
        overflow: hidden;
        position: relative;
    }

        .lst-project .img-prj a.img {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            width: 100%;
            height: 100%;
        }

            .lst-project .img-prj a.img img {
                max-width: initial;
            }

            .lst-project .img-prj a.img:before {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                background: rgba(0, 0, 0, .5);
                z-index: 2;
                width: 100%;
                height: 100%;
            }

        .lst-project .img-prj h3 {
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            margin-top: -10px;
            z-index: 3;
            padding: 0;
        }

            .lst-project .img-prj h3 a {
                color: #fff;
            }

    .lst-project h3 {
        font: 700 15px/20px 'Roboto', sans-serif;
        color: #444;
        padding: 25px 0;
        text-align: center;
        text-transform: uppercase;
    }

.tm-gallery {
    padding: 50px 0;
}

p.txt-glr {
    font: 400 14px/20px 'Roboto', sans-serif;
    color: #555;
    width: 500px;
    text-align: center;
    margin: 0 auto 25px;
}

ul.lst-gallery {
    overflow: hidden;
}

    ul.lst-gallery li {
    }

        ul.lst-gallery li a {
            height: 340px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

            ul.lst-gallery li a img {
                max-width: initial;
            }

            ul.lst-gallery li a:before {
                content: '';
                display: block;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, .7) url(ic-view.png) /*tpa=http://locphat.odanang.com/wp-content/themes/HB20160930/images/front/ic-view.png*/ no-repeat center;
                position: absolute;
                left: 0;
                top: 0;
            }

            ul.lst-gallery li a:after {
                content: '';
                display: block;
                position: absolute;
                left: 10px;
                top: 10px;
                right: 10px;
                bottom: 10px;
                z-index: 2;
                border: 1px solid rgba(255, 255, 255, .7);
            }

            ul.lst-gallery li a span {
                font: 400 15px/20px 'Roboto', sans-serif;
                color: #fff;
                position: absolute;
                left: 0;
                top: calc(50% + 35px);
                width: 100%;
                text-align: center;
            }

.tm-news {
    padding: 0 0 30px;
}

.item-news {
    width: 100%;
    background: #eee;
    margin-bottom: 30px;
}

    .item-news:after {
        content: '';
        display: block;
        clear: both;
        width: 100%;
    }

    .item-news.lf-news a.img-nws {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 220px;
        overflow: hidden;
    }

    .item-news.lf-news .txt-nws {
        width: 100%;
        height: 250px;
    }

    .item-news a.img-nws img {
        max-width: initial;
    }

    .item-news a.img-nws {
        width: calc(50% - 15px);
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 220px;
        overflow: hidden;
    }

    .item-news .txt-nws {
        width: calc(50% + 15px);
        height: 220px;
        padding: 30px 35px;
        text-align: center;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.txt-nws:hover {
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .3);
}

.txt-nws h3 {
    text-transform: uppercase;
}

    .txt-nws h3 a {
        font: 500 15px/20px 'Roboto', sans-serif;
        color: #555;
    }

.txt-nws span {
    font: 400 14px/20px 'Roboto', sans-serif;
    color: #999;
    display: block;
    margin: 10px 0 15px;
}

.txt-nws p {
    font: 400 14px/20px 'Roboto', sans-serif;
    color: #555;
    margin-bottom: 15px;
}

.txt-nws a.views-more {
    margin: 0 auto;
}




ul.lst-gallery li a:before,
ul.lst-gallery li a:after,
ul.lst-gallery li a span,
.lst-project .img-prj h3,
.lst-project .img-prj a.img:before,
ul.lst-service .img-srv:before,
ul.lst-service .img-srv:after,
ul.lst-service .img-srv a:before,
ul.lst-service .img-srv a:after {
    opacity: 0;
    -webkit-transition: opacity .35s ease;
    -moz-transition: opacity .35s ease;
    -ms-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease;
}

ul.lst-gallery li a:hover:before,
ul.lst-gallery li a:hover:after,
ul.lst-gallery li a:hover span,
.lst-project .detail:hover .img-prj h3,
.lst-project .detail:hover .img-prj a.img:before,
ul.lst-service .img-srv:hover:before,
ul.lst-service .img-srv:hover:after,
ul.lst-service .img-srv:hover a:before,
ul.lst-service .img-srv:hover a:after {
    opacity: 1;
}

.txt-nws h3 a:hover,
ul.lst-service .txt-srv h3 a:hover {
    color: #feba01;
}









/*MCN CUSTOM*/
.mcn-custom-sv {
    background: none;
    padding: 0;
    padding-top: 20px;
}

    .mcn-custom-sv .detail {
        border: 1px solid #e5e5e5;
    }

.ct-post .tm-title h2 {
    color: #000;
}

    .ct-post .tm-title h2:after, .ct-post .tm-title h2:before {
        display: none;
    }

.mcn-custom-news .item-news:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}





@-moz-document url-prefix() {
}

@media (min-width: 1600px) {
    ul.lst-gallery li a img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 1190px) {
    ul.menu {
        margin: 0 -10px;
    }

        ul.menu li {
            padding: 0 10px;
        }

    .ft-face {
        padding: 0;
    }

    .tm-slider h2 {
        font-size: 30px;
    }

    .txt-introd {
        width: 100%;
    }

    .lst-project {
        width: 100%;
        overflow: hidden;
    }

    ul.lst-service .txt-srv {
        padding: 25px 20px 10px;
    }

    .lst-project .slick-list:before,
    .lst-project .slick-list:after {
        display: none;
    }

    .lst-project button.slick-prev {
        left: 0;
    }

    .lst-project button.slick-next {
        right: 0;
    }

    .item-news .txt-nws {
        padding: 20px;
    }
}

@media (max-width: 990px) {
    a.menu-mobile {
        display: block;
    }

    #header {
        padding: 10px 0;
    }

    .footer-bot {
        padding: 20px 0;
    }

        .footer-bot p {
            width: 100%;
            text-align: center;
        }

    .tm-service,
    .tm-project,
    .footer-top {
        padding: 35px 0 0;
    }

    .tm-news,
    .txt-introd {
        padding: 0;
    }

    .tm-introduce {
        padding: 35px 0;
    }

    ul.lst-service .img-srv {
        width: 300px;
        float: left;
        height: 220px;
    }

    ul.lst-service .txt-srv {
        width: calc(100% - 300px);
        float: right;
        height: 220px;
    }

    .item-news.lf-news a.img-nws {
        width: calc(50% - 15px);
        float: left;
    }

    .item-news.lf-news .txt-nws {
        width: calc(50% + 15px);
        float: right;
        height: 220px;
    }

        .item-news.lf-news .txt-nws p {
            height: 60px;
            overflow: hidden;
        }
}

@media (max-width: 750px) {
    .tm-slider h2 {
        font-size: 20px;
    }

    .camera_pag {
        bottom: 5px;
    }

    .lst-project h3 {
        padding: 15px 0;
    }

    .tm-gallery {
        padding: 30px 0;
    }
}

/*@media (max-width: 680px) {
    .tm-logo a {
        display: block;
        text-indent: -9999px;
        background: url(bg-logo.png) no-repeat;
        width: 100px;
        height: 90px;
    }
}*/


@media (max-width: 630px) {
    .tm-menu {
        clear: both;
        width: 100%;
        padding-top: 0px;
    }

    ul.lst-service .img-srv {
        width: 250px;
    }

    ul.lst-service .txt-srv {
        width: calc(100% - 250px);
    }

    p.txt-glr {
        width: 100%;
    }

    .item-news .txt-nws {
        padding: 15px;
    }

    .txt-nws h3 a {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .tm-slider h2 {
        font-size: 18px;
    }

    ul.lst-service .img-srv {
        width: 290px;
        float: none;
        margin: 0 auto;
    }

    ul.lst-service .txt-srv {
        width: 290px;
        float: none;
        margin: 0 auto;
        height: auto;
        padding: 25px 15px;
    }

    .lst-project .img-prj h3 {
        padding: 0 35px;
    }

    .item-news a.img-nws,
    .item-news.lf-news a.img-nws {
        width: 100%;
    }

    .item-news .txt-nws,
    .item-news.lf-news .txt-nws {
        width: 100%;
        height: auto;
        padding: 25px 20px;
    }

    .item-news a.img-nws img {
        width: 100%;
    }

    .item-news.lf-news .txt-nws p {
        height: auto;
    }
}

@media (max-width: 420px) {
    .tm-title h2 {
        font-size: 22px;
    }

    .hd-right-top p {
        font-size: 18px;
    }

    .item-news a.img-nws,
    .item-news.lf-news a.img-nws {
        height: auto;
    }
}
