@font-face {
    font-family: nokia;
    src: url('/assets/fonts/UTM_Nokia.ttf');
}

@font-face {
    font-family: nokias;
    src: url('/assets/fonts/UTM_Nokia_Standard.ttf');
}

html {
    font-size: 1rem;
}

body {
    font-size: 1rem;
}

#breadcrumb {
    margin-top: 10px;
}

#breadcrumb .box_breadcrumb {
    text-align: center;
}

#breadcrumb .breadcrumb_head {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    margin-top: 80px;
}

#breadcrumb .breadcrumb {
    padding: 8px 0;
    background-color: unset;
    display: inline-block;
    margin-bottom: 80px;
}

#breadcrumb .breadcrumb a {
    color: white;
}

#breadcrumb .breadcrumb>.active {
    color: white;
}

.h1 {
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.content h2 {
    font-size: 1.2rem;
}

.content h3 {
    font-size: 1rem;
}

.content table th,
.content table td {
    padding: 2px 5px;
}

.mauto {
    margin: 0 auto;
}

img.lazy {
    display: block;
}
.line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price_box {}

.box_item_price_sale {
    display: block;
    text-decoration: line-through;
    color: #dadada;
}

.box_item_price {
    display: block;
    color: #ee1e24;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
    white-space: nowrap;
}
.star{
    color: #ffb80a;
    font-size: .75rem;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #fafafa;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.pagination>li>a,
.pagination>li>span {
    color: #cb2229;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #cb2229;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #cb2229;
    border-color: #cb2229;
}


/*********************************************/

.mt0 {
    margin-top: 0;
}

.mr0 {
    margin-right: 0;
}

.mb0 {
    margin-bottom: 0;
}

.ml0 {
    margin-left: 0;
}

.m0 {
    margin: 0;
}


/**/

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.m5 {
    margin: 5px;
}


/**/

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.m10 {
    margin: 10px;
}


/**/

.mt15 {
    margin-top: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.m15 {
    margin: 15px;
}


/**/

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.m20 {
    margin: 20px;
}


/**/

.mt25 {
    margin-top: 25px;
}

.mr25 {
    margin-right: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.ml25 {
    margin-left: 25px;
}

.m25 {
    margin: 25px;
}


/**/

.mt30 {
    margin-top: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.m30 {
    margin: 30px;
}


/**/

.pt0 {
    padding-top: 0;
}

.pr0 {
    padding-right: 0;
}

.pb0 {
    padding-bottom: 0;
}

.pl0 {
    padding-left: 0;
}

.p0 {
    padding: 0;
}


/**/

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pl5 {
    padding-left: 5px;
}

.p5 {
    padding: 5px;
}


/**/

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.p10 {
    padding: 10px;
}


/**/

.pt15 {
    padding-top: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl15 {
    padding-left: 15px;
}

.p15 {
    padding: 15px;
}


/**/

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.p20 {
    padding: 20px;
}


/**/

.pt25 {
    padding-top: 25px;
}

.pr25 {
    padding-right: 25px;
}

.pb25 {
    padding-bottom: 25px;
}

.pl25 {
    padding-left: 25px;
}

.p25 {
    padding: 25px;
}


/**/

.pt30 {
    padding-top: 30px;
}

.pr30 {
    padding-right: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl30 {
    padding-left: 30px;
}

.p30 {
    padding: 30px;
}


/*********************************************/

.header_top {
    height: 40px;
    background: #5a2e16;
}

.header_top_left {
    display: flex;
    align-items: center;
    height: 40px;
}

.header_top_left a {
    color: #ccc;
}

.header_top_left a:hover {
    color: #ccc;
}

.header_top_right {
    position: relative;
    height: 40px;
    text-align: right;
}

.header_top_right .social {
    position: absolute;
    top: 0;
    right: 120px;
    height: 40px;
    display: flex;
    align-items: center;
}

.header_top_right .social a {
    display: inline-block;
    color: white;
    margin-right: 15px;
}

.header_top_right .social a:hover {
    color: white;
}

.header_top_right .cart {
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 45px;
    line-height: 40px;
    top: 0;
    right: 0;
    background: #d93;
    color: white;
    margin: 0;
    padding: 0px 20px 6px 20px;
    border-radius: 0 0 6px 6px;
}


/**/

.cart {
    cursor: pointer;
}


/***/

.header_box {
    background: white;
}

.header_logo {
    display: block;
    width: 220px;
    height: 100px;
    padding: 10px 0;
    float: left;
}

.header_logo img {
    height: 80px;
    object-fit: scale-down;
}

.header_search {
    display: flex;
    align-items: center;
    height: 100px;
}

.header_search {
    display: flex;
    align-items: center;
    height: 100px;
}

.header_search button {
    height: 45px;
}

.header_search input {
    height: 45px;
}

.header_search #keyword {
    min-width: 400px;
}


/**/

.header_box .user {
    position: relative;
    text-align: center;
    height: 100px;
}

.header_box .transport {
    position: relative;
    text-align: center;
    height: 100px;
}

.header_box .maps {
    position: relative;
    text-align: center;
    height: 100px;
}

.header_box .icon {
    position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    top: 0;
    line-height: 50px;
    font-size: 1.5rem;
}

.header_box .icon i {
    position: relative;
    top: 8px;
    color: #dd9934;
}

.header_box .text {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 50px;
}

.header_box .text a {
    color: #333;
}

.header_box .text a:hover {
    color: #333;
}


/***/

.header_box2 .fast_links {
    display: flex;
    height: 42px;
    align-items: center;
}

.header_box2 .fast_links a {
    color: #333;
}

.header_box2 .fast_links a:hover {
    color: #333;
}

.header_box2 .hotline {
    display: inline-block;
    background: #fd6500;
    border-radius: 5px;
    padding: 5px 10px;
    line-height: 32px;
    color: white;
}

.header_box2 .hotline a {
    color: white;
    text-decoration: unset;
}

.header_box2 .hotline a:hover {
    color: white;
}


/***/

.header_nav {
    width: 100%;
}

.header_category {
    display: block;
    width: 220px;
    height: 45px;
    background: #d93;
    float: left;
}

.header_category_title {
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 15px;
    font-weight: bold;
    color: white;
    text-transform: uppercase
}

.header_category_title .fa {
    display: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    float: right;
}

.header_category_nav {
    position: relative;
    background: white;
    display: none;
    z-index: 99;
    border: 1px solid #f0f0f0;
}

.homepage .header_category_nav {
    display: block;
}

.header_category:hover .header_category_nav {
    display: block;
}

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

.category_nav_li {
    height: 35px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #f0f0f0;
}

.category_nav_li>a {
    color: #333;
}

.category_nav_li>a:hover {
    text-decoration: unset;
}

.category_nav_li>.menu_img {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    float: left;
}

.category_nav_li>.menu_img img {
    margin: 0 auto;
    width: 17px;
    height: 34px;
    object-fit: scale-down;
}

.category_nav_li>a {
    display: block;
    height: 34px;
    line-height: 34px;
    float: left;
    font-size: 1rem;
}

.category_nav_li:hover .sub_menu {
    display: block;
}

.category_nav_li .sub_menu {
    position: absolute;
    display: none;
    width: calc(1500px - 250px);
    min-height: 567px;
    top: 0;
    left: 219px;
    background: white;
    border: 1px solid #f0f0f0;
    border-top: unset;
}

.sub_menu_ul {
    margin: 0;
    padding: 15px;
    list-style: none;
    background: white;
}

.sub_menu_li_strong {
    display: block;
    width: 50%;
    float: left;
}

.sub_menu_li_strong>a {
    display: block;
    width: calc(100% - 10px);
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.sub_menu_ul2 {
    margin: 0;
    padding: 0;
}

.sub_menu_li {
    padding: 0;
}

.sub_menu_li a {
    display: block;
    padding: 5px 10px;
    color: #333;
}

.sub_menu_li a:hover {
    color: #333;
}

.sub_menu_li_all {
    display: inline-block;
}


/**/


/* 
.header_search {
    position: relative;
    display: block;
    width: calc(100% - 700px);
    height: 45px;
    float: left;
    z-index: 99;
}

.header_search_box .input_search {
    width: 380px;
    height: 34px;
    margin: 5.5px 0 5.5px 110px;
    padding: 0 15px;
    border: 1px solid #fa752c;
}

.header_search_box .btn_search {
    width: 45px;
    height: 34px;
    margin-left: -5px;
    color: white;
    font-size: 14px;
    background: #fa752c;
    border: 1px solid #fa752c;
} */


/**/

.header_menu {
    display: block;
    width: calc(100% - 220px);
    height: 45px;
    background: #5a2e16;
    float: left;
}

.header_menu .main_menu {
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none;
    display: flex;
}

.header_menu .main_menu .main_menu_li1 {
    display: flex;
    position: static;
    height: 45px;
    margin: 0 1rem;
    align-items: center;
    z-index: 999;
}

.header_menu .main_menu .main_menu_li1>a {
    display: inline-block;
    padding: 5px 0px;
    color: white;
    text-decoration: unset;
}

.header_menu .main_menu .main_menu_li1>a:hover {
    color: #d93;
}

.header_menu .main_menu .main_menu_li1 .main_menu_sub_menu {
    position: absolute;
    display: none;
    background: white;
    border: 1px solid #f0f0f0;
    top: 45px;
    z-index: 1;
}

.header_menu .main_menu .main_menu_li1:hover .main_menu_sub_menu {
    display: block;
    left: 15px;
}

.header_menu .main_menu .main_menu_li1 .main_menu_sub_menu .main_menu_sub_menu_ul {
    margin: 0;
    padding: 15px;
    list-style: none;
}

.main_menu_sub_menu_li {
    padding: 0;
}

.main_menu_sub_menu_li_strong {
    display: block;
    width: 20%;
    float: left;
}

.main_menu_sub_menu_li_strong>a {
    display: block;
    width: calc(100% - 15px);
    padding: 5px 0;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

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

.main_menu_sub_menu_ul2 .main_menu_sub_menu_li a {
    display: block;
    padding: 5px;
    color: #333;
    text-decoration: unset;
}
/**/
.sub_main_menu_ul2{
    position: absolute;
    top: 100%;
    list-style: unset;
    padding: 0.5rem;
    background: white;
    display: none;
}
.main_menu_li1:hover .sub_main_menu_ul2{
    display: block;
}
.sub_main_menu_a2{
    color: #333;
    display: inline-block;
    padding: 2px;
}

/**/

.box_slide {
    box-shadow: 0 2px 3px rgb(136 136 136 / 30%);
}

.slide_null {
    display: block;
    width: 220px;
    min-height: 1px;
    float: left;
}

.slide_home {
    display: block;
    width: calc(100% - 530px);
    min-height: 1px;
    padding: 10px 10px 0 10px;
    float: left;
}


/**/

.slide_video {
    display: block;
    width: 310px;
    min-height: 1px;
    float: left;
}

.video_item {
    display: block;
    margin-top: 15px;
}

.video_item img {
    border: 1px solid #f0f0f0;
}


/***/

.about {
    margin-top: 2rem;
}

.about_head {
    text-align: center;
}

.about_head span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
}

.about_head .des {
    display: inline-block;
    margin: 1rem 0;
    max-width: 560px;
}

.about_item {
    display: block;
    width: 100%;
    color: #333;
    text-align: center;
}

.about_item:hover {
    color: #333;
    text-decoration: unset;
}

.about_item_img {
    width: 150px;
    height: 150px;
    margin-left: calc(50% - 75px);
    background: #d93;
    border-radius: 50%;
}

.about_item .about_item_img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all .3s ease-in-out;
}

.about_item:hover .about_item_img img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.about_item_info_name {
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 10px 0px;
}


/***/

.we_have {
    color: white;
}

.we_have_head {
    text-align: center;
}

.we_have_head .head_title {
    display: inline-block;
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.we_have_head .head_des {
    margin-top: 1rem;
    padding: 0 1rem;
}

.we_have_item {
    text-align: center;
}

.we_have_item a {
    color: white;
}

.we_have_item a:hover {
    text-decoration: unset;
}

.we_have_item_img {
    width: 150px;
    height: 150px;
    margin-left: calc(50% - 75px);
    background: white;
    border-radius: 50%;
    padding: 25px;
}

.we_have_item_img img {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
}

.we_have_item_info_name {
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 10px 0px;
}

.we_have_item_info_des {
    padding: 0 15px;
}


/***/

.section_deal_box {
    position: relative;
    border: 1px solid #ddd;
    padding: 40px 15px 15px 15px;
    border-radius: 8px;
    margin: 0;
    margin-top: 70px;
}

.section_deal_title {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.section_deal_title_lv2 {
    background: #d93;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    padding: 10px 25px;
}

.section_deal_title_lv2 .section_deal_title_lv3 {
    display: inline-block;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    padding-right: 15px;
}

.section_deal_title_lv2 #flash_deal_countdown {
    display: inline-block;
}

.flash_deal_banner:hover img {
    opacity: 0.8;
}

.flash_deal_pro {
    display: flex;
}

.flash_deal_pro_img {
    flex: 0 0 30%;
    width: 30%;
}

.flash_deal_pro_info {
    flex: 0 0 70%;
    width: 70%;
    padding-left: 30px;
}

.flash_deal_pro_name {
    color: #333;
    text-decoration: unset;
}

.flash_deal_pro_name:hover {
    text-decoration: unset;
}


/***/

.service_head {
    text-align: center;
}

.service_head_name {
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.service_head_line {
    display: block;
    height: 2px;
    width: 60px;
    background: #d93;
    margin: 0 auto;
}

.service_item {
    position: relative;
    border-radius: 5px;
}

.service_item img {
    border-radius: 5px;
    max-height: 200px;
}

.service_item .service_item_name {
    position: absolute;
    width: 100%;
    height: 45px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    opacity: 0.9;
    border-radius: 0 0 5px 5px;
    text-align: center;
    background: #dd9934;
    color: white;
    text-decoration: unset;
}

.service_item .service_item_name span {
    display: inline-block;
    position: relative;
}

.service_item .service_item_name span::after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 0;
    transition: 0.3s ease all .3s;
}

.service_item .service_item_name:hover span::after {
    width: 100%;
}


/***/

.hot_box_view_more {
    display: block;
    float: right;
    color: #333;
}

.section_hot_box .panel-default>.panel-heading {
    background-color: white;
    border-top: 2px solid #d93;
}

.section_hot_box .panel-default>.panel-heading .hot_box_title {
    font-weight: bold;
    text-transform: uppercase;
    color: #d93;
}

.section_hot_box .panel-body {
    padding: 0 15px 15px 15px;
}

.hot_box_big_item {
    color: #333;
    text-transform: unset;
}

.hot_box_small_item {
    display: flex;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada;
}

.hot_box_small_item:last-child {
    border-bottom: unset;
    padding-bottom: unset;
}

.hot_box_small_item_img {
    flex: 0 0 25%;
    width: 25%;
}

.hot_box_small_item_info {
    flex: 0 0 75%;
    width: 75%;
    padding-left: 15px;
}

.hot_box_small_item_info a {
    color: #333;
    text-transform: unset;
}


/**/

.tabs_head {
    text-align: center;
}

.tabs_head_name {
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.tabs_head_line {
    display: block;
    height: 2px;
    width: 60px;
    background: #d93;
    margin: 0 auto;
}

.section_product_tab_head {
    text-align: center;
}

.section_product_tab_head .nav-tabs {
    display: inline-block;
    background: unset;
    border-bottom: unset;
}

.section_product_tab_head .nav-tabs li {
    margin-right: 15px;
    margin-top: 10px;
}

.section_product_tab_head .nav-tabs li:last-child {
    margin-right: 0;
}

.section_product_tab_head .nav-tabs li a {
    background-color: #ccc;
    color: #333;
    border-color: #ccc #ccc #ccc;
    border-radius: 20px;
    padding: 8px 25px;
}

.section_product_tab_head .nav-tabs .tab_view_all {
    display: block;
    width: 120px;
    height: 44px;
    line-height: 45px;
    color: #333;
    float: right;
}

.section_product_tab_head .nav-tabs>li.active>a,
.section_product_tab_head .nav-tabs>li.active>a:focus,
.section_product_tab_head .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #d93;
    border: 1px solid #d93;
}

.section_product_tab_head .nav>li>a:focus,
.section_product_tab_head .nav>li>a:hover {
    background-color: #d93;
    color: white;
    border-color: #d93 #d93 #d93;
}


/**/

.product_item {
    position: relative;
    display: block;
    border: 1px solid #dadada;
    z-index: 1;
}

.product_item:hover {
    text-decoration: unset;
}

.product_item_new {
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 35px;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    background: #fa752c;
}

.product_item_sale {
    position: absolute;
    display: inline-block;
    width: 53px;
    height: 53px;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 53px;
    font-weight: bold;
    text-align: center;
    background: url('/assets/images/icon_discount.png') no-repeat center;
}

.product_item_name {
    margin-top: 5px;
    padding: 0 10px;
    color: #333;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product_item_price_box {
    width: calc(100% - 45px);
    height: 45px;
    padding: 0 10px 0 10px;
    float: left;
}

.product_item_price {
    display: block;
    font-weight: bold;
    color: #cb2229;
}

.product_item_add_cart {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: white;
    background: #fc5b02;
    text-align: center;
    float: right;
}

.product_item_price_sale {
    display: block;
    text-decoration: line-through;
    color: #dadada;
    min-height: 22.84px;
}


/***/

.article_featured_head {
    text-align: center;
}

.article_featured_head_name {
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.article_featured_head_line {
    display: block;
    height: 2px;
    width: 60px;
    background: #d93;
    margin: 0 auto;
}

.item_time {
    display: block;
    color: #d93;
}

.article_featured_item_name {
    display: block;
    margin-top: 10px;
    text-decoration: unset;
    height: 46px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.article_featured_item_des {
    margin-top: 10px;
    height: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.article_featured_item_view {
    display: block;
    color: #d93;
    text-decoration: unset;
    border-top: 1px solid #dadada;
}

.article_featured_item_view:hover {
    background: #ffba00;
    border-top: 1px solid #ffba00;
    text-decoration: unset;
    color: white;
    padding: 2px 5px;
}

.article_featured_item_view i {
    font-size: 85%;
}


/***/

.video_featured_head {
    text-align: center;
}

.video_featured_head_name {
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.video_featured_head_line {
    display: block;
    height: 2px;
    width: 60px;
    background: #d93;
    margin: 0 auto;
}

.video_featured_item {
    position: relative;
    display: block;
}

.video_featured_item:hover {
    opacity: 0.65;
}

.video_featured_item i {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    font-size: 50px;
    opacity: 0.5;
    color: #333;
}


/***/

.policy {
    margin-bottom: 70px;
}

.wrap-item {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    padding: 8px;
    border: 1px solid #ebebeb;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    min-height: 75px;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
}

.wrap-item:hover {
    border: 2px solid #d93;
}

.wrap-item .item-img {
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 20px;
    background: #d93;
}

.wrap-item .item-content {
    padding-top: 8px;
}

.wrap-item .item-content .title {
    text-transform: uppercase;
    color: #222;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.wrap-item .item-content .sub-title {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}


/***/

.partner_head {
    text-align: center;
}

.partner_head_name {
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.partner_head_line {
    display: block;
    height: 2px;
    width: 60px;
    background: #d93;
    margin: 0 auto;
}
.section_partner .owl-carousel .owl-item img {
    height: 80px;
    object-fit: scale-down;
    border: 1px solid #dadada;
    border-radius: 0.5rem;
}
/***/

.section_mail {
    padding: 50px 0;
}

.mail_head {
    color: white;
    text-align: center;
}

.mail_head span {
    font-size: 1.2rem;
}

.mail_head p {
    margin-top: 1rem;
    font-size: .85rem;
}

.mail_body {
    margin: 0 auto;
    max-width: 575px;
}

.mail_box {
    display: flex;
    margin-top: 1rem;
}

#mail_input {
    flex: 0 0 calc(100% - 110px);
    width: calc(100% - 110px);
    border-radius: 5px 0 0 5px;
    height: 50px;
    padding-right: 50px;
}

.btn_mail {
    flex: 0 0 110px;
    width: 110px;
    background: #d93;
    height: 50px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    border: 1px solid #d93;
}

.btn_mail:hover,
.btn_mail:focus {
    background: #d93;
    color: #fff;
    border: 1px solid #d93;
    outline-offset: unset;
}


/**/
.section_partner

/**/

.article_head {
    border-bottom: 1px solid #dadada;
}

.article_head .tab_view_all {
    display: block;
    color: #333;
    float: right;
}

.article_head .tab_view_all:hover {
    text-decoration: none;
}

.article_small_img {
    float: left;
}

.article_small_img img {
    border: 1px solid #dadada;
    border-radius: 10px;
}

.article_small_info {
    padding-left: 30px;
    float: left;
}

.article_small_info a strong {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.article_small_info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.article_new_img img {
    border: 1px solid #dadada;
    border-radius: 10px;
}

.article_new_name {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/*********************************************/

#projects {
    position: relative;
    margin-top: 30px;
    background: url('/assets/images/bg_footer.png');
    background-size: 100%;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 15px 0 50px 0;
}

.project_head {
    text-align: center;
}

.project_head_name {
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.project_head_line {
    display: block;
    height: 2px;
    width: 60px;
    background: #d93;
    margin: 0 auto;
}

.img_box::before {
    content: "";
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 9;
}

#projects .img_box::before {
    background: #f5f5f5;
}

.img_box::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: #fff;
    width: 40px;
    height: 40px;
    right: 14px;
    bottom: 14px;
    z-index: 9;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

#projects .img_box::after {
    background: #f5f5f5;
}

#projects .img_box img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

#projects .project_name {
    display: inline-block;
    width: calc(100% - 30px);
    margin: 0px 15px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    position: absolute;
    top: 30px;
    left: 0px;
    transition: all 0.5s ease 0s;
    opacity: 0;
    transform: translateY(30px);
}

#projects .project_name a {
    color: #fff;
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 0;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#projects .project_item:hover .project_name {
    opacity: 1;
    transform: translateY(-15px);
    top: calc(100% - 40px);
}


/***/

footer {
    background: #fff;
}

.footer_title {
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

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


/* nav-fix */

.nav-fix {
    position: fixed;
    width: 100%;
    top: 0px;
    transition: transform .5s ease-in-out, transform .5s ease-in-out, background .5s ease-in-out;
    -moz-transition: height .5s ease-in-out, -moz-transform .5s ease-in-out, background .5s ease-in-out;
    -webkit-transition: height .5s ease-in-out, -webkit-transform .5s ease-in-out, background .5s ease-in-out;
    -o-transition: height .5s ease-in-out, -o-transform .5s ease-in-out, background .5s ease-in-out;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    z-index: 9999;
}

.homepage .nav-fix .header_category_nav {
    display: none;
}

.homepage .nav-fix .header_category:hover .header_category_nav {
    display: block;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}


/*####################################################*/

.img_shine {
    position: relative;
    display: block;
    overflow: hidden;
}

.img_shine::before {
    position: absolute;
    content: "";
    top: 0;
    left: -75%;
    z-index: 100;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    transform: skewX(-25deg);
}

.img_shine:hover::before {
    animation: imgShine .75s ease-in-out;
}

.img_box::before {
    content: "";
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 9;
}

.img_box::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: #fff;
    width: 40px;
    height: 40px;
    right: 14px;
    bottom: 14px;
    z-index: 9;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.img_zoom {
    display: inline-block;
    overflow: hidden;
}

.img_zoom img {
    transition: transform .2s;
}

.img_zoom:hover img {
    transform: scale(1.1);
}

@-webkit-keyframes imgShine {
    100% {
        left: 125%
    }
}

@-moz-keyframes imgShine {
    100% {
        left: 125%
    }
}

@keyframes imgShine {
    100% {
        left: 125%
    }
}