@charset "utf-8";
body {
    font-family: 'Roboto', sans-serif;
    background: #f4f4f4
}

input, button, select, textarea {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover, a:focus {
    text-decoration: none;
}

a {
    color: #333;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}

.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}

.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}

/* css main slider */
#slider-home .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

#slider-home .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

.second-nav {
    display: none;
}

.top-header {
    background: #303845;
    padding: 5px 0;
}

.logo img {
    width: 240px;
}

.top-header .top-header-left .logo {
    display: inline-block;
    float: left;
}

.top-header .top-header-left span {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 13px;
    padding-left: 15px;
    margin-top: 9px;
}

.top-header .top-header-right ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.logo-menu{
    /*padding-bottom: 15px;*/
    background: #303845;
}

.top-header .top-header-right {
    text-align: right;
    margin-top: 10px;
}

.top-header .top-header-right ul li {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto-Bold';
    padding: 0 10px;
    position: relative;
}

.top-header .top-header-right ul li a {
    color: #fff;
    position: relative;
    cursor: pointer;
}

.top-header .top-header-right ul li a svg {
    font-size: 18px;
}

.top-header .top-header-right ul li a .stt {
    width: 15px;
    height: 15px;
    background-color: #d32035;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 11px;
    top: -10px;
    position: absolute;
    right: -9px;
}

.top-header .top-header-right ul li span {
    color: #d32035;
}

.top-header .top-header-right ul li .nav-language {
    position: absolute;
    background: #fff;
    top: 23px;
    right: 0;
    width: 100px;
    z-index: 999;
}

.top-header .top-header-right ul li .nav-language {
    padding: 5px;
    display: none;
}

.top-header .top-header-right ul li .nav-language li {
    width: 100%;
    text-align: left;
    padding: 0;
    padding-bottom: 3px;
}

.top-header .top-header-right ul li .nav-language li:last-child {
    padding-bottom: 0
}

.top-header .top-header-right ul li .nav-language li a {
    color: #333;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.top-header .top-header-right ul li .nav-language li a img {
    margin-right: 5px;
}

.top-header .top-header-right ul li .click-language svg {
    font-size: 10px;
    display: inline-block;
    margin-left: 6px;
}

.top-header .top-header-right ul li img {
    width: 23px;
    height: 14px;
}

.menu-search .main-menu ul {
    padding: 0;
    margin: 0;
}

.menu-search .main-menu ul .sub-menu {
    position: absolute;
    width: 300px;
    background: #fff;
    top: 70px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.menu-search .main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 62px;
    z-index: 999;
}

.menu-search .main-menu ul li {
    display: inline-block;
    float: left;
    position: relative;
}

.menu-search .main-menu ul .sub-menu li {
    width: 100%;
}

.menu-search .main-menu ul .sub-menu li a {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    color: #333;
}

.menu-search .main-menu ul .sub-menu li:last-child a {
    border-bottom: 0
}

.menu-search .main-menu ul .sub-menu li a:hover {
    background: #cf2234;
    color: #fff;
}

.menu-search .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    padding: 20px 15px;
    font-family: 'Roboto-Bold';
    color: #fff;
}

.main-search form {
    position: relative;
}

.main-search form input[type=text] {
    width: 100%;
    height: 35px;
    padding-left: 12px;
    border: 1px solid #fff;
    border-radius: 17px;
}

.main-search form .click-search {
    position: absolute;
    right: 15px;
    top: 7px;
}

.main-search {
    margin-top: 10px;
}

.title-primary {
    margin: 0;
    font-size: 23px;
}

.category-home {
    padding-top: 50px;
}

.nav-cards__headline {
    padding-top: .4rem;
    text-align: center;
    font-size: 1.9rem;
    line-height: 2;
    color: #333333;
    color: var(--darkgrey);
    transition: color .15s ease-in-out;
    white-space: nowrap;
    position: relative;
}

.nav-cards__hoverbar {
    position: absolute;
    bottom: 3.8rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 3.8rem;
    z-index: -1;
    transition: transform .15s ease-in-out;
}

.u_bg--cadcam {
    background-color: #8bc1b8;
}

.category-home .nav-category .item {
    position: relative;
    margin-bottom: 30px;
}

.category-home .nav-category .item:hover .nav-cards__hoverbar {
    transform: translateY(100%);
}

.category-home .nav-category .item:hover .nav-cards__headline {
    color: #fff
}

.category-home .nav-category .item .images img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.category-home .nav-category .item .images:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.category-home .nav-category .item .images {
    overflow: hidden;
}

.u_bg--modellherstellung {
    background-color: #c5002d;
}

.u_bg--modellieren {
    background-color: #412777;
}

.u_bg--kfo {
    background-color: #1d9a83;
}

.u_bg--prothetik {
    background-color: #d57417;
}

.u_bg--dtplus {
    background-color: #b7c2c4;
}

.category-home .nav-category {
    margin-top: 25px;
}

.supplier-home {
    background: #303845;
    padding: 50px 0;
    margin-top: 30px;
}

.supplier-home .title-primary {
    color: #fff;
}

.supplier-home .item img {
    height: 100px;
    display: inline-block;
    max-width: 100%;
    transition: all .2s cubic-bezier(.42, .04, .26, .98);
    filter: grayscale(100%);
}

.supplier-home .item {
    background: #fff;
    padding: 10px;
}

.supplier-home .item:hover img {
    filter: inherit;
}

.supplier-home .slider-supplier {
    margin-top: 30px;
}

.title-primary .readmore {
    color: #fff;
    font-size: 17px;
    float: right;
    margin-top: 5px;
}

.slider-supplier .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.slider-supplier .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.item-product .image img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.item-product .image {
    overflow: hidden;
}

.item-product .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.item-product {
    position: relative;
    background: #fff
}

.item-product .nav-image {
    padding: 20px;
}

.item-product .title {
    margin: 0;
    font-size: 15px;
    font-family: 'Roboto-Bold';
    line-height: 22px;
    overflow: hidden;
    height: 44px;
    margin-bottom: 7px;
}

.item-product .nav-image p {
    color: #888;
    font-size: 14px;
    margin-bottom: 5px;
}

.item-product .nav-image p a {
    color: #0000ee;
}

.item-product .nav-image .price {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 12px;
}

.title-primary .readmore1 {
    background: #d32035;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 16px;
    clear: both;
    margin-top: 0;
    border: 1px solid #d32035;
}

.title-primary .readmore1:hover {
    color: #f37639;
    background: #fff;
    border: 1px solid #f37639;
}

.title-primary {
    clear: both;
    width: 100%;
    display: inline-block;
    margin-top: 0;
    text-transform: uppercase;
}

.product-sale {
    padding-top: 50px;
}

.product-sale .slider-product-sale {
    padding-top: 23px;
}

.slider-product-sale .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    background: none;
    color: rgba(51, 51, 51, 0.6);
    font-size: 24px;
    width: auto;
}

.slider-product-sale .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    background: none;
    color: rgba(51, 51, 51, 0.6);
    font-size: 24px;
    width: auto;
}

.new-home {
    background: #303845;
    padding: 50px 0;
    margin-top: 53px;
}

.new-home .nav-new-home {
    margin-top: 20px;
}

.new-home .item .image img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.new-home .item .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.new-home .item .image {
    overflow: hidden;
}

.new-home .item {
    background: #fff;
}

.new-home .item .nav-image {
    padding: 15px;
}

.new-home .item .nav-image .date {
    font-size: 1.2rem;
    color: #d32035;
    margin-bottom: 0;
}

.new-home .item .nav-image .title {
    font-family: 'Roboto-Bold';
    margin-top: 10px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}

.new-home .item .nav-image .desc {
    color: #888;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.new-home .item .nav-image .readmore-new {
    color: #d32035;
    border-top: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    padding-top: 12px;
    margin-top: 4px;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}

.new-home .title-primary {
    color: #fff;
}

.slider-new .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    background: none;
    color: #fff;
    font-size: 24px;
    width: auto;
}

.slider-new .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    background: none;
    color: #fff;
    font-size: 24px;
    width: auto;
}

.content-bottom .item-left {
    text-align: right;
}

.content-bottom .item-left .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    padding-top: 24px;
}

.content-bottom .item-left .title:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #000;
    right: 0;
    top: 0;
}

.content-bottom .item-left .xemthem {
    display: inline-block;
    background: #d32034 ;
    height: 34px;
    line-height: 34px;
    color: #fff;
    padding: 0 26px;
    border-radius: 16px;
    margin-top: 13px;
}

.content-bottom .item-left .xemthem:hover {
    color: #f37639;
    background: #fff;
    border: 1px solid #f37639;
}

.content-bottom .item-center .item1 .icon {
    width: 57px;
    display: inline-block;
    float: left;
}

.content-bottom .item-center .item1 .nav-icon {
    width: calc(100% - 57px);
    display: inline-block;
    float: right;
    padding-left: 10px;
}

.content-bottom .item-center .item1 .nav-icon .title2 {
    font-size: 15px;
    line-height: 20px;
}

.content-bottom .item-center .item1 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.content-bottom .item-center .item1:last-child {
    border-bottom: 0
}

.content-bottom .item-right img {
    width: 100%;
}

.content-bottom {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
}

.decor-shape {
    width: 400px;
    height: 100%;
    transform: skew(-20deg);
    position: absolute;
    right: -130px;
    top: 0;
    background-color: #d32035;
    z-index: 1;
}

.decor-shape.overlay {
    z-index: 3;
    opacity: .2;
}

.logo-footer {
    text-align: center;
}

#footer-site {
    background: #303845;
    padding: 50px 0;
}

#footer-site .desc {
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding-top: 23px;
}

#footer-site .nav-footer .item .icon {
    background: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 30px;
    line-height: 80px;
    border-radius: 10px;
    color: #d32035;
    display: inline-block;
    float: left;
}

#footer-site .nav-footer {
    width: 60%;
    margin: auto;
    padding-top: 34px;
}

#footer-site .nav-footer .item .nav-icon {
    width: calc(100% - 80px);
    display: inline-block;
    float: right;
    padding-left: 15px;
}

#footer-site .nav-footer .item .nav-icon span {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}

#footer-site .nav-footer .item .nav-icon .phone-footer {
    color: #fff;
    font-size: 26px;
    font-weight: bo
}

#footer-site .nav-footer .item .nav-icon .contact-footer {
    display: inline-block;
    border: 1px solid #fff;
    height: 35px;
    line-height: 35px;
    color: #fff;
    margin-top: 10px;
    padding: 0 25px;
    border-radius: 15px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

a {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

#footer-site .nav-footer .item .nav-icon .contact-footer:hover {
    color: #d32035;
    background-repeat: #fff;
    background: #fff;
}

.copy-right {
    padding: 1rem;
    background-color: #262d37;
    font-size: 1.2rem;
}

.copy-right a {
    color: #fff;
}

#header-site-sticky-wrapper {
    height: auto !important;
}

.menu-search {
    /*position: absolute;*/
    background: #232831;
    width: 100%;
    z-index: 11;
    left: 0;
}

#header-site {
    z-index: 99 !important;
}

.is-sticky .menu-search {
    background: #fff;
}

.is-sticky .menu-search .main-menu ul li a {
    color: #000;
}

.is-sticky .main-search form input[type=text] {
    border: 1px solid #ddd;
}

.is-sticky > * {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.sidebar .item-sb .title {
    background: #303845;
    font-size: 16px;
    padding: 10px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.sidebar .item-sb .nav-item-sb {
    border: 1px solid #303845;
    padding: 15px;
}

.sidebar .item-sb .nav-item-sb ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar .item-sb .nav-item-sb ul li {
    padding-bottom: 10px;
}

.sidebar .item-sb .nav-item-sb ul li a {
    color: #333;
}

.sidebar .item-sb .nav-item-sb ul li input[type=checkbox] {
    margin-right: 7px;
    display: inline-block;
    float: left;
    margin-top: 4px;
}

.banner-main img {
    width: 100%;
}

.main-child {
    margin-top: 50px;
    padding-bottom: 50px;
}

.sidebar .item-sb {
    margin-bottom: 20px;
}

.main-product-page .content-product .item-product {
    margin-bottom: 30px;
}

.pagenavi {
    border-top: 1px dashed #dddddd;
    padding-top: 26px;
    margin-bottom: 30px;
}

.pagenavi ul {
    padding-left: 0;
}

.pagenavi ul li {
    display: inline-block;
}

.pagenavi ul a {
    height: 27px;
    display: inline-block;
    background: #f2f2f2;
    text-align: center;
    line-height: 27px;
    border: 1px solid #dddddd;
    padding: 0 10px;
}

.pagenavi ul a.active {
    background: #303845;
    color: #c5eaf8;
}

.banner-main {
    position: relative;
}

.pagi li {
    display: inline-block;
    font-weight: 300;
}

.pagi a {
    color: #fff;
    display: block;
    text-decoration: none;
    opacity: .7;
    padding-bottom: .6rem;
}

.banner-main .brescus {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.pagi li + li {
    margin-left: 2rem;
}

.pagi li.active a {
    opacity: 1;
    border-bottom: #d32035 solid 2px;
}

.banner-main .brescus .pagi {
    padding: 0;
    margin: 0;
}

.slider-large .item img {
    height: 444px;
    object-fit: contain;
}

.slider-small img {
    height: 110px;
}

.slider-small {
    margin-top: 15px;
}

.conten-detail-pr h3 {
    font-size: 26px;
    color: #333;
    font-family: 'Roboto-Bold';
    margin-top: 0
}

.price-detail {
    font-size: 20px;
}

.price-detail span {
    font-family: 'Roboto-Bold';
    color: #ff0000;
}

.nav-content-detail {
    padding-top: 0;
    margin-top: 5px;
    line-height: 24px;
    border-top: 1px dashed #ddd;
    margin-top: 10px;
    padding-top: 12px;
}

.add-shop input {
    height: 39px;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 6px;
}

.add-shop input[type=number] {
    width: 105px;
    padding: 0;
    padding-left: 10px;
}

.add-shop input[type=submit] {
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 14px;
    text-transform: uppercase;
}

.add-shop .add-tocart {
    background: #303845;
    border: 1px solid #303845;
}

.add-shop .muahang {
    background: #e67817;
    border: 1px solid #e67817;
}

.conten-detail-pr .share {
    border-top: 1px dashed #ddd;
    margin-top: 22px;
    padding-top: 13px;
}

.nav-content-detail ul {
    padding-left: 0;
}

.nav-content-detail ul li {
    list-style: none;
}

.conten-detail-pr .tinhtrang {
    font-size: 14px;
    margin-top: 3px;
}

.conten-detail-pr .tinhtrang span {
    color: #e67817;
}

.conten-detail-pr .list-detail li {
    position: relative;
    padding-left: 15px;
}

.conten-detail-pr .list-detail li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #183883;
    border-radius: 50%;
}

.tab-content1 li.active a {
    border: 0 !important;
    color: #e67817;
    position: relative;
    background: none !important;
}

.tab-content1 li {
    padding: 0 15px;
}

.tab-content1 li a {
    padding: 13px 0;
}

.tab-content1 li.active a:after {
    content: '';
    position: absolute;
    width: 47px;
    height: 2px;
    background: #183883;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}

.tab-content1 li a {
    font-family: 'Roboto-Bold';
    font-size: 16px;
    text-transform: uppercase
}

.center-content .tab-content1 {
    padding-top: 27px;
}

.other-new .slider-product-sale {
    padding-top: 25px;
}

.other-new {
    margin-top: 30px;
}

.main-supplier .item {
    background: #fff;
    margin-bottom: 30px;
}

.main-supplier .item .image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.main-supplier .item .nav-image .title {
    font-family: 'Roboto-Bold';
    margin-top: 0px;
}

.main-supplier .item .nav-image .desc {
    color: #888;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.main-supplier .item .nav-image .xemthem {
    font-family: 'Roboto-Bold';
    font-size: 13px;
    color: #000;
    border-top: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-top: 13px;
}

.main-supplier .item .nav-image {
    padding: 20px;
}

.main-supplier .item .image {
    position: relative;
}

.main-supplier .item .overlay {
    background-color: rgba(255, 134, 54, .9);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    transition: all .2s cubic-bezier(.42, .04, .26, .98);
    overflow: hidden;
}

.main-supplier .item .overlay svg {
    display: inline-block;
    position: relative;
    font-size: 29px;
    left: 50%;
    transform: translateX(-50%);
}

.main-supplier .item .image:hover .overlay {
    height: 100%;
}

.main-supplier-detail .supplier-detail-left {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
}

.main-supplier-detail .supplier-detail-left img {
    width: 100%;
}

.supplier-detail-right .title {
    font-family: 'Roboto-Bold';
    font-size: 20px;
    margin-top: 0;
}

.supplier-detail-right .video-popup {
    padding-top: 15px;
}

.supplier-detail-right .content-detail {
    padding-top: 20px;
}

.product-supplier {
    padding-top: 35px;
}

.product-supplier .top-product-supplier {
    padding-bottom: 20px;
}

.main-child.main-supplier-detail {
    margin-top: 0;
    padding-bottom: 0
}

.main-supplier-detail .top-supplier-detail {
    background: #fff;
    padding: 50px 0;
}

.main-supplier-detail .supplier-home {
    background: #e9e9e9;
}

.main-supplier-detail .supplier-home .item {
    background: none;
}

.main-supplier-detail .supplier-home .slider-supplier {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.top-product-supplier .desc {
    margin-bottom: 0
}

.content-page-new .item .image img {
    width: 100%;
    height: 335px;
    object-fit: cover;
}

.content-page-new .item .image {
    overflow: hidden;
}

.content-page-new .item .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.content-page-new .item .nav-image .date {
    color: #d32035;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
}

.content-page-new .item .nav-image .title {
    font-family: 'Roboto-Bold';
    margin: 4px 0;
    font-size: 15px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

.content-page-new .item .nav-image .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 60px;
    color: #888;
}

.content-page-new .item {
    background: #fff;
    margin-bottom: 30px;
}

.content-page-new .item .nav-image {
    padding: 15px;
}

.content-page-new .item .nav-image .read-more {
    color: #d32035;
    font-family: 'Roboto-Bold';
    border-top: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    padding-top: 13px;
}

#exTab2 .panel-heading {
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
}

#exTab2 .panel-default {
    background: no-repeat !important;
    border: 0 !important;
    box-shadow: inherit !important;
}

#exTab2 .panel-body {
    padding: 0 !important;
}

#exTab2 .panel-title {
    text-align: center;
}

#exTab2 .panel-title ul {
    display: inline-block;
    border-bottom: 0 !important;
}

#exTab2 .nav-tabs > li.active > a {
    background: #f37639 !important;
    border: 1px solid #f37639 !important;
    border-radius: 17px;
    color: #fff;
}

#exTab2 .content-page-new {
    margin-top: 20px;
}

.sidebar .item .title {
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #cf2234;
    padding: 0 15px;
    color: #fff;
    margin: 0;
    font-family: 'Roboto-Bold';
}

.sidebar .item .title svg {
    margin-right: 10px;
}

.sidebar .item .nav-item {
    background: #f3f3f3;
    border: 1px solid #cf2234;
}

.sidebar .item {
    margin-bottom: 20px;
}

.sidebar .item .nav-item ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.sidebar .item {
    border-radius: 5px;
    /*overflow: hidden;*/
    background: #cf2234;
}

.sidebar .item-pc .nav-item {
    background: #fff;
    border-radius: 10px 10px 0 0;
}

.sidebar .item-pc .nav-item li a {
    display: inline-block;
    width: 100%;
}

.sidebar .item-pc .nav-item li a span {
    background: #e3e3e3;
    display: inline-block;
    font-size: 13px;
    padding: 1px 10px;
    border-radius: 15px;
    float: right;
}

.sidebar .item .nav-item ul li {
    border-bottom: 1px dashed #ddd;
    padding: 8px 15px;
}

.sidebar .item .nav-item ul li:last-child {
    border-bottom: 0;
}

.sidebar .item1 {
    padding: 15px;
}

.support-sidebar .holine {
    margin-top: 15px;
    position: relative;
    padding-left: 60px;
    border-bottom: 1px solid #ddd;
}

.support-sidebar .holine:before {
    content: url('../images/icon2.png');
    position: absolute;
    top: 3px;
    left: 0
}

.sidebar .item1 .nav-icon {
    margin-bottom: 10px;
}

.support .nav-icon .sp1 {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #666666;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
}

.support .nav-icon .sp1 span {
    font-family: 'Montserrat-Bold';
    color: #ff0000;
}

.support .nav-icon .sp2 {
    font-family: 'UTM Impact';
    font-size: 26px;
    line-height: 24px;
    color: #da251c;
}

.support .problem h4 {
    font-size: 14px;
}

.support .problem h4 span {
    color: #ff0000;
    font-family: 'Montserrat-Bold';
}

.support .problem ul li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.support .problem {
    text-align: center
}

.support .problem ul {
    display: inline-block;
    padding-left: 0;
    margin: 0;
}

.support-sidebar {
    border: 1px solid #ddd;
    margin-top: 33px;
    margin-bottom: 20px;
}

.support-sidebar .support .images {
    margin-top: -24px;
}

.sidebar .ads-sb img {
    width: 100%
}

.sidebar .new-sidebar .nav-new-sb .img img {
    width: 100%;
    height: 190px;
}

.sidebar .new-sidebar .nav-new-sb .title1 {
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.sidebar .list-new {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .list-new .item2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sidebar .list-new .item2:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar .list-new li {
    padding: 5px 0;
    position: relative;
    padding-left: 14px;
}

.sidebar .list-new .image {
    width: 40%;
    display: inline-block;
    float: left;
}

.sidebar .list-new .image img {
    width: 100%;
    height: 70px;
}

.sidebar .list-new .nav-image {
    width: 60%;
    display: inline-block;
    float: right;
    padding-left: 10px;
}

.sidebar .list-new .nav-image .title1 {
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin: 0;
    border-bottom: 0;
}

.sidebar .new-sidebar .nav-new-sb {
    padding: 10px;
    border: 1px solid #cf2234;
    background: #fff;
}

.post-other h3 {
    font-family: 'Roboto-Bold';
    margin-top: 0;
    font-size: 25px;
    color: #cf2234;
}

.post-other ul {
    padding-left: 0;
}

.post-other ul li {
    list-style: none;
    border-bottom: 1px dotted #c8c8c8;
    display: inline-block;
    width: 100%;
    padding: 8px 0;
}

.post-other ul li a {
    font-size: 14px;
}

.post-other ul li img {
    padding-right: 10px;
}

.post-other ul li span {
    color: #9d9c9c;
    padding-left: 9px;
}

.post-other ul li:last-child {
    border-bottom: 0;
}

.content-detail-new h1 {
    font-size: 20px;
    margin-top: 0;
    font-family: 'Roboto-Bold';
}

.main-new-detail {
    margin-top: 40px;
}

.main-new-detail .center-content.content-detail-new {
    background: #fff;
    padding: 20px;
}

.main-new-detail .post-other {
    margin-top: 30px;
}

.main-recruitment-page .content-bottom .item.item-center .title {
    font-size: 23px;
    font-family: 'Roboto-Bold';
}

.main-recruitment-page .content-bottom .item.item-center .desc {
    font-size: 15px;
    padding-bottom: 10px;
}

.main-recruitment-page .content-bottom .item-center .item1 .nav-icon .title1 {
    font-family: 'Roboto-Bold';
    margin: 0;
    font-size: 17px;
}

.main-recruitment-page .content-bottom .item-center .item1 .nav-icon .title {
    margin-top: 5px;
}

.main-recruitment-page .content-bottom .item-center .item1 {
    margin-bottom: 15px;
}

.ungtuyen summary {
    background: #fff;
    padding: 11px;
    font-size: 17px;
    color: #d32035;
    font-family: 'Roboto-Bold';
}

.ungtuyen details {
    margin-bottom: 20px;
    background: #fff;
}

.ungtuyen details .content-ut {
    padding: 20px;
    padding-top: 0;
}

.live-recruitment {
    background: url('../images/gallery-bg.jpg');
    background-size: 100% 100%;
}

.live-recruitment {
    padding: 50px 0;
}

.slider-live .item img {
    height: 218px;
    object-fit: cover;
}

.live-recruitment .title-primary {
    text-align: center;
    color: #fff;
    font-family: 'Roboto-Bold';
    padding-bottom: 25px;
}

.slider-live .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.slider-live .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.is-relative {
    position: relative;
}

.dark-block-area {
    background-color: #303845;
    display: block;
    position: absolute;
    height: 100%;
    width: 40%;
    top: 0;
    z-index: 1;
}

.dark-block {
    background-color: #303845;
    color: #fff;
    position: relative;
    z-index: 2;
}

.dark-block .section-title {
    font-size: 2.2rem;
}

.dark-block address {
    margin-bottom: 5rem;
    padding: 0;
    font-style: normal;
}

.dark-block address ul {
    list-style: none;
    padding: 0;
}

.dark-block address .contact-line li {
    position: relative;
    margin-bottom: 1rem;
}

.dark-block address .contact-line li svg {
    margin-right: 5px;
}

.dark-block h3.section-title {
    font-size: 1.8rem;
}

.dark-block a {
    color: #fff;
    text-decoration: none;
}

.form-contact {
    padding-left: 8rem;
}

.form-contact label {
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    margin-bottom: .7rem;
}

.text-input {
    height: 34px;
    padding: .6rem 1rem;
    background-color: transparent;
    border: 1px solid #d8d8d8;
    box-shadow: none;
    outline: 0;
    border-radius: 0;
}

.form-contact .text-input {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}

.button-l {
    height: 50px;
    text-transform: uppercase;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    font-weight: 700;
    background-color: #f37639;
    border-radius: 25px;
    color: #fff;
}

.section-light .col-5-of-12 {
    width: 33%;
    display: inline-block;
    float: left;
}

.section-light .col-7-of-12 {
    width: 67%;
    display: inline-block;
    float: left;
}

.main-main-contact .icon {
    display: inline-block;
    padding: 5px;
}

.section-light.is-relative {
    padding: 50px 0;
    background: #fff;
}

.map-contact iframe {
    width: 100%;
    height: 500px;
}

.sidebar-mobile .acc__title {
    position: relative;
}

.sidebar-mobile .acc__title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidebar-mobile .acc__title.active::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidebar-mobile .acc__panel {
    display: none;
    position: relative;
}

.sidebar-mobile {
    display: block;
}

.sidebar-mobile .acc__card {
    margin-bottom: 10px;
}

.sidebar-mobile .row {
    margin-left: -5px;
    margin-right: -5px;
}

.sidebar-mobile .row .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.sidebar-mobile .row .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.sidebar-mobile.sidebar {
    display: none;
}

.sidebar-mobile .item-sb .nav-item-sb {
    position: absolute;
    z-index: 11;
    background: #fff;
    width: 100%;
}

.main-child.main-recruitment-page {
    padding-bottom: 0
}

.item-product .discount {
    display: block;
    padding: 4px 6px;
    color: #fff;
    background: #e60f1e;
    position: absolute;
    left: 10px;
    top: 10px;
    border: 1px solid;
}

@media (max-width: 450px){
    .hidden-mb{display: none!important;}
    .item-product .title {
        font-size: 12px;
        height: 44px;
    }

}
@media (min-width: 455px){
    .hidden-pc{display: none!important;}

}