a {
    text-decoration: none!important;
}
.container-menu .padding-top-text h3 {
    color: #225282;
    font-size: 1.125em;
    font-weight: 700;
}
.padding-top-bottom {
    /*margin: 50px 0;*/
    padding: 50px 0;
}
.container-menu .box-shadow {
    box-shadow: 0 0.125em 0.5em 0 rgba(4, 49, 64, 0.1);
    transition: height .3s ease-in-out, transform .3s ease-in-out, box-shadow .3s ease-in-out;
}
.container-menu .box-shadow:hover {
    background-color: white;
    z-index: 1;
    transform: translateY(-0.5em);
    box-shadow: 0 0.5em 1.5em 0 rgba(4, 49, 64, 0.2);
}
.container-menu a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 50px 0;
}
.container-menu img {
    width: 80px;
    height: auto;
}
.container-menu .padding-top-text {
    padding-top: 25px;
}
@media (min-width: 768px) {
    .container-menu {
        width: 500px !important;
    }
}
@media (min-width: 992px) {
    .container-menu {
        width: 800px !important;
    }
}
@media (min-width: 1200px) {
    .container-menu {
        width: 1000px !important;
    }
}
.text-center {
    text-align: center;
}
.load-effect {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1033;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateX(-100%);
}
.load-effect div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
}
.load-effect div span {
    position: relative;
    display: block;
    z-index: 0;
    width: 100%;
    color: #e51234;
    line-height: 150px;
    text-align: center;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 700;
}
.load-effect div span:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: " ";
    opacity: 0;
    border-radius: 100px;
    border: 5px solid #e51234;
    box-shadow: 0 0 0 #e51234, inset 0 0 0 #e51234;
    animation: circleloader 3s infinite;
}
.load-effect div span:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: " ";
    opacity: 0;
    border-radius: 100px;
    border: 5px solid #e51234;
    box-shadow: 0 0 0 #e51234, inset 0 0 0 #e51234;
    animation: circleloader 3s infinite 1.5s;
}
.load-effect.is-active {
    transform: translateX(0);
}
.load-effect.is-active.de-active {
    opacity: 0;
    transition: all .3s linear;
}
.padding_10 {
    display: block;
    clear: both;
    padding-top: 10px;
    margin: 0 auto;
}
.padding_20 {
    display: block;
    clear: both;
    padding-top: 20px;
    margin: 0 auto;
}
.padding_30 {
    display: block;
    clear: both;
    padding-top: 30px;
    margin: 0 auto;
}
.padding_40 {
    display: block;
    clear: both;
    padding-top: 40px;
    margin: 0 auto;
}
.padding_50 {
    display: block;
    clear: both;
    padding-top: 50px;
    margin: 0 auto;
}
.color_white {
    color: #fff;
}
/*ng-view {
    min-height: 500px;
    display: block;
    position: relative;
}*/

.h1_hero {
    line-height: 72px;
    color: #fcc02c!important;
    font-family: Mitr;
    font-weight: 600;
    font-size: 48px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1_hero.small {
    font-weight: 400;
    font-size: 32px;
}
.h1_hero.big {
    font-size: 72px;
}
.h2_hero {
    font-size: 24px;
    color: #fff;
    font-family: Mitr;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.h2_hero.small {
    font-size: 24px;
    font-family: Mitr;
    font-weight: 600;
}
.yellowBtn {
    font-family: Mitr;
    font-weight: 600;
    font-size: 17px;
    background: #fcc02c;
    color: rgba(0, 0, 0, 0.5)!important;
    border-radius: 40px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 16px;
}
div[data-background="white"] {
    background: #fff;
    display: block;
    overflow: hidden;
}
div[data-background="white"] .description {
    font-size: 20px;
    line-height: 30px;
}
div[data-background="#3E1001"] {
    background: #3e1001;
    padding: 40px 0;
}
div[data-background="#3E1001"] img:not(.arrows_nav) {
    max-width: 100%;
    width: 100%;
}
div[data-background="#3E1001"] .key_1 {
    margin-bottom: 29px;
}
.hero_1 {
    background: #3e1001;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero_1 h2, .hero_1 h3, .hero_1 span {
    color: #fff;
    font-family: Mitr;
}
.hero_1 img {
    margin: 40px 0 30px;
}
.hero_1 .order_now {
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    font-size: 1.2em;
    display: inline-block;
    margin: 10px auto 0;
    padding: 6px 15px;
}
.hero_3 .two_lines, .hero_4 .two_lines {
    border-bottom: 2px solid #b92c00;
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 15px;
}
.hero_3 .two_lines span, .hero_4 .two_lines span {
    border-bottom: 2px solid #b92c00;
    width: 100%;
    padding-bottom: 10px;
    display: block;
    font-size: 2em;
    color: #fff;
    font-family: Mitr;
    text-align: center;
}
.hero_3 .info, .hero_4 .info {
    color: #fff;
    text-align: center;
    font-size: 1.25em;
    font-weight: lighter;
}
.heroOVL {
    width: 100%;
    height: 420px;
    background-color: #e51234;
}
.heroOVL .ovl {
    display: table;
    position: absolute;
    z-index: 1001;
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.heroOVL .ovl .info {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.heroOVL .ovl .info .bold {
    font-weight: 700;
}
.heroOVL .ovl .info * {
    color: #000;
    font-family: Mitr;
}
._inline {
    display: inline-block;
    text-decoration: none;
    margin: 0 15px;
}
a.link {
    transition: all .3s;
    color: #fff;
}
a.link.reverseHover:hover {
    color: #fcc02c;
}
a.link:hover {
    text-decoration: none;
    color: #3e1001;
}
a.link [class^="socicon"] {
    font-size: 2.5em;
}
.gtt {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    outline: 0;
    transition: all .3s;
    border-radius: 20px;
    margin: 0 auto;
    padding: 5px 10px;
}
.gtt:hover {
    background-color: #fff;
    color: #000;
}
.bertho {
    font-size: 1.6rem;
}
.ul_footer_header {
    color: rgba(0, 0, 0, 0.5);
    font-size: 22px;
    padding-bottom: 4px;
    margin-bottom: 15px;
    margin-top: 20px;
}
ul.footer {
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
}
ul.footer.cocial a {
    margin: 3px 7px;
}
ul.footer.cocial i {
    font-size: 20px;
    margin: 10px 0;
}
ul.footer.cocial a:hover img.hover {
    display: inline-block;
}
ul.footer li {
    list-style: none;
    color: rgba(0, 0, 0, 0.5);
}
ul.footer li.half {
    width: 50%;
    display: inline-block;
}
ul.footer li.inline {
    width: auto;
    display: inline-block;
}
ul.footer li a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: all .3s;
    font-size: 16px;
    display: inline-block;
    margin: 3px 0;
}
ul.footer li a.active {
    color: #000;
}
ul.footer li a:hover {
    color: #e51234!important;
    text-decoration: none;
}
.cpr {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.home_header {
    font-size: 36px;
    font-family: Kanit;
    font-weight: 400;
    color: #f15000;
}
.home_category ._cover.asbg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
    width: 100%;
}
.home_category ._cover.asno {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 300px;
    width: 100%;
}
.home_category ._name {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.home_info .header {
    font-size: 24px;
    font-family: Kanit;
    font-weight: 400;
    color: #202020!important;
    margin-top: 10px;
    margin-bottom: 5px;
}
.home_info p {
    font-size: 17px;
    line-height: 1.7;
    color: #202020!important;
}
.category_header {
    color: #000;
    text-transform: uppercase;
    font-family: Kanit;
    font-weight: 600;
    font-size: 48px;
}
.category_header .t1 {
    width: 100%;
    border-bottom: 2px solid #e51234;
    display: block;
}
.category_header .t2 {
    width: 100%;
    border-bottom: 4px solid #f7b519;
    display: block;
    padding-top: 5px;
}
._themeProductWhite {
    margin: 20px 0;
}
.category_menu_left .header {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
.category_menu_left ul {
    padding-left: 0;
}
.category_menu_left ul li {
    list-style: none;
}
.category_menu_left ul li .link {
    font-size: 16px;
    font-weight: 400;
    color: #202020;
    font-family: Kanit, sans-serif;
    display: block;
    transition: all .3s;
    padding: 5px 0;
}
.category_menu_left ul li .link:hover {
    color: #e51234;
}
.category_menu_left ul li .link.active {
    color: #000;
    font-weight: 700;
}
.category_menu_left ul li ul.sub_array {
    padding-left: 20px;
}
.sub_menu {
    width: 100%;
    height: 40px;
    background-color: #fff;
}
.sub_menu .link {
    text-align: right;
    height: auto;
    margin: 0 auto;
}
.sub_menu .link a {
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
    margin: 0 auto;
    padding: 8px;
}
.sub_menu .link a:hover {
    text-decoration: none;
    color: red;
}
.text_slider_container .text_slider_items .display-table-cell {
    min-height: 100px;
    height: auto;
    width: 100%;
}
.text_slider_container .text_slider_items * {
    font-family: Kanit, sans-serif;
}
.text_slider_container .text_slider_items .text_1 {
    font-size: 24px;
    text-align: center;
    line-height: 36px;
}
.text_slider_container .text_slider_items .text_2 {
    font-size: 45px;
    text-align: center;
    line-height: 63px;
    color: #3473f9;
}
.text_slider_container .text_slider_items .text_3 {
    font-size: 24px;
    text-align: center;
    line-height: 34px;
}
.content_as_bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.content_as_bg._fixed {
    background-attachment: fixed;
}
.t-title_lg {
    font-size: 64px;
    line-height: 1.23;
}
.t-descr_xl {
    font-size: 24px;
    line-height: 1.5;
}
.home_news_block .container_head_block {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    border-bottom: 4px solid #e51234;
    font-family: Kanit;
    font-weight: 400;
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #e51234;
}
.home_news_block .container_block {
    display: flex;
    flex-flow: wrap;
}
.home_news_block .container_block .cb_items {
    display: block;
    height: auto;
    width: 23%;
    margin-bottom: 20px;
    margin-right: 2.6%;
}
.home_news_block .container_block .cb_items a {
    color: inherit;
}
.home_news_block .container_block .cb_items .cover {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
}
.home_news_block .container_block .cb_items .date {
    font-family: Kanit;
    font-weight: 400;
    font-size: 14px;
}
.home_news_block .container_block .cb_items .head {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Kanit;
    font-weight: 400;
    font-size: 24px;
}
.home_news_block .container_block .cb_items .head.small {
    margin-top: 0;
    margin-bottom: 10px;
}
.home_news_block .container_block .cb_items .para {
    font-size: 17px;
    font-family: Kanit;
    font-weight: 300;
    line-height: 1.7;
}
.home_news_block .container_block .cb_items .para.strike {
    text-decoration: line-through;
    font-size: 16px;
    color: gray;
}
.home_news_block .container_block .cb_items .info_btn {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
.home_news_block .container_block .cb_items:nth-child(4n) {
    margin-right: 0;
}
.home_news_block .container_bottom_block {
    margin-top: 10px;
    margin-bottom: 20px;
}
.home_news_block .container_bottom_block a {
    border: 2px solid #e51234;
    color: #e51234;
    font-size: 18px;
    border-radius: 25px;
    transition: all .3s;
    outline: none;
    padding: 6px 15px;
}
.home_news_block .container_bottom_block a:hover {
    background-color: #e51234;
    color: #fff;
    text-decoration: none;
}
.home_news_block .container_bottom_block a:active {
    background-color: #b60e29;
    color: #fff;
    border: 2px solid #b60e29;
    text-decoration: none;
}
._to_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    outline: none;
}
._to_top .icn_totop {
    transform: rotate(90deg);
    width: 60px;
    opacity: .4;
    height: auto;
    outline: none;
}
.fill-background {
    background: #eee;
    color: #000;
    text-align: center;
    font-size: 2.5em;
    margin: 0;
    padding: 0;
}
50%, ._to_top:hover .icn_totop {
    opacity: 1;
}
.load-effect.is-active.de-active.loaded, ul.footer.cocial img:not(.normal), ul.footer.cocial a:hover img.normal {
    display: none;
}
.yellowBtn:hover, ._inline:active, .home_news_block .container_block .cb_items a:hover {
    text-decoration: none;
}
.hero_3 .two_lines.left span, .hero_4 .two_lines.left span, .hero_3 .info.left, .hero_4 .info.left {
    text-align: left;
}
.category_menu_left, .text_slider_container {
    float: left;
    width: 100%;
    height: auto;
}
.text_slider_container .text_slider_items, .text_slider_container .text_slider_items .display-table, .home_news_block {
    width: 100%;
}
@media min-width992px {
    section.menu.desktopOnActive ._menuHeadCover a img {
        padding: 10px 0!important;
    }
    section.menu.desktopOnActive, ._hidden_menu {
        background-color: #fff;
    }
    section.menu.desktopOnActive ._menuHeadList a, ._hidden_menu .hidden_menu_block a.normal {
        color: #000!important;
    }
}
@media max-width991px {
    section.menu {
        background-color: #fff!important;
        color: #fff!important;
    }
    .sub_menu {
        display: none;
    }
    .home_news_block .container_block .cb_items {
        width: 47%;
        margin-right: 4.9%;
    }
    .home_news_block .container_block .cb_items:nth-child(2n-2) {
        margin-right: 0;
    }
    .home_news_block .container_block .cb_items:nth-child(3n) {
        margin-right: 4.9%;
    }
}
.contact .dealer {
    text-transform: lowercase;
    text-align: center;
    font-weight: bold;
}
@media max-width1024px {
    .home_news_block .container_block .cb_items {
        width: 30%;
        margin-right: 4.9%;
    }
    .home_news_block .container_block .cb_items:nth-child(3n) {
        margin-right: 0;
    }
    .home_news_block .container_block .cb_items:nth-child(4n) {
        margin-right: 4.9%;
    }
}
@media max-width543px {
    .home_news_block .container_block .cb_items {
        width: 100%!important;
        margin-right: 0!important;
    }
}