﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');
::selection { color: #fff; background: #3390FF; }
::-moz-selection { color: #000; background: #ed1f24; }
::-webkit-input-placeholder { color: #c9c9c9; text-overflow: ellipsis; }
:-moz-placeholder { color: #ed1f24 !important; text-overflow: ellipsis; opacity: 1; }
::-moz-placeholder { color: #ed1f24 !important; text-overflow: ellipsis; opacity: 1; }
:-ms-input-placeholder { color: #ed1f24 !important; text-overflow: ellipsis; opacity: 1; }
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(100,100,100,.9); -moz-box-shadow: inset 0 0 6px rgba(100,100,100,.9); box-shadow: inset 0 0 6px rgba(100,100,100,.9); background-color: rgba(100,100,100,.9); }
::-webkit-scrollbar-thumb { background: #ed1f24; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5); -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.5); box-shadow: inset 0 0 6px rgba(0,0,0,.5); }
    ::-webkit-scrollbar-thumb:window-inactive { background: #ed1f24; }
img{max-width:100%;}
@font-face { font-family: 'OpenSans-Regular'; src: url(../fonts/OpenSans-Regular.ttf); }
a { text-decoration: none; color: #333; }
    a:hover { text-decoration: none; color: #ed1f24; transition: all 0.35s ease-in-out }
    a:focus { text-decoration: none; }
.tbl { display: table; }
.tbl-cell { display: table-cell; }
.tbl > .tbl-cell { vertical-align: middle; }
h1, h2, h3, h4, h5, h6, h7 { padding: 0; margin: 0 }
input:focus, input:active, button:focus, button:active { outline: none !important; box-shadow: none !important; border-color: #ccc !important; }
._wreapper { width: 100%; overflow: hidden; background: url(../images/bg-header.png)left no-repeat; background-size: cover; }
#sticker { display: table !important; margin: 0 auto; width: 100%; }
#fixed-left { position: fixed; top: 50%; z-index: 995; transform: translateY(-50%); right: 0; float: right; }
    #fixed-left ul { padding: 0; width: 55px; margin: 0; }
        #fixed-left ul li { margin-bottom: 5px; background: #ed1c24; display: table; transition: all .3s ease-in-out; border-top-left-radius: 3px; border-bottom-left-radius: 3px; float: right; }
            #fixed-left ul li:hover { opacity: 0.5; }
            #fixed-left ul li a { text-align: center; width: 46px; height: 48px; display: block; line-height: 50px; }
                #fixed-left ul li a i { color: #fff; font-size: 35px; line-height: 46px }
header { width: 228px; float: left; position: fixed; height: 100%; left: 0; right: 0; z-index: 999; transition: all 0.5s linear; box-shadow: 0 0 10px rgba(0,0,0,.2); }
.header { height: 100%; background: url('../images/bg-header.png')left no-repeat; background-size: cover; padding-top: 40px; text-align: center; }
._top-mobile { display: none; }
.lang ul { list-style: none; padding: 0; margin: 27px 0; }
    .lang ul span { width: 22px; height: 15px; display: inline-block; line-height: 15px; }
        .lang ul span img { width: 100%; height: 100%; vertical-align: top; }
.fr-search { width: calc(100% - 70px); display: table; margin: 0 auto; padding: 12px 0; }
    .fr-search form { position: relative; }
        .fr-search form input { height: 29px; padding: 2px 30px 2px 10px; }
        .fr-search form button { top: 1px; position: absolute; right: 0; border: none; width: 32px; border-radius: 6px; height: 27px; background: transparent; padding: 0; }
            .fr-search form button i { color: #6c6c6c }
._top-mobile #logo, ._top-mobile .lang { display: none }
.dw { display: none !important }
.div-content { width: calc(100% - 228px); float: right; position: relative; transition: all 0.5s linear; -moz-transition: all 0.5s linear; -webkit-transition: all 0.5s linear; background: #fff; }
.title { position: relative; border-bottom: 1px solid #dedede; overflow: hidden; }
    .title h2 { font-size: 24px; line-height: 1; color: #363636; padding: 0 0 20px 0; margin: 0; font-family: 'Muli', sans-serif; font-weight: 700; float: left; }
    .title.title-detail h2 { font-size: 20px; }
    .title h2:before { content: ''; position: absolute; left: 0; bottom: 0; width: 66px; height: 2px; background: #e41317; }
    .title.tit { border-bottom: none; }
        .title.tit > h2.A2 { overflow: hidden; float: initial; text-align: center; display: block; }
        .title.tit h2:before { left: calc((100% - 65px)/2); }
    .title .more { float: right; line-height: 42px; color: #5e5e5e; }
        .title .more:after { content: '\f105'; display: inline-block; font-family: FontAwesome; color: #333; padding-left: 9px; font-size: 16px; transition: all 0.35s ease-in-out; }
        .title .more:hover:after { color: #ed1f24; }
.btn_toggle .touch-menu-inner, .btn_toggle .touch-menu-inner:before, .btn_toggle .touch-menu-inner:after { position: absolute; background-color: #ffffff; width: 30px; height: 4px; transition-timing-function: ease; transition-duration: .15s; transition-property: transform; }
.btn_toggle .touch-menu-inner { display: block; margin-top: -2px; top: auto; bottom: 9px; left: 8px; transition-duration: .13s; transition-delay: .13s; transition-timing-function: cubic-bezier(.215,.61,.355,1); transform: translate3d(0,-10px,0) rotate(-45deg); }
.offcanvas .btn_toggle .touch-menu-inner { transition-delay: .22s; transition-timing-function: cubic-bezier(.55,.055,.675,.19); transform: none; }
    .offcanvas .btn_toggle .touch-menu-inner:before { top: -10px; transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19); transform: none; }
    .offcanvas .btn_toggle .touch-menu-inner:after { top: -20px; transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear; opacity: 1; }
.btn_toggle .touch-menu-inner:before, .btn_toggle .touch-menu-inner:after { display: block; content: ""; }
.btn_toggle .touch-menu-inner:before { top: 0; transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s; transform: rotate(90deg); }
.btn_toggle .touch-menu-inner:after { top: 0; transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear; transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s; opacity: 0; }
.banner-content { width: 100%; position: relative; }
    .banner-content img { width: 100%; }
.banner-slider { position: relative }
    .banner-slider ul { margin-bottom: 0; padding: 0; }
    .banner-slider img { width: 100% }
    .banner-slider .lSSlideOuter .lSPager.lSpg { position: absolute; left: 0; bottom: 15px; width: 100%; margin-top: 0px !important; }
        .banner-slider .lSSlideOuter .lSPager.lSpg li { padding: 0 2px; }
            .banner-slider .lSSlideOuter .lSPager.lSpg li a { background: transparent; border: 1px solid transparent; width: 16px; height: 16px; }
    /* CSS -lSAction, lSPrev, lSNext */
    .banner-slider .lSSlideOuter .lSAction > a { display: none }

    .banner-slider .lSSlideOuter .lSPager.lSpg li a:before { content: ''; position: absolute; width: 8px; height: 8px; background: #d9d9d9; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; }
    .banner-slider .lSSlideOuter .lSPager.lSpg li.active a, .banner-slider .lSSlideOuter .lSPager.lSpg li:hover a { border-color: #ffffff; }
    .banner-content .text, .banner-slider .text { position: absolute; left: 50%; top: 50%; right: 0; transform: translate(-50%,-50%); text-align: center; width: 100%; }
        .banner-content .text p, .banner-slider .text p { font-size: 40px; text-transform: uppercase; color: #fff; margin: 0; font-family: 'Muli'; font-weight: 700; padding-bottom: 22px; line-height: 1; }
        .banner-content .text p { font-size: 32px; }
.btn-more { font-size: 14px; line-height: 24px; display: table; border: 2px solid #fff; margin: 0 auto; padding: 8px 47px; text-transform: uppercase; position: relative; overflow: hidden; color: #fff; font-family: 'Muli', sans-serif; font-weight: 700; }
    .btn-more:hover { color: #fff; position: relative; z-index: 1; }
    .btn-more:before { content: ""; position: absolute; top: 0; left: 0; transition: all 0.3s; width: 0; height: 100%; background: #ed1f24; z-index: -1; }
    .btn-more:hover:before, .btn-more:focus:before, .btn-more:active:before, .btn-more:hover:after, .btn-more:focus:after, .btn-more:active:after { width: 51%; color: white; }
    .btn-more:after { content: ""; position: absolute; top: 0; right: 0; transition: all 0.3s; width: 0; height: 100%; background: #ed1f24; z-index: -1; }
.title-ct ul { list-style: none; margin: 0 auto; padding: 0; display: table; }
    .title-ct ul li { float: left; padding-right: 12px; color: #fff; line-height: 24px; }
        .title-ct ul li a { font-size: 14px; line-height: 24px; color: #fff; }
        .title-ct ul li i { padding-left: 12px }
.select-title { background: #f2f2f2; padding: 0; }
    .select-title button { display: none }
        .select-title button span { margin-left: 10px; color: #ed1c24; }
.title-topCT ul { list-style: none; margin: 0 -20px; padding: 0; display: table; }
    .title-topCT ul li { padding: 0 20px; display: inline-block; }
        .title-topCT ul li a { font-size: 14px; line-height: 40px; text-transform: uppercase; font-family: 'Muli', sans-serif; font-weight: 700; position: relative; display: inline-block; }
            .title-topCT ul li a:before { content: ''; position: absolute; width: 0; bottom: 0; left: 50%; height: 2px; background: #ed1f24; z-index: 999; transition: all .35s ease-in-out; }
            .title-topCT ul li a:after { content: ''; position: absolute; width: 1px; right: -20px; bottom: 12px; height: 16px; background: #cbcbcb; z-index: 999; }
        .title-topCT ul li:last-child a:after { display: none; }
        .title-topCT ul li:hover a, .title-topCT ul li.active a { color: #ed1f24 }
            .title-topCT ul li:hover a:before, .title-topCT ul li.active a:before { width: 100%; left: 0 }
.titletopCT ul li:hover a:before, .titletopCT ul li.active a:before { width: 100%; left: 0 }
.title-topCT ul li:last-child { border: none }
.select-content { padding: 20px 0; }
.detail { padding-top: 0 }
.select-content .selection { padding-top: 10px }
.world { padding: 15px 0 0; }
.select-content p { font-size: 14px; line-height: 24px; font-family: 'Muli', sans-serif; font-weight: 400; overflow: hidden; }
.select-content .itemNw p { max-height: 48px; margin: 0; color: #000000; }
.select-content p.bold { font-weight: 700; font-family: 'Muli', sans-serif; }
.list-col { padding: 20px 0; display: block; overflow: hidden; }
._img, .ctent { height: 286px; overflow: hidden; display: block; }
._detail .ctents { height: auto; float: left; padding-right: 15px }
._detail ._img { height: auto; float: right; }
._img img, ._imgs img { width: 100%; height: 100%; }
._detail p { overflow: initial }
.list-col .table > thead > tr > th { text-transform: uppercase; font-size: 16px; line-height: 24px; font-family: 'Muli', sans-serif; font-weight: 700; }
    .list-col .table > thead > tr > th.th1 { padding-left: 0; width: 68%; }
.list-col .table > tbody > tr > td { font-size: 14px; line-height: 24px; position: relative; border-top: initial; border-bottom: 1px solid #ddd; font-family: 'Muli', sans-serif; padding: 15px 0; }
    .list-col .table > tbody > tr > td.td1 { padding-left: 18px }
        .list-col .table > tbody > tr > td.td1:before { content: "\f0da"; font: normal normal normal 14px/1 FontAwesome; color: #e81717; position: absolute; top: 15px; left: 0; font-size: 26px; }
    .list-col .table > thead > tr > th.th2, .list-col .table > tbody > tr > td.td2 { text-align: center; width: 25%; }
    .list-col .table > thead > tr > th.th3, .list-col .table > tbody > tr > td.td3 { width: 7%; }
.list-col .table > thead > tr > th.th3 { text-align: right; padding-right: 0; }
.list-col .table > tbody > tr > td.td3 { text-align: center }
.pagination { width: 100%; padding: 10px 0; margin: 0; padding-left: 0; text-align: center; }
.pagination li { display: inline-block; list-style: none; }
.pagination li span {margin-right: 10px;}
.pagi nav ul li a { margin-right: 10px; color: #312c2c; font-weight: 600; transition: ease-in-out .3s; display: block; border-color: #b4b4b4; padding: 6px 11px; text-align: center; font-size: 15px; border: 1px solid #d4d4d4; line-height: 18px; }
.pagination > li > a.active, .pagination > li > a:hover { border-color: #e81717; color: #333; }
.pagination > li:first-child > a, .pagination > li:last-child > a { border-radius: 0px; }
.list-col .itemRe { padding: 30px 0; border-bottom: 1px solid #e8e8e8; display: block; overflow: hidden; }
    .list-col .itemRe h3 { margin: 0; padding: 0; font-family: 'Muli', sans-serif; font-weight: 700; margin-bottom: 30px; }
.itemRe ._img { width: 404px; height: 218px; float: left; position: relative; }
    .itemRe ._img img { object-fit: cover; }
.itemRe .text { width: calc(100% - 434px); height: 218px; float: left; margin-left: 30px; display: block; }
    .itemRe .text .titleCol { font-size: 20px; line-height: 1.4; }
.itemRe .desc { margin: 0 0 24px 0; }
.itemRe p { padding: 0; display: block; }
.itemRe .btn-moreCT { border: 1px solid #e81717; color: #e81717; padding: 6px 36px 6px 12px; display: table; border-radius: 4px; position: relative; }
    .itemRe .btn-moreCT:before { content: ''; position: absolute; background: url('../images/ic-nextL.png') no-repeat; width: 16px; height: 12px; right: 12px; top: 50%; transform: translateY(-50%); }
    .itemRe .btn-moreCT:hover:before { background: url('../images/ic-nextLs.png') no-repeat; }
    .itemRe .btn-moreCT i { padding-left: 12px }
    .itemRe .btn-moreCT:hover { background: #e81717; color: #fff }
.list-col .itemRe:first-child { padding-top: 0; }
.word { list-style: none; margin: 0; padding: 0 }
    .word li { font-size: 14px; line-height: 30px; padding-left: 12px; position: relative }
        .word li::before { content: "\f105"; font: normal normal normal 14px/1 FontAwesome; font-size: 16px; color: #6e6e6e; position: absolute; left: 0; top: 8px; }
.list-ct { padding: 15px 0 }
    .list-ct ul { list-style: none; padding: 0; margin: 0 }
.light-gallary-product { position: relative }
    .light-gallary-product .run-lightgallery { border: 1px solid #ddd; }
    .light-gallary-product img { width: 100%; margin: auto; object-fit: cover; }
    .light-gallary-product .lSSlideOuter .lSPager.lSGallery li { display: block; place-items: center; }
    .light-gallary-product .lSSlideOuter .lSPager.lSGallery { margin: 10px auto 0; display: flex; align-content: center; }
        .light-gallary-product .lSSlideOuter .lSPager.lSGallery li.active, .slider-pros .lSSlideOuter .lSPager.lSGallery li:hover { border: 1px solid #e81717; border-radius: initial; }
        .light-gallary-product .lSSlideOuter .lSPager.lSGallery a { width: 100%; text-align: center; }
            .light-gallary-product .lSSlideOuter .lSPager.lSGallery a img { width: 100%; height: 100%; margin: auto }
    .light-gallary-product .lSSlideWrapper { position: initial; }
    .light-gallary-product .lSAction > a { width: 20px; height: 36px; background: url('../images/ic-nexts.png')center no-repeat; opacity: 1; right: -20px; top: 92%; }
    .light-gallary-product .lSAction > .lSPrev { transform: rotate(180deg); left: -20px; }
.itemCRs h1 { font-size: 21px; line-height: 24px; text-transform: uppercase; margin: 0; font-family: 'Muli', sans-serif; font-weight: 700; }
.list-textCR ul { list-style: none; padding: 0; margin: 0; padding: 10px 0; }
    .list-textCR ul li { line-height: 1.4; padding: 10px 0 10px 16px; position: relative; font-family: 'Muli', sans-serif; }
        .list-textCR ul li:before { content: ''; position: absolute; width: 8px; height: 8px; top: 15px; left: 0; background: #707070; border-radius: 50%; }
        .list-textCR ul li:last-child { padding-bottom: 0 }
        .list-textCR ul li span { font-weight: 700; padding-right: 6px; }
.ctents .list-textCR ul li { padding: 2px 0 2px 16px; }
    .ctents .list-textCR ul li:before { top: 14px; width: 5px; height: 5px; background: #000000; }
.project { padding: 35px 0 75px 0; }
.itemPro .avt, .itemNw .avt { width: 100%; height: 228px; overflow: hidden; display: block; }
.itemPro, .itemNw { margin-bottom: 40px; }
.list-col { margin: 0 -10px }
    .list-col .col-md-3, .list-col .col-md-4 { padding: 0 10px }
.itemPro .avt img, itemNw .avt img, .itemNw .avt img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s linear; }
.itemCR { background: #f4f4f4; padding: 20px; }
    .itemCL h4, .itemCR h4 { font-size: 20px; line-height: 24px; font-family: 'Muli', sans-serif; font-weight: 600; margin: 0; padding-bottom: 15px; }
    .itemCR form .form-group { padding: 0; margin: 0 0 15px 0; }
        .itemCR form .form-group label { padding: 0; font-size: 14px; line-height: 1.4; margin: 0; font-family: 'Muli', sans-serif; font-weight: 600; text-align: initial; }
            .itemCR form .form-group label span { padding-left: 4px; }
        .itemCR form .form-group input { border-radius: initial; box-shadow: initial; }
        .itemCR form .form-group textarea { width: 100%; height: 84px; box-shadow: initial; border-radius: initial; }
        .itemCR form .form-group button { float: right; margin-left: 10px; padding: 0 17px; font-size: 14px; text-transform: uppercase; line-height: 28px; border-radius: 6px; border: 1px solid #c7c7c7; background: #c7c7c7; }
            .itemCR form .form-group button.sub { background: #ee2f33; color: #fff }
.list-ct h5 { font-size: 14px; line-height: 1; font-weight: bold; font-family: 'OpenSans-Regular'; margin: 0; padding-bottom: 5px; }
.list-pro { margin-top: 35px; position: relative; }
    .list-pro ul { list-style: none; overflow: hidden; margin: 0; padding: 0; }
        .list-pro ul li { width: calc(100% / 3); float: left; position: relative; overflow: hidden }
    .list-pro .item { width: 100%; height: 228px; overflow: hidden; position: relative; align-items: center; }
        .list-pro .item ._img img { width: 100%; height: 100%; object-fit: cover; transition: all .35s; }
        .list-pro .item ._img:hover img { transform: scale(1.1); }
        .list-pro .item .box { position: absolute; bottom: -4px; left: 0; width: 100%; height: 36px; background: rgba(220, 36, 40, 0.5); transform: translate(0,calc(100% - 40px)); transition: all .35s linear; text-align: center; display: grid; place-items: center; padding: 0 6px 6px; }
            .list-pro .item .box h3 { margin: 2px; padding-bottom: 0; font-family: 'Muli', sans-serif; font-weight: 600; }
                .list-pro .item .box h3 a { font-size: 17px; line-height: 1.7; color: #fff; text-align: center; text-transform: uppercase; font-family: 'Muli', sans-serif; font-weight: 600; }
        .list-pro .item:hover .box { transform: translate(0,0); height: 100%; bottom: 0; grid-gap: 10px; background: rgba(220, 36, 40, 0.8); }
            .list-pro .item:hover .box h3 { align-self: end; }
        .list-pro .item:hover .circlePro { opacity: 1; align-self: start; }
.circlePro { content: ''; position: relative; width: 40px; height: 40px; border-radius: 50%; background: #fff; opacity: 0; }
    .circlePro a { display: block; }
    .circlePro img { position: absolute; top: 50%; left: 50%; z-index: 200; transform: translate(-50%,-50%); transition: all .3s ease-in-out; }
.list-pro .lSSlideWrapper { position: initial; }
.list-pro .lSAction > a { width: 20px; height: 36px; background: url('../images/ic-nextss.png')center no-repeat; opacity: 1; right: -30px; margin-top: -18px; }
.list-pro .lSAction > .lSPrev { transform: rotate(180deg); left: -30px; }
#lg-counter, .lg-outer #lg-share, #lg-actual-size, #lg-zoom-out, .lg-fullscreen .lg-icon, #lg-zoom-in, .lg-fullscreen, .lg-autoplay-button, .lg-download { display: none }
.lg-backdrop { background-color: rgba(0, 0, 0, .8); }
.lg-actions .lg-next, .lg-actions .lg-prev { border: 1px solid #ededed; padding: 6px }
.news { background: #f1f1f1; padding: 45px 0 70px 0; }
.select-content.listNw, .select-nopadding { padding: 30px 0 20px 0 }
.list-itemN { clear: both; }
.itemNL { width: 50%; float: left; padding: 16px 8px 0 0; }
    .itemNL .avt { width: 100%; height: 196px; display: block; overflow: hidden; }
        .itemNL .avt img, .itemNR .avt img { width: 100%; height: 100%; transition: all 0.5s linear; object-fit: cover; }
    .itemNw .desc, .itemNL .desc, .itemPro .desc { height: 117px; overflow: hidden; }
        .itemPro .desc h3 { max-height: 69px; }
        .itemPro .desc h3, .itemNL .desc h3, .itemNR .desc h3, .list-nwRight ul li .item .desc h3 { margin: 15px auto 6px; font-family: 'Muli', sans-serif; font-weight: 600; }
.list-nwRight ul li .item .desc h3 { margin: 0 }
.itemPro .desc .titA-2, .itemNw .desc .titA-2, .itemNL .desc .titA-2 { color: #333333; font-weight: 700; font-size: 15px; line-height: 24px; overflow: hidden; display: block; margin-bottom: 0; transition: all 0.5s linear; }
.itemPro .desc .titA-2 { line-height: 1.5; text-transform: uppercase; font-weight: 700; font-family: 'Muli', sans-serif; max-height: 45px; }
.itemNL .desc .titA-2a { font-size: 18px; line-height: 24px; height: auto; }
.itemNL .desc h3 { /* margin-bottom: 15px; */ }
.itemNw .desc h3 { margin: 15px auto 6px; }
.itemNw .desc .titA-2 {font-weight: 700;font-family: 'Muli', sans-serif;line-height: 1.4;font-size: 16px;max-height: 46px;}
    .itemPro .desc .titA-2:hover, .itemNw .desc .titA-2:hover, .itemNL .desc .titA-2:hover { color: #ed1f24; }
.itemPro .desc p, .itemNL .desc p { font-weight: 300; color: #000000; font-size: 14px; line-height: 24px; max-height: 48px; margin: 0; font-family: 'OpenSans-Regular'; overflow: hidden; }
.itemNL:hover .avt img, .itemNR .avt:hover img, .itemPro .avt:hover img, .itemNw .avt:hover img { transform: scale(1.1); }
.itemNR { width: 50%; height: 344px; float: left; padding: 0 0px 0 8px; overflow: hidden; }
.list-nwRight { height: 344px; overflow: hidden; }
    .itemNR ul, .list-nwRight ul { list-style: none; padding: 18px 0; margin: 0; overflow: hidden }
        .itemNR ul li, .list-nwRight ul li { padding: 12px 0; border-top: 1px solid #dfdfdf; width: 100%; height: 100%; overflow: hidden; }
            .itemNR ul li:nth-child(1), .list-nwRight ul li:nth-child(1) { border-top: 0; padding-top: 0 }
            .itemNR ul li:last-child, .list-nwRight ul li:last-child { border-top: none }
            .list-nwRight ul li .item .avt { width: 122px; height: 84px; display: block; float: left; position: relative; overflow: hidden }
                .list-nwRight ul li .item .avt:before, .itemRe ._img .avt:before { content: ''; position: absolute; pointer-events: none; top: 0; left: -100%; width: 120%; height: 100%; opacity: 0; background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,.15)35%,rgba(255,255,255,.2), 70%,rgba(255,255,255,.3) 100%); transform: skewX(-25deg); }
                .list-nwRight ul li .item .avt:hover:before, .itemRe ._img .avt:hover:before { opacity: 1; left: 120%; transition-property: left, top, opacity; transition-duration: 1s, 2s, .1s; transition-timing-function: ease; }
                .list-nwRight ul li .item .avt img { width: 100%; height: 100%; object-fit: cover; }
            .list-nwRight ul li .item .desc { width: calc(100% - 122px); height: 84px; padding-left: 16px; float: left; }
                .list-nwRight ul li .item .desc .titA-2 { font-size: 14px; line-height: 1.5; overflow: hidden; max-height: 84px; display: block; position:relative;}
                    .list-nwRight ul li .item .desc .titA-2 img{position:absolute;bottom:0;right:0;}
                    .title-News .title-ctNews { padding: 20px 0 8px 0; }
.title-ctNews h1 { font-size: 18px; line-height: 24px; font-family: 'Muli', sans-serif; font-weight: 700; }
.field { padding: 35px 0 30px 0; }
.list-field ul { list-style: none; overflow: hidden; margin: 0 -7.5px; padding: 22px 0 0 0; }
    .list-field ul li { width: calc(100% / 5); float: left; padding: 0 7.5px; }
        .list-field ul li .avt { overflow: hidden; position: relative; display: block; }
            .list-field ul li .avt > img { width: 100%; object-fit: cover; transition: all .3s ease-in-out; }
        .list-field ul li:hover .avt > img { transform: scale(1.1,1.1) }
        .list-field ul li .avt .desc img { z-index: 200; transition: all .3s ease-in-out; object-fit: contain; }
        .list-field ul li .avt .desc p { margin: 0 auto; text-align: center; font-size: 18px; line-height: 24px; color: #fff; text-transform: uppercase; max-height: 66px; width: 100%; padding: 20px 10px 0; overflow: hidden; font-family: 'Muli', sans-serif; font-weight: 600; }
.slider-partner { padding: 30px 0; position: relative; }
    .slider-partner ul li { height: 92px; border: 1px solid #c9c9c9; float: left; text-align: center; vertical-align: middle; position: relative; }
        .slider-partner ul li a { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
    .slider-partner .lSSlideWrapper { position: initial; }
    .slider-partner .lSAction > a { width: 20px; height: 36px; background: url('../images/ic-next.png') center no-repeat; opacity: 1; right: -30px; margin-top: -18px; }
    .slider-partner .lSAction > .lSPrev { transform: rotate(180deg); left: -30px; }
._top-ft { background: #ed1f24; padding: 6px 0; }
    ._top-ft .left-ct { float: left }
.mxh ul { margin: 0 auto; padding: 0; float: initial !important; }
    .mxh ul li { padding: 0 6px; }
        .mxh ul li:nth-child(1) { padding-left: 0 }
        .mxh ul li a { color: #fff; display: block; height: 34px; width: 34px; border: 1px solid #fff; border-radius: 50%; text-align: center; transition: all .6s ease-in-out; }
            .mxh ul li a i { transition: all .35s; color: #fff; font-size: 15px; line-height: 34px; }
        .mxh ul li:nth-of-type(1) a:hover { background: #3b5999; }
        .mxh ul li:nth-of-type(2) a:hover { background: #2daae2; }
        .mxh ul li:nth-of-type(3) a:hover { background: #E60023 }
        .mxh ul li:nth-of-type(4) a:hover { background: #cd201f }
._top-ft .right-ct { float: right; height: 36px; padding-top: 0; }
    ._top-ft .right-ct p { float: left; font-size: 16px; color: #fff; text-transform: uppercase; line-height: 36px; margin: 0; margin-right: 25px; font-family: 'Muli', sans-serif; font-weight: bold; }
    ._top-ft .right-ct .form-search { float: left; overflow: hidden; border-radius: 999px; }
#RegisterEmail { position: relative; border-radius: 5px; display: table; }
    #RegisterEmail .form-group input { width: 275px; height: 34px; padding: 5px 50px 4px 10px; font-style: italic; }
    #RegisterEmail .form-group { margin: 0; }
    #RegisterEmail button { position: absolute; top: 0; right: 0; width: 36px; height: 34px; border: none; background: #ababab url('../images/ic-send.png')center no-repeat; padding-left: 0; border-radius: 0 4px 4px 0; }
.form-search form { line-height: 0; position: relative; }
.form-search input { padding: 9px 47px 9px 20px; width: 100%; overflow: hidden; border: initial; height: 39px; }
.form-search button { border: 0; position: absolute; top: 5px; right: 8px; line-height: 28px; padding: 0 12px; background: #333; color: #fff; border-radius: 50%; }
.content-ft { background: #f6f6f6; padding: 30px 0; border-bottom: 1px solid #c9c9c9; }
.item-ft h3.title { font-size: 16px; line-height: 24px; margin: 0; display: inline-block; font-family: 'Muli', sans-serif; font-weight: 700; text-transform: uppercase; }
.item-ft > ul { list-style: none; padding: 7px 0; margin: 0; }
    .item-ft > ul > li { font-size: 14px; line-height: 24px; padding-left: 25px; position: relative; }
.item-ft ul li:nth-child(2)::before { content: "\f095" }
.item-ft ul li:nth-child(3)::before { content: "\f1ac" }
.item-ft ul li:nth-child(4)::before { content: "\f003" }
.item-ft ul li:nth-child(5)::before { content: "\f0ac" }
.item-ft ul li::before { content: "\f041"; font: normal normal normal 14px/1 FontAwesome; font-size: 16px; color: #6e6e6e; position: absolute; left: 0; top: 5px; }
.ic .item-ft ul li::before { content: "\f105" }
.ic .item-ft ul li { padding-left: 12px; }
.map { height: 140px; border: 1px solid #c9c9c9; margin: 5px 0 10px 0; border-radius: 6px; overflow: hidden; }
    .map iframe { width: 100%; height: 100%; border: none; }
.copyRight { padding: 18px 0 }
.list-item .item-left { float: left }
    .list-item .item-left p { margin: 0; font-size: 14px; line-height: 24px; font-family: 'OpenSans-Regular' }
.list-item .item-right { float: right }
    .list-item .item-right ul { list-style: none; display: table; margin: 0 }
        .list-item .item-right ul li { display: table-cell; padding-left: 18px }
            .list-item .item-right ul li a { font-size: 14px; line-height: 24px; font-family: 'OpenSans-Regular' }
.btn_toggle { position: absolute; z-index: 12; top: 0; background: rgba(237, 28, 36, 0.5); padding: 0; color: #fff; right: -48px; width: 48px; height: 44px; display: none; }
.offcanvas header { transform: translateX(-228px); }
.offcanvas .div-content { width: 100%; }
.ic_add { width: 46px; height: 46px; overflow: hidden; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ee2f33; color: #fff; }
.list-field .desc { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; flex-flow: column nowrap; justify-content: center; /* transform: translate(-50%,-50%); */ }
    .list-field .desc:before { content: ''; position: absolute; width: 100%; height: 100%; background: #00000026; transform: scale(0); transition: all .3s ease-in-out; top: 0; left: 0; }
    .list-field .desc:hover:before { transform: scale(1) }
    .list-field .desc span { transition: all .3s ease-in-out; }
div#sticker-overlay { position: fixed; left: 0; right: 0; top: 0; z-index: 100; background: #0000007a; width: 100%; height: 100%; opacity: 0; display: none; }
    div#sticker-overlay.show { opacity: 1; display: block; }
.content-nws .col-md-8 { padding-right: 8px; }
.content-nws .col-md-4 { padding-left: 8px; }
.partner { padding-top: 35px; }
.item-map { width: 275px; float: right; }
#back-top { transform: translateX(46px); }
    #back-top.active { transform: translateX(0); }
._detail h2 { font-size: 24px }
._detail ul { padding-left: 30px; }
    ._detail ul li { line-height: 24px; font-family: 'Muli', sans-serif }
#DetailPopup .modal-dialog { margin: 20% auto; }
#DetailPopup .modal-body { position: relative; }
    #DetailPopup .modal-body .close { position: absolute; top: -20px; right: -20px; border: none; background: rgba(237, 28, 36, 0.5); width: 40px; height: 40px; font-size: 34px; line-height: 1; color: #ffffff; border-radius: 20px; }
#deti p.tis { font-family: 'Muli', sans-serif; font-weight: 700; }
#deti a { color: #337ab7; }
.title-other { position: relative; margin-bottom: 15px; border-bottom: 1px solid #dedede }
    .title-other p { font-size: 20px; margin: 10px 0;; font-family: 'Muli', sans-serif; font-weight: 700 }
    .title-other:before { width: 100px; height: 2px; background: #ed1f24; position: absolute; bottom: -1px; left: 0; content: ''; }
.lst-other-news ul li { line-height: 1.4; padding-bottom: 5px; font-size: 15px; }
.select-content.contact { padding: 30px 0; }
.contact .itemCL { padding-top: 20px }
#contact-form .form-group .row .col-sm-3 { padding-right: 0; }
#contact-form .form-group .row .col-sm-9 { padding-left: 0; position: relative; }
label.error { background: rgba(237, 28, 36, 0.5); color: #ffffff; padding: 5px !important; position: absolute; top: calc(100% + 5px); left: 11px; z-index: 1000; font-family: 'Muli', sans-serif !important; font-weight: 400 !important; font-size: 13px !important; }
    label.error:before { position: absolute; top: -10px; left: 10px; content: ''; border: 5px solid transparent; border-bottom: 5px solid rgba(237, 28, 36, 0.5); }
#contact-form .form-group input.form-control { height: 30px; }
.media-left { display: initial; float: left; width: 42px; }
.media-body { float: left; padding-left: 15px; width: calc(100% - 42px); }
.media { overflow: hidden; margin-bottom: 35px; width: 100%; }
#fb-root { display: none !important; }
.btn-mxh { margin-top: 15px; }

/* css-table */
table > tbody > tr > td { padding: 4px 8px; font-size: 14px; line-height: 1.6; }
.select-content.select-nopadding .list-col { padding: 0; }
#nav-tabContent .table { margin-bottom: 0; }
.documnet, .documnets { padding-top: 15px }
