@charset "utf-8";
/* CSS Document */

@import url("fonts.css");
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a {
    text-decoration: none;
}
body 
{
    width: 100%;
    height: 100%;
    float: left;
    background: #fff;
    font-family: arial;
}
.visit_hidden
{
    visibility: hidden;
    height: 0;
}

/*-----Phân trang--------*/
ul.pagination {
    text-align:center;
    color:#0baf4d !important;
    width: 100%;
}
ul.pagination li {
    display:inline-block;
    padding:0 3px;
}
ul.pagination a {
    color: #58bd4e !important;
    display:inline-block;
    padding:5px 10px;
    border-radius: 2px;
    border: 1px solid #58bd4e !important;
    text-decoration:none;
}
ul.pagination a:hover, 
ul.pagination a.current {
    background: #58bd4e !important;
    color:#fff !important;
}
.pagination > .active > a
{
    background:#002879 !important;
    color:#fff !important; 
}
/*-------------*/
.fix_head {
    position: fixed !important;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    background: #58bd4e;
}
#container
{
    width: 100%;
    overflow: hidden;
}
#content
{
    padding: 30px 0;
    background: #fff;
}
.wow
{
    visibility: hidden;
}
.container_main {
    width: 1200px;
    margin: auto;
}
#header
{
    width: 100%;
    display: block;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 10px 0 10px rgba(0,0,0,0.3)
}
#header .header_top
{
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 13px;
    overflow: hidden;
}
#header .header{background: #58bd4e;display: flex;flex-flow: row wrap; }
#header .header:before{position: relative;background: #fff;content: '';flex: auto;}
#header .header:after{position: relative;background: #58bd4e;content: '';flex: auto;}
#header .header_top .container_main
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0 5px 299px;
}
.baohd{padding-left: 299px;position: relative;}
#header .header_top .container_main:before{position: absolute;right: 100%;top: 0px; width: 100%;
content: ''; background: #fff;height: 100%;}
#header .header_top .p_top
{
    display: flex;
    align-content: center;
    width: 400px;
}
#header .header_top p img
{
    margin-right: 5px;
}
#header .header_top .p_top p
{
    font-family: 'RobotoBold';
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    display: block;
    width: 100%;
}
#header .box_header
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0; top: -40px;
    width: 288px;
    height: 140px;
    background: url(../images/img/log_03.png) no-repeat;
}
#header .header .logo
{
    display: block;
    max-width: 250px;
    max-height: 120px;
}
#header .header .logo a{display: block;max-width: 100%;max-height: 100%;}
.logo img
{
    max-width: 100%;
    max-height: 120px;
}

.dt span{color: #edd50d;}
.theoweb{position: fixed !important;z-index: 999 !important; width: 100% !important; top: 0 !important;left: 0 !important;}
.theoweb .header_top{display: none !important;}
.theoweb #main_menu{height: 80px !important;}
.theoweb .box_header{top: 0 !important; height: 100% !important;}
.theoweb .header .logo,.theoweb .header .logo img{max-height: 70px;}

#search{display: none;position: absolute;right: 0;top: 100%;width: 300px; height: 30px;
box-shadow: 0 0 1px #ccc;z-index: 999;background: #fff;}
#search input{
    float: left;
    border: none;
    background: none;
    width: calc(100% - 30px);
    outline: none;
    color: #777;
    height: 100%;
    padding: 0 10px;
}
#search p{
    float: right;
    width: 30px; 
    height: 30px;
    background: url(../images/img/sr.png) no-repeat center center;
    cursor:pointer;
}
/*---------Menu---------*/
#main_menu  
{
    width: 100%;height: 100px;
}
#main_menu .menu
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.ulmn{
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.icon_menu{flex: auto;}
.clicktk{cursor: pointer;display: block;}
#main_menu .menu .ddsmoothmenu{width: 100%;height: 100%;}
#main_menu .menu_mobile,#main_menu .holine_mobile
{
    display: none;
}
#main_menu .menu_mobile a, #main_menu .holine_mobile a
{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
#main_menu .left_menu
{
    width: 270px;
    float: left;
    height: 43px;
    position: relative;
}
#main_menu .right_menu
{
    width: calc(100% - 270px);
    float: left;
    padding-left: 10px;
}
#main_menu .left_menu .title_danhmuc
{
    width: 100%;
    height: 43px;
    background: #58bd4e;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #12ad06;
}
#main_menu .left_menu .title_danhmuc h2
{
    font-family: 'SFUEurostileCondensed';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding-left: 25px;
    font-weight: normal;
}
#main_menu .box_danhmuc
{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 99999;
    border: 1px solid #ebebeb;
    
}
.box_danhmuc > ul
{
    background: #f7f7f7;
    width: 100%;
}
.box_danhmuc > ul li
{
    width: 100%;
    padding: 0 15px;
}
.box_danhmuc > ul li a
{
    width: 100%;
    padding: 10px 0px 10px 20px;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    display: inline-block;
    background: url('../images/img/le1.png') no-repeat left 16px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    position: relative;
}
.box_danhmuc > ul li:last-child > a
{
    margin-bottom: 0;
    border-bottom: none;
}
.box_danhmuc > ul > li > a img
{
    margin-right: 10px;
}
.box_danhmuc ul li a:hover{color: #58bd4e;}
.box_danhmuc ul li > ul
{
    position: absolute;
    left: 100%;
    z-index: 999;
    width: 240px;
    background: #f7f7f7;
    display: none;
    top: 0;
}
.box_danhmuc ul li ul > li
{
    position: relative;
}
.box_danhmuc ul li:hover > ul {
    display: block;
}
.box_danhmuc1 .box_danhmuc
{
    display: none;
}

/*---------tìm kiếm-------------*/
.timkiem_top
{
    width: 50px;
    height: 40px;
    float: left;
    position: relative;
}
.icon_timkiem {
    width: 50px;
    height: 40px;
    float: right;
    position: relative;
    cursor: pointer;
    text-align: center;
    background: url('../images/icon_tk.png') no-repeat center;
}
.timkiem_menu {
    width: 220px;
    position: absolute;
    top: calc(100% + 2px);
    right: 0px;
    height: 35px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
    opacity: 0;
    width: 0px;
    z-index: 999;
}
.form_timkiem {
    position: relative;
}
#name_tk1 {
    width: 100%;
    border: 0px;
    margin: 0px;
    height: 35px;
    padding-left: 10px;
    color: #000;
    background: no-repeat;
    outline: none;
}
.nut_tim {
    position: absolute;
    width: 30px;
    height: 35px;
    background: url(../images/icon_tk.png) no-repeat center;
    top: 0px;
    outline: none;
    cursor: pointer;
    right: 0px;
    display: none;
    border: 0px;
    z-index: 99999999;
}
.active1 {
    opacity: 1;
    width: 220px;
}
.active1 .nut_tim {
    display: block;
}
input::-webkit-input-placeholder {
    color: #3e3e3e;
}
input:-moz-placeholder {
    color: #3e3e3e;
}
input::-moz-placeholder {
    color: #3e3e3e;
}
input:-ms-input-placeholder {
    color: #3e3e3e;
}

/*------Slider---------*/
#slidershow
{
    width: 100%;
}
#slidershow .caption
{
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    float: left;
    padding: 20px;
    transform: scale(1, 1) !important;
    opacity: 1 !important;
}
#slidershow .caption
{
    font-size: 15px;
    font-family: 'RobotoLight';
    color: white;
    line-height: 25px;
}
#slidershow .slider_bottom
{
    width: 100%;
    padding-top: 10px;
}
#slidershow .slider_bottom .items_slider
{
    padding: 0 5px;
}
.margin-slider
{
    margin: 0 -5px;
}
#slidershow .slider_bottom .items_slider img
{
    width: 100%;
}
.slider_right .items_slider
{
    width: 100%;
    background: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 2px;
}
.slider_right .items_slider h3
{
    color: #3f3f3f;
    font-size: 14px;
    font-weight: normal;
    font-family: 'RobotoRegular';
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 2px 0;
}
.slider_right .items_slider:hover h3
{
    text-decoration: underline;
}
.slider_right .items_slider p
{
    color: #ff0000;
    font-family: 'RobotoBold';
}
#slidershow .box_slider
{
    width: calc(100% - 300px);
    float: right;
}
#slidershow .slider-left
{
    width: 100%;
    float: left;
}
#slidershow .slider-right
{
    width: 21%;
    float: left;
}
.menu_slider
{
    width: 280px;
    float: left;
}
.menu_slider .box_danhmuc
{
    position: relative;
    width: 100%;
    min-height: 500px;
}
.tieudedm{display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;height: 45px;
color: #fff; background: #58bd4e;padding: 0 15px;align-items: center;font-size: 16px;
font-family: 'Oswald', sans-serif;}
.tieudedm img{width: 18px; height: 14px;}
.menu_slider .box_danhmuc > ul
{
    height: 455px;
    overflow-y: auto;
    width: 100%;
}

.menu_slider .box_danhmuc > ul::-webkit-scrollbar { width: 5px; height: 5px;}
.menu_slider .box_danhmuc > ul::-webkit-scrollbar-button {  width: 0px; height: 0px; }
.menu_slider .box_danhmuc > ul::-webkit-scrollbar-track {  background-color: #c3c3c3;}
.menu_slider .box_danhmuc > ul::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.menu_slider .box_danhmuc > ul::-webkit-scrollbar-thumb { height: 50px; background-color: #c3c3c3; border-radius: 3px;}
.menu_slider .box_danhmuc > ul::-webkit-scrollbar-corner { background-color: #ffffff;}
#slick1
{
    visibility: hidden;
    height: 0;
}
/*------Giới thiệu-----*/
.about_home
{
    width: 100%;
    padding-bottom: 40px;
}
.about_home .images-about
{
    width: 100%;
}
.about_home .images-about img
{
    width: 100%;
}
.about_home .des-about
{
    width: 100%;
    padding-top: 15px;
}
.about_home .des-about p
{
    font-family: 'RobotoCondensed';
    font-size: 15px;
    color: #404040;
    line-height: 25px;
}
.about_home .des-about a.a_readmore
{
    width: 176px;
    height: 49px;
    background: #e68122;
    font-size: 12px;
    font-family: 'RobotoRegular';
    text-transform: uppercase;
    display: block;
    color: #fff;
    line-height: 49px;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
}
.about_home .des-about a.a_readmore:hover
{
    background: red;
}
.about_home .line-about
{
    border-top: 1px solid #e0e0e0;
    margin: 20px 0 30px 0;
}
/*---------Cam kết---------*/
#camket
{
    padding-top: 20px;
}
.margin-ck
{
    margin: -15px;
}
.item_ck-l
{
    padding: 15px;
}
.item_ck
{
    display: flex;
    align-items: center;
}
.item_ck .images_ck
{
    width: 73px;
    height: 73px;
    background: #e8a505;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#camket .owl-item:nth-child(2n) .item_ck .images_ck
{
    background: #f67300;
}
#camket .owl-item:nth-child(3n) .item_ck .images_ck
{
    background: #f04400;
}
.item_ck .images_ck img
{
    max-width: 100%;
}
.item_ck .des_ck
{
    width: calc(100% - 73px);
    padding-left: 15px;
}
.item_ck .des_ck h3
{
    font-family: 'RobotoBold';
    font-size: 17px;
    color: #2c2c2c;
}
/*---------Thương hiệu---*/
.thuonghieu
{
    width: 100%;
    padding: 30px 0;
}
.margin-th
{
    margin: 0 -15px;
}
.items_th-l
{
    padding: 0 15px;
}
.box_thuonghieu
{
    width: 100%;
}
.box_thuonghieu-r
{
    width: calc(100% - 70px);
    float: right;
    padding: 25px 80px;
    border: 1px solid #108a2e;
    background: #fff;
    min-height: 120px;

}
.title_thuonghieu
{
    width: 70px;
    height: 144px;
    display: flex;
    align-items: center;
    float: left;
    background: #108a2e;
    justify-content: center;
    position: relative;
}
.title_thuonghieu:before
{
    content: '';
    width: 16px;
    height: 25px;
    background: url('../images/after_th.png') no-repeat;
    position: absolute;
    left: 100%;
    bottom: 0;
}
.title_thuonghieu p
{
    font-family: 'RobotoMedium';
    font-size: 18px;
    color: #fff;
    transform: rotate(-90deg);
    white-space: nowrap;
    text-transform: uppercase;
}
/*---------Sản phẩm list---*/
.product_list
{
    width: 100%;
    overflow: hidden;
}
.title_list
{
    width: 100%;
    background: url('../images/bg_h2.jpg') repeat-x;
    border-bottom: 0;
    height: 44px;
    position: relative;
    border-radius: 17px 0 17px 17px;
    overflow: hidden;
    margin-bottom: 24px;
}

.title_list h2
{
    float: left;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    min-width: 235px;
    height: 44px;
    line-height: 44px;
    padding-left: 30px;
    background: #58bd4e;
}
.title_list h2:before
{
    content: '';
    width: 68px;
    height: 44px;
    background: url('../images/before_h2.jpg') no-repeat;
    position: absolute;
    left: 100%;
    top: 0;
}
.title_list a
{
    float: right;
    font-family: 'RobotoBlack';
    font-size: 12px;
    color: #ff0000;
    margin: 12px 20px 8px 10px;
    border-bottom: 1px solid #ff0000;
    font-style: italic;
}

.list_items .tab_list
{
    width: calc(100% - 230px);
    float: right;
    padding-left: 100px;
}
.list_items .tab_list ul
{
    padding-right: 60px;
}
.list_items .tab_list li
{
    display: inline-block;
}
.list_items .tab_list li + li:before {
    padding: 0 15px;
    color: #ccc;
    content: '/';
    color: #666;
    font-size: 15px;
}

.list_items .tab_list li a
{
    display: inline-block;
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #333333;
}
.list_items .tab_list li a.active
{
    color: red;
}
.list_items .images_list
{
    width: 480px;
    float: left;
    border-left: 1px solid #ccc;
    padding: 5px;
    padding-bottom: 25px;
    background: #fff;
}
.list_items:nth-child(2n) .images_list
{
    float: right;
    border-left: 0;
    border-right: 1px solid #ccc;
}
.list_items .images_list img
{
    width: 100%
}
.list_items .right_list
{
    float: right;
    padding: 14px 0 0 14px;
}
/*---------Sản phẩm--------*/
.sanpham_home
{
    width: 100%;
    padding-top: 40px;
}
.padding-top-0
{
    padding-top: 0;
}
.title_product
{
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom:1px solid #108a2e;
}
.title_product h2
{
    font-family: 'RobotoBold';
    font-size: 20px;
    color: #108a2e;
    text-transform: uppercase;
}
.sanpham_home .title_product
{
    margin-bottom: 40px;
}
.transition {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.tab_nav1
{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.tab_nav1 ul li
{
    display: inline-block;
    padding: 0 2px;
}
.tab_nav1 ul li a
{
    font-family: 'RobotoBold';
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    padding: 8px 20px 5px 20px;
    border-radius: 25px;
    display: inline-block;
}
.tab_nav1 ul li a.active
{
    border: 1px solid #108a2e;
    color: #108a2e;
}
.margin_pr
{
    margin: -12px;
}
.item_pr_l
{
    padding: 12px;
}
.item_pr_mg
{
    width: 25%;
    float: left;
    padding: 12px;
}
.item_pr_mg:nth-child(4n+1)
{
    clear: both;
}
.item_pr
{
    width: 100%;
    background: #fff;
}
.item_pr .images_pr
{
    width: 100%;
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 22px 10px 22px 10px;
    position: relative;
}
.item_pr .images_pr .sale
{
    width: 55px;
    height: 54px;
    background: url('../images/sale.png') no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.item_pr .images_pr img
{
    vertical-align: top;
}
.item_pr:hover .images_pr img
{
    transform: scale(1.1, 1.1);
}
.item_pr .des_pr
{
    width: 100%;
    text-align: center;
    padding-top: 15px;
    background: url('../images/bong.png') no-repeat top 1px center;
}
.item_pr .des_pr h3
{
    font-size: 16px;
    color: #3e3e3e;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: normal;
}
.item_pr .des_pr p
{
    font-size: 15px;
    color: #7f7f7f;
}
.item_pr .des_pr p.giacu
{
    text-decoration: line-through;
}
.item_pr .des_pr p span
{
    color: #e71515;
}
.item_pr:hover .des_pr h3
{
    text-decoration: underline;
}
.item_pr .des_pr .price
{
    display: flex;
    justify-content: center;
}
.item_pr .des_pr .price1
{
    justify-content: space-between;
}
.banner_qc
{
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.banner_qc img
{
    width: 100%;
    max-width: 1366px;
}
/*---------Quy trình---------*/
#quytrinh_list
{
    width: 100%;
    padding: 40px 0;
}
.margin-qt
{
    margin: -15px;
}
.item_qt-l
{
    padding: 15px;
}
.item_qt
{
    text-align: center;
}
.item_qt .images_qt
{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: inline-block;
    border: 5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.item_qt .des_qt
{
    text-align: center;
    padding-top: 20px;
}
.item_qt .des_qt h3
{
    font-size: 22px;
    color: #fff;
    font-family: 'SairaExtraBold';
    text-transform: uppercase;
}
.item_qt:hover .images_qt
{
    transform: rotate(25deg);
}
.item_qt:hover .des_qt h3
{
    color: yellow;
}
/*---------Dịch vụ-----------*/
.service_home
{
    width: 100%;
    padding: 40px 0 60px 0;
}
.margin_sv
{
    margin: -15px;
}
.items-sv-l
{
    padding: 15px;
}
.items-sv
{
    width: 100%;
}
.items-sv .des-sv h3
{
    font-family: 'RobotoBold';
    color: #404040;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}
.items-sv:hover .des-sv h3
{
    color: red;
}
.items-sv .des-sv p
{
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #5d5d5d;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}
.items-sv .images-sv
{
    width: 100%;
    height: 150px;
    background: #e3e1e1;
    position: relative;
    margin: 90px 0 70px 0;
}
.items-sv .images-sv img
{
    width: 282px;
    border-radius: 50%;
    border: 5px solid #e69622;
    position: absolute;
    top: -66px;
    left: 0;
    right: 0;
    margin: auto;
}
.items-sv:hover .images-sv img
{
    transform: rotate(25deg);
}
.service_home a.a_service
{
    width: 176px;
    height: 49px;
    background: #e68122;
    font-size: 12px;
    font-family: 'RobotoRegular';
    text-transform: uppercase;
    display: block;
    color: #fff;
    line-height: 49px;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    margin-top: 20px;
}
/*----------Dự án--------*/
.project_home
{
    width: 100%;
    padding: 40px 0;
}
.title_project
{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    background: url('../images/line_h2.png') no-repeat bottom center;
    padding-bottom: 25px;
}
.title_project h2
{
    font-family: 'UTMHelvetIns';
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
}
.title_project p
{
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #fff;
}
.items-project-l
{
    padding: 15px;
}
.items-sv
{
    width: 100%;
}
.items-project .images-project
{
    width: 100%;
    overflow: hidden;
}
.items-project .des-project
{
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.items-project .des-project h3
{
    width: 100%;
    font-family: 'RobotoBold';
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#content .items-project .des-project h3,#content .items-project .des-project p
{
    color: #000;
}
.items-project .des-project p
{
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #fff;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.items-project:hover .des-project h3
{
    color: yellow;
}
#content .items-project:hover .des-project h3
{
    color: red;
}
.items-project:hover .images-project img
{
    transform: scale(1.1, 1.1);
}
.hidden_project
{
    display: none;
}
/*-----HÌnh ảnh hone------*/
#hinhanh-home
{
    width: 100%;
    padding-bottom: 40px;
}
.margin-ha
{
    margin: 0 -13px;
}
.items_ha
{
    width: calc(100% / 3);
    float: left;
    padding: 0 13px;
}
.items_ha img
{
    width: 100%;
}
.items_ha a
{
    overflow: hidden;
    display: block;
}
.items_ha a:hover img
{
    transform: scale(1.1, 1.1);
}
.items_ha1 a:first-child
{
    margin-bottom: 18px;
}
/*------Tin tức----------*/
#news-home
{
    padding: 40px 0 10px 0;
}
.margin-news
{
    margin: 0 -16px;
}
.news-home
{
    width: calc(100% / 3);
    float: left;
    padding: 0 16px;
}
.margin_items_news
{
    margin: 0 -16px;
}
#news-home1 .news-items
{
    width: 50%;
    float: left;
    padding: 0 16px;
}

.title_main
{
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.title_main h2
{
    font-family: 'RobotoBold';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.title_main h2:before
{
    content: '';
    min-width: 1000px;
    height: 1px;
    border-bottom:1px dashed #adadad;
    position: absolute;
    left: 100%;
    bottom: 7px;
}
.content_fanpage
{
    width: 290px;
    display: inline-block;
}

.video_home
{
    width: 100%;
}
.video_home .box_video
{
    width: calc(100% - 140px);
    padding-right: 15px;
    float: left;
}
.video_home .video_lienquan
{
    width: 140px;
    float: left;
}
.video_home .video_lienquan .items_vd
{
    margin-bottom: 15px;
    float: left;
    cursor: pointer;
}
.video_lq select
{
    width: 100%;
    height: 30px;
}
#news-home1
{
    width: 100%;
    padding-bottom: 5px;
}
#news-home1 .title_list
{
    width: 100%;
    margin-bottom: 15px;
}
.margin-ab
{
    margin: -7.5px;
}
#news-home1 .items_ab
{
    width: calc(100% / 3);
    float: left;
    padding: 7.5px;
    overflow: hidden;
}
#news-home1 .items_ab a
{
    display: block;
    overflow: hidden;
}
#news-home1 .items_ab:hover img
{
    transform: scale(1.1, 1.1);
}
#news-home1 .items_ab img
{
    width: 100%;
    vertical-align: top;
}
/*----------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: 40px 0;
}
.form_contact
{
    width: 100%;
    max-width: 930px;
    margin: auto;
    text-align: center;
}
.form_contact .title_list
{
    margin-bottom: 10px;
}
.form_contact p
{
    font-family: 'SairaRegular';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.form_contact .margin_form
{
    margin: 0 -10px;
}
.form_contact .items_input
{
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
}
.form_contact .items_input input
{
    width: 100%;
    height: 45px;
    background: #fff;
    outline: none;
    border: 0;
    padding-left: 10px;
    color: #3a3a3a;
    margin-bottom: 10px;
}
.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 .items_input1
{
    width: 100%;
    margin-top: 5px;
}
.form_contact .items_input textarea
{
    width: 100%;
    background: #fff;
    height: 100px;
    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: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #e30000;
    border: 0px;
    font-family: 'SairaBold';
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: auto;
    display: inline-block;
    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: right;
}
.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-----------------*/

/*-------------chính sách------------------------*/
.chinhsach_home
{
    width: 100%;
    padding: 40px 0;
    background: #fff;
}
.margin-cs
{
    margin: 0 -15px;
}
.item_cs
{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.item_cs .images-cs
{
    width: 90px;
}
.item_cs .des-cs
{
    width: calc(100% - 90px);
    padding-left: 20px;
}
.item_cs .des-cs h3
{
    font-family: 'RobotoBold';
    font-size: 14px;
    color: #108a2e;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.item_cs .des-cs p
{
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #606060;
    line-height: 20px;
}
.item_cs:hover img
{
    transform: rotate(25deg);
}
/*---------------------Footer--------------------*/

/*--------Đăng ký nhận mail---------*/
.newsletter
{
    width: 100%;
    padding: 40px 0;
    text-align: center;
}
.newsletter p
{
    font-family: 'RobotoCondensedRegular';
    font-size: 17px;
    color:#fff;
    margin-bottom: 30px;
    background: url('../images/line_p.png') no-repeat bottom center;
    padding-bottom: 10px;
}
.newsletter .form_tin
{
    width: 100%;
    max-width: 675px;
    margin: auto;
    position: relative;
}

/*---------------------Bản đồ------------------*/
#map
{
    background: #fff;
}
#map_list {
  width: 700px;
  height: 500px;
}

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#mode-selector {
  color: #fff;
  background-color: #4d90fe;
  margin-left: 12px;
  padding: 5px 11px 0px 11px;
}

#mode-selector label {
  font-family: RobotoRegular;
  font-size: 13px;
  font-weight: 300;
}


.map-left{
  position: fixed;
  left: -710px;
  top: 80px;
  z-index: 999;
  transition: 0.5s all ease;
}

.click-map{
  width: 45px;
  height: 140px;
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 260px;
  cursor: pointer;
  background: #e68122 url(../images/icon_add2.png) center 104px no-repeat;
}

.click-map:before {
  position: absolute;
  content: "Bản đồ chỉ đường";
  top: 10px;
  width: 35px;
  left: 0px;
  right: 0px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin: auto;
}

.click-remove {
  width: 50px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 99999;
  background-size: 100%;
  cursor: pointer;
  background-color: #DA0C14;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.border-map{
  border: 5px solid #fff;
  box-sizing: border-box;
  position: relative;
}
/*---------------------Chi tiết tin tức--------*/
.margin_news-l
{
    margin: -15px;
}
.items_news-l
{
    padding: 15px;
    width: 50%;
    float: left;
}
.items_news-l:nth-child(2n+1)
{
    clear: both;
}
.items_news .images_news
{
    float: left;
    width: 30%;
    margin-right: 15px;
    border: 1px solid #ccc;
}
.items_news .images_news img
{
    width: 100%;
}
.items_news h3 {
    font-family: 'RobotoBold';
    font-size: 16px;
    color: #424242;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.items_news:hover h3
{
    color: red;
}
.items_news p {
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #424242;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
}
.order_news
{
    margin-bottom: 5px;
}
.order_news a
{
    font-size:14px; 
    color:#666;
    margin-bottom: 5px;
}
.order_news span
{
    color:#0099FF;

}
.span_orther
{
    width: 100%;
    font-size: 20px;
    font-family: 'RobotoBold';
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 5px;
}
.ngaydang
{
    color: #666;
    font-size: 13px;
}
.h1_detail
{
    font-size: 20px;
    font-family: 'RobotoBold';
}
.note_nd    
{
    width: 100%;
    text-align:center;
    color:#FF0000;
    font-weight:600;
    font-size:22px;
    text-transform:uppercase;    
}
.content_right
{
    width: 75%;
    float: right;
}
/*----------Left--------------------*/
#left {
    width: 25%;
    float: left;
    position: relative;
    padding-right: 35px;
}
#left .left .title
{
    width: 100%;
    height: 40px;
    background: #e68122;
    line-height: 40px;
    text-align: center;
}
#left .left .title h2
{
    font-family: 'RobotoBold';
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}
/*----------Chi tiết sản phẩm--------*/
.frame_images {
    float: left;
    text-align: center;
}
.des-product {
    float: left;
    padding-left: 40px
}
.des-product li {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dashed #ccc;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    font-size: 18px;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.des-product li span.price
{
    color: red;
    font-weight: bold;
}
.des-product li span.price_old
{
    text-decoration: line-through;
    margin-left: 10px;
}
.des-product h1 {
    font-size: 25px;
    font-family: 'OpenSansBold';
    padding-bottom: 5px;
    color: #000;
    text-transform: uppercase;
}
.des-product .gia_detail {
    font-size: 24px;
    color: #cd0000;
    font-weight: bold;
}
.des-product .gia_detail b {
    color: #333
}
.des-product .giacu_detail {
    color: #999;
}
.des-product .giacu_detail span {
    text-decoration: line-through;
}
.des-product .baohanh_detail {
    color: #015DA4;
}
.des-product span.giamgia
{
    padding: 5px 10px;
    background: #eee;
    color: #f00;
    font-weight: bold;
    border: 1px dashed #f00;
    border-radius: 5px;
    font-size: 16px;
    height: auto;
    margin-top: -5px;
    margin-left: 10px;
}
.des-product .sale
{
    width: 35px;
    height: 23px;
    background: #eaa002;
    border-radius: 2px;
    display: inline-block;
    line-height: 23px;
    text-align: center;
    color: white;
    font-family: 'RobotoRegular';
    font-size: 11px;
    margin-left: 5px;
}
.box_spcl
{
    padding-top: 20px;
}
.clear
{
    clear:both;
}
.list_carousel
{
    padding-top: 10px;
}
.list_carousel .owl-carousel .owl-stage
{
    margin: auto;
}
.items_zoom
{
    padding: 5px;
}
.margin-zoom
{
    margin: -5px;
}

input.soluong {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 0;
    width: 80px;
    margin-right: 5px;
    text-align: center;
}
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.upqty {
    width: 35px !important;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    -webkit-appearance: none;
    border: 1px solid #ccc;
}
.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002879;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal-2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.downqty {
    width: 35px !important;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    -webkit-appearance: none;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #ccc;
}
.hvr-shutter-out-horizontal-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #002879;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hvr-shutter-out-horizontal-2:hover:before, .hvr-shutter-out-horizontal-2:focus:before, .hvr-shutter-out-horizontal-2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hvr-shutter-out-horizontal-2:hover, .hvr-shutter-out-horizontal-2:focus, .hvr-shutter-out-horizontal-2:active {
    color: white;
}
.themvaogio, .btndatmua {
    border: 0;
    padding: 5px 10px;
    margin-top: 1px;
    border-radius: 0;
    background: #0049de;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
}
.cls {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #CCCCCC;
}
.float
{
    float: left;
}

.mini-cart-title {
    display: none;
    position: fixed;
    width: 60px;
    background: #002879;
    top: 40px;
    right: 0px;
    padding: 5px;
    color: #fff;
    font-size: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: -3px 0px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: -3px 0px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: -3px 0px 3px 0px rgba(50, 50, 50, 0.5);
    z-index: 9999999999;
}

.mini-cart-title a {
    color: #fff;
}
.mini-cart-title i
{
    margin-right: 5px;
}
/*-----------map--------*/
#map_canvas
{
    width: 100%;
    height: 400px;
    display: block;
}
#map_canvas iframe{width: 100% !important; height: 100% !important; display: block;}
#box-map_canvas1
{
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}
#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;
    width: 25%;
    float: left;
}
.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;
}
/*----------Điều hướng------*/

.breadcrumb
{
    margin-bottom: 20px;
    list-style: none;
    background: none !important;
    padding: 0 !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: 200px;
    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: 6px;
}

#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: #12ad06;
    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);
    line-height: 46px;
    transition: color 0.2s ease 0s;
}

#back_to_top:hover span i {
    color: #12ad06;
}

#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 {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    right: 150px;
    bottom: 0px;
}

.quick-alo-phone.quick-alo-show {
    visibility: visible
}

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

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

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

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

.quick-alo-phone.quick-alo-static {
    opacity: .6
}

.quick-alo-phone.quick-alo-hover,
.quick-alo-phone:hover {
    opacity: 1
}

.quick-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-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;
    -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-active .quick-alo-ph-circle {
    -webkit-animation: quick-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: quick-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: quick-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: quick-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: quick-alo-circle-anim 1.1s infinite ease-in-out !important
}

.quick-alo-phone.quick-alo-static .quick-alo-ph-circle {
    -webkit-animation: quick-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: quick-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: quick-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: quick-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: quick-alo-circle-anim 2.2s infinite ease-in-out !important
}

.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone:hover .quick-alo-ph-circle {
    border-color: #45c046;
    opacity: .5
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
    border-color: #45c046;
    opacity: .5
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #45c046;
    opacity: .5
}

.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}

.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5
}

.quick-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -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;
    -ms-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;
    -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-active .quick-alo-ph-circle-fill {
    -webkit-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.quick-alo-phone.quick-alo-static .quick-alo-ph-circle-fill {
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone:hover .quick-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #00aff2 9;
    opacity: .75 !important
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    background-color: #baf5a7 9;
    opacity: .75 !important
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #a6e3fa 9;
    opacity: .75 !important
}

.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    background-color: #ccc 9;
    opacity: .75 !important
}

.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}

.quick-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url("../images/icon_zalo.png") no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-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-active .quick-alo-ph-img-circle {
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out !important
}

.quick-alo-phone.quick-alo-static .quick-alo-ph-img-circle {
    -webkit-animation: quick-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: quick-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: quick-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: quick-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation: quick-alo-circle-img-anim 0s infinite ease-in-out !important
}

.quick-alo-phone.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone:hover .quick-alo-ph-img-circle {
    background-color: #45c046
}

.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;
    background-color: #45c046 ;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #00aff2;
    background-color: #45c046 ;
}

.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-img-circle {
    background-color: #ccc
}

.quick-alo-phone.quick-alo-gray .quick-alo-ph-img-circle {
    background-color: #75eb50
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

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

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

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

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

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

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

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

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

@-moz-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

#quick-alo-wrapper {
    position: fixed;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 2000000;
    overflow: visible;
    display: none;
    color: #383838
}

#quick-alo-wrapper.night-mode {
    color: #fff
}
/*-------Album-------*/
.album_home
{
    width: 100%;
}
.margin_hinhanh
{
    margin: -10px;
    clear: both;
}
.grid {
    margin: -10px !important;
}
.album_item a {
    display: block;
    overflow: hidden;
    position: relative;
}
.items_hinhanh_box
{
    padding: 10px;
    width: 25%;
    float: left;
}
.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;
}
.margin-bottom-10
{
    margin-bottom: 30px;
}
.margin-top-10
{
    margin-top: 30px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.item_ch1{margin-bottom:10px;color:#333333;width: 50%;float:left;font-size:14px;font-family:arial;padding: 15px;}
.item_ch1:nth-child(2n){ margin-right:0%;}
.item_ch1:nth-child(2n+1){clear:both;}
.item_ch1 .chname{color:#292929; font-size:18px; margin-bottom:5px; }
.item_ch1 .chdiachi{ width:300px; float:left; background:url(../images/marker.png) no-repeat left center; padding:10px 0px; padding-left:40px;  }
.item_ch1 .chweb{ word-break: break-all; width:230px; float:right;background:url(../images/web.png) no-repeat left center; padding:10px 0px; padding-left:40px;  }
.item_ch1 .chemail{ width:300px; float:left; clear:both;background:url(../images/mail.png) no-repeat left center; padding:10px 0px; padding-left:40px;  }
.item_ch1 .chhotline{ width:230px; float:right;background:url(../images/hotline.png) no-repeat left center; padding:10px 0px; padding-left:40px;}
.item_ch1 .item_ch
{
    min-height: 40px;
}
.box-item_ch1
{
    background:#f1f1f1;
    float: left;
    width: 100%;
    padding: 15px;
}

.stickytooltip{
  box-shadow: 5px 5px 8px #ccc; /*shadow for CSS3 capable browsers.*/
  -webkit-box-shadow: 5px 5px 8px #ccc;
  -moz-box-shadow: 5px 5px 8px #ccc;
  display:none;
  position:absolute;
  border:1px solid #ccc !important; /*Border around tooltip*/
  background:white;
  z-index:3000;
}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
  background:black;
  color:white;
  padding-top:5px;
  text-align:center;
  font:bold 11px Arial;
}
.atip img
{
  width:350px;  
}
.atip
{text-align: left; width: 350px; display: block;padding: 20px;}

.baotc{display: flex;flex-wrap: wrap;align-items: center;padding: 40px 0;
justify-content: space-between;}
.cacht{width: 1px; height: 70px; background: url(../images/img/tc0.png) no-repeat;}
.cacht:last-child{display: none;}
.item_tc{display: block;width: 170px;text-align: center;}
.item_tc .img{height: 70px;width: 100%;text-align: center;display: block;margin-bottom: 15px;}
.item_tc .img img{max-width: 70px; max-height: 70px;}
.item_tc .ten{display: block;line-height: 24px; margin-bottom: 4px;color: #333;font-size: 16px;
font-family: 'RobotoBold';}
.item_tc .ten:hover{color: #58bd4e;}
.item_tc .mota{display: block;line-height: 20px;margin-bottom: 4px;color: #5c5c5c;font-size: 13px;}


.gh{    position: fixed;
    right: 8px;
    bottom: 280px;
}
.list_items
{
    width: 100%;
    padding: 50px 0;
    background: #fff;
}
.list_items:nth-child(2n+1){
    background: url(../images/img/danhmuc.png) repeat;
}
.baodanhmuc{display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;
margin-bottom: 26px;border-bottom: 1px solid #58bd4e;width: 1200px;}
.tddanhmuc{display: flex;min-width: 150px;height: 49px;background: #58bd4e;
flex-wrap: wrap;align-items: center;}
.clickdm{display: block;cursor: pointer;width: 28px;padding-left: 10px;}
.clickdm img{width: 18px; height: 17px;display: block;}
.tddanhmuc a{max-width:calc(100% - 43px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
color: #fff;font-size: 18px; text-transform: uppercase;font-family: 'Oswald', sans-serif;
display: block;margin-left: 15px;padding-right: 25px;}
.baoc2{display: flex;overflow: hidden;height: 49px; flex-wrap: wrap;justify-content: flex-end;
align-items: center;}
.tdc2{display: block;padding: 0 20px;text-align: center;color: #333;font-size: 15px;
font-family: 'Oswald', sans-serif;}
.tdc2:hover{color: #58bd4e;}
.baocap2{display: none;width: auto;position: absolute;left: 0;top: calc(100% + 1px);z-index: 2;
    background: #fff;text-align:left;max-width: 100%;}
.baocap2 a{display: block;color: #333;
    padding: 10px 20px 10px 30px;
    font-size: 16px;
    line-height: 22px;
    background: url('../images/img/le1.png') no-repeat 10px 16px;
    text-transform: uppercase;
    position: relative;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    }
.baocap2 a:hover{color: #58bd4e;}

.baosp{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap:26px;}
.item_sp{display: block;width: 100%; border: 1px solid #ccc;padding: 15px 20px;position: relative;
background: #fff;overflow: hidden;}
.item_sp .ten{display: block;line-height: 25px;}
.item_sp .ten h3{font-weight: normal;color: #333;font-size: 14px; font-family: 'RobotoBold';
margin: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.item_sp .ten:hover h3{color: #58bd4e;}
.item_sp .img{display: block;overflow: hidden;position: relative;}
.item_sp .img img{width: 100%;transition: 1s;}
.item_sp .img img:hover{transform: scale(1.2);}
.item_sp .gia{display: block;max-width: calc(100% - 40px);}
.item_sp .giaban{display: block;line-height: 30px;color: #e40000;font-size: 18px;
font-family: 'RobotoBold';}
.item_sp .giacu{display: block;line-height: 20px;color: #666;font-size: 15px;text-decoration: line-through;}
.item_sp .img .sale
{
    width: 55px;
    height: 54px;
    background: url('../images/sale.png') no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.item_sp .muahang{position: absolute;right: 0; bottom: 0;background: #f0f0f0;width: 55px; height: 55px;
display: flex; flex-wrap: wrap;align-items: center;justify-content: center;z-index: 2;}
.item_sp .muahang a{cursor: pointer;}
.item_sp .mota{display: block;position: absolute;left: 0;top:-100%; width: 100%; height: 100%;
background: rgba(255,255,255,0.9);transition:0.5s;z-index: 1;padding: 5px 5px 55px 5px;}
.item_sp .mota .mota1{display: block;height: 100%; overflow-y: auto;position: relative;}
.item_sp:hover .mota{top: 0;}
.item_sp .mota .mota1 .cltt{position: absolute;left: 0;top: 0; width: 100%; height: 100%; opacity: 0;}
.item_sp .mota .mota1::-webkit-scrollbar {width: 4px;}
.item_sp .mota .mota1::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 4px #fff;}
.item_sp .mota .mota1::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.3);outline: 1px solid slategrey;}

#baott{display: block;padding: 45px 0 50px 0;}
.baott{display: flex;flex-wrap:wrap;justify-content: space-between;}
.mod1{width: 392px;}
.mod2{width: calc(100% - 444px);}
.title_tintuc
{
    width: 100%;
    line-height: 41px;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 29px;
    border-bottom: 1px solid #ccc;
}
.title_tintuc:before
{
    content: '';
    width: 115px;
    height: 3px;
    background: #58bd4e;
    position: absolute;
    bottom: 3px;
    left: 0;
}
.title_tintuc h2
{
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}
#map_ft{display: block;width: 100%; height: 375px;}
#map_ft iframe{width: 100% !important; height: 100% !important;display: block;}
.margin-tt{display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;}
.tintrai{width: 335px;display: block;}
.tintrai .img{display: block;width: 100%;overflow: hidden;margin-bottom: 14px;}
.tintrai .img img{width: 100%;transition: 0.5s;}
.tintrai .img:hover img{transform: scale(1.2);}
.tintrai .ten{display: block;margin-bottom: 6px;}
.tintrai .ten h3{line-height: 25px;max-height: 50px; overflow: hidden;color: #2f2f2f;font-size: 14px;
font-weight: normal;font-family: 'RobotoBold';}
.tintrai .ten:hover h3{color: #58bd4e;}
.tintrai p{display: block;line-height: 25px;max-height: 50px;overflow: hidden;margin-bottom: 13px;
color: #2f2f2f;font-size: 13px; font-family: 'RobotoRegular';}
.tintrai .them{display: block;width: 102px; line-height: 34px; border: 2px solid #cfcfcf; 
    color: #a1a1a1;text-align: center;}
.tintrai .them:hover{color: #58bd4e;border-color: #58bd4e;}

#slick-tintuc{width: calc(100% - 359px);display: block;}
.item_sub_news-l
{
 width: 100%;
}
.item_sub_news-l:nth-child(3n+1)
{
    clear: both;
}
.item_sub_news
{
    max-height: 110px;
    overflow: hidden;
    margin-bottom: 22px;
}
.padding-bottom-0
{
    padding-bottom: 0;
    border-bottom: 0;
}
.item_sub_news .img_sub_news
{
    float: left;
    margin-right: 20px;
    overflow: hidden;
}
.item_sub_news .img_sub_news img{transition: 1s;}
.item_sub_news:hover .img_sub_news img{transform: scale(1.2);}
.item_sub_news h3
{
    font-family: 'RobotoBold';
    font-size: 14px;
    color: #434343;
    font-weight: normal;
    margin-bottom: 5px;
}
.item_sub_news span
{
    font-family: 'RobotoRegular';
    font-size: 12px;
    color: #adadad;
}
.item_sub_news:hover h3
{
    color: #58bd4e;
}
.item_sub_news p
{
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #4f4f4f;
    line-height: 23px;
}
.item_sub_news a.a_tt
{
    font-size: 13px;
    color: #323232;
    font-family: 'SFUFuturaHeavy';
    text-transform: uppercase;
    background: url('../images/icon_xemthem.png') no-repeat center right;
    padding-right: 10px;
    margin-top: 10px;
    display: inline-block;
}
.item_sub_news a.a_tt:hover
{
    color: red;
}
.partner
{
    width: 100%;
    padding: 50px 0;
    background: #f7f7f7;
}
.partner .margin-partner
{
    margin: 0 -9px;
}
.partner .item_partner
{
    padding: 0 9px;
}
.partner .item_partner img
{
    border: 1px solid #f2f2f2;
}
#footer
{
    width: 100%;
    background: #222;
    color: #fff;
}
#footer .footer
{
    width: 100%;
}
.baoft{display: flex;flex-flow: row wrap;justify-content: space-between;}
#footer .footer h3
{
    font-size:18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
    text-transform: uppercase;
    position: relative;
    line-height: 29px;
    padding-bottom: 5px;
}
#footer .footer h3:after{position: absolute;left: 0; bottom: 0;content: '';width: 40px; height: 2px;
background: #fff;}
#footer .footer h2
{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 21px;
    line-height: 39px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
#footer .footer .footer1
{
    width: 431px;
    display: block;
    border-right: 1px solid #656565;
    padding: 40px 30px 40px 0;
}
#footer .footer .social_footer
{padding: 5px 0;line-height: 37px;}
#footer .footer .social_footer span
{
    color: #fff;
    font-size: 14px;
    font-family:'RobotoRegular';
    margin-right: 5px;
}
#footer .footer .social_footer img
{
    margin-left: 7px;
    max-height: 37px;
    max-width: 37px;
}
#footer .footer .footer2
{
    width: calc(100% - 431px);
    float: left;
}
.footer21{display: block;padding:40px 0 30px 46px;}
.nhantin{display: block;padding-left: 111px;height: 82px;
    background: url(../images/img/nt.png) no-repeat left 4px;}
.tdnt{display: block;line-height: 25px;margin-bottom: 12px;color: #fff;font-size: 18px;
font-family: 'Oswald', sans-serif;font-weight: 600;}
.form_tin{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.form_tin input
{
    width: calc(100% - 130px);
    height: 35px;
    border: 0;
    outline: none;
    background: #fff;
    padding:0 10px;
    color: #888;
} 
.form_tin button
{
    width: 130px;
    height: 35px;
    background: #58bd4e;
    border: 0;
    outline: none;
    color: #fff;
    font-family: 'RobotoBold';
    font-size: 14px;
    text-transform: uppercase;
}
.form_tin input::-webkit-input-placeholder {
    color: #888;
    font-size: 12px;
}
.form_tin input:-moz-placeholder {
    color: #888;
    font-size: 12px;
}
.form_tin input::-moz-placeholder {
    color: #888;
    font-size: 12px;
}
.form_tin input:-ms-input-placeholder {
    color: #888;
    font-size: 12px;
}

.footer22{display: flex;width: 100%; padding:22px 0 50px 63px; flex-wrap: wrap;
justify-content: space-between;}
.footer221{width: 380px;}
.footer222{width: 281px;}
#footer .footer .footer2 .logo_footer
{
    padding-top: 15px;
}
#footer .footer .footer2 .logo_footer img
{
    max-width: 100%;
}

#footer .footer .footer1 .content_footer p
{
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#footer .footer .footer1 .content_footer p img
{
    margin-right: 10px;
}
#footer .footer .footer1 .content_footer p span{margin-left: 5px;}
#footer .footer .footer1 .content_footer
{
    width: 100%;
}

#footer .footer .footer2 ul li a
{
    color: #fff;
    padding: 10px 0;
    line-height: 20px;
    display: block;
    font-size: 15px;
    background: url(../images/img/le.png) no-repeat left 17px;
}
#footer .footer .footer2 ul li:hover a
{
    color: #58bd4e;
}


.footer6
{
    width: 100%;
    padding: 12px 0;
    line-height: 26px;
    background: #58bd4e;
}
.footer6 p
{
    font-size: 12px;
    color: #fff;
}
.footer7
{
    width: 50%;
    float: left;
}
.footer8 
{
    width: 50%;
    float: left;
    text-align: right;
}
.footer8 p
{
    display: inline-block;
}
.footer8 p:last-child
{
    padding-right: 0;
    border-right: 0;
}
.footer8 p img
{
    margin-right: 5px;
}
.footer8 b{font-weight: normal;padding: 0 10px;color: #fff;}
.infosp{display: flex; flex-wrap: wrap;}
.infosp b{margin-right: 10px;font-weight: normal;}
span.size {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer
}
.mausac2 {
    display: block;
    float: left;
    border: 1px solid #DDD;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 0
}
.info_chonmau{
    display: flex;
    flex-flow: row wrap;
}
.active_size, .size:hover, .mausac:hover, .active_mausac {
    position: relative
}
.active_size:after, .size:hover:after, .mausac:hover:after, .active_mausac:after {
    background: url(../images/check.png) no-repeat bottom left;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 100%;
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
}
.info_dathang{
    display: flex;
    width: 240px;
}
.info_dathang a{
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: .5px;
    text-transform:uppercase;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-align: center;
    margin: 0 10px 10px 0px;
    font-family: 'RobotoBold';
    transition: 0.5s;
}
.thanhtoannhanh{
    background: #f00;
}
.thanhtoannhanh:hover{opacity: 0.6;}
.soluong_11{
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
}
.soluong_11 > a {
    height: 36px;
    width: 36px;
    text-decoration: none;
    color: #666;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.soluong_11 > input.soluong{margin: 0 5px;}
.soluong_11 > a > .fa {
    font-size: 12px;
}
.baomota *{max-width: 100% !important;}
.baomota table{width: auto !important;}