.cate_page {
    margin-bottom: 35px;
}
.cate_page p {
    margin-top: 20px;
    font-family: 'Roboto-Regular';
}

@font-face {

  font-family: 'Roboto-Regular';

  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),

  url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf')

  format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');

  font-weight: normal;

  font-style: normal;

}



@font-face {

  font-family: 'Roboto-Bold';

  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),

  url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf')

  format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');

  font-weight: normal;

  font-style: normal;

}

@font-face {

  font-family: 'UTMHelvetIns';

  src: url('../fonts/UTMHelvetIns.eot?#iefix') format('embedded-opentype'),

  url('../fonts/UTMHelvetIns.woff') format('woff'), url('../fonts/UTMHelvetIns.ttf')

  format('truetype'), url('../fonts/UTMHelvetIns.svg#UTMHelvetIns') format('svg');

  font-weight: normal;

  font-style: normal;

}



@font-face {

  font-family: 'Roboto-Medium';

  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),

  url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf')

  format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');

  font-weight: normal;

  font-style: normal;

}



.menu_header {

    /*min-height: 45px;*/

    background-color: #224297;

}

.content_top {

    background-color: #fff;

    /*height: 70px;*/

    z-index: 10;

    position: relative;

}

.d_flex, .d_flex_base {

    -js-display: flex;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-flow: row nowrap;

    flex-flow: row nowrap;

    -ms-flex-align: center;

    align-items: center;

    -ms-flex-pack: justify;

    /*width: 100%;*/

}

.content_top .d_flex_base {

    justify-content: space-between;

    align-items: center;

}

a.logo_pc {

    width: 200px;

}

.img_head {

    margin-left: 0;

    margin-right: 30px;

}

a.logo_pc img {

    

    max-height: 90px!important;

}

ul.nav-dropdown.menu li:hover {
    background: #214196;
    
}
ul.nav-dropdown.menu li:hover a.menu-link {
    color: #fff;
    -webkit-transform: translate(1em,0);
    -moz-transform: translate(1em,0);
    -o-transform: translate(1em,0);
    -ms-transform: translate(1em,0);
    transform: translate(1em,0);
}
ul.nav-dropdown.menu {
    padding: 15px;
}
ul.nav-dropdown.menu li a{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.nav-dropdown.menu li a.menu-link:before {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-right: 7px;
    font-size: 12px;
}

.wraper_medium {

    -ms-flex: 1;

    flex: 1;

    -ms-flex-negative: 1;

    -ms-flex-preferred-size: auto !important;

    margin-right: auto;

    justify-content: end;

}
.box_icon_header {
    padding-left: 30px;
    font-size: 14px;
    margin-right: 20px;
}
.text_icon_top p a {
    color: #f58232;
    font-size: 16px;
    font-weight: 600;
}

.col_medium {

    padding: 0;

    border-left: 1px solid #ececec;

}

.col_medium:first-child {

    border-left: none;

}



.box_icon_header {

    -js-display: flex;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-flow: row wrap;

    flex-flow: row wrap;

    width: 100%;

    text-align: left;

}

.icon_img_top {

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    margin-bottom: 0;

    max-width: 200px;

    width: 35px;

}

.icon_img_top img {

    padding-top: 0.2em;

    width: 100%;

}

.text_icon_top {

    padding-left: 1em;

    -ms-flex: 1 1 0px;

    flex: 1 1 0px;

}

.text_icon_top span {

    font-size: 14px;

}

.list_icon_mxh ul li {
    margin-right: 8px;
    margin-bottom: 10px;
}
.list_icon_mxh ul li a i {
    display: block;
    color: #fff;
    border: 2px solid #744722;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.list_icon_mxh ul li a i {
    font-size: 15px;
    line-height: 38px;
    color: #f58232;
}
.list_icon_mxh ul li a:hover .fa-facebook {
    border: 2px solid #3b5998;
    color: #fff;
    background: #3b5998;
}
.list_icon_mxh ul li a:hover .fa-twitter {
    border: 2px solid #00aced;
    color: #fff;
    background: #00aced;
}
.list_icon_mxh ul li a:hover .fa-youtube-play {
    border: 2px solid #bb0000;
    color: #fff;
    background: #bb0000;
}
.list_icon_mxh ul li a:hover .fa-google-plus {
    border: 2px solid #dd4b39;
    color: #fff;
    background: #dd4b39;
}
.list_icon_mxh ul li a:hover .fa-rss {
    border: 2px solid #e67329;
    color: #fff;
    background: #e67329;
}

.image_lang ul.d_flex {

    justify-content: flex-end;

    align-items: baseline;

}

.image_lang .search_drop {

    position: relative;

     margin-top: 0px; 

    padding-left: 10px !important;

}

.image_lang ul li {

    margin: 0 13px;

}

.image_lang ul li a i {

    color: #666666;

    font-size: 22px;

}

.section_box {

    padding: 30px 0;

    position: relative;

    min-height: auto;

    width: 100%;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-flow: row;

    flex-flow: row;

    -ms-flex-align: center;

    align-items: center;

}

.red_rgb {

    background-color: rgb(228, 34, 34);

}

.tim_rgb {

    background-color: rgba(84, 59, 130, 0.75);

}

.hong_rgb {

    background-color: rgb(255, 124, 200);

}

.box_inner_text {

    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);

    color: #fff;

    margin-left: auto;

    margin-right: 0;

    border-radius: 5px;

    border-width: 2px;

    border-style: none;

    border-color: rgba(255,255,255,1);

    padding: 0px 11px 0px 10px;

}

.box_table {

    display: table;

    width: 100%;

}

.picture_box {

    direction: ltr;

    display: table-cell;

    vertical-align: middle;

    width: 14%; 

    margin-left: auto;

    margin-right: auto;

}

.picture_box img {

    max-width: 100%;

    width: 100%;

    transform: translateZ(0);

    margin: 0 auto;

}

.desc_box_text {

    padding-left: 1.5em;

    padding-right: 1.5em;

    text-align: left;

    padding-top: 14px;

    padding-bottom: 1.4em;

    position: relative;

    width: 100%;

    font-size: 12px;

    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;

    direction: ltr;

    display: table-cell;

    vertical-align: middle;

}

.desc_box_text p {

    line-height: 23px;

}



.desc_box_text h4 {

    font-size: 15px;

    margin-bottom: 4px;

    font-weight: bold;

}

.wraper_pro {
    margin: 30px -15px 0;
}

.col_pro {

    padding: 0 8px;

}

.title_head_pro h2:before {

    display: block;

    -ms-flex: 1;

    flex: 1;

    height: 2px;

    opacity: 2;

    background: #a2238e;

    content: '';

    width: 15%;

    margin: 0 auto;

    position: absolute;

    top: 15px;

    left: 30%;

    transform: translate(-50%, 0px);

}

.title_head_pro h2:after {

    display: block;

    -ms-flex: 1;

    flex: 1;

    height: 2px;

    opacity: 2;

    background: #a2238e;

    content: '';

    width: 15%;

    margin: 0 auto;

    position: absolute;

    top: 15px;

    right: 15%;

    transform: translate(-50%, 0px);

}

.title_head_pro h2 {

    text-align: center;

    position: relative;

    margin-bottom: 10px;

}



.title_head_pro h2 span {

    font-size: 28px;

    color: rgb(0, 0, 0);

    text-align: center;

    margin: 0 15px;

    text-transform: uppercase;

    background: #fff;

    letter-spacing: -0.5px;

    font-weight: 600;

}

.title_head_pro {

    margin-bottom: 20px;

}

.box_text_pro {

    padding: 10px 10px 16px;

}

.box_text_pro h3 a {

    font-size: 17px;

}

.box_text_pro h3 {
    /* height: 40px; */
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
    font-weight: bold;
}



p.price_new {

    white-space: nowrap;

    color: #9b9e05;

    font-weight: bold;

    font-size: 15px;

}

.active_mua_ngay {

    margin-top: 10px;

}

button.btn_mua {

    border: 2px solid #000;

    padding: 3px 13px;

    background: none;

    text-transform: uppercase;

    letter-spacing: -0.5px;

    font-weight: 600;

}

button.btn_mua:hover {

    background: #80BB35;

    color: #fff;

    border: 2px solid #80BB35;

}

.picture_product img {

    height: 100%;

    object-fit: cover;

}

.box_product_home:hover .picture_product img {

  transition: 1.2s;

  transform: scale(1.2);

}

.picture_product {

    height: 270px;

    overflow: hidden;

}

.bg_pro {

    background-color: rgb(155, 158, 5);

}

.bg_pro .col_pro .col_inner {

    background-color: rgb(255, 255, 255);

}

.row_collapse {

    padding: 10px 0px 5px 0px;

    background-color: rgb(179, 182, 49);

    text-align: center;

}

.row_collapse a {

    color: #f1f1f1;

    font-size: 18px;

}

.picture_list {

    max-width: 33.33333%;

    -ms-flex-preferred-size: 33.33333%;

    flex-basis: 33.33333%;

}

.text_list_pro {

    padding: 0px 5px 0px 15px;

    max-width: 66.66667%;

    -ms-flex-preferred-size: 66.66667%;

    flex-basis: 66.66667%;

}

.text_list_pro h4 {

    text-align: center;

    font-size: 16px;

    font-weight: 600;

    margin-bottom: 6px;

}

.text_list_pro p a {

    color: #000;

    font-size: 14px;

}

.bg_customer {

    background-color: rgb(245 130 50);

    padding: 30px 30px 20px 30px;

}

.new_box_home {

    background-color: rgb(255, 255, 255);

    padding: 20px 20px 21px 21px;

}

.title_news h3 {

    font-size: 26px;

    margin-bottom: 20px;

    text-transform: capitalize;

    font-weight: 600;

}

.box_text_new {

    margin: 0 20px;

}

.box_text_new h4 {

    height: 40px;

    overflow-y: hidden;

    color: black;

    font-weight: 600;

    font-size: 17px;

}

.box_text_new p {

    font-size: 14px;

}

.slide_new_home {

    margin-bottom: 45px;

}

.list_new_home ul li {

    /*margin-left: 1.3em;*/

    margin-bottom: 5px;

}

.list_new_home ul li a {

    color: #000000;

    font-size: 15px;

}

.list_new_home ul li:before {

    content: '\f111';

    padding-right: 10px;

    /*font-size: 14px;*/

    font: normal normal normal 8px/1 FontAwesome;

}

.customer_home h3 {

    font-size: 24px;

    color: #fff;

    padding-bottom: 30px;

    font-weight: 600;

}

.box_cust {

    text-align: center;

    color: #fff;

}

.pic_cust {

    height: 105px;

    margin: 20px auto;

}

.pic_cust img {

    height: 100%;

    object-fit: contain;

}

.pic_cust p {

    /*margin-top: 12px;*/

    font-size: 14px;

}













/*================================================= icon owl-carousel ========================*/



button.owl-prev i, button.owl-next i {

    background: none;

    color: #fff;

    font-size: 36px;

    border: 3px solid #fff;

    border-radius: 50%;

    padding: 2px 15px 2px 12px;

}

.owl-carousel .owl-nav [class*='owl-']:hover {

    background: #000;

    opacity: 1;

    color: #fff;

    text-decoration: none;

}

.owl-carousel .owl-nav .owl-prev {

    left: 3% !important;

}

.owl-carousel .owl-nav .owl-next {

    right: 3% !important;

}

section.banner_home:hover .owl-nav , .customer_home:hover .owl-nav, .new_box_home:hover .owl-nav {

    display: block;

    transition: 1.2s;

}

section.banner_home .owl-nav, .customer_home .owl-nav, .new_box_home .owl-nav {

    display: none;

}



.new_box_home button.owl-prev i,.new_box_home button.owl-next i {

    background: none;

    color: #000 !important;

    font-size: 36px;

    border: 3px solid #fff;

    border-radius: 50%;

    padding: 2px 15px 2px 12px;

}

.new_box_home .owl-carousel .owl-nav [class*='owl-']:hover {

  background: #ffffff61 !important;

  color: #000 !important;

}

footer.footer {

    background-color: rgb(233, 234, 233);

    padding: 30px 0;

    margin-bottom: 60px;

}

.logo_ft {

    width: 70%;

    margin-bottom: 20px;

}

.address p i {

    font-size: 24px;

    padding-right: 5px;

        color: #515151;

}

.ft_bot {

    text-align: center;

    padding: 15px;

}

.left_ft_mid h3 {

    font-size: 18px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: -0.5px;

    margin-bottom: 10px;

}

ul.footer_follow li {

    float: left;

    margin-right: 10px;

}

.footer_follow > li > a.facebook {

    background: #024B7E;

}



.footer_follow > li > a {

    height: 30px;

    width: 30px;

    display: block;

    line-height: 30px;

    font-size: 16px;

    text-align: center;

    color: #FFF;

    border-radius: 50%;

}

.footer_follow > li > a.google {

    background: #F10E00;

}

.footer_follow > li > a.skype {

    background: #01b0ef;

}

.footer_follow > li > a.rss {

    background: #f36523;

}

.hotline_menu_chat {

    background: #fff;

    position: fixed;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 9999;

    box-shadow: #ebebeb 0 0 20px;

}

.chat_item {

    padding: 5px 10px;

}

.chat_item a {

    display: block;

}

.picture_chat {

    height: 35px;

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    float: left;

}

.picture_chat img {

    height: 32px;

}

.chat_item a p {

    height: 20px;

    font-size: 11px;

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    float: left;

}



/*================================================= end icon owl-carousel ========================*/

.hoa_footer{

    background: #f4f3ef;

    padding-top: 30px;

    padding-bottom: 12px;

}

.name_footer{

    margin: 0;

    font-size: 14px;

    font-weight: bold;

    text-transform: uppercase;

    line-height: 23px;

    margin-bottom: 10px;

}

.name_footer> a {

    color: #333333;

}

.footer_left> p {

    color: #686866;

    font-size: 14px;

    line-height: 24px;

}

.footer_right{

    width: 33.3%;

    float: left;

}

.ul_footer_right> li {

    display: inline-block;

}

.ul_footer_right> li > h4{

    margin: 0;

    font-size: 14px;

    font-weight: bold;

    text-transform: uppercase;

    line-height: 23px;

    margin-bottom: 10px;

}

.ul_footer_right> li > h4> span{

    position: relative;

    display: inline-block;

    padding-bottom: 10px;

}

.ul_footer_right> li > h4> span:before{

    position: absolute;

    left: 0px;

    bottom: 0px;

    height: 1px;

    width: 100%;

    content: "";

    background: #e5e1de;

}

.ul_footer_right> li > p {

    font-size: 14px;

    line-height: 22px;

    padding: 5px 0px 5px 15px;

}

.ul_footer_right> li > p  > a {

    color: #666666;

    position: relative;

}

.ul_footer_right> li > p  > a:hover{

    text-decoration: underline;

}



.pd_left_0 > p{

    padding-left: 0px !important;

    color: #666666;

}

.divcenter> input{

    height: 40px;

    border-radius: 0px;

    box-shadow: none;

    font-size: 14px;

    font-style: italic;



}

.style_dangky{

    height: 40px;

    padding: 0px 15px;

    background: #bd6069;

    border: transparent;

}



/*==*/

.ul_icon_ft> li {

    display: inline-table;

}

.ul_icon_ft> li> a {

    font-size: 18px;

    margin-right: 15px;

    color: #5f5a54;

}

.ul_icon_ft> li> a:hover{

   color: #bd6165;

}

.ul_icon_right_dt > li > a:hover {

    opacity: 0.7;

}



.ul_icon_right_dt> li {

    display: inline-table;

    margin-right: 5px;

}

.xxx_icon{

    padding: 15px 0px;



}.icon_footer_ {

     float: right;

     float: right;

     padding-top: 4px;

 }

.ul_icon_right_dt> li {

    display: inline-table;

    margin-right: 5px;

}

.ul_icon_right_dt> li > a > img {

    max-width: 100%;

}
ul.page_list_head {
    background: unset;
    display: flex;
    /* justify-content: center; */

    align-items: center;
    padding: 0;
    margin-bottom: 0;
    padding: 10px 0;
}
ul.page_list_head li {
    color: #222;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'Roboto-Regular';
    /*text-transform: uppercase;*/
}
ul.page_list_head li a {
    font-size: 20px;
    font-family: 'Roboto-Bold';
    color: rgba(102,102,102,0.7);
    font-weight: normal;
}
ul.page_list_head li:before {
    content: "/";
    padding: 0 10px;
    font-family: 'FontAwesome';
    color: #000;
}
ul.page_list_head li:first-child:before {
    content: none;
}
.list_cate_detail {
    margin-bottom: 1.5em;
}
h2.tit_dm {
    font-size: 18px;
    font-weight: 600;
    display: block;
    height: 40px;
    line-height: 40px!important;
    color: white;
    border-bottom: 0px solid #9b9e05;
    background: #a2238e;
    padding: 0px 0 0px 24px !important;
    border-radius: 5px;
}
ul.as_menu_detail {
    margin: 0;
    border: 1px solid #eee;
    padding: 3px;
}
.as_menu_detail li {
    /*padding-left: 19px;*/
}
.as_menu_detail li a {
    font-size: 16px;
}
li.dropdown_dm ,.menu_about_price li {
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.dropdown_dm:hover > .dropdown_sub {
    display: block;
    z-index: 999;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: -webkit-calc(100%);
    left: calc(100%);
}

ul.dropdown_sub {
    position: absolute;
    list-style-type: none;
    padding: 0px 0px;
    width: 100%;
    top: 0px;
    left: -9999px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(0.7, 1);
    -ms-transform: scale(0.7, 1);
    transform: scale(0.7, 1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
}
li.dropdown_dm:after {
    font-family: fontAwesome;
    content: "\f105";
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.dropdown_dm a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    padding: 11px 10px 7px 5px;
    border-bottom: 1px solid #e5e5e5;
}
li.menu_about_price a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    padding: 11px 10px 7px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.list_cate_detail ul.as_menu_detail {
    padding-bottom: 0;
}
.list_cate_detail h2.tit_dm {
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.detail_pro {
    background: #f1f2f3;
}
.slider_right_pro .mySlides {
    height: 400px;
    overflow: hidden;
}   
.slider_right_pro .mySlides img {
    height: 100%;
    object-fit: contain;
}
.slider_row {
    width: 100%;
    display: flex;
}
.slider_row .column {
    margin: 0 5px;
    height: 80px;
    overflow: hidden;
    width: 20%;
    border: 1px solid #c78d35;
    cursor: pointer;
}
.slider_row .column img {
    height: 100%;
    object-fit: contain;
}
.title_pro_detail_head h2 {
    font-weight: bold;
    font-style: normal;
    color: #555;
    text-rendering: optimizeLegibility;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    line-height: 1.2125em;
}
.line_pro {
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 40px;
}
p.new-price span {
    white-space: nowrap;
    color: #9b9e05;
    font-weight: bold;
    font-size: 15px;
}
.title_prod_detail p {
    font-size: 14px;
    font-family: 'Roboto-Regular';
}
.search_add .card_pro a {
    background-color: #9b9e05;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.search_add a:hover {
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}
.search_add {
    display: flex;
    align-items: center;
    justify-content: space-between;
        width: 100%;
}
button.add-cart__btn {
    background: #a2238e;
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 11px 20px;
}
.title_lq h2 {
    font-weight: bold;
    font-style: normal;
    color: #555;
    text-rendering: optimizeLegibility;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    line-height: 1.2125em;
    font-size: 23px;
}
.title_danhmuc h2 {
    font-size: 32px;
    font-family: 'Roboto-Bold';
    padding: 15px 0 20px;
}

.col_image {
    width: 36%;
    padding: 0 7px;
}
.col_text {
    width: 64%;
    padding: 0 7px;
}
.picture_tuvan img {
    border-radius: 15px;
        object-fit: cover;
}
.box_tuvan {
    margin: 0 -7px;
    margin-bottom: 30px;
}
.content_tuvan h3 {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'Roboto-Bold';
}
.content_tuvan p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 23px;
    font-family: 'Roboto-Regular';
}
.blog_meta a {
    padding-right: 12px;
    font-size: 13px;
    color: #5e5e5ef0;
    font-family: 'Roboto-Regular';
}
.read_more {
    text-align: right;
}
.read_more a {
    font-size: 14px;
    color: #452411;
    font-family: 'Roboto-Regular';
}
.cate_about_choose {
    background: #fff;
    margin: 25px 0;
}
.about_choose:hover {
    background: #3853a4;
    color: #fff;
}

.about_choose {
    background: #ffff;
    border-radius: 20px;
    min-height: 201px;
    align-items: center;
    /* justify-content: center; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    cursor: pointer;
    padding: 0 15px;
    margin-bottom: 20px;
}
.info_about {
    text-align: center;
}
.info_about h3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}
.info_about p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Roboto-Bold';
}
.danhmuc_sidebar {
    margin-bottom: 20px;
}
.title_cate_news {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    font-family: 'Roboto-Bold';
}
.title_cate_news:before {
    content: "";
    position: absolute;
    width: 85px;
    left: 0;
    bottom: -2px;
    background: #3853a4;
    height: 3px;
}
.new_list_sidebar li.flex {
    align-items: center;
    margin-bottom: 10px;
    margin-top: 13px;
}
a.image_new_cate {
    margin-right: 20px;
}
a.image_new_cate img {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 20px;
    object-fit: cover;
}
.text_list_sb h4 {
    font-size: 16px;
    line-height: 19px;
    height: 80px;
    overflow: hidden;
    font-family: 'Roboto-Regular';
    text-align: justify;
}
h2.title_head_content {
    position: relative;
    margin-bottom: 35px;
    font-family: 'Roboto-Bold';
    color: #3c57a6;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
}
h2.title_head_content:before {
    content: '';
    position: absolute;
    width: 75px;
    height: 2px;
    background-color: #223e99;
    /* left: calc(7% - 37.5px); */
    bottom: -10px;
}
a.hv_line {
    display: block;
    position: relative;
    overflow: hidden;
    background: inherit;
}
a.hv_line:hover:before {
    background: rgba(255,255,255,0);
}
a.hv_line:before {
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.hv_line:before, a.hv_line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
a.hv_line:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0,-100%,0);
}
a.hv_line:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
a.hv_line img {
    border-radius: 16px;
}

.img_new {
    height: 210px;
}
.title_text_news {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
}
ul.flex_new_bn {
    display: flex;
    align-items: center;
}
.title_text_news li.first_date {
    color: white;
    padding: 7px 25px;
    background-image: linear-gradient(to right, #c68c33, #c68c33, #c68c33, #c68c33, #c68c33, #c68c33);
    border-radius: 25px;
    font-size: 14px;
    font-family: 'Roboto-Bold';
}
ul.flex_new_bn li {
    font-family: 'Roboto-Bold';
    /* color: white; */
    padding: 7px 25px;
    border-radius: 25px;
    font-size: 14px;
}
.title_text_news h3 {
    margin-top: 10px;
}

.title_text_news h3 {
    font-size: 20px;
    color: #2c2c2c;
    margin-bottom: 10px;
    font-family: 'Roboto-Bold';
    line-height: 30px;
}
.title_text_news p {
    color: #747474;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    width: 100%;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 8px;
}
.flex {
    display: flex;
}
.danhmuc_product {
    margin: 25px 0;
}

.text_info_contact h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}
.info_contact_right h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.text_contact p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #224297;
}
.text_contact p a{
    color: #224297;
}   
.content_pro p span {
    font-size: 18px !important;
    line-height: 21px;
}
.form_box_contact {
    padding: 0px 0 80px;
}
.contact_form_detail .form_group {
    /*position: absolute;*/
    left: 0;
    -webkit-box-shadow: -9px 5px 20px -9px rgb(0 0 0 / 25%);
    box-shadow: 0px 0px 22px -7px rgb(0 0 0 / 25%);
    max-width: 430px;
    border-radius: 20px;
    top: 0;
    height: 400px;
}

.form_group {
    background: #ffffff87;
    border-radius: 6.1875rem;
    align-items: center;
    display: flex;
    overflow: hidden;
    justify-content: flex-start;
}
.contact_form_detail {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    position: relative;
    align-items: center;
}
.contact_form_detail .form_group form {
    /* background: #ffffff87; */
    border-radius: 20px;
    padding: 30px 40px;
}
.contact_form_detail .form_group h3 {
    color: #054eaf;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.contact_form_detail .form_group input, .contact_form_detail .form_group textarea {
    width: 100%;
    border-radius: 25px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    height: 45px;
}
.form_group input {
    border: 0;
    font-size: 16px;
    height: 42px;
    width: 88%;
}
button.btn_send {
    width: 100%;
    border-radius: 25px;
    background: #82c142;
    height: 45px;
    color: #fff;
    border: none;
}


section.wrap_product_home {
    padding: 20px 0 30px;
}
.title_heading_home {
    position: relative;
    padding-top: 10px;
}
.title_heading_home h2 {
    font-size: 26px;
    text-align: center;
    color: #f58232;
    line-height: 1.1;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}
.title_heading_home p {
    text-align: center;
    margin-top: 10px;
        font-size: 18px;
}
.image_pro img {
    height: 100%;
    object-fit: cover;
}

.image_pro {
    height: 255px;
    overflow: hidden;
}
.content_pro {
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 14px;
}
.content_pro h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 100;
    text-align: center;
    margin: 10px 0;
    color: #f58232;
    font-family: 'Roboto-Bold';
}
.content_pro p {
    color: #383a3b;
    line-height: 24px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-family: 'Roboto-Regular';
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 4;
}
.box_why_home {
    overflow: hidden;
    position: relative;
}
.picture_why img {
    height: 100%;
    object-fit: contain;
}

.picture_why {
    overflow: hidden;
    height: 100px;
    display: block;
    line-height: 0;
}
.box-content_why {
    padding: 20px 0 10px;
    text-align: center;
}
.box-content_why h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}
.box-content_why p {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}
.title_why_home h2 {
    font-size: 25px;
    margin: 0 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    color: #214195;
    text-align: center;
}
.why_home .col-md-3:after {
    content: '';
    background: #ccc;
    height: 223px;
    width: 1px;
    display: -webkit-inline-box;
    position: absolute;
    top: 0;
}
.why_home .col-md-3:first-child:after {
    content: none;
}

.title_why_home {
    margin-bottom: 50px;
    position: relative;
}
.title_why_home h2:after {
        position: absolute;
    width: 100%;
    background: url(../img/bg-title-bottom.png) no-repeat center;
    height: 10px;
    top: 50px;
    left: 0;
    content: "";
}
section.section_pro {
    background: #f5f5f5;
    padding: 50px 0;
    margin-top: 20px;
}
.text_news h2 {
    font-size: 26px;
    text-align: center;
    color: #C4161D;
    line-height: 1.1;
    font-weight: normal;
    text-transform: uppercase;
}
.tabbar ul {
    height: 30px;
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 30px auto;
    text-align: center;
    border: none;
    display: flex;
    justify-content: center;
}
.tabbar .nav-link.active, .tabbar .nav-link.active a {
    color: #fff !important;
    background: #C4161D;
    /* border-bottom: 1px solid #fff; */
    font-weight: bold;
    border: none !important;
    line-height: 14px;
}
.tabbar .nav-link a:hover ,.tabbar .nav-link.active a:focus {
    color: #fff;
    background: #C4161D;
    /* border-bottom: 1px solid #fff; */
    font-weight: bold;
    border: none;
}
.tabbar .nav-link a {
    border: none;
    border-radius: 0;
    background: #808080;
    color: #fff;
    line-height: 14px;
}
li.nav-link {
    line-height: 14px;
    height: 35px;
    line-height: 30px;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    background: 1px solid #cc6329;
    margin-right: 2px;
    display: inline-block;
}
i.nav-link a {
    color: #fff;
    display: block;
    font-size: 12px;
    outline: medium none;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.info_product {
    padding-top: 14px;
    position: relative;
}
.info_product h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 11px;
    height: 42px;
    line-height: 22px;
    overflow: hidden;
}  
.info_product p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 21px;
    text-align: justify;
    color: #555;
}
.anh_product img {
    height: 100%;
    object-fit: cover;
}
.anh_product {
    height: 180px;
    overflow: hidden;
}

.item_tabr {
    margin-bottom: 20px;
}
.title_danhmuc_service {
    margin-bottom: 10px;
    position: relative;
}

.title_danhmuc_service h2 {
    color: #0a0a0a;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    padding-bottom: 21px;
    margin-bottom: 38px;
    font-weight: normal;
    font-family: 'Roboto-Bold';
}

.title_danhmuc_service h2:before, .title_danhmuc_service h2:after {
    content: '';
    display: block;
    width: 150px;
    height: 2px;
    background: linear-gradient(to right, transparent, #f58232);
    position: absolute;
    bottom: 0;
    right: 50%;
}
.title_danhmuc_service h2:after {
        content: '';
    right: auto;
    left: 50%;
    margin-right: 0;
    transform: rotateY(180deg);
}
.picture_service img {
    height: 100%;
    object-fit: cover;
}

.picture_service {
    height: 190px;
    overflow: hidden;
}
.text_service_page {
    padding-top: 14px;
    position: relative;
}
.text_service_page h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
    height: 42px;
    line-height: 23px;
    font-family: 'Roboto-Bold';
    overflow: hidden;
}
.text_service_page p {
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 3;
    line-height: 21px;
    font-family: 'Roboto-Regular';
}
.blog_meta {
    margin-bottom: 5px;
    font-size: 13px;
    color: #a3a3a3;
}
.box_service_page {
    margin-bottom: 15px;
}
