@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");
@font-face {
    font-family: 'DINpro';
    src: url("/fonts/wkdin-regular-webfont.eot?");
    src: url("/fonts/wkdin-regular-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/wkdin-regular-webfont.woff") format("woff"),url("/fonts/wkdin-regular-webfont.ttf") format("truetype"),url("/fonts/wkdin-regular-webfont.svg#wkdin-regularregular") format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'DINpro';
    src: url("/fonts/wkdin-black-webfont.eot?");
    src: url("/fonts/wkdin-black-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/wkdin-black-webfont.woff") format("woff"),url("/fonts/wkdin-black-webfont.ttf") format("truetype"),url("/fonts/wkdin-black-webfont.svg#wkdinblack") format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'DINpro';
    src: url("/fonts/dinpro-mediumitalic_1-webfont.eot?");
    src: url("/fonts/dinpro-mediumitalic_1-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/dinpro-mediumitalic_1-webfont.woff") format("woff"),url("/fonts/dinpro-mediumitalic_1-webfont.ttf") format("truetype"),url("/fonts/dinpro-mediumitalic_1-webfont.svg#dinpro") format("svg");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: 'Insignia';
    font-style: normal;
    font-weight: normal;
    src: local("Insignia"),url("/fonts/Insignia.woff") format("woff")
}

@font-face {
    font-family: 'DINpro';
    font-style: normal;
    font-weight: 600;
    src: local("DINpro"),url("/fonts/DINPro-Medium.woff") format("woff")
}

@font-face {
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: normal;
    src: local("Akrobat"),url("/fonts/Akrobat-Bold.woff") format("woff")
}

::-moz-selection {
    color: #fff;
    background: #e30613
}

::selection {
    color: #fff;
    background: #e30613
}

.modal .modal-dialog .modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.form textarea.form-control {
    padding-top: 25px;
    min-height: 120px
}

.form .form-control {
    width: 100%;
    height: 67px;
    padding: 0 25px;
    border: 1px solid #dedede;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1)
}

.form .form-control.disabled {
    border-color: #868686
}

.form .form-control:hover {
    border-color: #e30613
}

.form .form-control:focus {
    border-color: #e30613;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    background-size: 120px 120px
}

body {
    color: #000;
    font-family: "DINpro",sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400
}

a {
    -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
    -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
    transition: all .3s cubic-bezier(.25,.8,.25,1)
}

a:hover {
    text-decoration: none
}

a:active,a:focus {
    outline: 0
}

.social .nav-link {
    color: #c8c8c8
}

.social .nav-link.facebook-f:hover {
    color: #3b5999 !important
}

.social .nav-link.twitter:hover {
    color: #55acee !important
}

.social .nav-link.instagram:hover {
    color: #e4405f !important
}

.social .nav-link.youtube:hover {
    color: #cd201f !important
}

.social .nav-link.linkedin-in:hover {
    color: #0077b5 !important
}

.btnPrimary {
    display: inline-block;
    padding: 20px 70px;
    background: #fff;
    border: 1px solid #cfcfcf;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #e30613;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.btnPrimary::after {
    display: inline-block;
    margin-left: 10px;
    content: '';
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: 600;
    vertical-align: central;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.btnPrimary:hover {
    background-color: #dd0813;
    border-color: #e30613;
    color: #fff
}

.btnPrimary:hover::after {
    margin-left: 20px;
    color: #fff
}

.btnPrimary:focus,.btnPrimary:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e30613;
    outline: 0 !important
}

.btnPrimary:disabled {
    background: #000;
    cursor: not-allowed
}

.btnPrimary:disabled:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cookie-disclaimer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
    z-index: 99999;
    opacity: 0;
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.cookie-disclaimer_content {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8
}

.cookie-disclaimer_content a {
    padding: 12px 20px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    color: #000;
    text-decoration: none
}

.cookie-disclaimer_content a:hover {
    background: #e30613;
    color: #fff
}

.sidenav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 40%;
    max-width: 100%;
    height: 100vh;
    background: #e30613;
    -moz-box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
    -webkit-box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
    z-index: 9999;
    -moz-transition: all 300ms cubic-bezier(.43,.18,0,.85);
    -o-transition: all 300ms cubic-bezier(.43,.18,0,.85);
    -webkit-transition: all 300ms cubic-bezier(.43,.18,0,.85);
    transition: all 300ms cubic-bezier(.43,.18,0,.85);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%)
}

.sidenav-wrapper.active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.sidenav-wrapper .center-block {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center
}

.sidenav-wrapper .nav .nav-item .nav-link {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.sidenav-wrapper .nav .nav-item .nav-link:hover {
    color: #fff
}

.sidenav-wrapper .nav .nav-item.dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    margin: 0 !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #80030b;
    background: none;
    text-align: center
}

.sidenav-wrapper .nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 14px
}

.sidenav-wrapper .nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background: #fff;
    color: #e30613
}

.sidenavactive {
    overflow-y: hidden
}

header .navbar {
    padding: 0
}

header .navbar-brand {
    padding: 10px 0;
    margin: 0
}

header .navbar-brand img {
    height: 95px
}

header .navbar-toggler {
    background: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 99999
}

header .navbar-toggler.collapsed .icon:nth-of-type(1),header .navbar-toggler.collapsed .icon:nth-of-type(3) {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

header .navbar-toggler.collapsed .icon:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100)
}

header .navbar-toggler:focus {
    outline: 0
}

header .navbar-toggler:hover {
    background: none !important
}

header .navbar-toggler .icon {
    position: relative;
    display: block;
    height: 1px;
    width: 29px;
    margin: 7px 0;
    background: #e30613;
    opacity: 1;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
    -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
    transition: all .3s cubic-bezier(.25,.8,.25,1)
}

header .navbar-toggler .icon:nth-of-type(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    -o-transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%
}

header .navbar-toggler .icon:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0)
}

header .navbar-toggler .icon:nth-of-type(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    -o-transform-origin: 10% 90%;
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%
}

header .navbar-top {
    padding: 7px 0;
    background: #aaa
}

header .navbar-top .nav .nav-item .nav-link {
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

header .navbar-top .nav .nav-item .nav-link:hover {
    color: #e30613
}

header .navbar-top .nav-langs {
    margin: 0 15px
}

header .navbar-top .nav-langs .nav-item .nav-link {
    padding: 0 3px
}

header .navbar-top .nav-langs .nav-item .nav-link.active img,header .navbar-top .nav-langs .nav-item .nav-link:hover img {
    opacity: 1
}

header .navbar-top .nav-langs .nav-item .nav-link img {
    margin: 0;
    opacity: .5;
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1);
    vertical-align: middle
}

header .navbar-top .nav-search_wrap {
    position: relative;
    display: inline-block
}

header .navbar-top .nav-search_wrap .form-control {
    padding: 0;
    padding-right: 24px;
    height: 30px;
    width: 80px;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1)
}

header .navbar-top .nav-search_wrap .form-control:focus {
    width: 200px;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

header .navbar-top .nav-search_wrap .form-control::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase
}

header .navbar-top .nav-search_wrap .form-control:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase
}

header .navbar-top .nav-search_wrap .form-control::placeholder {
    color: #fff;
    text-transform: uppercase
}

header .navbar-top .nav-search_wrap .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 1;
    background: url("../images/icon-search.png") no-repeat center center,none;
    background-size: 18px
}

header .navbar-top .nav-search_wrap .btn:focus {
    background-color: none;
    border: 0;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

header .navbar-top .nav-search_btn {
    padding: 0;
    background: none;
    border: 1px solid #f00;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer
}

header .navbar-top .nav-search_btn i {
    margin-left: 10px;
    font-size: 16px
}

header .navbar-top .nav-search_btn:focus {
    outline: 0
}

header .navbar-nav {
    margin: 0;
    padding: 0
}

header .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -moz-transform: translate(-50%,-10%);
    -ms-transform: translate(-50%,-10%);
    -o-transform: translate(-50%,-10%);
    -webkit-transform: translate(-50%,-10%);
    transform: translate(-50%,-10%);
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    content: '';
    color: #545454;
    font-family: 'FontAwesome';
    font-weight: 600;
    vertical-align: middle
}

header .navbar-nav .nav-item.dropdown:hover>a {
    background: rgba(0,0,0,.05);
    color: #999
}

header .navbar-nav .nav-item.dropdown:hover .dropdown-toggle::after {
    color: #fff
}

header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 98%;
    z-index: 99
}

header .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 110%;
    z-index: -1;
    padding: 20px;
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1);
    background: #fff;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-box-shadow: 0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);
    -webkit-box-shadow: 0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);
    box-shadow: 0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)
}

header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #000;
    font-size: 14px;
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1);
    overflow: hidden
}

header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0
}

header .navbar-nav .nav-item.dropdown .dropdown-menu {
    right: 0;
    left: auto
}

header .navbar-nav .nav-item.active .nav-link {
    background: #e30613;
    color: #fff;
    font-weight: 600
}

header .navbar-nav .nav-item .nav-link {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    border-right: 1px solid rgba(222,222,222,.3);
    color: #545454;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1)
}

header .navbar-nav .nav-item .nav-link:hover {
    background: rgba(0,0,0,.05);
    color: #999
}

.uct-img-hover {
    display: inline-block;
    position: relative
}

.uct-img-hover:hover::after {
    opacity: 1
}

.uct-img-hover::after {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url("../images/icon-img-hover.png") no-repeat center center,rgba(227,6,19,.8);
    content: '';
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1);
    z-index: 2
}

.uct-slider .owl-stage {
    overflow-x: hidden !important;
    max-width: 100%
}

.uct-slider-content-wrapper {
    position: relative;
    height: 618px;
    width: 100%;
    max-width: 100%;
    background: url("../images/slider-bg.jpg") no-repeat center center;
    background-size: 100% 100%
}

.uct-slider_content {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: auto
}

.uct-slider_content .title {
    color: #000;
    font-family: "DINpro",sans-serif;
    font-weight: 900;
    font-size: 48px
}

.uct-slider_content .title-sub {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1
}

.uct-slider_content .title-sub span {
    display: block;
    color: #e30613;
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0 0
}

.uct-slider_content .desc {
    margin: 50px 0;
    color: #000;
    font-size: 18px
}

.uct-slider .img-fluid {
    position: absolute;
    bottom: -40px;
    width: auto;
    filter: drop-shadow(0 10px 7px rgba(0,0,0,.5))
}

.uct-main-title {
    margin-bottom: 30px;
    color: #e30613;
    font-size: 30px;
    font-weight: 500;
    line-height: 1
}

.uct-main-aboutus {
    padding: 60px 0;
    line-height: 2;
    color: #000
}

.uct-main-aboutus .video {
    position: relative
}

.uct-main-aboutus .video a {
    display: block;
    position: relative
}

.uct-main-aboutus .video a:hover::after {
    background-color: rgba(0,0,0,.8)
}

.uct-main-aboutus .video a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/icon-play.png") no-repeat center center,rgba(0,0,0,.6);
    content: '';
    z-index: 1;
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1)
}

.uct-main-aboutus .video a img {
    width: 100%;
    max-width: 100%;
    z-index: 0
}

.uct-main-aboutus iframe {
    width: 100%;
    max-width: 100%;
    height: 420px
}

.uct-main-aboutus .content {
    padding: 10px 0;
    font-size: 16px
}

.uct-main-categories {
    padding: 70px 0;
    /*background: url(/images/gf2k.gif) no-repeat #fefefe;*/
    background: url(/images/waterm.png) no-repeat #fefefe;
    background-size: auto 100%
}

.uct-main-categories .nav-tabs {
    position: relative;
    padding: 0;
    border: 0
}

.uct-main-categories .nav-tabs .nav-item {
    margin: 0;
    padding: 0 10px
}

.uct-main-categories .nav-tabs .nav-item:first-child {
    border-right: 1px solid #aaa;
    text-align: right
}

.uct-main-categories .nav-tabs .nav-item:last-child {
    text-align: left
}

.uct-main-categories .nav-tabs .nav-item:last-child .nav-link::before {
    left: 50px !important;
    right: auto !important
}

.uct-main-categories .nav-tabs .nav-item .nav-link {
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000;
    font-size: 30px;
    font-weight: 500
}

.uct-main-categories .nav-tabs .nav-item .nav-link::before {
    display: block;
    position: absolute;
    bottom: -32px;
    right: 50px;
    opacity: 0;
    height: inherit;
    width: inherit;
    color: #e30613;
    content: '';
    font-family: 'FontAwesome';
    font-weight: 600;
    font-size: 56px;
    line-height: 1
}

.uct-main-categories .nav-tabs .nav-item .nav-link.active,.uct-main-categories .nav-tabs .nav-item .nav-link:hover {
    background: #e30613;
    color: #fff
}

.uct-main-categories .nav-tabs .nav-item .nav-link.active::before,.uct-main-categories .nav-tabs .nav-item .nav-link:hover::before {
    opacity: 1
}

.uct-main-categories .tab-content {
    margin: 20px 0
}

.uct-main-categories .category-item {
    position: relative;
    display: block;
    margin-top: 40px;
    padding: 30px 10px;
    background: url("../images/op.png") repeat-x 0 0 #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: 1px #eee solid
}

.uct-main-categories .category-item:hover {
    background: url(/images/oph.png) repeat-x 0 0 #fff;
    -moz-box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
    -webkit-box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
    color: #fff;
    border-color: #e30613
}

.uct-main-categories .category-item:hover::after {
    opacity: 1
}

.uct-main-categories .category-item:hover .title {
    color: #e30613 !important
}

.uct-main-categories .category-item:hover img {
    filter: grayscale(0)
}

.uct-main-categories .category-item::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    height: 10px;
    background: #e30613;
    content: '';
    opacity: 0
}

.uct-main-categories .category-item .title {
    margin-bottom: 20px;
    height: 50px
}

.uct-main-categories .category-item .desc {
    color: #3c3938;
    font-size: 13px;
    font-weight: 500
}

.uct-main-categories .category-item img {
    margin: 30px auto;
    width: auto;
    max-width: 100%;
    height: 90px;
    -moz-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in
}

.uct-main-world {
    position: relative;
    overflow: hidden;
    padding: 40px 0 20px;
    margin: 0;
    background: #e8e8e8 none repeat scroll 0 0;
    font-family: "Akrobat",sans-serif
}

.uct-main-world .no {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    text-align: right
}

.uct-main-world .text {
    display: table-cell;
    width: 9999px;
    color: #000;
    font-size: 20px;
    vertical-align: middle
}

.uct-main-world .dm {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #d6d7d9;
    font-size: 90px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 31px;
    text-align: center;
    z-index: 1
}

.uct-main-news {
    padding: 70px 0
}

.uct-main-news .news-slider-item {
    padding: 0
}

.uct-main-news .news-slider-item .img {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #dfdfdf;
    height: 210px;
    overflow: hidden
}

.uct-main-news .news-slider-item .img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1);
    z-index: 2;
    border: 1px #e30613 solid
}

.uct-main-news .news-slider-item .img span {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 3px 10px;
    background: #e30613;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    z-index: 3
}

.uct-main-news .news-slider-item .img img {
    width: 100%;
    height: auto
}

.uct-main-news .news-slider-item .img:hover {
    border-color: transparent
}

.uct-main-news .news-slider-item .img:hover:after {
    opacity: 1
}

.uct-main-news .news-slider-item .body {
    color: #3c3938;
    padding: 20px
}

.uct-main-news .news-slider-item .body .title {
    display: block;
    min-height: 50px;
    color: #3c3938;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2
}

.uct-main-news .news-slider-item .body .title:hover {
    color: #e30613
}

.uct-main-news .news-slider-item .body .desc {
    min-height: 65px;
    margin: 10px 0;
    font-size: 14px
}

.uct-main-news .news-slider-item .body .date {
    color: #e30613;
    font-size: 12px;
    font-weight: 500
}

.uct-catalogue {
    padding: 30px 0;
    background: #e30613;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

.uct-catalogue .content-wrap {
    position: relative
}

.uct-catalogue a {
    color: #fff
}

.uct-catalogue img {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.uct-page-header {
    position: relative
}

.uct-page-header img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 220px;
    -o-object-fit: cover;
    object-fit: cover
}

.uct-page-header:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

.uct-page-header-title {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 36px;
    text-align: center
}

.uct-page-wrapper {
    padding-bottom: 90px
}

.uct-page-wrapper .col-md-12 .uct-page-content {
    padding-left: 0
}

.uct-page-menu-wrap {
    position: relative
}

.uct-page-menu-wrap .page-menu {
    position: relative;
    margin-top: 0;
    padding: 15px;
    background-color: #fff;
    -moz-box-shadow: 0 -13px 14px 0 rgba(42,46,46,.05);
    -webkit-box-shadow: 0 -13px 14px 0 rgba(42,46,46,.05);
    box-shadow: 0 -13px 14px 0 rgba(42,46,46,.05)
}

.uct-page-menu-wrap .page-menu-title {
    margin: 10px 0;
    color: #e30613;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase
}

.uct-page-menu-wrap .page-menu .nav-link {
    position: relative;
    padding: 7px 10px;
    border-radius: 0;
    color: #666
}

.uct-page-menu-wrap .page-menu .nav-link::after {
    position: absolute;
    right: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    font-family: 'FontAwesome';
    font-weight: 600
}

.uct-page-menu-wrap .page-menu .nav-link.active,.uct-page-menu-wrap .page-menu .nav-link:hover {
    background-color: #e30613;
    color: #fff
}

.uct-page-menu-wrap .page-menu .nav-item ul {
    margin-bottom: 20px;
    list-style: none
}

.uct-page-menu-wrap .page-menu .nav-item ul li {
    position: relative
}

.uct-page-menu-wrap .page-menu .nav-item ul li::before {
    position: absolute;
    left: -20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    font-family: 'FontAwesome';
    font-weight: 600
}

.uct-page-menu-wrap .page-menu .nav-item ul li:hover a {
    color: #e30613
}

.uct-page-menu-wrap .page-menu .nav-item ul li:hover::before {
    color: #e30613
}

.uct-page-menu-wrap .page-menu .nav-item ul a {
    display: inline-block;
    padding: 3px 0;
    font-size: 15px;
    color: #666
}

.uct-page-menu-wrap .page-menu .nav-item ul a.active {
    color: #e30613
}

.uct-page-content {
    padding-top: 30px;
    padding-left: 70px;
    line-height: 1.8
}

.uct-page-content .breadcrumb {
    padding: 0;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.uct-page-content .breadcrumb-item:hover a {
    color: #e30613
}

.uct-page-content .breadcrumb-item::before {
    color: #666
}

.uct-page-content .breadcrumb-item a {
    color: #666;
    font-weight: 500
}

.uct-page-gallery {
    margin-top: 90px
}

.uct-page-gallery .gallery-item {
    display: block;
    margin: 10px 0;
    width: 100%;
    height: 330px;
    border: 2px solid #d8d8d8;
    overflow: hidden
}

.uct-page-gallery .gallery-item img {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.uct-timeline {
    position: relative;
    padding: 30px 0;
    background: url("../images/timeline-bg.png") no-repeat center center;
    background-size: contain
}

.uct-timeline .timeline-slider {
    position: relative
}

.uct-timeline .timeline-slider:hover .swiper-scrollbar {
    opacity: 1 !important
}

.uct-timeline .timeline-slider .divider {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,calc(-50% - 20px));
    -ms-transform: translate(-50%,calc(-50% - 20px));
    -o-transform: translate(-50%,calc(-50% - 20px));
    -webkit-transform: translate(-50%,calc(-50% - 20px));
    transform: translate(-50%,calc(-50% - 20px));
    width: 100%;
    height: 20px;
    background: #e30613;
    content: '';
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-radius: 33px
}

.uct-timeline .timeline-slider .timeline-wrapper .timeline-item {
    position: relative;
    text-align: center
}

.uct-timeline .timeline-slider .timeline-wrapper .timeline-item.top {
    margin-top: 110px
}

.uct-timeline .timeline-slider .timeline-wrapper .timeline-item.top .content-wrap::before {
    top: -50%
}

.uct-timeline .timeline-slider .timeline-wrapper .timeline-item.bottom {
    margin-bottom: 110px
}

.uct-timeline .timeline-slider .timeline-wrapper .timeline-item.bottom .content-wrap::before {
    bottom: -50%
}

.uct-timeline .timeline-slider .timeline-wrapper .timeline-item .img-wrap {
    position: relative;
    height: 232px
}

.uct-timeline .timeline-slider .timeline-wrapper .timeline-item .img-wrap img {
    width: 100%;
    margin: 0 auto
}

.uct-timeline .timeline-slider .timeline-wrapper .timeline-item .img-wrap span {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #e30613;
    font-size: 20px;
    font-weight: 600
}

.uct-timeline .timeline-slider .timeline-wrapper .timeline-item .content-wrap {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    max-height: 120px;
    height: 110px;
    color: #000;
    font-size: 15px;
    line-height: normal
}

.uct-timeline .timeline-slider .timeline-wrapper .timeline-item .content-wrap::before {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3px;
    height: 50%;
    z-index: -1;
    background: #e30613;
    content: ''
}

.uct-timeline .timeline-slider .timeline-wrapper .timeline-item .content-wrap strong {
    font-weight: 600
}

.uct-timeline .timeline-slider .timeline-wrapper .timeline-item .content-wrap p {
    margin: 0;
    padding: 0
}

.uct-timeline .swiper-container-horizontal>.swiper-scrollbar {
    margin-top: 40px;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 50;
    height: 5px;
    width: 98%;
    background: #e30613
}

.uct-worldwide .world-box {
    margin: 10px 0;
    padding-bottom: 30px;
    color: #424242;
    font-size: 15px;
    font-family: "Montserrat",sans-serif
}

.uct-worldwide .world-box p,.uct-worldwide .world-box a {
    margin: 0;
    padding: 0;
    color: #424242
}

.uct-worldwide .world-box a:hover {
    color: #e30613
}

.uct-worldwide .world-box .title {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e30613;
    color: #e30613;
    font-size: 24px
}

.uct-worldwide .world-box .title img {
    margin-right: 7px;
    width: 24px;
    vertical-align: middle
}

.uct-worldwide .world-box .content h3 {
    font-size: 16px;
    font-weight: 600
}

.uct-worldwide .world-box .content strong {
    display: inline-block;
    min-width: 90px;
    font-weight: 600
}

.uct-career-list {
    margin-top: 50px
}

.uct-career-list .list-item {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    line-height: 47px
}

.uct-career-list .list-item.active .list-item-head .title button::after {
    content: ''
}

.uct-career-list .list-item-head {
    position: relative;
    padding: 12px 0 12px 40px
}

.uct-career-list .list-item-head::before {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    margin-right: 13px;
    width: 20px;
    height: 14px;
    background: url("../images/icon-career-item.svg") no-repeat center center;
    content: '';
    vertical-align: middle
}

.uct-career-list .list-item-head .title {
    line-height: 1
}

.uct-career-list .list-item-head .title button {
    display: block;
    padding: 0;
    margin-top: 6px;
    background: none;
    border: 0;
    color: #e30613;
    cursor: pointer;
    font-size: 15px
}

.uct-career-list .list-item-head .title button:focus {
    border: 0;
    outline: 0
}

.uct-career-list .list-item-head .title button::after {
    display: inline-block;
    margin-left: 5px;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: 600;
    content: '';
    vertical-align: middle;
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1)
}

.uct-career-list .list-item-head .btnSend {
    display: inline-block;
    padding: 8px 40px;
    background: #000;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    color: #fff
}

.uct-career-list .list-item-head .btnSend:hover {
    background: #e30613;
    text-decoration: none
}

.uct-career-list .list-item-content {
    line-height: 0;
    -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
    -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    height: 0;
    overflow: hidden;
    opacity: 0
}

.uct-career-list .list-item-content.active {
    padding: 12px 40px;
    height: auto;
    line-height: 1.7;
    opacity: 1
}

.uct-career-form .career-box {
    border: 1px solid #f00;
    margin: 12px 0;
    border: 1px solid #ebebeb
}

.uct-career-form .career-box .title {
    padding: 10px 25px;
    border-bottom: 1px solid #ebebeb;
    color: #e30613;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.uct-career-form .career-box .body {
    position: relative;
    padding: 25px
}

.uct-career-form .career-box select {
    padding: 25px;
    border: 0;
    background: rgba(235,235,235,.49);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.uct-career-form .career-box select:focus {
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.uct-career-form .career-box select option {
    margin-bottom: 10px
}

.uct-career-form .career-box .file-upload-container {
    position: relative;
    min-height: 330px
}

.uct-career-form .career-box .file-upload-container .input-file-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.uct-career-form .career-box .file-upload-container .input-file-trigger {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 50px;
    height: 100%;
    background: url("../images/icon-select-file.png") no-repeat center center;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1)
}

.uct-career-form .career-box .file-upload-container .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer
}

.uct-career-form .form .form-group {
    margin-bottom: 10px
}

.uct-career-form .form .form-control {
    padding: 0 21px;
    height: 57px;
    background: rgba(235,235,235,.49);
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #616865;
    font-size: 14px;
    font-weight: 500
}

.uct-career-form .form .btnSend {
    display: block;
    margin-top: 10px;
    padding: 12px 20px;
    width: 100%;
    border: 0;
    background: url("../images/icon-send.svg") no-repeat center center,#000;
    background-position: 90% center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.uct-career-form .form .btnSend:hover {
    background-color: #e30613
}

.uct-career-form .form .btnSend:focus {
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.uct-videos .video-box {
    display: block;
    position: relative;
    height: 350px;
    margin: 10px 0;
    cursor: pointer
}

.uct-videos .video-box::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(66,66,66,.61);
    content: ''
}

.uct-videos .video-box_desc {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    z-index: 2;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
    color: #fff;
    text-align: center
}

.uct-videos .video-box_desc h2 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 24px
}

.uct-videos .video-box_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 1;
    overflow: hidden
}

.uct-videos .video-box_wrap .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 1;
    opacity: 0;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
    -webkit-transition: 400ms ease;
    transition: 400ms ease
}

.uct-videos .video-box_wrap .iframe iframe {
    width: 100%;
    height: 100%
}

.uct-videos .video-box_wrap .img {
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
    -webkit-transition: 400ms ease;
    transition: 400ms ease
}

.uct-videos .video-box_wrap .img img {
    height: 350px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.uct-catalogs .catalog-box {
    display: block;
    margin: 10px auto;
    padding: 30px 0;
    background: #efefef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    color: #424242;
    font-size: 18px;
    font-weight: 600;
    text-align: center
}

.uct-catalogs .catalog-box:hover {
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
}

.uct-catalogs .catalog-box img {
    margin-bottom: 15px;
    width: 64px
}

.uct-news-list .news-item .img {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #dfdfdf;
    height: 210px;
    overflow: hidden
}

.uct-news-list .news-item .img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: rgba(66,66,66,.6);
    content: '';
    opacity: 0;
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1);
    z-index: 2
}

.uct-news-list .news-item .img span {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 3px 10px;
    background: #e30613;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    z-index: 3
}

.uct-news-list .news-item .img img {
    width: 100%;
    height: auto
}

.uct-news-list .news-item .img:hover:after {
    opacity: 1
}

.uct-news-list .news-item .body {
    color: #3c3938;
    padding: 20px 0
}

.uct-news-list .news-item .body .title {
    display: block;
    min-height: 60px;
    color: #3c3938;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2
}

.uct-news-list .news-item .body .title:hover {
    color: #e30613
}

.uct-news-list .news-item .body .desc {
    min-height: 65px;
    margin: 10px 0;
    font-size: 14px
}

.uct-news-list .news-item .body .date {
    color: #e30613;
    font-size: 12px;
    font-weight: 500
}

.uct-news-detail h3 {
    margin: 10px 0;
    padding: 0;
    color: #e30613
}

.uct-news-detail small {
    display: block
}

.uct-news-detail .detail-img {
    display: block;
    padding: 10px;
    border: 2px solid #dfdfdf;
    text-align: center
}

.uct-news-detail .detail-img img {
    width: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.uct-news-detail .detail-content {
    margin-top: 20px
}

.uct-contact-us .contact-title {
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    color: #e30613
}

.uct-contact-us .contact-info-item {
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid #dfdfdf;
    color: #000;
    font-size: 16px
}

.uct-contact-us .contact-info-item p {
    margin: 0;
    padding: 0
}

.uct-contact-us .contact-info-item.iframe {
    border-bottom: 0
}

.uct-contact-us .contact-info-item.iframe iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: 350px !important
}

.uct-contact-us .contact-info-item a {
    color: #000
}

.uct-contact-us .contact-info-item img {
    width: 24px;
    margin-right: 12px
}

.uct-contact-us .btnPrimary {
    margin-top: 10px;
    background: #e30613;
    color: #fff
}

.uct-contact-us .btnPrimary:hover {
    background: #b1050f
}

.uct-product-tab {
    padding: 0;
    margin: 0
}

.uct-product-tab .nav-item .nav-link {
    text-align: center;
    position: relative;
    padding: 20px 0;
    border: 1px solid #bd7e4a;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #bd7e4a;
    font-family: "Montserrat",sans-serif;
    font-size: 11px;
    font-weight: 500
}

.uct-product-tab .nav-item .nav-link::after {
    position: absolute;
    top: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    opacity: 0;
    border: solid transparent;
    content: " ";
    border-color: rgba(136,183,213,0);
    border-top-color: #bd7e4a;
    border-width: 15px;
    pointer-events: none
}

.uct-product-tab .nav-item .nav-link:hover {
    background: #dfdfdf
}

.uct-product-tab .nav-item .nav-link.active {
    background: #bd7e4a;
    border-color: #bd7e4a;
    color: #fff
}

.uct-product-tab .nav-item .nav-link.active::after {
    opacity: 1
}

.uct-product-tab-wrap .product-tab-content {
    margin-top: 40px
}

.uct-product-tab-wrap .product-tab-content-img {
    text-align: center
}

.uct-product-tab-wrap .product-tab-content-img img {
    width: auto;
    max-width: 100%
}

.uct-product-tab-wrap .product-tab-process {
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.uct-product-tab-wrap .product-tab-process::after,.uct-product-tab-wrap .product-tab-process::before {
    display: table;
    clear: both;
    content: ''
}

.uct-product-tab-wrap .product-tab-process .process-item {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-self: stretch;
    width: 190px;
    height: 200px;
    border: 1px solid #e30613;
    margin-left: -1px;
    margin-bottom: -1px
}

.uct-product-tab-wrap .product-tab-process .process-item:first-child {
    padding: 20px;
    background: #e30613;
    color: #fff;
    font-size: 20px
}

.uct-product-tab-wrap .product-tab-process .process-item:first-child::after {
    position: absolute;
    left: 100%;
    top: 20px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: " ";
    pointer-events: none
}

.uct-product-tab-wrap .product-tab-process .process-item:first-child::after {
    border-color: rgba(136,183,213,0);
    border-left-color: #e30613;
    border-width: 10px;
    margin-top: -10px
}

.uct-product-tab-wrap .product-tab-process .process-item a {
    padding: 10px 0;
    width: 100%;
    color: #80030b;
    text-align: center
}

.uct-product-tab-wrap .product-tab-process .process-item a:hover {
    background: #e30613;
    color: #fff
}

.uct-product-tab-wrap .product-tab-process .process-item a .img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1)
}

.uct-product-tab-wrap .product-tab-process .process-item a .img img {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: middle
}

.uct-product-tab-wrap .product-tab-process .process-item a .title {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 7px;
    height: 60px;
    font-size: 16px;
    font-weight: 600
}

.uct-product-list .product-item {
    display: block;
    margin: 12px 0;
    background: #fff;
    border: 1px solid #dfdfdf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
    -webkit-box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15)
}

.uct-product-list .product-item:hover {
    -moz-box-shadow: 0 -13px 14px 0 rgba(42,46,46,.05);
    -webkit-box-shadow: 0 -13px 14px 0 rgba(42,46,46,.05);
    box-shadow: 0 -13px 14px 0 rgba(42,46,46,.05);
    border-color: #e30613
}

.uct-product-list .product-item:hover .product-item_img::after {
    opacity: 1
}

.uct-product-list .product-item:hover .title {
    color: #e30613
}

.uct-product-list .product-item_img {
    position: relative;
    height: 230px;
    max-height: 230px
}

.uct-product-list .product-item_img::after {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url("../images/icon-img-hover.png") no-repeat center center;
    content: '';
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1);
    z-index: 2
}

.uct-product-list .product-item_img img {
    width: 100%;
    max-width: 100%;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover
}

.uct-product-list .product-item_body {
    padding: 20px;
    min-height: 270px
}

.uct-product-list .product-item_body .title {
    margin: 0;
    padding: 0;
    color: #80030b;
    font-size: 26px
}

.uct-product-list .product-item_body .desc {
    margin-top: 20px;
    color: #aaa;
    font-size: 14px
}

.uct-product-detail .uct-product-tab {
    position: sticky;
    top: 0;
    background: #fff;
    margin-top: 40px;
    z-index: 2
}

.uct-product-detail .uct-product-tab .nav-item .nav-link {
    line-height: 1
}

.uct-product-detail .uct-product-tab .nav-item .nav-link i {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle
}

.uct-product-detail .product-detail-title {
    margin-bottom: 40px;
    color: #e30613
}

.uct-product-detail .product-detail-title::after {
    display: block;
    margin-top: 20px;
    width: 100px;
    height: 2px;
    background: #e30613;
    content: ''
}

.uct-product-detail .product-detail-img {
    display: block;
    padding: 12px;
    height: 280px;
    border: 1px solid #efefef;
    -moz-box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
    -webkit-box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center
}

.uct-product-detail .product-detail-img img {
    height: 100%;
    width: auto;
    max-width: 100%
}

.uct-product-detail .product-detail-slider {
    display: block;
    padding: 12px;
    height: 280px;
    border: 1px solid #efefef;
    -moz-box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
    -webkit-box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center
}

.uct-product-detail .product-detail-slider .slider-item {
    height: 100%
}

.uct-product-detail .product-detail-slider .slider-item img {
    height: 100%;
    width: auto;
    max-width: 100%
}

.uct-product-detail .product-detail-slider .swiper-button-next,.uct-product-detail .product-detail-slider .swiper-button-prev {
    top: 0;
    margin: 0;
    height: 100%
}

.uct-product-detail .product-detail-slider .swiper-button-next {
    right: 0;
    background: url("../images/icon-slider-next.svg") no-repeat center center,#fff;
    background-size: contain
}

.uct-product-detail .product-detail-slider .swiper-button-prev {
    left: 0;
    background: url("../images/icon-slider-back.svg") no-repeat center center,#fff;
    background-size: contain
}

.uct-product-detail .product-detail-tab-content {
    margin-top: 40px
}

.uct-product-detail .product-detail-catalogs .catalog-item {
    margin: 10px 0
}

.uct-product-detail .product-detail-catalogs .catalog-item a {
    display: block;
    padding: 20px;
    background: #f7f7f7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    line-height: normal;
    color: #424242;
    font-weight: 600
}

.uct-product-detail .product-detail-catalogs .catalog-item a img {
    display: inline-block;
    width: 32px;
    margin-right: 12px;
    vertical-align: middle
}

.uct-product-detail .product-detail-catalogs .catalog-item a:hover {
    background: #dfdfdf;
    -moz-box-shadow: 0 -13px 14px 0 rgba(42,46,46,.05);
    -webkit-box-shadow: 0 -13px 14px 0 rgba(42,46,46,.05);
    box-shadow: 0 -13px 14px 0 rgba(42,46,46,.05)
}

.uct-product-detail .product-detail-videos .video-item {
    z-index: 0
}

.uct-product-detail .product-detail-videos .video-item a {
    display: block;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #efefef;
    cursor: pointer;
    color: #424242;
    text-align: center
}

.uct-product-detail .product-detail-videos .video-item a:hover {
    color: #e30613
}

.uct-product-detail .product-detail-videos .video-item a img {
    height: 280px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.uct-product-detail .product-detail-videos .video-item a .desc {
    margin: 0;
    padding: 10px 0;
    font-weight: 600;
    font-size: 18px
}

.uct-references .references-wrap {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #eee
}

.uct-references .references-wrap h3 {
    margin-bottom: 20px;
    color: #e30613;
    font-size: 26px;
    text-align: center
}

.uct-references .references-wrap h3::after {
    display: block;
    margin: 20px auto;
    width: 102px;
    height: 1px;
    background: #e30613;
    content: ''
}

.uct-references .references-wrap .references-list .references-item {
    margin: 5px 0;
    padding: 10px;
    border: 1px solid #efefef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #424242;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 600;
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1)
}

.uct-references .references-wrap .references-list .references-item:hover {
}

.uct-references .references-wrap .references-list .references-item img {
    margin-right: 7px;
    width: 24px;
    vertical-align: middle
}

.uct-search-result h3 {
    margin-bottom: 20px;
    color: #e30613
}

.uct-search-result .list-group-item {
    -moz-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -o-transition: all 300ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: all 300ms cubic-bezier(.4,0,.2,1);
    transition: all 300ms cubic-bezier(.4,0,.2,1)
}

.uct-search-result .list-group-item:hover {
    background: #efefef
}

.uct-search-result .list-group-item a {
    color: #424242
}

footer {
    padding-top: 90px
}

footer .footer-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase
}

footer .footer-col .nav-item {
    position: relative;
    margin: 4px 0
}

footer .footer-col .nav-item::before {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 7px;
    width: 5px;
    height: 5px;
    background: #000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    font-size: 22px
}

footer .footer-col .nav-link {
    display: inline-block;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500
}

footer .footer-col .nav-link:hover {
    color: #e30613
}

footer .footer-top {
    padding-bottom: 90px
}

footer .footer-bottom {
    border-top: 1px solid #e3e3e3;
    padding: 30px 0
}

footer .footer-bottom .copyright {
    color: #3c3938;
    font-size: 14px
}

footer .footer-bottom .social .nav-item:last-child .nav-link {
    padding-right: 0
}

footer .footer-contact {
    padding: 15px 0;
    background: #aaa;
    color: #fff;
    font-size: 15px
}

footer .footer-contact img {
    margin-right: 10px
}

footer .footer-contact a {
    color: #fff
}

footer .footer-contact p {
    margin: 0;
    padding: 0
}

#langDropdown {
    height: 100%
}

#langDropdown img {
    margin: 0 5px 0 0;
    position: relative;
    top: -2px
}

@media(max-width: 767px) {
    .uct-page-wrapper .col-md-9 .uct-page-content {
        padding-left:0
    }
}

.label {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    background: #eee
}

.label.label-blue {
    background: #2323bf;
    color: #fff
}

.label.label-red {
    background: #e30613;
    color: #fff
}

.label.label-green {
    background: #008000;
    color: #fff
}

.label.label-gray {
    background: #aaa;
    color: #fff
}

li.nav-item.form-button a {
    color: #fff;
    display: inline-block;
    background: #e30613;
    white-space: nowrap;
    padding: 15px 30px 18px;
    font-size: 14px;
    border-radius: 500px;
    margin-left: 15px;
}

li.nav-item.form-button a:hover {
    background: #b1050f;
}

li.nav-item.form-button {
    display: flex;
    align-items: center;
}

header .navbar-nav .nav-item.lang .nav-link {
    border-right: none;
}

.container {
    max-width: 1240px;
}

.uct-main-categories .category-item .title {
    text-align: center;
}

.uct-product-tab .nav-item .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
