body {
    font-family: Tahoma;
}
.ht-ratio {
    position: relative;
    overflow: hidden;
}
.mg-10 {
    margin: 20px 0;
}
.ht-ratio:before {
    content: '';
    display: block;
    padding-bottom: 75%;
}
.ht-ratio--75:before {
    padding-bottom: 75%;
}
.ht-ratio--56:before {
    padding-bottom: 56.3%;
}
.ht-ratio--100:before {
    padding-bottom: 100%;
}
.ht-ratio--95:before {
    padding-bottom: 99%;
}
.ht-ratio>.ht-ratio__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* Style chung cho header */
.ht-page {
    margin-top: 40px;
}
.hd-logo {
    line-height: 0;
}

.hd-menu h2 {
    font-size: inherit;
}
.s-header-4 .hd-logo .hd-logo__name {
    text-transform: uppercase;
    margin-left: 0.72em;
}
.s-header-4 .hd-logo .hd-logo__name>div {
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
}
.s-header-4 .hd-logo .hd-logo__name>div:first-child {
    font-size: 1.79em;
    color: #a02c2f;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.2em;
    margin-bottom: 0.32em;
}
.s-header-4 .hd-logo .hd-logo__name>div:last-child {
    font-size: 1em;
    color: #000000;
}
.hd-btn__menu i {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.hd-btn__menu i:first-child {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
.hd-btn__menu i:last-child {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(0);
    transform: translate(-50%, -50%) rotate(-90deg) scale(0);
}
.hd-btn__menu.is-active i:first-child {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(0);
    transform: translate(-50%, -50%) rotate(-90deg) scale(0);
}
.hd-btn__menu.is-active i:last-child {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

/* .s-header-4 .hd-search {
  float: right;
  width: 175px;
  margin: 6px 0;
  border: 1px solid #DDDDDD;
}
.s-header-4 .hd-search form {
  position: relative;
}
.s-header-4 .hd-search form > input {
  background: transparent;
  border: medium none;
  height: 26px;
  font-size: 12px;
  color: #636363;
  border-radius: 3px;
  width: calc(100% - 30px);
  padding: 0 7px;
}
.s-header-4 .hd-search form > input:focus {
  outline: none;
}
.s-header-4 .hd-search form > button {
  border: medium none;
  color: #fff;
  display: block;
  height: 22px;
  margin: 2px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 22px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  font-size: 12px;
  background-color: #C70007;
} */
/* Style chung b-search */
[class*="b-search-"] {
    color: #666;
    font-size: 13px;
    max-width: 300px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}
[class*="b-search-"]>input {
    width: 100%;
    color: inherit;
    font-size: 1em;
    padding: 0 5px 0 7px;
    line-height: normal;
    border: none;
    background-color: transparent;
}
[class*="b-search-"]>input::-webkit-input-placeholder {
    color: #999;
}
[class*="b-search-"]>input::-moz-placeholder {
    color: #999;
}
[class*="b-search-"]>input:-moz-placeholder {
    color: #999;
}
[class*="b-search-"]>input:-ms-input-placeholder {
    color: #999;
}
[class*="b-search-"]>input:focus {
    outline: none;
}
[class*="b-search-"]>button {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    box-shadow: none;
    line-height: 0;
}
[class*="b-search-"]>button i {
    line-height: inherit;
}

/* BEGIN b-search-2 */
.b-search-2 {
    border: 1px solid #ddd;
}
.b-search-2>button {
    border-radius: 2px;
}
.b-search-2>button[class] {
    font-size: 0.924em;
    padding: 1em 0.584em 1em 0.584em;
    margin: 2px 2px 2px 0;
}
.b-search-2>button:not([class]) {
    color: inherit;
    padding: 1.077em 0.616em 1.077em 0.616em;
    background-color: transparent;
}

/* END b-search-2 */
.s-header-4 .hd-search {
    position: relative;
    line-height: 0;
    margin-left: 20px;
}
.s-header-4 .hd-search>a {
    font-size: 22px;
    color: #fff;
    border: none;
}
.s-header-4 .hd-search>a i {
    font-size: 0.819em;
}
.s-header-4 .hd-search>form {
    display: none;
    width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-4 .hd-search>form.is-active {
    display: -webkit-flex;
    display: flex;
}
.s-header-4 form>button:hover {
    opacity: 0.5;
}
[class*="c-headline-"] {
    margin-bottom: 30px;
    margin-top: 20px;
}
.line-hotline {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0)), color-stop(50%, #ccc), to(rgba(255, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(7, 7, 7, 0), rgb(219, 219, 219) 50%, rgba(255, 0, 0, 0));
    margin-bottom: 5px;
}
/* s-sidebar-3 */
[class*="s-sidebar-3"] .s-sidebar__header {
    font-size: 15px;
    padding: 10px 15px;
    background-color: #C70007;
    text-transform: uppercase;
    color: #FFFFFF;
}
[class*="s-sidebar-3"] .s-sidebar__cate {
    border: 1px solid #EEEEEE;
}
[class*="s-sidebar-3"] .s-sidebar__cate li a {
    border-bottom: 1px solid #EEEEEE;
    padding: 13px 15px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

/* s-sidebar-3b */
.hotline {
    padding: 1px;
}
.hotline i {
    font-size: 25px;
    color: #C70007;
    padding-top: 13px;
}
.hotline .hotline-nd {
    font-size: 16px;
    padding: 5px 6px 5px 0px;
}
.hotline .hotline-nd p:first-child {
    color: #000000;
}
/* s-header-4 */
.c-headline-2 .c-headline__divider {
    font-size: 25px;
}
.s-header-4 .s-header__top {
    font-size: 14px;
    padding: 0.43em;
}
.s-header-4 .s-header__top:before {
    background-color: rgba(255, 255, 255, .5);
}
.s-header-4 .s-header__top .hd-logo img {
    height: calc(6.4em + 0.4px);
    margin: 5px 0px 5px 0px;
}
.s-header-4 .s-header__top .hd-slogan {
    text-align: center;
    margin: 0 auto;
    font-style: italic;
}
.s-header-4 .s-header__top .hd-slogan>div {
    letter-spacing: 1px;
}
.s-header-4 .s-header__top .hd-slogan>div:first-child {
    font-size: 1.85em;
    color: #C70007;
    text-transform: uppercase;
    /* margin-bottom: -10px; */
    margin-top: 10px;
}
.s-header-4 .s-header__top .hd-slogan>div:last-child {
    font-size: 1.4em;
    color: #c70007;
}
.s-header-4 .s-header__top .hd-info {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 14px;
}
.s-header-4 .s-header__top .hd-info:after, .s-header-4 .s-header__top .hd-info:before {
    content: initial !important;
}
.s-header-4 .s-header__top .hd-info__contact>span {
    display: block;
    line-height: 20px;
    padding-left: 14px;
}
.s-header-4 .s-header__top .hd-info__contact>span:first-child:before {
    font-size: 12px;
}
.s-header-4 .s-header__top .hd-info__social {
    margin-left: 25px;
    line-height: 0;
}
.s-header-4 .s-header__bot {
    background-color: #C70007;
    position: relative;
    margin-bottom: -20px;
    /* box-shadow: -1px 2px 9px #c0c0c0; */
    box-shadow: 0 2px 10px #a3a3a3;
    z-index: 999;
}
.s-header-4 .s-header__bot .hd-menu {
    padding-right: 15px;
    float: left;
}
.s-header-4 .s-header__bot .hd-menu__list:before, .s-header-4 .s-header__bot .hd-menu__list:after {
    content: " ";
    display: table;
}
.s-header-4 .s-header__bot .hd-menu__list:after {
    clear: both;
}
.s-header-4 .s-header__bot .hd-menu__list>li {
    float: left;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.s-header-4 .s-header__bot .hd-menu__list>li>a {
    line-height: 40px;
    color: #FFFFFF;
    padding: 0 20px;
    text-transform: uppercase;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.s-header-4 .s-header__bot .hd-menu__list>li>a:after, .s-header-4 .s-header__bot .hd-menu__list>li>a:before {
    content: initial !important;
}
.s-header-4 .s-header__bot .hd-menu__list>li>a i {
    margin-left: 5px;
}
.s-header-4 .s-header__bot .hd-menu__list>li>.sub-menu {
    position: absolute;
    z-index: 2000;
    background-color: #FFFFFF;
    padding: 7px 30px 7px 20px;
    -webkit-transition: all 0.33s ease-in;
    -o-transition: all 0.33s ease-in;
    transition: all 0.33s ease-in;
    opacity: 0;
    visibility: hidden;
    top: 50px;
    border: 1px solid #edecec;
}
.s-header-4 .s-header__bot .hd-menu__list>li>.sub-menu>li>a {
    color: #C70007;
    border-bottom: solid 1px #ddd;
    padding: 0px 0px 10px 10px;
    font-size: 13px;
    display: block;
    margin: 15px 0 5px;
    text-transform: uppercase;
}
.s-header-4 .s-header__bot .hd-menu__list>li>.sub-menu>li>a:hover {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #e72b24;
}
.s-header-4 .s-header__bot .hd-menu__list>li .sub-menu>li a:hover:before {
    color: #222222;
    opacity: 1;
    -webkit-transform: translateX(20px) translateY(3px);
    transform: translateX(20px) translateY(3px);
}
.s-header-4 .s-header__bot .hd-menu__list>li .sub-menu>li a:before {
    content: "\f105";
    font: normal normal normal 14px/14px FontAwesome;
    position: absolute;
    left: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.s-header-4 .s-header__bot .hd-menu__list>li>.sub-menu>li>ul:before, .s-header-4 .s-header__bot .hd-menu__list>li>.sub-menu>li>ul:after {
    content: " ";
    display: table;
}
.s-header-4 .s-header__bot .hd-menu__list>li>.sub-menu>li>ul:after {
    clear: both;
}
.s-header-4 .s-header__bot .hd-menu__list>li>.sub-menu>li>ul li {
    padding: 7px 5px;
    float: left;
}
.s-header-4 .s-header__bot .hd-menu__list>li>.sub-menu>li>ul li:nth-child(2n + 3) {
    clear: both;
    float: left;
}
.s-header-4 .s-header__bot .hd-menu__list>li>.sub-menu>li>ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    color: #1976d2;
    line-height: 1.4;
}
.s-header-4 .s-header__bot .hd-menu__list>li>.sub-menu>li>ul li a:before {
    content: "\f10c";
    font-family: FontAwesome;
    font-size: 0.54em;
    color: #999999;
    margin-right: 6px;
    position: relative;
    top: 5px;
}
.s-header-4 .s-header__bot .hd-menu__list>li>.sub-menu>li>ul li a:hover {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #c70007;
}
.s-header-4 .s-header__bot .hd-menu__list>li.is-active, .s-header-4 .s-header__bot .hd-menu__list>li.is-focus {
    background-color: #e72b24;
}

/* CSS GIOI THIEU */
.s-dproject-1 {
    margin-top: 60px;
    text-align: justify;
}
.s-dproject-1 .s-dproject__slide .item {
    position: relative;
    text-align: right;
    margin-right: 35px;
}
.s-dproject-1 .s-dproject__slide .item-text {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
    width: 100%;
}
.s-dproject-1 .s-dproject__slide .slick-list::before {
    padding-bottom: 60%;
}
.s-dproject-1 .s-dproject__title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    color: #C70007;
}
.s-dproject-1 .s-dproject__title>span {
    font-size: 16px;
}
.s-dproject-1 .s-dproject__title>span:after {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    margin-top: 0.75em;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-linear-gradient(right, rgba(255, 0, 0, 0), #CCCCCC 100%);
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #CCCCCC 100%);
}
.s-dproject-1 .s-dproject__social {
    margin-bottom: 15px;
}
.s-dproject-1 .s-dproject__box {
    margin-top: 25px;
}
.s-dproject-1 .s-dproject__box a {
    float: right;
    color: #C70007;
    transition: all 0.5s;
}
.s-dproject-1 .s-dproject__box a:hover {
    color: red;
}
.s-dproject-1 .s-dproject__box p {
    font-size: 14px;
    line-height: 1.67em;
}
.s-dproject-1 .s-dproject__box ul>li {
    font-size: 14px;
    line-height: 1.79em;
    padding-left: 0.72em;
}
.s-dproject-1 .s-dproject__box ul>li span {
    color: #666666;
    display: inline-block;
    width: 80px;
}
.s-dproject-1 .s-dproject__box ul>li:before {
    font-family: FontAwesome;
    font-size: inherit;
    margin-right: 6px;
    color: #cccccc;
    display: inline-block !important;
    width: 1em;
    text-align: center;
}

.b-news-1d .b-news__img::before {
    padding-bottom: 0;
}
[class*="b-news-1"] .b-news__img.w70 i {
    font-size: 55px;
    color: #C70007;
}
.s-home-gt {
    margin-top: 20px;
    width: 80%;
}
.s-home-gt .s-dnews__detail p {
    line-height: 24px;
}

/* Style chung cho blocks products */
[class*="b-product-"] {
    background-color: #ffffff;
    margin: 15px 5px;
    -moz-box-shadow: 1px 1px 5px #bbbbbb;
    -webkit-box-shadow: 1px 1px 5px #bbbbbb;
    box-shadow: 1px 1px 5px #bbbbbb;
    overflow: hidden;
}
[class*="b-product-"] .price-discount {
    font-size: 16px;
    color: #1976d2;
}
[class*="b-product-"] .price-market {
    font-size: 12px;
    color: #999999;
    text-decoration: line-through;
}
.s-lproduct-3-big .b-product-2a {
    background-color: transparent;
}
.s-lproduct-3-big .b-product__img {
    position: relative;
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
}
.b-product__img {
    position: relative;
    overflow: hidden;
}
.b-product__img::before {
    content: '';
    display: block;
    padding-bottom: 75%;
}
.b-product__img>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.b-product__img>a:after, .b-product__img>a:before {
    content: initial !important;
}
.b-product__img>a img {
    width: 100%;
}
.b-product__content-title {
    font-size: 15px;
}
.b-product__content-title>a {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.b-product__content-title>a:hover {
    color: #c70007;
}

/* b-product-2 */
[class*="b-product-2"] .b-product__title {
    font-size: 15px;
    border-bottom: 1px solid #EEE;
    padding: 15px 0px 10px 0px;
    text-transform: uppercase;
}
/*[class*="b-product-2"] .b-product__title > a {
  font-size: 1.6rem;
}*/
[class*="b-product-2"] .b-product__title>a:hover {
    color: #C70007;
}
[class*="b-product-2"] p {
    padding: 10px 0px 0px 0px;
    color: #878484;
}
[class*="b-product-2"] span {
    padding: 5px;
    color: #E50E14;
}
/* b-product-2a */
.b-product-2a {
    position: relative;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    height: calc(100% - 30px);
}
.b-product-2a .b-product__img>a::before {
    content: '' !important;
    position: absolute;
    top: -100%;
    background-color: rgba(243, 243, 243, 0.22);
    width: 100%;
    height: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.b-product-2a .b-product__img>a::before:after, .b-product-2a .b-product__img>a::before:before {
    content: initial !important;
}
.b-product-2a:hover .b-product__img>a::before {
    top: 0;
}
.b-product-2a .btn {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
    color: #000000;
    margin-bottom: 10px;
    transition: all 0.5s;
    font-size: 13px;
    padding: 0.72em 1.43em 0.72em 1.43em;
    box-shadow: 0 2px 2px 0 rgba(34, 34, 34, 0.14), 0 3px 1px -2px rgba(34, 34, 34, 0.2), 0 1px 5px 0 rgba(34, 34, 34, 0.12);
}
.b-product-2a .btn:hover {
    background-color: #C70007;
    color: #FFF;
}
.b-product-2a .b-product__title a {
    color: #C70007;
}
/* Style chung cho blocks news */
[class*="b-news-"] {
    overflow: hidden;
    margin: 0px 5px 20px 10px;
    padding-bottom: 30px;
}
.b-news-1a-border {
    border-bottom: 1px dashed #d6d5d5;
}
.b-news__img {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.b-news__img::before {
    content: '';
    display: block;
    padding-bottom: 75%;
}
.b-news__img>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.b-news__img>a:after, .b-news__img>a:before {
    content: initial !important;
}
.b-news__img>a img {
    width: 100%;
}
.b-news__content .detail {
    color: #C70007;
    float: right;
    margin-top: 10px;
    transition: all 0.5s;
}
.b-news__content .detail:hover {
    color: red;
}
.b-news__content-title {
    font-size: 1.6rem;
    line-height: 1.13em;
    margin-bottom: 10px;
    font-weight: bold;
}
.b-news__content-title .b-news__content-title-logo {
    float: right;
}
.b-news__content-title>a {
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}
.b-news__content-title>a:hover {
    color: #C70007;
}
.b-news__content-desc {
    text-align: justify;
}

/* b-news-1 */
[class*="b-news-1"]:before, [class*="b-news-1"]:after {
    content: " ";
    display: table;
}
[class*="b-news-1"]:after {
    clear: both;
}
[class*="b-news-1"] .b-news__img {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 10px;
    width: 150px;
}


/* s-sidebar-2 */
[class*="s-sidebar-2"] {
    -webkit-box-shadow: 2px -1px 5px rgba(35, 70, 113, 0.4);
    box-shadow: 2px -1px 5px rgba(35, 70, 113, 0.4);
    margin-top: 20px;
}
[class*="s-sidebar-2"] .s-sidebar__header {
    font-size: 15px;
    color: #FFFFFF;
    position: relative;
    padding: 0 10px;
    display: block;
    border-bottom: 10px solid transparent;
    /* border-left: 20px solid #e72b24; */
    border-top: 10px solid transparent;
    text-transform: uppercase;
    background-color: #C70007;
}
[class*="s-sidebar-2"] .s-sidebar__header:before {
    /* content: "\f0da"; */
    font-family: FontAwesome;
    position: absolute;
    left: -13px;
    color: #FFFFFF;
}

[class*="s-sidebar-2"] .s-sidebar__cate li {
    border-bottom: 1px solid #d7d5d5;
    margin-top: 1px;
}
[class*="s-sidebar-2"] .s-sidebar__cate li a {
    font-size: 13px;
    padding: 15px;
    /* background-color: rgba(35, 70, 113, 0.2); */
    color: #333333;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
[class*="s-sidebar-2"] .s-sidebar__cate li a:before {
    content: "\f1ce";
    font-family: FontAwesome;
    font-size: 0.62em;
    padding-top: 0.5em;
    color: #234671;
}
[class*="s-sidebar-2"] .s-sidebar__cate li a h2 {
    margin-left: 7px;
    font-size: inherit;
}
[class*="s-sidebar-2"] .s-sidebar__cate li a:hover {
    background-color: #C70007;
    color: #FFFFFF;
}
[class*="s-sidebar-2"] .s-sidebar__cate li a:hover:before {
    color: #FFF;
}
.s-sidebar-3b .s-sidebar__cate .row {
    text-align: center;
    margin-bottom: 45px;
}
.s-sidebar-3b .s-sidebar__cate .col-md-12 {
    /* margin-top: 20%; */
    margin-bottom: -30px;
}
.s-sidebar-3b .s-sidebar__cate h2 {
    color: #B11016;
}
.s-sidebar-3b .s-sidebar__cate p span {
    color: #828282;
    font-size: 14px;
}
.s-sidebar-3b .s-sidebar__cate p span:ntn-child(2) {
    font-size: 17px;
}
.s-sidebar-3b .s-sidebar__caten .line-hotline {
    content: '';
    display: inline-block;
    width: 200px;
    height: 1px;
    background-color: rgba(73, 71, 71, 0.03);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0)), color-stop(50%, #ccc), to(rgba(255, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(7, 7, 7, 0), rgb(124, 122, 122) 50%, rgba(255, 0, 0, 0));
}
.s-sidebar-3b .s-sidebar__cate .b-nslide-ratio::before {
    padding-bottom: 37%;
}
.s-sidebar-3b .s-sidebar__cate .hotline_img {
    display: inline-block;
    overflow: hidden;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 7px solid #FAFAFA;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.s-sidebar-3b .s-sidebar__cate i {
    font-size: 20px;
    background-color: #c70007;
    color: white;
    padding: 5px;
    border-radius: 3px;
    margin-right: 10px;
}
.s-sidebar-3b .s-sidebar__cate .hotline_img img {
    width: 100%;
}
.s-sidebar-3b .s-sidebar__cate .hotline_extend {
    font-size: 16px;
    color: #c70007;
}
.s-sidebar-3b .s-sidebar__cate h2 {
    font-size: 16px;
    margin-bottom: 5px;
}
.s-sidebar-3b .s-sidebar__cate p {
    font-size: 18px;
    margin-bottom: 0;
    padding: 12px;
    color: #c70007;
}
/* s-sidebar-2b */
.s-sidebar-2b .s-sidebar__news {
    padding: 15px;
}
.s-sidebar-2b .s-sidebar__news li {
    padding-bottom: 1px;
    margin-bottom: 14px;
}
.s-sidebar-2b .s-sidebar__news_hot li {
    padding-bottom: 15px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e3e1e1;
}
.s-sidebar-2b .s-sidebar__news li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.s-sidebar-2b .s-sidebar__news li a {
    display: block;
    padding-right: 10px;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.s-sidebar-2b .s-sidebar__news li a:before, .s-sidebar-2b .s-sidebar__news li a:after {
    content: " ";
    display: table;
}
.s-sidebar-2b .s-sidebar__news li a:after {
    clear: both;
}
.s-sidebar-2b .s-sidebar__news li a:hover {
    color: #C70007;
}
.s-sidebar-2b .s-sidebar__news-image {
    float: left;
    width: 90px;
    line-height: 0;
    margin-right: 12px;
}

/* Style chung s-pagination */
[class*="s-pagination-"] {
    padding: 25px 0;
    font-size: 12px;
}
[class*="s-pagination-"]:before, [class*="s-pagination-"]:after {
    content: " ";
    display: table;
}
[class*="s-pagination-"]:after {
    clear: both;
}
[class*="s-pagination-"]>li {
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #DDDDDD;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.34em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
[class*="s-pagination-"]>li>a {
    display: block;
    color: #999999;
    font-weight: bold;
    text-align: center;
}
[class*="s-pagination-"]>li:hover {
    background-color: #EEEEEE;
    color: #999999;
}
[class*="s-pagination-"]>li.active {
    background-color: #C70007;
    border: 1px solid #C70007;
}
[class*="s-pagination-"]>li.active>a {
    color: #FFFFFF;
}

/*s-pagination-1 */
.s-pagination-1>li {
    border-radius: 3px;
}

.form_lienhe_sanpham {
    margin-top: 50px;
    background-color: #ffffff;
    padding: 30px;
    -moz-box-shadow: 1px 1px 5px #bbbbbb;
    -webkit-box-shadow: 1px 1px 5px #bbbbbb;
    box-shadow: 1px 1px 5px #bbbbbb;
}
.form_lienhe_sanpham .c-checkbox__tick .check {
    /* border: 1px solid #ffffff; */
}

.form_lienhe_sanpham .border-form {
    border-right: 1px dashed #dfdddd;
}
.form_lienhe_sanpham .form-checkbox .c-checkbox .form-robot {
    /* color:#FFF; */
}
.form_lienhe_sanpham div:first-child h2 {
    border-left: 5px solid #C70007;
    padding-left: 10px;
}
.form_lienhe_sanpham div:first-child p span {
    color: #C70007;
}
.form_lienhe_sanpham div:first-child p {
    margin: 20px 0px 20px 0px;
}
.form_lienhe_sanpham .c-btn--primary {
    background-color: #C70007;
}

/* ----------------------- CSS FOOTER -------------------------- */
.new-sellter {
    background-color: #e7e7e7;
    margin-bottom: -50px;
    color: #000;
}
.new-sellter h2 {
    color: #C70007;
    font-weight: 600;
}
.new-sellter h2 span {
    color: #C70007;
}

.new-sellter .form-group {
    padding: 5px;
    color: #000;
    margin-bottom: 0px;
}
.new-sellter .form-group input {
    background-color: #dedede;
    font-size: 12px;
}
.form-border .form__input:focus, .form-round .form__input:focus {
    outline: none;
    border: 1px solid #c8c8c8;
}
.new-sellter .form-group .btn {
    border-radius: 0px;
    background-color: #C70007;
}
.new-sellter .btn-yeucau {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: bold;
    margin-left: 20px;
    color: #0080c8;
}
.new-sellter .c-button-8 {
    height: 36px;
    line-height: 25px;
    margin: 0;
}
.footer-02 .footer__top {
    border-top: 1px solid #eee;
    border-bottom: none;
    padding-top: 35px;
    padding-bottom: 20px;
    margin-top: 50px;
    color: #050505;
}
.footer__top-title {
    text-transform: uppercase;
    height: 30px;
    margin: 10px 0;
    font-size: 15px;
}
.footer__top-title a span span {
    color: #000000;
}
.footer__top-title h5 {
    font-weight: bold;
    font-size: 15px;
}
.footer__top-title i {
    color: #b91d22;
}
.footer__top-title span {
    color: #b91d22;
    font-weight: bold;
}
.footer__top-title .footer__top-title-line:after {
    display: block;
    content: '';
    width: 40%;
    height: 1px;
    background: rgba(192, 192, 192, 0.5);
    margin-top: 5px;
}


.footer__top-menu li {
    margin-bottom: 12px;
    font-size: 13px;
    /* color: white; */
}
.footer__top-menu li h5 span {
    font-weight: bold;
    padding-right: 5px;
}
.footer__top-menu li h5:nth-child(2) {
    margin-left: 20px;
}
.footer__top-menu li a:hover, .footer__top-menu li.is-active a {
    color: #f5131e;
}
.footer__top-menu li a {
    font-size: 13px;
    display: inline-block;
    transition: color 0.5s;
    /* color: white; */
}
.footer-02 .footer__top .separator-line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), color-stop(50%, #CCCCCC), to(rgba(255, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #CCCCCC 50%, rgba(255, 0, 0, 0));
}
.footer-02 .footer__top .separator-line {
    padding-left: 30px;
}
.footer-02 .footer__top .separator-line {
    position: relative;
}
.footer__top-menu li a>span::before {
    content: "\f105";
    font: normal normal normal 13px/1 FontAwesome;
    margin-right: 5px;
    font-size: 10px;
    /* color: rgba(255, 255, 255, 0.8); */
}
footer h5 {
    display: inline;
}
.footer__top-menu li>span.fa::before, .footer__top-menu li a>span::before {
    /* color: #ffffff; */
}
.footer-02 .s-footer__bot {
    border-top: 1px solid #CCCCCC;
    background-color: #b91d22;
}
.footer__top .b-icon-1 {
    margin-left: 0;
}
.b-icon-1 [class*="c-icon-border"]:not(:last-child), .b-icon-1 [class*="c-icon-bg"]:not(:last-child) {
    margin-right: 5px;
}
.footer__top [class*="c-icon"] {
    background-size: 10px;
}
.footer__top [class*="c-icon"] {
    font-size: 17px;
}
.b-icon-1:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(192, 192, 192, 0.5);
    margin-top: 13px;
    margin-bottom: 10px;
}

.footer__top-menu li>span.fa:before {
    text-align: center;
    width: 15px;
}

.s-footer__bot-copyright, .s-footer__bot-developed {
    float: left;
    font-size: 12px;
    line-height: 40px;
    color: #FFFFFF;
}
.s-footer__bot-developed {
    float: right;
}
.s-footer__bot-developed a {
    display: inline-block;
    margin-left: 5px;
}
.s-footer__bot-developed a img {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
.s-footer__backtop a {
    color: #FFFFFF;
}
.s-footer__backtop a:first-child {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 111111;
    text-align: center;
}
.s-footer__backtop a:first-child:after, .s-footer__backtop a:first-child:before {
    content: initial !important;
}
.s-footer__backtop a:first-child i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    background-color: #B91D22;
    border-radius: 50%;
}
.s-footer__backtop a:first-child span {
    background-color: #B91D22;
    margin-left: 0;
    line-height: 1;
    padding: 5px;
    border-radius: 0 5px 5px 0;
    position: relative;
    left: -5px;
}
.s-footer__backtop a:last-child {
    position: fixed;
    z-index: 111111;
    font-size: 20px;
    background-color: #B91D22;
    bottom: calc(60% - 1em);
    opacity: 0;
    right: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #FFF;
}
.s-footer__backtop a:last-child.is-show {
    opacity: 1;
    bottom: 50px;
}
.s-form-1 {
    margin-top: 20px;
}
/* c-animate-loopFlicker */
.c-animate-loopFlicker {
    -webkit-animation: loopFlicker 1s infinite;
    -o-animation: loopFlicker 1s infinite;
    animation: loopFlicker 1s infinite;
}

@-webkit-keyframes loopFlicker {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-moz-keyframes loopFlicker {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-o-keyframes loopFlicker {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes loopFlicker {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* -----------------------END  CSS FOOTER -------------------------- */

/* Style chung cho news detail S-DNEWS */
[class*="s-dnews-"] {
    margin-bottom: 15px;
}

.s-dnews__title {
    color: #C70007;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.19em;
    margin-bottom: 15px;
}
.s-dnews__source {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}
.s-dnews__source:after, .s-dnews__source:before {
    content: initial !important;
}
.s-dnews__source li {
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
    line-height: 0;
}
.s-dnews__source li span.fa {
    text-transform: uppercase;
    line-height: 1.2;
}
.s-dnews__source li span.fa:before {
    color: #C70007;
}
.s-dnews__source li a:hover {
    color: #c70007;
}

.s-dnews__desc {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.34em;
    margin-bottom: 20px;
    position: relative;
    text-align: justify;
}
.s-dnews__detail {
    padding: 0 1.25%;
    margin-bottom: 30px;
    text-align: justify;
}
.s-dnews__detail a {
    color: blue;
    background: none;
}
.s-dnews__detail a:hover {
    color: #c70007;
}
.s-dnews__detail ul,
.s-dnews__detail ol {
    list-style: initial;
    padding-left: 15px;
}
.s-dnews__detail img {
    height: auto !important;
}
.s-dnews__detail table {
    max-width: 100%;
    width: 100% !important;
}
.s-dnews__detail table p {
    margin-bottom: 0;
}
.s-dnews__other>ul {
    margin: 30px 0 0 40px;
}
.s-dnews__other {
    margin-bottom: 40px;
}
.s-dnews__other>ul>li {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 5px;
}
.s-dnews__other>ul>li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
}
.s-dnews__other>ul>li a:hover {
    color: #b91d22;
}

/* s-breadcrumb-1 */
.s-breadcrumb-1 {
    font-size: 1.3rem;
    margin-bottom: 30px;
}
.s-breadcrumb-1 ul {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.s-breadcrumb-1 ul:after, .s-breadcrumb-1 ul:before {
    content: initial !important;
}
.s-breadcrumb-1 ul li {
    margin-left: 0.54em;
}
.s-breadcrumb-1 ul li i {
    font-size: 0.85em;
}
.s-breadcrumb-1 ul li i.fa-angle-double-right {
    color: #888;
}
.s-breadcrumb-1 ul li a {
    font-weight: bold;
    color: inherit;
}
.s-breadcrumb-1 ul li a:hover {
    color: #c70007;
}
.s-breadcrumb-1 ul li:first-child {
    margin-left: 0;
}
.s-breadcrumb-1 ul li:first-child a>i {
    font-size: 1.54em;
}

/* s-form-1 */
.s-form-1 .s-form__map {
    height: 320px;
}
.s-form-1 .s-form__map iframe {
    width: 100%;
    height: 100%;
}
.form_s-form-1 .form-group .c-btn--primary {
    background-color: #a02c2f !important;
}

.form-line .form__input {
    background-image: linear-gradient(#B91D22, #B91D22), linear-gradient(#ffffff, #CCCCCC);
    /* color: white; */
}

[class*="c-headline-"] .c-headline__name a:hover {
    color: #C70007;
}


.c-headline-3 i:after {
    background-color: #e72b24;
}
[class*="c-headline-"] .c-headline__name {
    margin-top: 25px;
    font-size: 25px;
}
[class*="c-headline-"] .c-headline__name a {
    transition: color 0.5s;
    letter-spacing: 1.5px;
    font-size: 25px;
}

.c-headline-2 .c-headline__divider i {
    font-size: 25px;
    color: #C70007;
}
.c-headline-2 .c-headline__divider span {
    color: #C70007;
}
.s-header-4 .s-header__bot .hd-search {
    float: left;
    font-size: 12px;
    padding-top: 1px;
    margin-left: 0;
    position: relative;
}
.s-header-4 .s-header__bot .hd-search .form-line {
    position: relative;
}
.s-header-4 .s-header__bot .hd-search .form-line .form__input {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)), -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#CCCCCC));
    background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(#CCCCCC, #CCCCCC);
    font-size: inherit;
    height: 2.5em;
    padding-right: 2.09em;
}
.s-header-4 .s-header__bot .hd-search .form-line button {
    font-size: 0.75em;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.s-header-4 .s-header__bot .hd-language {
    float: right;
    line-height: 0;
    padding: 11px 0 11px 20px;
}
.s-header-4 .s-header__bot .hd-language img {
    height: 18px;
}
.c-btn--secondary {
    background-color: #e72b24;
}
[class*="b-news-1"] .b-news__img.w70 {
    width: 70px;
}
[class*="b-news-1"] .b-news__content-title {
    margin-top: 10px;
}
[class*="b-news-1"].b-news--center .b-news__content, [class*="b-news-1"].b-news--center .b-news__img {
    width: calc((100% - 15px)/2);
    float: left;
}

/* b-news-1a */
.b-news-1a .b-news__content-source {
    margin-bottom: 10px;
}
.b-news-1a .b-news__content-source a i:hover {
    color: #C70007;
}
.b-news-1a .b-news__content-source a i {
    color: gray;
    transition: color 0.5s;
}
.b-news-1a .b-news__content-source li {
    display: inline-block;
    font-size: 12px;
}
.b-news-1a .b-news__content-source li:first-child {
    margin-right: 20px;
}
.b-news-1a .b-news__content-source li a span {
    text-transform: uppercase;
    line-height: 1.2;
}
.b-news-1a .b-news__content-source li a:hover {
    color: #c70007;
}
.c-checkbox input[type=checkbox]:checked+.c-checkbox__tick .check {
    background: #c70007;
}
.s-form-1 button {
    background-color: #C70007;
}
[class*="b-sslide-"] .slick-slider .slick-arrow:before {
    color: #c70007;
}
[class*="b-sslide-"] .slick-slider .slick-arrow:hover:before {
    color: #e70c14;
}
[class*="b-sslide-"] .slick-slider:hover .slick-arrow {
    background-color: rgba(210, 25, 25, 0.03);
}

/* s-faq-1 */
.s-faq-1 .s-faq__item {
    margin-bottom: 10px;
}
.s-faq-1 .s-faq__item-title {
    font-size: 14px;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 0px;
    cursor: pointer;
    text-transform: uppercase;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.s-faq-1 .s-faq__item-title:after, .s-faq-1 .s-faq__item-title:before {
    content: initial !important;
}
.s-faq-1 .s-faq__item-title>i:first-child {
    font-size: 1.43em;
    color: #1976d2;
}
.s-faq-1 .s-faq__item-title>i:last-child {
    position: relative;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.s-faq-1 .s-faq__item-title .title {
    width: 100%;
    padding-right: 15px;
}
.s-faq-1 .s-faq__item-title:hover {
    color: #C70007
}
.s-faq-1 .s-faq__item-body {
    display: none;
    overflow: hidden;
    margin-top: 10px;
}
.s-faq-1 .s-faq__item.is-active .s-faq__item-title {
    color: #C70007;
}
.s-faq-1 .s-faq__item.is-active .s-faq__item-title>i:last-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* BEGIN c-button-8 */
.c-button-8 {
    display: inline-block;
    font-size: 13px;
    padding: 6px 20px;
    margin-top: 4px;
    overflow: hidden;
    color: #fff;
    background-color: #e72b24;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}
.c-button-8>i.fa {
    padding-right: 10px;
}
.c-button-8::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    -webkit-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
}
.c-button-8:hover {
    box-shadow: 0 14px 26px -12px rgba(34, 34, 34, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(34, 34, 34, 0.2);
}
.c-button-8:hover::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}
.b-card-9 {
    display: block;
    position: relative;
    margin-bottom: 25px;
    height: calc(100% - 25px)
}

.b-card-9 .b_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: 0;
    background: rgba(0,0,0,.35);
    z-index: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.b-card-9:hover .b_overlay {
    opacity: 1
}

.b-card-9 .b_line {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
    width: calc(50% - 20px);
    height: calc(50% - 20px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.b-card-9 .b_line:after,.b-card-9 .b_line:before {
    content: '';
    background: #fff;
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.b-card-9 .b_line:before {
    height: 1px;
    width: 0
}

.b-card-9:hover .b_line:before {
    width: 100%
}

.b-card-9 .b_line:after {
    height: 0;
    width: 1px
}

.b-card-9 .b_line-bottom {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.b-card-9:hover .b_line:after {
    height: 100%
}

.b-card-9 .b_content {
    text-align: center;
    position: absolute;
    padding: 5px;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-15%,-50%);
    transform: translate(-15%,-50%);
    z-index: 99;
    width: 75%
}

.b-card-9 .b_content .b_address,.b-card-9 .b_content .b_title {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    padding: 10px
}

.b-card-9:hover .b_content .b_address,.b-card-9:hover .b_content .b_title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.b-card-9 .b_content .b_address {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

.b-card-9 .b_address {
    font-size: 12px;
    color: #ececec;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.b-card-9 .b_address:before {
    content: "\f041";
    font-family: FontAwesome;
    color: #c70007;
    font-size: 13px;
    padding-right: 7px
}

.b-card-9 .b_content .b_title {
    font-weight: 600;
    padding-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff
}
[class*=c-headline-] i {
    color: #c70007;
}
/* END c-button-8 */
@media (max-width: 1199px) {
    .s-header-4 .s-header__bot .hd-btn__menu {
        float: left;
        font-size: 20px;
        margin: 6px 0;
    }
    .s-header-4 .s-header__bot .hd-menu {
        position: absolute;
        width: 300px;
        top: 42px;
        border: 1px solid gray;
        background-color: #c70007;
        padding-right: 0;
        z-index: -1;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: zoomOutDown;
        animation-name: zoomOutDown;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        display: none;
    }
    .s-header-4 .s-header__bot .hd-menu__list>li {
        float: none;
        border-bottom: 1px solid #e3e3e3;
        position: relative;
    }
    .s-header-4 .s-header__bot .hd-menu__list>li:first-child {
        display: none;
    }
    .s-header-4 .s-header__bot .hd-menu__list>li .sub-menu {
        width: 100%;
    }
    .s-header-4 .s-header__bot .hd-menu__list>li .sub-menu ul {
        display: none;
    }
    .s-header-4 .s-header__bot .hd-menu__list>li.is-focus .sub-menu {
        top: 40px;
        opacity: 1;
        visibility: visible;
    }
    .s-header-4 .s-header__bot .hd-menu.is-active {
        opacity: 1;
        visibility: visible;
        z-index: 99999;
        display: block;
        -webkit-animation-name: zoomInDown;
        animation-name: zoomInDown;
    }
}

@media screen and (min-width: 992px) {
    .b-product--hover {
        padding: 10px;
        -webkit-transition: border 0.2s linear;
        -o-transition: border 0.2s linear;
        transition: border 0.2s linear;
        border: 1px solid transparent;
        border-bottom: 2px solid transparent;
    }
    .b-product--hover:hover {
        border: 1px solid #EEEEEE;
        border-bottom: 2px solid #c70007;
    }
    .s-dproject-1 .s-dproject__slide .item iframe {
        width: 110%;
        height: 176px;
    }
}

@media screen and (min-width: 480px) {
    [class*="b-news-1"] .b-news__img {
        width: 200px;
    }

}

@media screen and (max-width: 768px) {

    .s-dproject-1 .s-dproject__slide .item iframe {
        width: 106%;
        height: 220px;
    }
    .ht-page__sidebar {
        display: none;
    }
    .s-dproduct-1 .s-dproduct__content {
        margin-top: 30px;
    }
    .new-sellter h2 {
        font-size: 15px;
    }
    .new-sellter .form-group .form__input {
        font-size: 8px;
    }
    .s-home-gt {
        width: 98%;
    }
    .s-header-4 .s-header__top {
        background-image: none !important;
    }

}
@media screen and (min-width: 768px) {

    .s-dproject-1 .s-dproject__slide .item iframe {
        width: 106%;
        height: 325px;
    }
    .s-home-gt {
        width: 92%;
    }
}
@media screen and (max-width: 479px) {
    .new-sellter {
        padding: 20px 0;
    }
    .new-sellter .cta {
        margin-top: 10px;
    }
    .s-dnews__source li.cate {
        display: none;
    }
    .s-dnews__other>ul {
        margin-left: 0;
    }
    .b-news__content-title {
        font-size: 1.5rem;
    }
}
@media (min-width: 1200px) {
    .s-header-4 .s-header__bot .hd-menu__list>li:hover {
        background-color: #e72b24;
    }
    .s-header-4 .s-header__bot .hd-menu__list>li:hover .sub-menu {
        top: 40px;
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (min-width: 1024px) {

    .s-dproject-1 .s-dproject__slide .item iframe {
        width: 100%;
        height: 237px;
    }
    .s-home-gt {
        width: 85%;
    }
}

@media (max-width: 575px) {
    .s-header-4 .s-header__top {
        font-size: 8px;
    }
    .s-header-4 .s-header__top .hd-info__social {
        margin-left: 15px;
    }
}
.s-faq__item-body ul li a i {
    padding-right: 5px;
}
.form_lienhe_sanpham .border-form p i {
    padding-right: 5px;
}
@media screen and (max-width: 991px) {
    .pay img {
        height: 4em;
    }
}