@charset "utf-8";
/* CSS Document */

@import url("fonts.css");
* {
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a {
    text-decoration: none;
}
body
{
    width: 100%;
    background: #fff;
    font-family: 'Arial';
}
.visit_hidden
{
    visibility: hidden;
    height: 0;
}

/*-----Phân trang--------*/
ul.pagination {
    text-align:center;
    color:#2c2c2c !important;
    width: 100%;
}
ul.pagination li {
    display:inline-block;
    padding:0 3px;
}
ul.pagination a {
    color: #111 !important;
    display:inline-block;
    padding:5px 10px;
    border-radius: 2px !important;
    border: 1px solid transparent !important;
    text-decoration:none;
}
ul.pagination a:hover, 
ul.pagination a.current {
    border-color: #ddd !important;
}
.pagination > .active > a
{
    background:#2c2c2c !important;
    color:#fff !important; 
}
/*-------------*/
.fix_head {
    position: fixed !important;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    background: #ffba00;
}

.wow
{
    visibility: hidden;
}
#container
{
    width: 100%;
    overflow: hidden;
}
.container_main
{
    width: 1200px;
    margin: auto;
}
#header
{
    width: 100%;
}
#header .header
{
    position: relative;
}
#header .header .container_main
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#header .header .logo
{
   
}
#header .header .banner
{
    
}
#header .header .left_header
{
    width: 31%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .header .right_header
{
     width: 69%;
     padding-left: 60px;
}
#header .header .right_header .header_top
{
    display: flex;
    align-items: start;
    justify-content: space-between;
    height: 75px;
    background: url('../images/bg_header.jpg') repeat-x top left;
    padding-top: 5px;
    position: relative;
    z-index: 1;
}
#header .header .right_header .header_top:before
{
    content: '';
    width: 68px;
    height: 75px;
    background: url('../images/before_header.png') no-repeat top left;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 2;
}
#header .header .right_header .header_top:after
{
    content: '';
    width: 1200px;
    height: 75px;
    background: url('../images/bg_header.jpg') repeat-x top left;
    position: absolute;
    left: 100%;
    top: 0;
}
#header .header .right_header .header_top .p_top
{
    display: flex;
    align-items: center;
    padding-left: 90px;
}
#header .header .right_header .header_top .p_top p
{
    font-family: 'helveticaneue';
    font-size: 15px;
    color: #57362d;
    display: flex;
    align-items: center;
}

#header .header .right_header .header_top .p_top p img
{
    margin-right: 5px;
}
#header .header .right_header .header_top .p_top p span
{
    font-family: 'UTMImpact';
    font-size: 20px;
    color: #57362d;
}
#header .header .right_header .header_top .p_top p:last-child
{
    margin-left: 40px;
}
.logo img,.banner img
{
    max-width: 100%;
}
/*---------Menu---------*/
#main_menu 
{
    width: 100%;
    height: 75px;
    margin-top: -37px;
    position: relative;
}
#main_menu:after
{
    content: '';
    width: 1200px;
    height: 75px;
    position: absolute;
    left: 100%;
    top: 0;
    background: #57362d;
    z-index: 3;
}
#main_menu:before
{
    content: '';
    width: 128px;
    height: 75px;
    position: absolute;
    left: -73px;
    top: 0;
    background: url('../images/before_menu.png') no-repeat top left;
}
#main_menu .box_menu  
{
    width: 100%;
    position: relative;
    background: #57362d;
    z-index: 3;
}
#main_menu .box_menu:before
{
    content: '';
    width: 53px;
    height: 75px;
    position: absolute;
    left: -52px;
    top: 0;
    background: url('../images/before_box_menu.png') no-repeat top left;
}
#main_menu .box_menu .menu
{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_mobile,.hotline_mobile
{
    display: none;
}
.menu_mobile i
{
    font-size: 30px;
}
.hotline_mobile i
{
    font-size: 20px;
}
.menu_mobile a,.hotline_mobile a
{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    line-height: normal;
}
.fix_head .ddsmoothmenu > ul
{
    padding-left: 0;
}
/*----------Tìm kiếm-----*/
.serch-mobile
{
  width: 21px;
  height: 50px;
  display: flex;
  position: relative;
  align-items: center;
}
.serch-mobile .icon-search
{
  width: 100%;
  position: relative;
  cursor: pointer;
  text-align: right;
}
.serch-mobile .icon-search img
{
  max-width: 100%;
}
.serch-mobile .form_search
{
  position: absolute;
  right: 0;
  top: calc(100% + 15px);
  z-index: 111;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(80px, 0);
  -khtml-transform: translate(80px, 0);
  -moz-transform: translate(80px, 0);
  -ms-transform: translate(80px, 0);
  -o-transform: translate(80px, 0);
  transform: translate(80px, 0);
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -khtml-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out,;
}
.serch-mobile.active .form_search
{
  visibility: visible;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.form_search 
{
  width: 213px;
  height: 37px;
  background: #57362d;
  border-radius: 25px;
  position: relative;
}
.form_search form
{
  position: relative;
}
.form_search input
{
  width: 100%;
  border: 0;
  border-radius: 25px;
  height: 35px;
  outline: none;
  background: none;
  padding-left: 20px;
  color: #fff;
}
.form_search button
{
  position: absolute;
  top: 6px;
  right: 9px;
  width: 22px;
  height: 22px;
  background: url('../images/icon_tk.png') no-repeat center;
  outline: none;
  border: 0;
}
.form_search input::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-family: 'helveticaneue';
}
.form_search input:-moz-placeholder {
  color: #fff;
  font-size: 12px;
  font-family: 'helveticaneue';
}
.form_search input::-moz-placeholder {
  color: #fff;
  font-size: 12px;
  font-family: 'helveticaneue';
}
.form_search input:-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-family: 'helveticaneue';
}
/*------Slider---------*/
#slidershow
{
    width: 100%;
    position: relative;
    overflow: hidden;
}
#slidershow .slider_caption
{
    position: absolute;
    left: calc(50% - 295px);
    top: 210px;
    width: 590px;
    text-align: center;
}
#slidershow .slider_caption h4
{
    font-family: 'UTMSwiss721BlackCondensed';
    font-size: 50px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
}
#slidershow .slider_caption p
{
    font-family: 'lato-regular';
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#slidershow .slider_caption a
{
    width: 145px;
    height:45px;
    line-height: 45px;
    text-align: center;
    background: #006d33;
    border-radius: 5px;
    font-family: 'lato-regular';
    font-size: 15px;
    color: #fff;
    display:inline-block;
    text-transform: uppercase;
}

/*----------Giới thiệu---------*/
.about_home
{
    width: 100%;
    padding: 60px 0 60px 0;
    position: relative;
}
.about_home .images-about
{
    width: 47%;
    float: left;
}
.about_home .images-about img
{
    max-width: 100%;
}
.about_home .des-about
{
    width: 53%;
    float: left;
    padding-left: 33px;
}
.about_home .des-about h4
{
    font-family: 'VNF-ChampionScripPro';
    font-size: 42px;
    color: #1e1e1e;
    font-weight: normal;
    margin-top: -10px;
}
.about_home .des-about h3
{
    font-family: 'texgyreadventorbold';
    font-size: 22px;
    color: #e50d66;
    text-transform: uppercase;
    padding-left: 60px;
    margin-bottom: 10px;
}
.about_home .des-about .content-about
{
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #333333;
    text-align: justify;
    line-height: 27px;
}
.about_home .des-about .content-about img
{
    max-width: 100%;
}
.chungnhan
{
    width: 100%;
    padding-top: 14px;
}
.chungnhan .margin-cn
{
    margin: 0 -15px;
}
.chungnhan .items-cn
{
    padding: 0 15px;
}
.chungnhan .items-cn a
{
    display: block;
    overflow: hidden;
}
.chungnhan .items-cn a:hover img
{
    transform: scale(1.1, 1.1);
}
.chungnhan .items-cn img
{
    width: 100%;
}
/*---------Sản phẩm list---*/

/*---------Sản phẩm--------*/
.sanpham_home
{
    width: 100%;
    padding: 30px 0 40px 0;
    overflow: hidden;
}
.title_tieubieu
{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
.title_tieubieu h2
{
    font-family: 'UTMImpact';
    font-size: 33px;
    color: #1f1f1f;
    font-weight: normal;
    text-transform: uppercase;
}
.title_tieubieu:after {
    content: '';
    width: 250px;
    height: 2px;
    background: #efb700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.sanpham_list
{
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
}
.title_sanpham
{
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.title_sanpham h2 {
    font-family: 'UTMImpact';
    font-size: 33px;
    color: #1f1f1f;
    text-transform: uppercase;
    font-weight: normal;
}
.title_sanpham p {
    font-family: 'helveticaneue';
    font-size: 22px;
    color: #1f1f1f;
}
.title_sanpham:after {
    content: '';
    width: 250px;
    height: 2px;
    background: #efb700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.list_items
{
    position: relative;
    padding-bottom: 30px;
}
.list_items a.a_product
{
    width: 166px;
    height: 40px;
    background: #ffba00;
    border-radius: 2px;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.list_items a.a_product:hover
{
    background: #dba100;
}


.list_items a.a_product img
{
    margin-left: 5px;
}
.padding-top-0
{
    padding-top: 0;
}
.padding-bottom-40
{
    padding-bottom: 40px;
}
.padding-top-40
{
    padding-top: 40px;
}
.margin-top-20
{
    margin-top: 20px;
}
.margin-top-40
{
    margin-top: 40px;
}
.left-product
{
    width: 32.5%;
    float: left;
    border: 5px solid #eaeaea;
    border-bottom: 0;
}
.right-product
{
    width: 67.5%;
    float: left;
    padding-left: 10px;
}
.transition {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.margin-pr-l
{
    margin:0 -5px;
}
.margin-pr
{
    margin: -15px;
}
.item_pr_mg
{
    padding: 15px;
}
.item_pr_mg-3
{
    padding: 5px;
}
.item_pr_mg:nth-child(4n+1)
{
    clear: both;
}
.item_pr_mg-3:nth-child(4n+1)
{
    clear: both;
}

.item_pr_l
{
   padding: 0 5px;
}

.item_pr
{
    width: 100%;
    position: relative;
}
.item_pr .images_pr
{
    width: 100%;
    position: relative;
}
.item_pr .images_pr a
{
    display: block;
    overflow: hidden;
}
.item_pr .images_pr img
{
    vertical-align: top;
    width: 100%;
}

.item_pr:hover .images_pr img
{
    transform: scale(1.1, 1.1);
}
.item_pr .des_pr
{
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.item_pr .des_pr h3 a
{
    font-family: 'helveticaneue';
    font-size: 15px;
    color: #0c0c0c;
    width: 100%;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
}
.item_pr:hover .des_pr h3 a
{
    text-decoration: underline;
}
.banner_qc
{
    width: 100%;
}
.banner_qc img
{
    width: 100%;
    vertical-align: top;
}

/*-----HÌnh ảnh hone------*/
.item-l 
{
    margin: 0 -5px;
}
.item_ct
{
    float: left;
    padding: 0 5px;
}
.item_ct img
{
    width: 100%;
    vertical-align: top;
}
.item_ct:nth-child(1)
{
    width: 53%;
}
.item_ct:nth-child(2)
{
    width: 23.5%;
    margin-bottom: 10px;
}
.item_ct:nth-child(3)
{
    width: 23.5%;
    margin-bottom: 10px;
}
.item_ct:nth-child(4)
{
    width: 47%;
}
.item_ct .box_item-ct
{
    position: relative;
    overflow: hidden;
}
.item_ct .box_item-ct h3
{
    font-size: 13px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    font-family: 'RobotoBold';
    color: #fff;
    transform: translateY(100%);
}
.item_ct:hover .box_item-ct h3
{
    transform: translateY(0);
}
/*------Tin tức----------*/
#news-home
{
    width: 100%;
    position: relative;
    padding: 40px 0 20px 0;
}
#news-home .news-left
{
    width: 64%;
    float: left;
    padding-right: 40px;
}
#news-home .news-right
{
    width: 36%;
    float: left;
}
.title_tintuc
{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.title_tintuc h2
{
    font-family: 'UTMImpact';
    color: #000000;
    text-transform: uppercase;
    position: relative;
    font-size: 24px;
    font-weight: normal;
}
.content_fanpage
{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
#news-home #news_main_sub
{
    width: 50%;
    padding-right: 20px;
    float: left;
}
#news-home .owl-theme1 .owl-nav button
{
    color: #fff;
}
#news-home #news_main_sub .main_news
{
    width: 100%;
}
#news-home #news_main_sub .item_news_main
{
    width: 100%;
}
#news-home #news_main_sub .item_news_main .img_main_news
{
    width: 100%;
    overflow: hidden;
}
#news-home #news_main_sub .item_news_main .img_main_news img
{
    width: 100%;
    vertical-align: top;
}
#news-home #news_main_sub .item_news_main:hover .img_main_news img
{
    transform: scale(1.1, 1.1);
}
#news-home #news_main_sub .item_news_main .right_main_news 
{
    width: 100%;
    padding-top: 10px;
}

#news-home #news_main_sub .item_news_main .name_main_news a
{
    color: #000000;
    font-size: 15px;
    display: block;
    font-family: 'RobotoBold';
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#news-home #news_main_sub .item_news_main .right_main_news p
{
    line-height: 25px;
    font-family: 'RobotoRegular';
    color: #5f5f5f;
    font-size: 14px;
    display: block;
}

#news-home #news_main_sub .item_news_main .right_main_news .date-post a:hover
{
    color: red;
}
#news-home #news_main_sub .item_news_main .name_main_news a:hover
{
    text-decoration: underline;
}
#news-home #news_main_sub .right_main_news a.a_readmore
{
    line-height: 33px;
    width: 110px;
    height: 33px;
    background: #57362d;
    text-align: center;
    font-size: 13px;
    color: #fff;
    display: block;
    font-family: 'RobotoBold';
    margin-top: 10px;
}
#news-home #news_main_sub .right_main_news a.a_readmore:hover
{
    background: red;
}
#news-home .sub_news
{
    width: 50%;
    float: left;
}

#news-home .sub_news .item_sub_news
{
    width: 100%;
    float: left;
    padding-bottom: 32px;
}
#news-home .sub_news .item_sub_news .img_sub_news
{
    width: 150px;
    float: left;
}
#news-home .sub_news .item_sub_news .right_sub_news
{
    width: calc(100% - 150px);
    float: left;
    padding-left: 15px;
    max-height: 110px;
    overflow: hidden;
}
#news-home .sub_news .item_sub_news .right_sub_news .name_sub_news a
{
    font-family: 'RobotoBold';
    font-size: 14px;
    color: #3c3c3c;
    display: block;
    margin-top: -2px;
    margin-bottom: 3px;
}
#news-home .sub_news .item_sub_news .right_sub_news p
{
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #666666;
    line-height: 20px;
}
.video_lienquan
{
    width: 100%;
    padding-top: 4px;
}
.margin-vd
{
    margin: 0px -5px;
}
.box_video
{
    position: relative;
}

.items_vd
{
    padding: 0 5px;
    position: relative;
    float: left;
    cursor: pointer;
    width: 100%;
}
/*---------dự án---------*/
#duan-home
{
    width: 100%;
    padding: 40px 0;
}
.title_duan
{
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.title_duan:after
{
    content: '';
    width: 250px;
    height: 2px;
    background: #efb700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.title_duan h2
{
    font-family: 'UTMImpact';
    font-size: 33px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}
.title_duan p
{
    font-family: 'helveticaneue';
    font-size: 22px;
    color: #fff;
}
.margin-da
{
    margin: -15px;
}
.items-dan
{
    padding: 15px;
}
.items-dan:nth-child(3n+1)
{
    clear: both;
}
.items-dan .img-dan
{
    width: 100%;
    overflow: hidden;
}
.items-dan:hover .img-dan img
{
    transform: scale(1.1,1.1);
} 
.items-dan .des-dan
{
    text-align: center;
    padding-top: 20px;
}
.items-dan .des-dan h3 a
{
    font-family: 'helveticaneue';
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}
#content .items-dan .des-dan h3 a
{
    color: #000;
}
#owl-duan.owl-theme1 .owl-nav button
{
    color: #fff;
}
.items-dan .des-dan h3:hover a
{
    text-decoration: underline;
}
/*----------album_home------*/
.album_lq
{
    width: 100%;
    padding-top: 10px;
}
.margin-album
{
    margin: -5px;
}
.item_album-l
{
    padding: 5px;
}
.item_album-l a
{
    display: block;
    overflow: hidden;
}
/*----------Liên hệ---------*/
.contact_home
{
    width: 100%;
    padding: 20px;
}
.form_contact
{
    width: 100%;
    text-align: center;
}
.form_contact p
{
    font-family: 'SairaRegular';
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
.form_contact .margin_form
{
    margin: 0 -10px;
}

.form_contact .items_input
{
    width: 50%;
    float: left;
    padding: 0 5px;
    margin-bottom: 5px;
    position: relative;
}
.form_contact .items_input img
{
    position: absolute;
    bottom: 20px;
    right: 15px;
}
.form_contact .items_input2
{
    width: 100%;
}
.form_contact .items_input input
{
    width: 100%;
    height: 34px;
    background: #fff;
    outline: none;
    border: 0;
    padding-left: 10px;
    color: #3a3a3a;
    margin-bottom: 10px;
}
.form_contact .items_input label
{
    font-family: 'SairaRegular';
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    display: block;
    width: 100%;
}

.form_contact input::-webkit-input-placeholder {
    color: #3a3a3a;
    font-size: 13px;
}
.form_contact input:-moz-placeholder {
    color: #3a3a3a;
    font-size: 13px;
}
.form_contact input::-moz-placeholder {
    color: #3a3a3a;
    font-size: 13px;
}
.form_contact input:-ms-input-placeholder {
    color: #3a3a3a;
    font-size: 13px;
}
.form_contact textarea::-webkit-input-placeholder {
    color: #3a3a3a;
    font-size: 13px;
}
.form_contact textarea:-moz-placeholder {
    color: #3a3a3a;
    font-size: 13px;
}
.form_contact textarea::-moz-placeholder {
    color: #3a3a3a;
    font-size: 13px;
}
.form_contact textarea:-ms-input-placeholder {
    color: #3a3a3a;
    font-size: 13px;
}
.form_contact .items_input1
{
    width: 100%;
    margin-top: 5px;
}
.form_contact .items_input1 img
{
    position: relative;
    bottom: auto;
    right: auto;
}
.form_contact .items_input textarea
{
    width: 100%;
    background: #fff;
    height: 80px;
    color: #3a3a3a;
    padding: 10px 0 0 10px;
}
.form_contact .items_input1 input
{
    width: calc(100% - 135px);
    float: left;
    background: #fff;
    height: 45px;
    color: #3a3a3a;
    border: 0;
    outline: none;
    padding-left: 10px;
}
.form_contact .items_input1 .captcha_items img
{
    cursor: pointer;
    height: 45px;
}
.form_contact button
{
    width: 168px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ed1c24;
    border: 0px;
    font-family: 'SairaBold';
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    margin: auto;
    display: inline-block;
    border-radius: 5px;
    margin: 0 10px;
}
.tooltip-inner
{
    background-color: #0064b6 !important;
    color: #fff !important;
}
.tooltip.top .tooltip-arrow
{
    border-top-color: #0064b6 !important;
}

.a_fancybox,#modal,.a_fancybox1,#modal1
{
    display: none;
}
.modal_view,.modal_view1
{
    background: #fff;
    color: red;
    font-size: 20px;
}


.form_lh
{
    width: 100%;
}
.form_lh legend
{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.form_lh fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.form_lh p {
    padding: 5px 0px 5px 0px;
}
.form_lh .items_input
{
    width: 50%;
    padding: 0px 10px;
    float: left;
}
.form_lh .items_input img
{
    margin-left: -15px;
}
.margin_form
{
    margin: 0 -10px;
}
.form_lh p input {
    padding: 5px;
    width: calc(100%);
    height: 40px;
    outline: none;
}
.form_lh p label {
    width: 100px;
    float: left;
}
.form_lh p textarea {
    padding: 5px;
    width: calc(100%);
    border: 1px solid #ccc;
    height: 150px;
    outline: none;
}
.form_lh p button {
    border: 0px;
    background: #303030;
    padding: 8px 25px 8px 25px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 8px;
}
.form_lh p button:hover {
    background: #036593
}
#form_contact input {
    padding: 5px;
}

.left_contact {
    width:40%;
    float: left;
    padding-right: 40px;
}
.right_contact {
    width: 60%;
    float: left;
}
.form_lh input::-webkit-input-placeholder {
    color: #3e3e3e;
}
.form_lh input:-moz-placeholder {
    color: #3e3e3e;
}
.form_lh input::-moz-placeholder {
    color: #3e3e3e;
}
.form_lh input:-ms-input-placeholder {
    color: #3e3e3e;
}

.form_lh textarea::-webkit-input-placeholder {
    color: #3e3e3e;
}
.form_lh textarea:-moz-placeholder {
    color: #3e3e3e;
}
.form_lh textarea::-moz-placeholder {
    color: #3e3e3e;
}
.form_lh textarea:-ms-input-placeholder {
    color: #3e3e3e;
}
/*----------------------Đối tác-----------------*/
.partner
{
    width: 100%;
    padding: 20px 0;
}
.partner .box_partner
{
    width: 100%;
    padding: 0 30px;
}

.partner .margin-partner
{
    margin: 0 -10px;
}
.partner .item_partner
{
    padding: 0 10px;
}
.partner .item_partner img
{
}

/*-------------chính sách------------------------*/
.chinhsach_home
{
    width: 100%;
    padding: 40px 0;
}

.camket
{
    width: 100%;
    padding: 40px 0;
    background: #ffca00;
}
.margin-camket
{
    margin: 0 -15px;
}
.item_cs-l
{
    padding: 0px 15px;
}
.item_cs
{
    width: 100%;
    display: flex;
    align-items: start;
    padding: 0 15px;
}
.item_cs .images-cs
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 43px;
}
.item_cs .images-cs img
{
    max-width: 100%;
}
.item_cs .des-cs
{
    width: calc(100% - 43px);
    padding-left: 10px;
}
.item_cs .des-cs h3 a
{
    font-family: 'RobotoBlack';
    font-size: 15px;
    color: #343434;
    display: block;
    font-weight: normal;
}
.item_cs .des-cs p
{
    font-family: 'helveticaneue';
    font-size: 14px;
    color: #000000;
    line-height: 25px;
}
.item_cs:hover .des-cs h3 a
{
    text-decoration: underline'
}
.item_cs:hover .images-cs img
{
    transform: rotate(25deg);
}
/*----------Dịch vụ---------------*/
.dichvu_home
{
    width: 100%;
    padding: 30px 0 40px 0;
}
.margin-sv
{
    margin: -15px;
}
.item_sv_w
{
    padding: 15px;
}
.item_sv_l
{
    padding: 15px;
}
.item_sv_l:nth-child(4n+1)
{
    clear: both;
}
.item_sv
{
    width: 100%;
}
.item_sv .images_sv
{
    overflow: hidden;
    width: 100%;
}
.item_sv .images_sv img
{
    width: 100%;
}
.item_sv .des_sv
{
    width: 100%;
    padding-top: 15px;
}
.item_sv .des_sv h3
{
    font-family: 'UTMAvoBold';
    font-size: 15px;
    color: #343434;
    margin-bottom: 5px;
    text-transform: uppercase;
    position: relative;
}

.item_sv:hover .des_sv h3
{
    color: red;
}
.item_sv .des_sv .des_sv1 p
{
    font-family: 'UTMAvo';
    font-size: 14px;
    color: #343434;
    line-height: 25px;
}
.item_sv:hover img
{
    transform:scale(1.1,1.1);
}

.service_list
{
    width: 100%;
    padding: 40px 0;
    position: relative;
}

.margin-sv-l
{
    margin:-18px;
}
.item_sv-l
{
    padding: 18px;
}
.item_sv-l .images_sv-l
{
   width: 100%;
   text-align: center;
   min-height: 64px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.item_sv-l .images_sv-l img
{
    vertical-align: top;
    max-width: 100%;
}
.item_sv-l .des_sv-l
{
    text-align: center;
    padding-top: 15px;
}
.item_sv-l .des_sv-l h3
{
    font-family: 'UTMAvoBold';
    font-size: 16px;
    color: #555555;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0 50px;
}
.item_sv-l .des_sv-l p
{
    font-family: 'SVNPoppinsRegular';
    color: #666666;
    font-size: 13px;
    line-height: 20px;
}
.item_sv-l:hover .images_sv-l img
{
    transform: rotate(25deg);
}
.item_sv-l:hover .des_sv-l h3
{
    color: #E43C1C;
}
.title_main
{
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}
.title_main:before
{
    content: '';
    width: 110px;
    height: 3px;
    background: #57362d;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.title_main h2
{
    font-family: 'helveticaneue';
    color: #2e2e2e;
    text-transform: uppercase;
    position: relative;
    font-size: 22px;
    font-weight: normal;
}
.title_main a
{
    font-family:'helveticaneue';
    font-size: 15px;
    color: #0c0c0c;
}
.title_main a:hover
{
    text-decoration: underline;
}
/*---------------------Footer--------------------*/
#footer
{
    width: 100%;
}
#footer .footer
{
    width: 100%;
    padding: 40px 0;
    background: #57362d;
}
#footer .footer .box_footer
{
    width: 100%;
}
#footer .footer .logo_left
{
    width: 26%;
    padding-right: 10px;
}
#footer .footer .logo_left img
{
    max-width: 100%;
}
#footer .footer .logo_right
{
    width: 74%;
}
#footer .footer h2
{
    font-size: 24px;
    color: #fff;
    font-family: 'helveticaneuebold';
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: normal;
}
#footer .footer .footer1
{
    width: 35%;
    float: left;
    padding-right: 40px;
}

#footer .footer .content_footer p
{
    font-family: 'helveticaneue';
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    line-height: normal;
}
#footer .footer .content_footer p:last-child
{
    margin-bottom: 0;
}
#footer .footer .content_footer p img
{
    margin-right: 10px;
}
#footer .social_footer
{
    width: 100%;
    padding-top: 20px;
}
#footer .social_footer span
{
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
#footer .social_footer img
{
    margin-right: 5px;
}

#footer .footer h3
{
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'helveticaneue';
    position: relative;
    margin-bottom: 30px;
    font-weight: normal;
}

.ul_footer ul
{
    padding-left: 0;
}
.ul_footer ul li
{
    list-style: none;
}
.ul_footer ul li a
{
    font-size: 14px;
    color: #fff;
    font-family: 'helveticaneue';
    display: block;
    margin-bottom: 15px;
}
.ul_footer ul li:last-child a
{
    margin-bottom: 0;
}
.ul_footer ul li a img
{
    margin-left: 5px;
}
.ul_footer ul li:hover a
{
    text-decoration: underline;
}
#footer .footer .footer2
{
    width: 13%;
    float: left;
    padding-right: 36px;
}
#footer .footer .logo_footer
{
    width: 100%;
    padding-top: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#footer .footer .logo_footer span
{
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
}
#footer .footer .logo_footer img
{
    max-width: 100%;
}
#footer .footer .copy_right p
{
    font-family: 'helveticaneue';
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
#footer .footer .footer3
{
    width: 27%;
    float: left;
    padding-right: 36px;
}
#footer .footer .footer4
{
    width: 25%;
    float: left;
}
.footer6
{
    width: 100%;
    padding: 15px 0;
    background: #ffba00;
    text-align: center;
}
.footer6 .container_main
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer6 p
{
    font-size: 14px;
    color: #000000;
    font-family: 'OpenSansRegular';
}

.footer6 .footer8 p
{
    display: inline-block;
    padding: 0 10px;
    line-height: 10px;
    border-left: 1px solid #000;
}
.footer6 .footer8 p:first-child
{
    padding-left: 0;
    border-left: 0;
}
.footer6 .footer8 p:last-child
{
    padding-right: 0;
}
/*--------Đăng ký nhận mail---------*/
.newsletter
{
    width: 100%;
    position: relative;
    padding: 35px 0;
    background: url('../images/bg_dangkymail.jpg') repeat;
}
.newsletter .container_main
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsletter .title-letter
{
    background: url('../images/icon_dk.png') no-repeat top left;
    padding-left: 65px;
    padding-right: 30px;
}
.title-letter h3
{
    font-family: 'helveticaneuebold';
    color: #000000;
    font-size: 18px;
    position: relative;
}
.title-letter p
{
    font-family: 'helveticaneue';
    color: #000000;
    font-size: 14px;
    line-height: 25px;
}
.form_tin
{
    width: 52%;
    position: relative;
}

.form_tin input
{
    width: calc(100% - 94px);
    height: 49px;
    outline: none;
    border: 0;
    padding-left: 15px;
    background: #fff;
    color: #000;
} 
.form_tin button.btn_send
{
    width: 94px;
    height: 49px;
    line-height: 49px;
    background: #ffc600;
    border: 0;
    outline: none;
    cursor: pointer;
    font-family: 'helveticaneuebold';
    font-size: 15px;
    color: #57362d;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}
.newsletter .social_newsletter
{
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.newsletter .social_newsletter span
{
    font-family: 'helveticaneue';
    font-size: 15px;
    color: #000000;
    white-space: nowrap;
}
.newsletter .social_newsletter img
{
    max-width: 40px;
    margin-left: 5px;
}
.form_tin input::-webkit-input-placeholder {
    color: #6f6f6f;
    font-size: 15px;
    font-family: 'helveticaneue';
}
.form_tin input:-moz-placeholder {
    color: #6f6f6f;
    font-size: 15px;
    font-family: 'helveticaneue';
}
.form_tin input::-moz-placeholder {
    color: #6f6f6f;
    font-size: 15px;
    font-family: 'helveticaneue';
}
.form_tin input:-ms-input-placeholder {
    color: #6f6f6f;
    font-size: 15px;
    font-family: 'helveticaneue';
}


.form_contact
{
    width: 100%;
    position: relative;
    padding: 20px;
}

.form_contact input
{
    width: 100%;
    height: 36px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 15px;
    background: #fff;
    color: #000;
    border-radius: 5px;
    margin-bottom: 8px;
} 
.form_contact textarea
{
    width: 100%;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 15px;
    background: #fff;
    color: #000;
    border-radius: 5px;
    margin-bottom: 8px;
    height: 60px;
    padding-top:20px;
} 

.form_contact button.btn_send
{
    width: 72px;
    height: 34px;
    line-height: 34px;
    background: #e20202;
    float: left;
    border-radius: 25px;
    border: 0;
    outline: none;
    cursor: pointer;
    font-family: 'RobotoRegular';
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.form_contact button.btn_reset
{
    width: 102px;
    height: 34px;
    line-height: 34px;
    background: #ffba00;
    float: left;
    border-radius: 25px;
    border: 0;
    outline: none;
    cursor: pointer;
    font-family: 'RobotoRegular';
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    margin-left: 10px;
}

.form_contact input::-webkit-input-placeholder {
    color: #000;
    font-size: 13px;
    font-family: 'OpenSansRegular';
}
.form_contact input:-moz-placeholder {
    color: #000;
    font-size: 13px;
    font-family: 'OpenSansRegular';
}
.form_contact input::-moz-placeholder {
    color: #000;
    font-size: 13px;
    font-family: 'OpenSansRegular';
}
.form_contact input:-ms-input-placeholder {
    color: #000;
    font-size: 13px;
    font-family: 'OpenSansRegular';
}

/*---------------------Chi tiết tin tức--------*/
.margin_news-l
{
    margin: -14px;
}
.items_news-s
{
    padding: 14px;
}
.items_news-l
{
    padding-bottom: 15px;
}
.items_news-l:nth-child(4n+1)
{
    clear: both;
}
.items_news-s:nth-child(4n+1)
{
    clear: both;
}
.items_news .images_news
{
    float: left;
    width: 30%;
    margin-right: 15px;
}
.items_news .images_news img
{
    width: 100%;
}
.items_news h3 {
    font-family: 'helveticaneuebold';
    font-size: 16px;
    color: #424242;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.items_news:hover h3
{
    color: red;
}
.items_news p {
    font-family: 'helveticaneue';
    font-size: 14px;
    color: #424242;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
}
.news-orther {
    border: 1px solid #DEDEDE;
    padding: 10px;
    background: #F7F7F7;
    margin-top: 20px;
}
.order_news {
  margin-bottom:5px;
  padding-left: 25px;
}

.order_news a {
  font-size: 15px;
  color:#666;
  margin-bottom:5px;
}
.order_news:hover
{
  margin-left: -10px;
}
.order_news span {
  color:#0099FF;
}

.span_orther
{
    width: 100%;
    font-size: 20px;
    font-family: 'helveticaneuebold';
    display: block;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.ngaydang
{
    color: #666;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}
.h1_detail
{
    font-size: 20px;
    font-family: 'helveticaneuebold';
}
.note_nd    
{
    width: 100%;
    color: #000;
    font-size: 16px;
}
#map-detail
{
    width: 100%;
    padding-top: 20px;
}
#map-detail iframe
{
    width: 100%;
}
/*----------Left--------------------*/
#index
{
    width: 100%;
    padding: 40px 0;
}
#left {
    width: 24%;
    float: left;
    position: sticky;
    top: 70px;
}
#left .left
{
    width: 100%;
}
.content_right
{
    width: 76%;
    float: right;
    padding-left: 30px;
}
#left .left .title
{
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #e50d66;
}
#left .left .title h2
{
    font-family: 'RobotoBold';
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 18px;
}
#left .left .box_left ul
{
    padding: 0;
    background: #f2f2f2;
}

#left .left .box_left ul li
{
 position: relative;
 list-style: none;
}
#left .left .box_left ul li > a
{
    font-family: 'RobotoRegular';
    font-size: 16px;
    color: #272727;
    padding: 10px 10px 10px 40px;
    display: block;
    text-transform: capitalize;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    background: url('../images/icon_li.png') no-repeat top 17px left 20px;
}

#left .left .box_left  ul  li:hover > a
{
    color: red;
    text-decoration: underline;
}

#left .left .box_left > ul > li > ul
{
    display: none;
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    z-index: 1111;
}
#left .left .box_left  ul  li:hover >  ul
{
    display: block;
}
#left .left .box_left ul li ul li:first-child
{
    border-top: 1px solid #ccc;
}
.items_left
{
    margin-top: 20px;
}
.items_left img
{
    width: 100%;
}
.items_left
{
    width: 100%;
}
.items_left .img-items_left
{
    width: 75px;
    float: left;
}
.items_left .img-items_left img
{
    width: 100%;
}
.items_left .des-items_left
{
    width: calc(100% - 75px);
    float: left;
    padding-left: 10px;
}
.items_left .des-items_left a
{
    font-family: 'RobotoMedium';
    font-size: 13px;
    color: #000;
}
.items_left:hover .des-items_left a
{
    text-decoration: underline;
}
.items_banner
{
    width: 100%;
    padding-top: 22px;
}
.items_banner img
{
    width: 100%;
}
/*----------Chi tiết sản phẩm--------*/

.content_product .frame_images {
  width: 40%;
  float:left;
}

.content_product .des-product {
  width: 60%;
  float:left;
  padding-left: 40px;
}

.content_product .frame_images .selectors {
  width:100%;
  padding-top: 10px;
}

.margin-zoom
{
    margin: 0 -5px;
}
.items_zoom {
    padding: 0 5px;
    cursor:pointer;
    outline: none !important;
}
#owl-demo22 .owl-stage
{
    margin: auto;
}

.slick-current .items_zoom1 {
  border-color:red;
}

.content_product .des-product h1 {
  color:#333;
  font-family: 'helveticaneuebold',sans-serif;
  font-size:19px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#zoom-fig
{
    position: relative;
    text-align: center;
}
.content_product .des-product li {
  list-style:none;
  padding: 5px 0;
  color:#333;
  font-family:'helveticaneue',sans-serif;
  font-size: 17px;
}
.content_product .addtocart-p
{
    margin-bottom: 20px;
}
.content_product .button-slick
{
    display: flex;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 99;
}
.content_product .button-slick div
{
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
    -khtml-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
    -ms-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
    box-shadow: 1px 0 3px rgba(0,0,0,0.1);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}
.content_product .button-slick div i
{
    font-size: 14px;
    color: #999;
    line-height: 40px;
}
.content_product .button-slick .next_sub_news
{
    margin-left: 15px;
}
.content_product .des-product .des-product-sub {
  color:#333;
  font-size:17px;
  line-height: 35px;
}
.content_product .des-product .quote {
  display:inline-block;
  margin:0 5px;
}
.content_product .des-product .price-final_price
{
    display: flex;
    align-items: center;
}
.content_product .des-product .price-final_price p
{
    font-family: 'helveticaneue';
    font-size: 20px;
    color: #333;
}
.content_product .des-product .price-final_price p span
{
   color: #ed1c24;
   font-family:'helveticaneuebold',sans-serif;

}

.content_product .des-product .price-final_price p.price_old
{
    color: #666;
    text-decoration: line-through;
    font-size: 17px;
    margin-left: 10px;
}

a.txt_color_2,
.txt_color_2 {
  color:#ff6600;
}

.content_product .des-product .items_size {
  float:left;
  margin-right:5px;
  overflow:hidden;
}

.content_product .des-product .items_size input {
  display:none;
}

.content_product .des-product .items_size span {
  display:block;
  padding:7px 20px;
  background:#fff;
  cursor:pointer;
  border:1px solid #ccc;
  position:relative;
}

.content_product .des-product .items_size label {
  font-weight:normal;
}

.content_product .des-product .items_size input[type=radio]:checked + span {
  border:1px solid #ff6600;
}

.content_product .des-product .items_size input[type=radio]:checked + span:after {
  content:"";
  position:absolute;
  right:-15px;
  top:-10px;
  background:#ff6600;
  width:45px;
  height:8px;
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

.wrap_qty {
  position:relative;
  display:inline-block;
}

.txt_12 {
  font-size:12px;
}

.wrap_qty input {
  background:#f3f3f3;
  border:1px solid #eaeaea;
  border-radius:2px;
  width:53px;
  height:28px;
  padding:0 9px;
}

.wrap_qty .fa {
  position:absolute;
  right:5px;
  font-size:16px;
  cursor:pointer;
}

.wrap_qty .fa-caret-up {
  top:0;
}

.wrap_qty .fa-caret-down {
  bottom:1px;
}

.content_product .des-product .control {
  margin:10px 0;
}
.share_social {
  display:flex;
  align-items:center;
  margin: 10px 0;
}

.zalo-share-button {
  margin-top:-5px;
  margin-left:5px;
}

.at-style-responsive .at-share-btn {
  padding:7px !important;
}

.zalo_icon {
  position:fixed;
  top:calc(50% + 70px);
  right:5px;
  cursor:pointer;
  display:inline-block;
  z-index:999;
}
.actions #product-addtocart-button {
    background: url(../images/icon_add_cart_white.svg),#ed1c24;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 16px 8px;
    padding-left: 52px;
    padding-right: 20px;
}

button.btn_site_2 {
    background: #ffba00;
    border-radius: 3px;
    color: #000 !important;
    outline: none;
    display: inline-block;
    padding: 9px 40px;
    font-size: 15px;
    margin: 5px 0;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
}
#container_product
{
    width: 100%;
    padding-top: 30px;
}
.box_spcl
{
    padding-top: 30px;
}
.fix-content
{
    position: relative;
    z-index: 1;
}
#slick1 { opacity: 0 }
#slick1.slick-initialized { opacity: 1 }
#slick { opacity: 0  }
#slick.slick-initialized { opacity: 1 }

.tags strong
{
    float: left;
    margin-right: 10px;
    padding-top: 2px;
}
.tags ul
{
    padding-left: 0;
}
.tags ul li
{
    display: inline-block;
    float: left;
    width: auto;
    padding: 0 !important;
    margin: 2px 0;
}
.tags ul li a
{
    font-size: 14px;
    color: #666;
    font-family: 'RobotoRegular';
}
.tags ul li a:hover
{
    text-decoration: underline;
}


.items_mau
{
    float: left;
    margin: 10px 5px 10px 0;
    text-align: center;
}
.items_mau input {
    display: none;
}
.items_mau span {
    display: block;
    padding: 2px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    position: relative;
}

.items_mau span img
{
    vertical-align: top;
}
.items_mau input[type=radio]:checked + span {
    border: 1px solid #D87C7C;
}
.items_mau input[type=radio]:checked + span:after {
    content: '';
    background: url(../images/bg-variant-checked.png) no-repeat right bottom ;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.items_mau p
{
    font-size: 13px;
    margin-top: 10px;
}
/*-----------map--------*/
#map_canvas iframe
{
    width: 100%;
    height: 400px;
}
#map_canvas1-box
{
    width: 100%;
}
#map_canvas1-box iframe
{
    width: 100%;
    height: 210px;
    vertical-align: top;
}
#map_canvas1
{
    width: 100%;
    height: 200px;
}
#map .group_map a {
    display: inline-block;
    margin: 5px;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    color: #fff;
    background: #e68122;
    padding: 8px 15px;
}
#map .group_map a:first-child
{
    margin-left: 0;
}
/*----------Video-----------*/
.margin_video
{
    margin: -10px;
}
.video_item {
    padding: 10px;
}
.video_item h3 {
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    color: #3e3e3e;
    font-family: 'RobotoBold';
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.video_item:hover h3
{
    text-decoration: underline;
}
/*----------Điều hướng------*/

.breadcrumb
{
    margin-bottom: 20px;
    list-style: none;
    padding: 0 !important;
    background: #fff !important;
}
.breadcrumb-item a
{
    color: #666 !important;
    font-size: 15px;
}
.breadcrumb-item:hover a
{
    color: red !important;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 0.813rem; */
}

.breadcrumb>li+li::before {
    padding-right: .2rem;
    padding-left: .2rem;
    color: #818a91;
    content: "/";
}
.breadcrumb>li+li:before {
    content: '/';
    color: #666;
    font-size: 15px;
}
.breadcrumb-item  a:hover
{
    color: red;
}
.breadcrumb li:first-child a span {
    display: none;
}
.breadcrumb li:first-child a:before {
    content: '\f015';
    font-size: 17px;
    font-family: "FontAwesome";
    color: #666;
    font-weight: 500;
    text-indent: 0px;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    top: -1px;
    margin-right: 2px;
}
/*----------------------Back to top-------------*/

#back_to_top {
    color: #fff;
    height: auto;
    position: fixed;
    bottom: 75px;
    margin: 0;
    z-index: 10000;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#back_to_top.on {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    right: 25px;
}

#back_to_top span {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    -o-border-radius: 48px;
    -moz-border-radius: 48px;
    -webkit-border-radius: 48px;
    border-radius: 48px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    border: 2px solid #1c86c8;
    background: #57362d;
    border: solid 2px #fff;
}
#back_to_top span {
    text-align: center;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

#back_to_top span i {
    font-size: 22px;
    color: rgb(255, 255, 255);
    transition: color 0.2s ease 0s;
}

#back_to_top:hover span i {
    color: #57362d;
}

#back_to_top:hover span
{
    background: white;
}
/*----------------------Loading------------------*/
#loadding
{
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    display: none;
}
#floatingBarsG{
    position:absolute;
    width:60px;
    height:75px;
    margin:auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.blockG{
    position:absolute;
    background-color:rgb(255,255,255);
    width:10px;
    height:23px;
    border-radius:8px 8px 0 0;
    -o-border-radius:8px 8px 0 0;
    -ms-border-radius:8px 8px 0 0;
    -webkit-border-radius:8px 8px 0 0;
    -moz-border-radius:8px 8px 0 0;
    transform:scale(0.4);
    -o-transform:scale(0.4);
    -ms-transform:scale(0.4);
    -webkit-transform:scale(0.4);
    -moz-transform:scale(0.4);
    animation-name:fadeG;
    -o-animation-name:fadeG;
    -ms-animation-name:fadeG;
    -webkit-animation-name:fadeG;
    -moz-animation-name:fadeG;
    animation-duration:1.2s;
    -o-animation-duration:1.2s;
    -ms-animation-duration:1.2s;
    -webkit-animation-duration:1.2s;
    -moz-animation-duration:1.2s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#rotateG_01{
    left:0;
    top:27px;
    animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
    transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
}

#rotateG_02{
    left:8px;
    top:10px;
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
    transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
}

#rotateG_03{
    left:25px;
    top:3px;
    animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
    transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
}

#rotateG_04{
    right:8px;
    top:10px;
    animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
    transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}

#rotateG_05{
    right:0;
    top:27px;
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
    transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
}

#rotateG_06{
    right:8px;
    bottom:7px;
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
    transform:rotate(135deg);
    -o-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
}

#rotateG_07{
    bottom:0;
    left:25px;
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
    transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}

#rotateG_08{
    left:8px;
    bottom:7px;
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
    transform:rotate(-135deg);
    -o-transform:rotate(-135deg);
    -ms-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    -moz-transform:rotate(-135deg);
}



@keyframes fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}
#footer1
{
    z-index:999899;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    display: none;
}
#footer1 table
{
    width:100%;
    text-align:center;
    margin:auto;
    background: #c96b12;
    border: 3px solid #e8e8e8
}
#footer1 img {
    width: 25%;
    max-width: 35px;
    vertical-align: middle;
}

#footer1 a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/*=========================*/
.quick-alo-phone.quick-alo-show {
  visibility: visible;
}
.quick-alo-phone {
  position: fixed;
  visibility: hidden;
  background-color: transparent;
  width: 82px;
  height: 64px;
  cursor: pointer;
  z-index: 2 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -ms-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  right: 150px;
  top: 30px;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
  border-color: #2aa3d4;
  opacity: 0.5;
}
.quick-alo-ph-circle {
  width: 140px;
  height: 140px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #a6e3fa 9;
  opacity: 1 !important;
}
.quick-alo-ph-circle-fill {
  width: 90px;
  height: 90px;
  top: 50px;
  left: 50px;
  position: absolute;
  background-color: #000;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
  background-color: #2aa3d4;
}
.quick-alo-ph-img-circle {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url("../images/iconzalo.png") no-repeat center center;
  background-size: 100% 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
  background-color: #75eb50;
}
@keyframes quick-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    -moz-transform: rotate(0) scale(.5) skew(1deg);
    -ms-transform: rotate(0) scale(.5) skew(1deg);
    -o-transform: rotate(0) scale(.5) skew(1deg);
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: 0.1;
}
30% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    -ms-transform: rotate(0) scale(.7) skew(1deg);
    -o-transform: rotate(0) scale(.7) skew(1deg);
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: 0.5;
}
100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -ms-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
}
}
@keyframes quick-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    -ms-transform: rotate(0) scale(.7) skew(1deg);
    -o-transform: rotate(0) scale(.7) skew(1deg);
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: 0.2;
}
50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -ms-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
}
100% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    -ms-transform: rotate(0) scale(.7) skew(1deg);
    -o-transform: rotate(0) scale(.7) skew(1deg);
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: 0.2;
}
}
@keyframes quick-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -ms-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
}
10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    -ms-transform: rotate(-25deg) scale(1) skew(1deg);
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
    -ms-transform: rotate(25deg) scale(1) skew(1deg);
    -o-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    -ms-transform: rotate(-25deg) scale(1) skew(1deg);
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
    -ms-transform: rotate(25deg) scale(1) skew(1deg);
    -o-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -ms-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
}
100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -moz-transform: rotate(0) scale(1) skew(1deg);
    -ms-transform: rotate(0) scale(1) skew(1deg);
    -o-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
}
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    opacity: 0;
}
100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
}
/*-------Album-------*/
.hinhanh
{
    padding: 0 0 30px 0;
    text-align: center;
}
.fotorama__wrap
{
    display: inline-block;
}
.album_home
{
    width: 100%;
}
.margin_hinhanh
{
    margin: -10px;
}
.grid {
    margin: -10px !important;
}
.album_item a {
    display: block;
    overflow: hidden;
    position: relative;
}
.items_hinhanh_box
{
    padding: 10px;
}
.items_hinhanh
{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.items_hinhanh img
{
    width: 100%;
}
.items_hinhanh .des_hinhanh {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.6);
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transform: scale(0,0);
}
.items_hinhanh:hover .des_hinhanh
{
    transform: scale(1,1);
}
.items_hinhanh .des_hinhanh h3
{
    font-weight: normal;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}
.items_hinhanh:hover img
{
    transform: scale(1.1,1.1);
}
.images-lq
{
    display: none;
}
.grid-image-item a
{
    display: block;
    overflow: hidden;
}

.wr_zalo {
    position: fixed;
    top: calc(50% - 50px);
    right: 0px;
}
.title_zalo {
    position: absolute;
    top: calc(50% - 33px);
    left: -68px;
    cursor: pointer;
}
.qr_code
{
    display: none;
    position: relative;
    z-index: 999;
}

.fb-fp2 {
    position: fixed;
    z-index: 999998;
    right: -290px;
    z-index: 999998;
    top: calc(50% - 50px);
    width: 380px;
    min-height: 250px;
}
.fb-fp2 img {
    float: left;
}

.noidung a.a_tl
{
    display: inline-block;
    color: #fff;
    font-weight:bold;
    margin-bottom: 20px;
    padding: 8px 20px;
    background: #4f4f4f;
    margin-right: 10px;
}
#donhang
{
    display: none;
    padding: 30px;
}
#myModal .modal-dialog
{
    width: 100%;
    max-width: 800px !important;
}
.content_cart .left_cart
{
    width: 50%;
    float: left;
    text-align: center;
    padding-right: 30px;
}
.content_cart .right_cart
{
    width: 50%;
    float: left;
}
.content_cart .left_cart img
{
    width: 100%;
}
.content_cart .left_cart h3
{
    font-size: 20px;
    color: #141414;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    margin-bottom: 10px;
}
.content_cart .left_cart p
{
    font-size: 15px;
    color: #141414;
    text-transform: uppercase;
}
.content_cart .left_cart p span
{
    color: red;
}
.content_cart .right_cart .btn-dathang
{
    padding: 10px 25px;
    background: #00adef;
    border: 0;
}
.modal
{
    z-index: 9999999 !important;
}
.margin_ct
{
    margin:  0 -15px;
}

.items_tintuc_nb {
    width: 100%;
    margin-bottom: 15px;
}
.items_tintuc_nb p {
    font-size: 13px;
    font-family: 'OpenSansBold';
    color: #222;
    margin-bottom: 5px;
}
.items_tintuc_nb:hover p
{
    text-decoration: underline;
}
.items_tintuc_nb span {
    font-size: 13px;
    font-family: 'RobotoRegular';
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
}
.items_tintuc_nb .col-xs-7 {
    padding-left: 10px;
    max-height: 81px;
    overflow: hidden;
}
.hotrotructuyen_item:not(:last-child) {
    border-bottom: 1px dashed #e8e8e8;
}
.hotrotructuyen_item:first-child 
{
    text-align: center;
}
.hotrotructuyen_item:first-child  img
{
    max-width: 100%;
    margin-bottom: 15px;
}
.hotrotructuyen_item:first-child p {
    font-family: "RobotoBold";
    font-size: 13px;
    color: #333;
}
.hotrotructuyen_item:first-child span {
    font-family: "RobotoBold";
    font-size: 16px;
    color: #ff0000;
}
.hotrotructuyen {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px 10px;
    background: #FFF;
}
.mxh {
    font-family: "RobotoRegular";
}
.mxh .dienthoai {
    font-family: "RobotoBold";
    font-size: 16px;
    color: #ff0000;
    display: block;
}
.hotrotructuyen_item .info {
    padding: 5px 0 8px;
    background: url("../images/ic_email.png") left center no-repeat;
    padding-left: 40px;
    font-family: "RobotoBold";
    font-size: 14px;
    letter-spacing: 1px;
}
.hotrotructuyen_item {
    padding: 10px;
}
.mxh {
    font-family: "RobotoRegular";
}
.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}
.mr-2
{
    margin-right: 5px;
}
.margin-bottom-20
{
    margin-bottom: 20px;
}
.social_left
{
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 999;
}
.social_left img
{
    max-width: 80px;
    margin-bottom: 10px;
}
.noidung img
{
    max-width: 100% !important;
    height: auto !important;
}
.noidung table
{
    max-width: 100% !important;
}

#show_viewdetail
{
    width: 1000px;
    padding: 30px;
}
#show_viewdetail iframe
{
    width: 100%;
}

/*----Tin tức-----*/
.margin-cn-l
{margin: -15px;}
.items_cn-l,.items_cn-t
{
    padding: 15px;
}
.items_cn-t:nth-child(2n+1)
{
    clear: both;
}
.item_sub_cn .des-sub_cn
{
    width: 70%;
    float: left;
    padding-left: 15px;
}
.item_sub_cn .img_sub_cn
{
    width: 30%;
    float: left;
    border: 1px solid #ccc;
    padding: 2px;
}
.item_sub_cn .img_sub_cn a
{
    display: block;
    overflow: hidden;
}
.item_sub_cn .img_sub_cn img
{
    max-width: 100%;
}
.item_sub_cn h3 a
{
    font-family: 'helveticaneuebold';
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    display: block;
}
.item_sub_cn p
{
    font-family: 'helveticaneue';
    font-size: 13px;
    color: #5f5f5f;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
}
.item_sub_cn span
{
    font-family: 'helveticaneue';
    font-size: 13px;
    color: #5f5f5f;
    display: block;
    margin-bottom: 5px;
}
.item_sub_cn .des-sub_cn img
{
    margin-right: 5px;
    float: left;
    margin-top: 2px;
}
.item_sub_cn:hover .img_sub_cn img
{
    transform: scale(1.1, 1.1);
}
.item_sub_cn:hover h3
{
    text-decoration: underline;
}
/*-----chi nhánh------*/
#chinhanh
{
    width: 100%;
    overflow: hidden;
}
.margin-chinhanh
{
    margin: 0 -7px;
}
.items_chinhanh
{
    width: 50%;
    float: left;
    padding: 0 7px;
    position: relative;
}
.title-cn
{
    position: absolute;
    top: 20px;
    right: 20px;
}
.title-cn h3
{
    font-family: 'MuliRegular';
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 25px;
    background: #d51b21;
    font-weight: normal;
}
.items_chinhanh iframe
{
    width: 100%;
    height: 510px;
}
.items_chinhanh:nth-child(2n+1)
{
    clear: both;
}

#btn-call {display: block;width: 40px;height: 40px;position: fixed;right: 25px;bottom: 310px;z-index: 99999;}
#btn-call i {  width: 40px; height: 40px; border-radius: 50%; background: #1182FC; color: #fff; font-size: 20px; text-align: center; line-height: 40px; position: relative; z-index: 9999; }
.kenit-alo-circle-fill {width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(17, 130, 252, 0.45); opacity: .75; right: -10px; }
.kenit-alo-circle {width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(17, 130, 252, .8); opacity: .1; border-color: #1182FC; opacity: .5; }

#btn-zalo {display: block;width: 40px;height: 40px;position: fixed;right: 25px;bottom: 230px;z-index: 9999;}
#btn-zalo i { display: flex; display: -ms-flex; align-items: center; -ms-flex-align: center; width: 40px; height: 40px; border-radius: 50%; background: #1182FC; position: relative; z-index: 999; }
#btn-zalo i img { vertical-align: middle;max-width: 100%; }
.kenit-alo-circle-fill {width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(17, 130, 252, 0.45); opacity: .75; right: -10px; }
.kenit-alo-circle {width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(17, 130, 252, .8); opacity: .1; border-color: #1182FC; opacity: .5; }

.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed{display:none!important}.js-facebook-messenger-tooltip{bottom:97px;right:97px}.js-facebook-messenger-tooltip{color:#404040;background:#fff}.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}.js-facebook-messenger-tooltip{display:none;position:fixed;text-align:center;border-radius:10px;overflow:hidden;font-size:12px;line-height:1;padding:10px;border:1px solid rgba(0,0,0,0.1);box-shadow:rgba(0,0,0,0.15) 0 2pt 10pt;z-index:1.0E+30}.js-facebook-messenger-close-tooltip{width:10px;height:10px;display:inline-block;cursor:pointer;margin-left:10px}.js-facebook-messenger-box.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}.js-facebook-messenger-box.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.js-facebook-messenger-box{bottom:70px;right:15px}.js-facebook-messenger-box{background:#1182fc}.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}.js-facebook-messenger-box{width:60px;height:60px;display:block;position:fixed;cursor:pointer;text-align:center;line-height:60px;background:#1182FC;border-radius:100%;overflow:hidden;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);-moz-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3)}.js-facebook-messenger-box.rotate svg#fb-msng-icon{transform:rotate(0deg)}.js-facebook-messenger-box svg#fb-msng-icon{width:30px;height:30px;position:absolute;top:15px;left:15px;opacity:1;overflow:hidden;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out}.js-facebook-messenger-box.rotate svg#close-icon{transform:rotate(-45deg)}.js-facebook-messenger-box svg#close-icon{opacity:0;width:20px;height:20px;position:absolute;top:20px;left:20px;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out}.js-facebook-messenger-container{transform:translateY(50px);bottom:110px;right:35px}.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:999999999999999999999999999999}.js-facebook-messenger-container{position:fixed;opacity:0;border-radius:10px;pointer-events:none;box-shadow:0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);-webkit-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-moz-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-o-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;transition:transform 160ms ease-in-out,opacity 160ms ease-in-out}.js-facebook-messenger-top-header{width:300px}.js-facebook-messenger-top-header{color:#fff;background:#1182fc}.js-facebook-messenger-top-header{display:block;position:relative;width:300px;background:#1182FC;color:#fff;text-align:center;line-height:1;padding:10px;font-size:14px;border-top-left-radius:10px;border-top-right-radius:10px}.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:99999999999999999999999999999999999999999}.js-facebook-messenger-top-header{color:#fff;background:#1182fc}.js-facebook-messenger-box{background:#1182fc}.js-facebook-messenger-top-header{width:300px}.js-facebook-messenger-tooltip{color:#404040;background:#fff}.js-facebook-messenger-box{bottom: 140px;right:15px;}.js-facebook-messenger-container{transform:translateY(50px);bottom: 200px;right:35px;}.js-facebook-messenger-container.open{transform:translateY(0px);opacity:1;pointer-events:all}.js-facebook-messenger-tooltip{bottom:97px;right:97px}.js-facebook-messenger-box.open svg#fb-msng-icon{opacity:0}.js-facebook-messenger-box.rotate.open svg#close-icon{transform:rotate(0deg)}.js-facebook-messenger-box.open svg#close-icon{opacity:1}
.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  -moz-animation: shake-anim 1s infinite ease-in-out;
  -ms-animation: shake-anim 1s infinite ease-in-out;
  -o-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.products-tools
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
}
.products-tools .grid-list
{
    padding-left: 0;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.products-tools .grid-list li
{
    list-style: none;
    padding: 0 10px;
}
.products-tools .grid-list li a
{
   font-size: 14px;
   color: #666;
}
.products-tools .grid-list li a.active
{
    color: #000;
}
#content
{
    width: 100%;
    padding: 30px 0 30px 0;
}

.toolbar2 {display:none;background: #57362d;padding: 5px;bottom: 0;right: 0;left: 0;position: fixed;z-index: 500;height: auto;border-top: 1px solid #cbcbcb;}
.toolbar2 ul{list-style: none;padding-left: 0}
.toolbar2 ul li {text-align: center; float: left; width: 25%; }
.toolbar2 ul li a {display: inline-block; width: 100%; }
.toolbar2 ul li a span {color: #fff;font-size: 2.5vw;font-weight: 400;}
.icon-m {background: url(../images/icon_m.png) no-repeat; display: inline-block; }
.icon-t1 {background-position: 5px -3px;width: 30px;height: 25px;background-size: 180px; }
.icon-t2 {background-position: -37px -3px;width: 30px;height: 25px;background-size: 180px; }
.icon-t3 {background-position: -80px -3px; width: 58px;height: 25px;background-size: 180px; }
.icon-t4 {background-position: -150px 0px; width: 30px;height: 26px;background-size: 180px; }
#nhantin .fa{background: none;color: #fff;font-size: 17px;margin-bottom: 5px;padding-top: 2px;}

/*----------Popup-----------*/
#popub {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 10001;
    text-align: center;
}
.noidung_popup
{
  max-width: 700px;
  min-width: 500px;
  background: white;
  float: left;
  padding: 20px;
}
#popub .popub {
    position: relative;
    max-width: 80%;
    margin: auto;
    display: inline-block;
}

#popub .popub .close_popup 
{
    position: absolute;
    background: url(../images/close.png) center center no-repeat;
    width: 60px;
    height: 60px;
    right: -33px;
    top: -33px;
    z-index: 999999;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 60px rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.5);
    background-color: rgba(255,255,255,.1);
}

.close_popup, .list-group-item>.badge {
    float: right;
}
.close_popup {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
#popub 
{
    width: 100%;
    height: 100%;
    display: none;
}

#popub .popub .close_popup:hover {
    background-color: rgba(255,255,255,.3);
    box-shadow: 0 0 20px rgba(255,255,255,.8);
    cursor: pointer;
}
.slick-slide, .slick-slide *{ outline: none !important; }
.goog-logo-link {
   display:none !important;
} 

.goog-te-gadget{
   color: transparent !important;
}
.goog-te-gadget .goog-te-combo
{
    height: 30px;
    outline: none;
    margin: 0 !important;
    border-radius: 25px;
    border: 0;
}
.goog-te-banner-frame{visibility:hidden !important;}
body {top:0px !important;}
#google_language_translator { width:auto !important; }
.goog-te-gadget .goog-te-combo {margin: 0 0px !important;color: #000;}
.goog-tooltip {display: none !important;}
.goog-tooltip:hover {display: none !important;}
.goog-text-highlight {background-color: transparent !important; border: none !important; box-shadow: none !important;}

.cart {
    position: fixed;
    top: 35%;
    right: 0px;
    z-index: 99999;
}
.cart a{position:relative;padding: 7px;background: #0ca354;line-height: 20px;}
.cart a .fa{font-size: 20px;}
.cart span{
    position: absolute;
    top: -3px;
    right: 25px;
    background: #0ca354;
    padding: 0px 7px;
    border-radius: 50%;
    font-size: 14px;
    font-family: monospace;
}
.cart a{text-decoration:none;color:#fff;font-family:OpenSansRegular;font-size:16px;}


