html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    /*border: 0;*/
    font-size: 100%;
    font: inherit;
    /* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-size: 14px;
    font-family: 'Barlow',robotoregular, Arial, Helvetica, sans-serif;
    line-height:1.5;
    color: #000;
    background: #f7f7f7;
}
b{font-family: robotobold;}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html > body .clearfix {
    display: block;
    width: 100%;
}

* html .clearfix {
    height: 1%;
}

a{text-decoration:none;color: #000;}
a:hover{color:#F00 !important;}
img{border:0;}
.clear
{

    overflow:hidden;
    clear:both;
}
.container{ position: relative; margin: auto;}


/* ---------------- loading ----------------*/
/* --------------------- Phan trang ------------------*/

/*-------------- Map css ------------*/
#map_canvas iframe{
    max-height: 270px;
    width: 100% !important;
    
}

.transition_all{
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;

    transition: all 0.7s ease;
}
/************************************/
/**************** header ********************/
header{position: relative;z-index: 101;top: 0px;left: 0px;width: 100%;background: #ffffff;}
header.fixed{position: fixed; top: 0px; z-index: 10001; width: 100%;}
header .banner{margin: auto;width: 100%;text-align: left;font-family: robotoregular;}
header .logo_header img{margin: 10px 0px;/* padding-top: 10px; */max-height: 80px;}
.box_icon{
    position: relative;
    top: 0px;
    right: 0px;
    font-size: 13px;
    text-align: right;
    display: inline-block;
    margin-right: 20px;
}
.box_icon .icon{display: inline-block;margin: 2px 0px; vertical-align: middle;}
.box_icon .title{font-weight: bold; text-transform: uppercase; display: inline-block; padding-right: 10px; vertical-align: middle;}
header .fixed {
    position: fixed;
    z-index: 101;
    top: 0px;
    display: inline;
    width: 100%;
    left: 0px;
}
.heading{overflow:hidden; height: 0px; visibility: hidden;}
.top_header{text-align: left;background: linear-gradient(to right, #00a0ff, #146fc1);;color: #fff;line-height: 40px;}
header .lang{display: inline-block;}
header .item{
    margin: 20px 0px;
    font-family: robotolight;
}
header .item.hotline{
    background: url(../images/icon-phone-28x29.png) no-repeat left center;
    padding-left: 40px;
}
header .item.address{
    background: url(../images/icon-map-marker-25x33.png) no-repeat left center;
    padding-left: 40px;
}
header .item.worktime{
    background: url(../images/icon-clock-32x32.png) no-repeat left center;
    padding-left: 40px;
}
header .item b{
    color: #000;
    font-size: 16px;
    display: block;
}
.fixed .top_header{display: none;}
.box_flex {
    display: flex;
}

.box_flex .email {
    width: calc(100% - 80px);
    text-align: left;
}
.addthis_native_toolbox{margin-top: 10px}
.height_header{}
/**************** end header ********************/
/**************** nav ********************/
.title_nav{
    font-family: robotocondensed;
    font-size: 17px;
    border-right: solid 1px #ddd;
    padding: 10px;
    background: #004387;
    color: #fff;
}
.title_nav i{margin: 0px 20px;}
#menu{background: #2e97ed;}
nav#cssmenu{margin-top: 15px;background: transparent;}
.breadcrumb-arrow {
    height: unset;
    padding: 0;
    line-height: 36px;
    list-style: none;
    margin-top: 0;
    color: #000;
    padding-left: 0;
    /* border-bottom: dashed 2px #ccc; */
    font-style: italic;
}
.breadcrumb-arrow a{color: #fff;}
.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.breadcrumb-arrow li{/* margin-left: 15px; */color: #777;}
.breadcrumb-arrow li:first-child{margin-left: 0px;}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -1px;
}

.breadcrumb-arrow li span {
    padding: 0 10px;
}

.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px;
    white-space: nowrap;
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px;
}

.breadcrumb-arrow li a {
    color: #777;
    text-decoration: none;
    transition: all 0ms;
    position: relative;
}

.breadcrumb-arrow li:first-child a {
    padding-left: 20px;
}
.breadcrumb-arrow li:first-child a:before {
    content:"\f015";
    font-family:FontAwesome;
    position:absolute;
    left:0;
    color: #777;
    top: 0;
    border: 0;
}
.breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
}
.breadcrumb-arrow li a:after {
    content:'/';
    font-family:FontAwesome;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0px;
}

.breadcrumb-arrow li a:hover, .breadcrumb-arrow li a:focus {
    color: #ff0;
}

    .breadcrumb-arrow li a:hover:before, .breadcrumb-arrow li a:focus:before {
        border-left-color: #00A79D;
    }

.breadcrumb-arrow li a:active {color: #ff0;}

.breadcrumb-arrow li a:active:before, .breadcrumb-arrow li a:active:after {
         border-left-color: #E6E9ED;
}

.breadcrumb-arrow li span {
    color: #53a1cc;
}
.breadcrumb-arrow .active {
    text-indent: 20px;
}
nav.fixed {
    position: fixed !important;
    z-index: 1011;
    top: 0px;
    display: inline;
    width: 100%;
    left: 0px;
}
nav.fixed ul{max-width: 1000px; margin: auto !important; }
/**************** end nav ********************/
/**************** slider ********************/
.box_slider{position: relative;z-index: 10;}
#center-container{width: 100%;}
.section-breadcrumbs{text-align: left;padding: 0;/* border-bottom: dashed; */background: linear-gradient(to right, #dfdfdf, #fff);/* margin-bottom: 35px; */}


.bg_container{}
/**************** end slider ********************/
/**************** heading ********************/
#heading{
    height:0px; visibility: hidden; overflow:hidden;
}
/**************** end heading ********************/
/**************** content ********************/

.about {
    padding: 50px 0;
    background: #e8e8e8 url(../images/bg_a.png) no-repeat  top center;
    background-size: 100%;
}

.about .details {
    display: flex;
    /* flex-wrap: wrap; */
}

.about .details .info {
    width: calc(100% - 732px);
    /* max-width: 80%; */
    padding-right: 50px;
}

.about .details .images {
    width: 732px;
    padding: 10px;
    background: #195dbf;
}

.about .details .info .name {
    font-weight: 700;
    font-size: 25px;
    margin: 50px 0;
    color:#fff;
}

.about .details .info .dec {
    padding: 15px 0;
    margin-bottom: 50px;
    font-size: 16px;
    color: #fff;
}

.about .more {
    padding: 15px 0;
}

.about .more a {
    background: #22772c;
    padding: 10px;
    color: #fff;
    transition: ease-in 0.5s;
}
.about .more a:hover {
    background: #224c77;
    color: #fff;
}

.box_double {
    padding: 25px 0 50px;
    background: #f4f5f5 url(../images/bg_box.png) no-repeat top center;
    background-size: 100%;
}

.box_double .product {
    /* padding-bottom: 25px; */
}
.owl_box{
    padding-top:50px;
}
.box_double .service {}

.box_double .product .tit {
    color: #ff0d1f;
    font-weight: 700;
    text-align: center;
    padding: 25px 0;
    font-size: 25px;
    text-transform: uppercase;
}

.items {
    padding: 5px;
    margin: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px #c3bfbf;
}

.items .images {}

.items .name {}
.items .name a{
    text-align:center;
    padding:15px 0;
    font-weight:600;
    text-transform:uppercase;
    display: block;
}
.box_double .service .tit {
    color: #ff0d1f;
    font-weight: 700;
    text-align: center;
    padding: 25px 0;
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
}


.item_dv {
    padding: 0 25px 0px;
    background: #fff;
    margin-top: 50px;
    /* position: relative; */
    /* top: 0; */
    /* max-width: 80%; */
}

.item_dv .images {
    position: relative;
    top: -50px;
}

.item_dv .date {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: #22772c;
    color: #fff;
}

.item_dv .details {
    position: relative;
    margin-top: -35px;
}

.item_dv .details .name a {
    font-weight: 600;
    margin: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition:ease-in 0.5s;
}
.item_dv .details a:hover {
     color:#0563b4;
     /* padding: 10px 0; */
     /* display: block; */
}
.box_double .more a{
    color:#0563b4;
    transition:ease-in 0.5s;
    padding: 0 0 15px;
    display: block;
}
.box_double .more a:hover{
    color:#139403;
}
.item_dv .images img.img-responsive {
    max-height: 182px;
}

.item_dv .details .dec {
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 4;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.service .owl-next, .product .owl-next {
    width: 26px;
    height: 26px;
    position: absolute;
    background: url(../images/next_dt.png) no-repeat;
    top: 0;
    right: calc(50% - 35px);
}
.service .owl-prev, .product .owl-prev {
    width: 26px;
    height: 26px;
    position: absolute;
    background: url(../images/prev_dt.png) no-repeat;
    top: 0;
    left: calc(50% - 35px);
}

.owl_info .owl-next {
    width: 26px;
    height: 26px;
    position: absolute;
    background: url(../images/next_dt.png) no-repeat;
    top: 0;
    right: calc(50% - 35px);
}
.owl_info .owl-prev {
    width: 26px;
    height: 26px;
    position: absolute;
    background: url(../images/prev_dt.png) no-repeat;
    top: 0;
    left: calc(50% - 35px);
}


.box_double2 {
    /* padding: 25px 0; */
    background: url(../images/bg_box2.png) no-repeat top center;
    background-size: 100%;
}

.box_double2 .news {
    width: 55%;
    /* padding: 50px 0; */
}

.box_double2 .video {
    width: 45%;
    background: #0662b4;
    padding: 0 20px;
}

.box_double2 .tit {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    padding: 30px 0;
    color: #fff;
}

.box_double2 .news .info {}

.box_double2 .news .itum {
    display: flex;
    margin-bottom: 25px;
}

.box_double2 .news .itum .images {
    width: 211px;
}

.box_double2 .news .itum .details {
    width: calc(100% - 211px);
    padding-left: 35px;
    color: #fff;
}

.box_double2 .news .date {}

.box_double2 .news .name a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: 500;
    transition:ease-in 0.5s;
}
.box_double2 .news .name a:hover {
    color: #0001fd;
}

.box_double2 .news .more {}

.box_double2 .news .more a {
    display: block;
    margin-top: 25px;
    color: #0001fd;
    transition:ease-in 0.5s;
}
.box_double2 .news .more a:hover {
    color: #fff;
}

.box_double2 .video .details {
    display: flex;
    color: #fff;
    padding: 10px 0;
}

.box_double2 .video .details .date {
    background: #fff;
    color: #f00;
    padding: 5px 10px;
    font-weight: 600;
    text-align: center;
}

.box_double2 .video .details .name {
    padding-left: 25px;
}

.box_double2 .video .details .date .x1 {
    border-bottom: solid;
}

.box_double2 .video .details .date .x2 {}
.slick-prev, .slick-next{display: none !important}
.info_internal {
    background: #f7f7f7;
    padding: 0 0 50px;
}

.info_internal .tit {
    color: #ff0d1f;
    font-weight: 700;
    text-align: center;
    padding: 25px 0;
    font-size: 25px;
    text-transform: uppercase;
}

.info_internal .itums {
    margin-top: 50px;
    /* display: flex; */
    background: #fff;
    margin-left: 100px;
    position: relative;
    padding-left: 100px;
}

.info_internal .itums .images {
    width: 161px;
    position: absolute;
    left: -80px;
    top: calc(50% - 80px);
}

.info_internal .itums .details {
    padding-left: 25px;
    /* background: #fff; */
    padding-bottom: 25px;
}

.info_internal .itums .date {
    background: #22772c;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
}

.info_internal .itums .name a {
    display: block;
    margin: 15px 0;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.info_internal .itums .dec {
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 4;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.partner {
    background: url(../images/bg_dt.png) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 100px;
}

.partner .tit {
    color: #ff0d1f;
    font-weight: 700;
    text-align: center;
    padding: 25px 0;
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
}

.partner .owl_doitac {
    padding: 0 10%;
    margin: auto;
}

.partner .owl_doitac .images img.img-responsive {
    max-width: 162px;
    margin: auto;
}
.slick{padding: 0 10%;}
.bg_pro{background: #fff;padding: 25px 0;}

.items.item_ct {
    box-shadow: none;
    margin-bottom: 20px;
}

.items.item_ct .more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: ease-in 0.5s;
    opacity: 0;
}
.items.item_ct:hover .more {
    opacity:1
}
.items.item_ct .more a {
    background: #146fc1;
    color: #fff;
    padding: 5px 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.items.item_ct .masp {
    font-weight: 600;
    color: #146fc1;
}

.item_ct .info {
    padding: 15px 0;
}

.item_ct.items .name a {
    text-align: left;
    padding: 5px 0;
    border-bottom: solid 1px #ccc;
}

.item_ct .bankinh {
    padding: 5px 0;
    color: #777;
    font-weight: 500;
}

.item_ct .check.price {
    font-weight: 500;
    color: #777;
}

.item_ct .check.price span {
    color: #ff0d1f;
    font-weight: 700;
}
.owl_spk .items.item_ct {
    background: transparent;
}

.other .tit {
    color: #009ffe;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
    position: relative;
}
.other .tit:after,.partner .tit:after,.box_double .service .tit:after {
    position:absolute;
    width:100%;
    height:1px;
    background:#ccc;
    content:"";
    top:50%;
    left:0;
}
.other .tit span{
    position:relative;
    background: #f7f7f7;
    z-index: 1;
}
.partner .tit  span{
    position:relative;
    background: #efefef;
    z-index: 1;
}
.box_double .service .tit span{
    position:relative;
    background: #eee;
    z-index: 1;
}


.flex_f {
    display: flex;
    background: url(../images/bg_ft.jpg) top center;
    background-size: 100%;
    border-top: solid 5px #ff0404;
}
.flex_f1{
    display:flex;
    padding: 0px 0;
}
.flex_f .box1 {
    width: 50%;
    /* padding: 25px 0; */
}

.flex_f .box2 {
    width: 50%;
}

.max800 {
    max-width: 80%;
    /* margin: auto; */
    background: #0198f4;
    height: 100%;
    padding: 10px 50px;
}

.flex_f .box2 .box_i {
    padding: 50px 0 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ccc;
}
.box_facetime {
    display: flex;
}

.box_facetime .box_hd {
    width: 50%;
}

.box_facetime .box_face {
    width: 50%;
}

.box_facetime .box_hd .tit {
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.flex_f .box2 .box_i span {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

.flex_f .box2 .box_i .box_icon {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 210px);
    margin: 0;
}
.max800 .logo_f {
    padding-bottom: 25px;
    display: inline-block;
    width: 80px;
    vertical-align: top;
}

.max800 .tit_name {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 25px;
    display: inline-block;
    width: calc(100% - 85px);
    vertical-align: top;
}

.flex_f ul {
    list-style: none;
    padding: 0;
}

.flex_f ul li {
    padding: 5px 0;
    padding-left: 50px;
    position: relative;
    margin-bottom: 10px;
}
.flex_f ul li a{
    color:#fff;
    transition:ease-in 0.5s;
}
.flex_f ul li a:hover{
    color:#1bfd00;

}
.flex_f ul li i {
    font-size: 15px;
    padding: 8px;
    background: #009ffe;
    border-radius: 50%;
    margin-right: 20px;
    position: absolute;
    left: 0;
}
.flex_f ul li a i {
    font-size: 15px;
    background: none;
}
.titlex{
    font-weight: 700;
    font-size: 20px;
    text-align: center;padding: 10px 0;

}
.contactx .send{
        background: #22772c;
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
}

.tnew {
    background: #f0f0f0;
    padding: 25px 0;
}

.tnew .images {}

.tnew .t_icon {
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #0538ec;
}






















.container_mid{
    position: relative;
    z-index: 10;
}
.inner{
    /* padding: 10px; */
    /* background: #fff; */
}

.fancybox-inner .tcat, .container_mid .tcat{
    font-size: 25px;
    color: #333333;
    position: relative;
    /* font-family: roboto_condensedbold; */
    text-align: center;
    margin-bottom: 20px;
    padding: 0 8px;
    /* background: url(../images/tcat.png) no-repeat bottom center; */
    margin-top: 0;
    padding-bottom: 25px;
    font-weight: 700;
}
.container_mid .tcat .icon{
    clear: both;
    padding: 0px 10px;
    text-transform: uppercase;
}
.container_mid .tcat span.section-title-main{
    /* color: #015fca; */
}
.tcat_right{display: none;}
.fancybox-inner .tcat .icon h2, .container_mid .tcat .icon h2{
}
.container_mid .tcat .icon a{ color: #df1f26;}
.container_mid .tcat .tcat_noibat .item{ float: right; margin: 10px; margin-top: 15px;}
.container_left{width: 23%;float: left;margin-top: 10px;}
.container_left .module_left{
    margin-bottom: 15px;
}
.box_hotro{border-bottom: dashed 1px #ccc; color: #000;margin: 7px 10px;padding: 10px 0px;font-family: 'myFont';font-size: 14px;}
.box_hotro:last-child{border: none;}
.box_hotro .left{
    float: left;
    margin-right: 10px;
    width: 72px;
}
.box_hotro .right{
    /* float: right; */
    margin-left: 10px;
}
.box_hotro .yahoo{
    float: left;
}
.box_hotro .skype{
    float: left;
    margin-left: 5px;
}
.box_hotro .name{
    padding-left: 10px;
    color: #ff8000;
    font-weight: bold;
    font-family: Tahoma;
}
.box_hotro .dienthoai{}
.dkbaogia a{
    display: block;
    background: #0f599a url(../images/sheet.png) no-repeat left 10px center;
    padding: 10px 0;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 38px;
    margin: 10px;
}
.module_left .dienthoai{ background: url(../images/bg_httt.png) no-repeat; height: 96px; font-size: 22px; padding-left: 85px; text-align: left; padding-top: 61px; font-weight: bold;}
.module_left .dienthoai span{
    color: #f00;
    font-family: fonta;
}

.container_left .item_qc{margin-bottom: 10px; text-align: center;}
.container_left .module_left .content{
}
.container_left .module_left .title{
    line-height: 30px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 6px 0px;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    border-bottom: solid 1px #a7a7a7;
    color: #fff;
    font-family: roboto_condensedbold;
    background: #f00;
    text-align: center;
    border-radius: 10px;
}
.list_cat_product{
    list-style: none;
    padding: 0px;
}
.list_cat_product li{
    font-size: 13px;
    line-height: 33px;
    border-bottom: solid 1px #ddd;
    background: url(../images/arrow_left.png) no-repeat left center;
    padding-left: 20px;
}
.list_cat_product li a{}
.container_left .module_left .danhmuc{
    padding: 0px;
    list-style: none;
}
.container_left .module_left .danhmuc li{
    border-bottom: solid 1px #ddd;
}
.container_left .module_left .danhmuc li a{
    padding: 11px 0px;
    background: url(../images/arrow_left.png) no-repeat top 15px left;
    display: block;
    padding-left: 24px;
}
.container_left .module_left .danhmuc li ul{
    list-style: none;
    padding-left: 20px;
    display: none;
}
.container_left .module_left .danhmuc li.active ul{
    display: block;
}
.container_left .module_left .title span{
}
.container_left .module_left .title h2,.container_left .module_left .title h2 a{
    display:block;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #DE1A1B;
    border-bottom: 1px solid #DC0115;
    text-align: center;
}

.container_right{width: 75%;float: right;/* padding: 10px; */margin-top: 10px;}

.xemthem{background: #d2150d;padding: 8px 15px;text-align: center;color: #fff;text-transform: uppercase;bottom: 10px;right: 0;max-width: 200px;}
.xemthem a{display: block;color: #fff;}

.col-5{
    margin: 10px;
    width: calc(20% - 20px);
    float: left;
}
.item_product_content{vertical-align: top;margin-bottom: 30px;font-size: 15px;text-align: center;color: #3f3f3f;padding-bottom: 20px;/* padding: 10px; */background: #fff;}
.item_product_content .item{
}
.item_product_content .item:hover{}
.item_product_content .images{position: relative;/* background: #ffffff; */box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;padding: 3px;border-radius: 5px;overflow: hidden;border: solid 1px #bcbcbc;}
.item_product_content .icon_new{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.item_product_content .images a:before{
    content: "\f002";
    font-family: FontAwesome;
    color: #666666;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background: white;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    visibility: hidden;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
}
.item_product_content .images a:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid black;
    z-index: 1;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    visibility: hidden;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
}
.item_product_content .images:hover a:before, .item_product_content .images:hover a:after{
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.item_product_content .name{
    padding-top: 10px;
    position: relative;
    padding: 5px 0px;
    text-align: center;
    margin-top: 5px;
}
.item_product_content .name a{display: block;font-size: 15px;margin-bottom: 5px;font-family: roboto_condensedbold;/* text-transform: uppercase; */color: #484848;}
.margin-0{ margin-right: 0px;}
.item_product_content .prices{
    position: relative;
    clear: both;
    text-align: center;
    color: #6e6e6e;
    font-size: 14px;
    font-family: open_sanslight;
}
.item_product_content .prices span{
    position: relative;
    color: #222;
    font-size: 15px;
    display: inline-block;
    padding: 0px 5px;
}
.item_product_content .prices span.giakm{
    text-decoration: line-through;
    color: #666;
    font-size: 13px;
}
.item_product_content .order{
    display: inline-block;
    padding: 10px 30px;
    /* border-radius: 25px; */
    border: 1.5px solid #000000;
    position: relative;
    font-size: 13px;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.item_product_content .order:hover{background: #ff3232;color: #fff;border: 1.5px solid #ff3232;}

.container_mid .content{
    /* border: solid 1px #ddd; */
    /* padding: 10px; */
}
.box_product{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.project{/* border-bottom: dashed 1px #ccc; */ padding: 5px 0px;margin-bottom: 10px;vertical-align: top;}
.project .name{line-height: 25px; text-align: center; font-size: 16px;min-height: 40px;margin-top: 10px;}
.project .images{
    background-color: #fff;
    border: solid 5px #f5f5f5;
    webkit-transition: all 1.7s ease 0s;
    -moz-transition: all 1.7s ease 0s;
    -ms-transition: all 1.7s ease 0s;
    -o-transition: all 1.7s ease 0s;
    transition: all 1.2s ease 0s;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}
.project .images:after{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 8px 4px 11px #ffd6e1 inset;
    top: 0px;
}
.project .images:before{
    content:'';
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: dotted 3px #ff5987;
    top: 5%;
    right: 5%;
    z-index: 10;
}
.project .images img{
    webkit-transition: all 1.7s ease 0s;
    -moz-transition: all 1.7s ease 0s;
    -ms-transition: all 1.7s ease 0s;
    -o-transition: all 1.7s ease 0s;
    transition: all 1.2s ease 0s;
    border-radius: 50%;
}
.project .images:hover img{
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
}
.project .images:hover{
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}
.project .name a{ display:block;color: #ff5987;  overflow: hidden;font-size: 17px;font-family: robotoregular;}
.project .name a:hover{color: #f00;}
.project p{
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
    text-align: justify;
}
.readmore {
    padding: 8px 15px;
    background-color: #C58933;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.readmore:hover {
    -webkit-box-shadow: inset -2px 2px 20px 0 rgba(0,0,0,.5);
    -moz-box-shadow: inset -2px 2px 20px 0 rgba(0,0,0,.5);
    box-shadow: inset -2px 2px 20px 0 rgba(0,0,0,.5);
    color: #fff;
}
.box_product .owl-prev{background: url(../images/prev_dt.png) no-repeat;top: 26%;left: -11px;}
.box_product .owl-next{background: url(../images/next_dt.png) no-repeat;top: 26%;right: 0%;margin-right: -12px;}
.container_mid .no-padding{ padding: 0px;}
.container_mid .content .partner_list{
    float: left;
    width: 167px;
    border-right: solid 1px #ddd;
    height: 410px;
    overflow: hidden;
}
.container_mid .content .slider_list{
    float: left;
    width: 795px;
    height: 410px;
    overflow: hidden;
}
.container_mid .content .slider_list .slier_top{ border-right: solid 1px #ddd; overflow: hidden;}
.container_mid .content .slider_list .slier_bottom .item{ float: left; border-right: solid 1px #ddd; width: 265px; /* overflow: hidden; */}
.container_mid .content .slider_list .slier_bottom .item img:hover{
    box-shadow: 3px 5px 3px #ccc;
    position: relative;
}
.container_mid .content .spbc{
    float: left;
    width: 235px;
    height: 410px;
    padding: 10px;
}
.container_mid .content .spbc .title{ color: #3b3b3b; font-size: 13px; line-height: 35px; border-bottom: solid 1px #ddd;}
.container_mid .content .box_sp{padding: 1px;width: 25%;float: left;box-sizing: border-box;position: relative;}
.container_mid .content .box_sp .name{
    line-height: 20px;
    padding: 5px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.48);
    opacity: 0;
    transition: all 0.5s ease;
}
.container_mid .content .box_sp .name a{color:#fff; text-transform: uppercase;}
.container_mid .content .box_sp:hover .name{opacity: 1;}
.container_mid .content .box_sp .price{ color: #df1f26;}
.xemthemsp{ background: #433b02; text-align: center; padding: 10px;}
.xemthemsp a{
    font-size: 15px;
    color: #fff;
    background: url(../../../images/thoidai_sua_64.png) no-repeat right center;
    padding-right: 28px;
}
.xemthemsp a:hover{color:#ff0;}
.container_mid .box_hotrokh{
    margin: 30px 0px;

}
.container_mid .box_hotrokh .item{
    width: 400px;
    float: left;
}
.container_mid .box_hotrokh .item .images{
    float: left;
    margin-right: 10px;
    width: 80px;
}
.container_mid .box_hotrokh .item .info{
    float: right;
    width: 309px;
    text-align: justify;
}
.container_mid .box_hotrokh .item .name a{
    font-family: robotocondensed;
    text-transform: uppercase;
    font-size: 22px;
}
.product_list img{
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;

    transition: all 0.7s ease;
}
.product_list img:hover{
    webkit-transform: scale(1.1);  /* Saf3.1+, Chrome */
    -moz-transform: scale(1.1);  /* FF3.5+ */
    -ms-transform: scale(1.1);  /* IE9 */
    -o-transform: scale(1.1);  /* Opera 10.5+ */
    transform: scale(1.1);
}
.product_list .name{}
.product_list:hover .name{ opacity: 1;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;

    transition: all 0.7s ease;
}
/**************** end content ********************/
/**************** check dang ki - dang nhap ********/
.green-color{ color: #38a345; font-size: 20px;}
.red-color{ color: #f00;/* font-size: 20px; */}
.blue-color{ color: #428bca;}
.white-color{ color: #fff; font-size: 18px;}
/**************** end check dang ki - dang nhap ********/
#news{width: 100%;padding: 20px 0px;background: #efefef url(../images/desk-background1.jpg) no-repeat top center fixed;background-size: cover;}
#news .title{
    display: block;
    margin-bottom: 20px;
    color: #2e97ed;
    font-family: sfu_futuraregular;
    font-size: 32px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
#news .title span{
    display: inline-block;
    font-family: opensan-light;
    font-size: 24px;
}
#news .noibat{
    width: 220px;
    margin-right: 15px;
    display: inline-block;
}
#news .lienquan{
    display: inline-block;
    width: calc(100% - 240px);
    vertical-align: top;
}
#news .box_news_nb p{font-size: 13px; text-align: justify;}
.box_news_nb img{margin: auto;}
#news .box_news_nb .name{
    margin: 10px 0px;
}
#news .box_news_nb .name a{
    display: block;
    font-size: 14px;
    font-family: roboto_condensedbold;
    color: #1c1c1c;
}
#news .box_news{
    overflow: hidden;
    margin-bottom: 10px;
    font-family: robotocondensed;
    font-size: 14px;
}
#news .datetime{color: #535353;font-family: robotolight;font-size: 13px;}
#news .datetime span{color: #0072bc;}
#news .box_news:last-child{border-bottom: none;}
#news .box_news .images{margin-bottom: 15px;}
#news .box_news .name a{
    font-size: 14px;
    display: block;
    font-family: roboto_condensedbold;
    color: #2e97ed;
    margin-bottom: 5px;
}
#news .box_news .prices{ color: #f00; font-size: 15px; text-transform: uppercase;}
#news .box_news .prices .throught{color: #333; font-size: 13px; text-decoration: line-through;}
#news .box_news .mota{
    text-align: justify;
    height: 43px;
    overflow: hidden;
}
#news .box_news .name a:hover{color: #f00;}
/**************** footer ******************/
#top_footer{

background: #0F8304 url(../images/bg_skld.jpg) repeat-x top center;

padding: 70px 0px;

text-align: center;

color: #fff;
}
#top_footer .tieude{
    font-family: uvf_mussica_swashregular;
    font-size: 25px;
    margin: 5px 0px 20px 0px;
}
#top_footer .content{
    max-width: 900px;
    margin: auto;
    margin-bottom: 30px;
    font-size: 16px;
    font-family: robotolight;
}
#top_footer .title{
    
font-family: open_sansbold;
    
text-transform: uppercase;
    
font-size: 24px;
}
#top_footer .title span{
    background: url(../images/title_tp.png) no-repeat left center,url(../images/title_tp1.png) no-repeat right center;
    display: inline-block;
    padding: 5px 93px;
}
#top_footer .xemthem{
    position: relative;
    bottom: 0px;
    margin: auto;
    margin-top: 20px;
    max-width: 200px;
    background: transparent;
    border: solid 1px #fff;
}
#top_footer .xemthem:hover a{color: #ff0;}
#top_footer .xemthem:hover{border: solid 1px #ff0;}
footer{
    font-size: 14px;
    color: #fff;
    /* background: url(../images/bg_ft.jpg) top center; */
    /* padding: 30px 0px 0px 0px; */
}
footer strong{ font-weight: bold;}
footer .title-ft{
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    color: #ff0;
    font-family: sfu_futuraregular;
    margin-top: 30px;
}
footer .title-ft2{
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: UTMHelvetIn;
}
footer .title-ft1{
    font-size: 18px;
    margin-bottom: 10px;
    color: #c2c2c2;
    font-family: robotoregular;
    text-transform: uppercase;
}
.copyright{margin-top: 0;font-size: 14px;color: #fff;line-height: 30px;text-align: center;background: #0367b9;/* border-top: solid 1px; */padding: 10px 0px;}
.copyright a{color: #f05f87;}
.noidung_hd{margin-bottom: 20px;}
.noidung_ft{margin-bottom: 15px;}
footer .item a{display: block;line-height: 20px;color: #ffffff;font-size: 14px;padding: 6px 0px;padding-left: 15px;}
.htonline{border-left: solid 1px #606060; height: 220px;}
.htonline .box_support{ width: 100%; max-width: 410px;background: url(../images/bg_zalo.png) no-repeat;height: 165px;padding: 10px 20px;}
.box_footer{max-width: 1200px;margin: auto;padding: 10px 10px;}
footer .dknt .item{
    padding-top: 5px;
}
footer .dknt .item a{
    color: #000;
}
footer .dknt .item a:hover{ color: #f00;}
.box_carts{
    position: fixed;
    z-index: 1001;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 5% 0px;
    background: rgba(0, 0, 0, 0.47);
    display: none;
    height: 100%;
}
.box_carts .content{
    max-width: 500px;
    margin: auto;
    position: relative;
    background: #fff;
    padding: 30px 15px;
    color: #333;
}
.box_carts .content .close{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #333;
    color: #fff;
    padding: 5px 10px;
}
.box_carts .content .load{}
.box_carts .content .images{
    width: 100px;
    float: left;
    margin-right: 10px;
}
.box_carts .content .name{}
.box_carts .content .btn-red-popup{border-radius: 0px; margin-top: 10px;}
.box_carts .content .btn-red-popup:nth-child(2){
    border-radius: 0px;
    background: #cc0000;
    color: #fff;
}
/* --------------------- Phan trang ------------------*/
.pagination{text-align:center; margin: 30px 0px;width: 100%;}
.phantrang{
    text-align:center;
    /* padding: 6px 0px; */

    background: #f2f2f2;
    margin: auto;
}
.phantrang a {
    /* background: linear-gradient(to bottom, #F8F8F8 0%, #EAEAEA 100%) repeat scroll 0 0 transparent; */
    /* border: 1px solid #D2D2D2; */
    /* box-shadow: 0 1px 0 #FFFFFF inset; */
    color: #636363;
    cursor: pointer;
    font-size: 15px;
    margin: 5px 0 5px 4px;
    display: inline-block;
    padding: 6px 10px;
}
.phantrang span{ background: #09669C; padding: 7px 10px; color: #fff;}
.phantrang a:hover {
    background: none repeat scroll 0 0 #09669C; 
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
}
.phantrang .paginate_button_disabled, .phantrang .paginate_button_disabled:hover {
    background: linear-gradient(to bottom, #F8F8F8 0%, #EAEAEA 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D2D2D2 !important;
    color: #ADADAD !important;
    cursor: default;
    opacity: 0.7;
    display: inline-block;
}
.phantrang .paginate_active, .phantrang .paginate_active:hover {
    background: none repeat scroll 0 0 #09669C;   
    box-shadow: none;
    color: #FFFFFF;
}
.wrap-video{
    position: relative;
    padding-bottom: 64%;
    height: 0;
    max-width: 600px;
    margin: auto;
}
.wrap-video iframe{
    width: 100% !Important;
    left: 0;
    right: 0;
    position: absolute;
    height: 100% !important;
    border: 0;
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style], #u_0_0 ._2p3a { width: 100% !important; }
#about{
    padding: 20px 0px;
    color: #2b2a2a;
    font-family: robotolight;
    font-size: 15px;
    line-height: 30px;
    background: #fff;
    background-size: cover;
}
#about .content{
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: justify;
}
#about .content .description{text-align: center;}
.xem-gt{
    width: 379px;
    height: 70px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'robotobold';
    font-size: 14px;
    text-transform: uppercase;
    margin: 26px auto 0 auto;
    background: url(../images/bg-xemthem.png) no-repeat center;
    display: block;
    color: #656161;
    text-decoration: none;
    margin-top:27px;
    }
#caption{
    background: url(../images/bg_demo.png) no-repeat top center fixed;
    padding: 60px 0px;
    background-size: cover;
}

#caption .title{
    font-size: 25px;
    color: #fff;
    position: relative;
    font-family: roboto_condensedbold;
    text-align: center;
    padding: 8px;
    background: url(../images/tcat.png) no-repeat bottom center;
    padding-bottom: 25px;
    text-transform: uppercase;
}
#caption .content{
    color: #fff;
    max-width: 900px;
    margin: auto;
    font-family: robotolight;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
}
#caption a{
    background: #24a3d8;
    color: #fff;
    padding: 12px 29px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.5s ease;
    font-size: 16px;
}
#caption a:hover{color: #24a3d8;background: #fff;}
#list_catogy{
    margin: 20px 0px;
}
.item_catogy{
    position: relative;
}
.item_catogy .images a:after, .item_catogy .images a:before{
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: url(../images/decoration-border.png);
    will-change: transform, top, left, right, bottom;
    pointer-events: none;
    transition: .23s all ease;
}
.item_catogy .images img{}
.item_catogy .images a:after{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0px;
    bottom: 0px;
}
.item_catogy .images a:before{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0px;
    top: 0px;
}
.item_catogy .images a{display: block;position: relative;padding: 10px;}
.item_catogy:hover .images:before{ top: 5px; left: 5px;}
.item_catogy:hover .images:after{ bottom: 5px; left: 5px;}
.item_catogy:hover .images a:before{
    top: 5px;
    right: 5px;
}
.item_catogy:hover .images a:after{
    bottom: 5px;
    right: 5px;
}
.item_catogy .images{
    position: relative;
    overflow: hidden;
    max-width: 80px;
    margin: auto;
}
.item_catogy .images:after, .item_catogy .images:before{
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: url(../images/decoration-border.png);
    will-change: transform, top, left, right, bottom;
    pointer-events: none;
    transition: .23s all ease;
}
.item_catogy .images:before{
    left: 0px;
    top: 0px;
}
.item_catogy .images:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 0px;
    left: 0px;
}
.item_catogy .shop-html{
    text-align: center;
    color: #141414;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}
.item_catogy .cat{
    font-family: robotolight;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.313;
    cursor: pointer;
    white-space: normal;
    margin-bottom: 15px;
    color: #484848;
}
.item_catogy .name{
    font-weight: 700;
    /* letter-spacing: 3px; */
    text-transform: uppercase;
    margin: 0;
    font-family: roboto_condensedbold;
    font-size: 14px;
    margin-bottom: 8px;
    color: #4b4b4b;
}
.item_catogy .btn_shopnow{
    background: #a8e8e2;
    border-radius: 0px;
    padding: 10px 20px;
    font-family: PT Serif,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.313;
    cursor: pointer;
    white-space: normal;
    transition: all .2s ease-in-out;
}
.item_catogy .btn_shopnow:hover{background: #fff;}
.product_gr{padding-bottom: 20px;}
.product_gr:nth-child(2n){background: #c9ddfc;margin-top: 20px;}
#quytrinh{
    background: url(../images/bg_quytrinh.png) no-repeat top center fixed;
    background-size: cover;
    padding: 20px 0px;
}
#quytrinh .description{
    font-family: robotolight;
    text-align: center;
    font-size: 15px;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 40px;
}
#quytrinh .content{
    max-width: 1000px;
    margin: auto;
    font-family: robotolight;
}
#quytrinh a{
    color: #24a3d8;
    background-color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-family: robotobold;
    font-size: 16px;
    border: solid 1px;
    margin-top: 20px;
}
#quytrinh a:hover{
    color: #fff;
    background-color: #24a3d8;
    border-color: #24a3d8;
}
#quytrinh .item_qt{
    width: 25%;
    float: left;
}
#quytrinh .item_qt .images{}
#quytrinh .item_qt .images img{
    width: 250px;
    height: 160px;
}
#quytrinh .item_qt .step{
    background: url(../images/icon_arrow.png) no-repeat top center;
    margin-top: 20px;
    padding-top: 32px;
    text-align: center;
}
#quytrinh .item_qt .name{
    text-align: center;
    text-transform: uppercase;
    font-family: robotocondensed;
    font-size: 17px;
    margin-top: 5px;
    color: #58a60c;
}
#quytrinh .item_qt:nth-child(2n) .name{
    color: #e4a712;
}
#quytrinh .item_qt:nth-child(3n) .name{
    color: #fe3333;
}
#quytrinh .item_qt:nth-child(4n) .name{
    color: #18b7d3;
}
#spnb{
    background: #333;
    padding: 20px 0px 40px 0px;
}
#spnb .tcat{color: #fff;}
#spnb .item_product_content{margin-bottom: 0px;}
#product{
    /* background: #efefef url(../images/desk-background1.jpg) no-repeat top center fixed; */
    padding: 20px 0px;
    margin-bottom: 1px;
    background-size: cover;
}
#product .title{font-size: 50px; color: #3b3b3b;text-align: center;}
#contact{
    padding: 60px 0px;
    color: #666;
    overflow: hidden;
}
#contact .title{
    color: #000;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: roboto_condensedbold;
    font-size: 35px;
}
#contact .title:before{
    content:'';
    background: url(../images/icon_title_news.png) no-repeat;
    width: 95px;
    height: 200px;
    position: absolute;
    left: -34px;
    top: 0px;
    z-index: 10001;
}
#contact .detail{padding: 10px 30px;}
#contact form{padding: 40px 30px;background: #fff;box-shadow: 0px 0px 10px;max-width: 700px;margin: auto;}
#contact .images{position: relative;}
#contact .images:before{
    content: '';
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200vw;
    z-index: -1;
    background: #f2f2f5;
}
#contact label{margin-bottom: 10px;}
#contact input, #contact textarea{
    min-height: 40px;
    background: #F4F7F9;
    color: #000;
    font-weight: bold;
    padding: 13px 17px;
    height: auto;
}
#contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
#contact input::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
#contact input:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
#contact input:-moz-placeholder { /* Firefox 18- */
  color: #666;
}
#contact .btn_send{
    background: #24a3d8;
    margin: 7px 0 0 20px;
    padding: 10px 60px;
    color: #ffffff;
    font-size: 17px;
    border-radius: 0px;
    transition: all 0.5s ease;
}
#contact .btn_send:hover{
    background: #f9c001;
    color: #fff;
}
.box_partner{position: relative;padding: 20px 0px;background-size: cover;}
#owl-demo-dt1{padding: 0px 50px;}
.bg_xam{background: #F2F2F2; padding: 30px 0px;}
.box_partner .title{
    font-size: 26px;
    color: #75a138;
    text-align: center;
    text-transform: uppercase;
    font-family: open_sansbold;
    position: relative;
}
.box_partner .content{max-width: 1200px;margin: auto;padding: 16px 0px 0px 0px;}
.box_partner .content .owl-carousel .owl-item{ padding: 0px;}
.item_doitac{background: #fff;border: 1px solid #ebebeb;-webkit-box-shadow: 0 0 6px 3px rgba(174, 174, 174, 0.05);box-shadow: 0 0 6px 3px rgba(174, 174, 174, 0.05);padding: 20px 20px 30px 20px;border-radius: 5px;}
.item_doitac .name{
    text-align: center;
    margin: 10px 0px;
    font-family: open_sansbold;
}
.item_doitac .desc{
    font-family: open_sanslight;
    font-style: italic;
}
.item_doitac img{
    width: 110px !important;
    margin: auto;
    border-radius: 50%;
}
.item_doitac .desc img{
    width: 36px !important;
}
#popub{position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10001; text-align: center;display: none;}
#popub .allload{ width: 100%; background: rgba(0,0,0,.8); height: 100%; z-index: 1; position: absolute;}
#popub .popub{position: relative;width: 80%; margin: auto; display: inline-block; z-index: 10;max-width: 600px;background: #fff;}
#popub .popub .close{
    z-index: 10;
    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);
}
#popub .popub .close:hover{
    background-color: rgba(255,255,255,.3);
    box-shadow: 0 0 20px rgba(255,255,255,.8);
}
.nhap-tim {
    width:80%;padding:10px 20px;background: rgba(0,0,0,0.3);border:none;color:white;
}
#tk-modal-box {background: #222;top:250px;}
#tk-modal-box ::placeholder {color:white;}
.images_search {
    position: absolute;
    top: 0px;
    right: 0;
}
/*----------------------------------------------------*/
.title_news{ display: none;}
.bgblue{ background: #D5EAFF;}
.bggreen{ background: #38a345;}
.scroll-top {
  position: fixed;
  z-index: 1001;
  right: 0px;
  bottom: 10px;
  display: none;
}
footer .name{
    font-family: robotobold;
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
}
footer .box_icon{font-family: arial;margin-bottom: 15px;}
footer .icon{display: inline-block;margin: 3px;margin-top: 10px;}
footer .tag_seo{background:#EFEFEF; padding: 5px 8px; float: left; margin: 1px;}
footer .address{background: url(../images/tramhuong_07.png) no-repeat left top 1px;/* padding: 7px; */padding-left: 25px;margin-bottom: 10px;}
footer .web{background: url(../images/tramhuong_25.png) no-repeat left top;padding-left: 25px;line-height: 29px;margin-top: 5px;}
footer .hotline{background: url(../images/tramhuong_15.png) no-repeat left top 2px;padding-left: 25px;height: 32px;margin-bottom: 10px;}
footer .email{background: url(../images/tramhuong_15.png) no-repeat left top 2px;padding-left: 25px;}
.thongke{font-size: 15px;/* font-family: fontavo; */}
.thongke .dangol{background: url(../images/dangol.png) no-repeat left top 4px;padding-left: 25px;line-height: 25px;}
.thongke .ngay{ background: url(../images/ngay.png) no-repeat left top 4px; padding-left: 25px; line-height: 25px}
.thongke .thang{ background: url(../images/thang.png) no-repeat left top 4px; padding-left: 25px; line-height: 25px}
.thongke .total{background: url(../images/tongol.png) no-repeat left top 4px; padding-left: 25px; line-height: 25px}
.thongke span{color: #fff;}
.line_bottom{ width: 100%; height: 1px; margin: 15px 0px; background: #b3b3b3;}

#copyright{ background:#d5d5d5; text-align: center; line-height: 40px; color: #5b5b5b; font-size: 13px;}
/*----------------------- radio button checkbox ---------------------*/
/******************* chi tiet san pham *****************/
.zoom-left{
    width: calc( 100% - 95px);
    display: inline-block;
    vertical-align: top;
}
.zoom-right{
    width: 80px;
    margin-right: 10px;
    display: inline-block;
}
.product_info{
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding: 3px 0px 0;
    color: #616262;
    border: solid 1px #009ffe;
    background: #fff;
}
.product_info .infox{
    padding: 25px 50px;
}
.product_info .name_x p {
    margin: 0;
    color: #146fc1;
    font-weight: 600;
}
.product_info .hotline span{
    font-weight: bold;
    color: #f00;
    font-size: 28px;
    font-family: Tahoma;
}
.name_product{
     margin-bottom: 10px;
     font-size: 20px;
     color: #212221;
     font-style: normal;
     font-weight: 400;
     text-transform: uppercase;
     display: block;
     /* background: #015fca; */
     font-family: robotobold;
     padding: 5px 0;
}
.product_info .check{
    line-height: 35px;
    clear: both;
    overflow: hidden;
    color: #000;
}
.product_info .info{
    /* border-bottom: solid 1px #ccc; */
    padding: 10px 0;
    overflow: hidden;
    color: #616262;
    font-size: 15px;
    /* font-family: robotolight; */
}
.product_info .info .tit {
    color: #000;
    text-transform: uppercase;
    font-family: robotobold;
    padding: 5px 0;
    margin-bottom: 15px;
    position: relative;
}
.product_info .info .tit:after {
    content:"";
    position:absolute;
    bottom:0;
    background:#009cf7;
    height:2px;
    width:50px;
    left:0;
    
}
.contactx {
    padding: 25px;
    background: linear-gradient(to right , #009ffe , #146fc1);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.contactx .images {
    display: inline-block;
    vertical-align: middle;
}

.contactx .infoxc {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    text-align: left;
    margin: 0 25px;
}

.contactx .baogia {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.contactx .baogia .callx {
    background: #22772c;
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
}
.tab{
    /* padding:10px 0; */
    margin-top: 35px;
    overflow: hidden;
    background: linear-gradient(to right ,#dfdfdf , #fff);
    text-align: center;
    border: solid 1px #ccc;
}
.tab .tab_sp1{
    padding:10px 15px;
    /* border-bottom:solid 1px #bcbcbc; */
    color: #515151;
    text-transform:uppercase;
    font-size:14px;
    font-family:robotobold;
    background: #f4f5f5;
    display:inline-block;
    /* float: left; */
    cursor: pointer;
}
.tab .tab_sp1.active{
    background: #ff0d1f;
    color: #fff;
}
.content_product{
    display:none;
    /* border:solid 1px #bcbcbc; */
    /* border-top:solid 3px #bcbcbc; */
    min-height: 50px;
    padding: 10px;
    padding-bottom: 100px;
    background: #fff;
}
.content_product.active{
    display:block;
}
.lienhe_product{
    background:#e2e2e2;
    padding: 50px 0;
    text-align:center;
    color: #767676;
    font-size: 16px;
}

.product_info .info{
    /* border-bottom: solid 1px #ccc; */
    margin-top: 10px;
    overflow: hidden;
    color: #000;
    font-size: 15px;
}
.product_info .click_xem{cursor: pointer;color: #0388cd;}
.product_info .price b{color: #000;font-size: 14px;}
.product_info .price{

}
.addtocart {
    padding: 11px 12px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    color: #333;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    max-width: 170px;
    margin-top: 10px;
    border: solid 1px #ddd;
    border-radius: 30px;
}
.addtocart:hover{background-color: #d60c0c;color: #fff;}
.product_info .price.throught{
    text-decoration: line-through;
    font-size: 15px;
    color: #000;
}
.product_info .price span{
    font-size: 25px;
    /* text-decoration: underline; */
    position: relative;
    /* bottom: 2px; */
    /* font-size: 24px; */
    color: #ff0d1f;
    font-style: normal;
    font-weight: 700;
    padding-top: 6px;
    /* font-family: fontavobold; */
    display: inline-block;
    margin-left: 10px;
}
.title_sp{
    color: #ff7d7d;
    background-color: #fff;
    cursor: default;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
    margin-top: 20px;
}
.title_sp span{border-bottom: solid 2px #000;display: inline-block;padding-bottom: 3px;}
.tag_slug{ background: #ECECEC; padding: 10px;}
.tag_slug .tag{background: #fff; padding: 5px 10px;; margin-right: 10px;}
.tag_slug .tag i{ margin-right: 5px;}
.selectors{padding: 0px;}
.selectors .owl-next{
    background: url(../images/control_owl.png) no-repeat;
    top: 43%;
    right: 0px;
    background-position: 0px 0px;
    transition: all 0.7s ease;
    width: 20px;
    height: 20px;
}
.selectors .owl-prev{
    background: url(../images/control_owl.png) no-repeat;
    top: 43%;
    left: 0px;
    background-position: 0px -24px;
    transition: all 0.7s ease;
    width: 20px;
    height: 20px;
}
.selectors .owl-next:hover{
    background-position: -28px 0px;
}
.selectors .owl-prev:hover{
    background-position: -28px -24px;
}
.item_zoom{border: solid 1px #ddd;padding: 3px;}
.item_zoom:hover{border: solid 1px #f00;}
.selectors .mz-thumb img {
    max-width: unset !important;
}
.detail-pd {
  background: #ececec;
  height: 75px;
  line-height: 38px;
  margin-top: 25px;
}
.detail-order {
  border-top:1px dashed #bebebe;
  height: 25px;
  margin-top: 5px;
}
.order-phone {
  border-bottom:1px dashed #bebebe;
  color: #ed3237;
  font-size:25px;
  font-family: fontavobold;
}
.product_info .tietkiem span{ color: #d60c0c; padding-left: 5px;}
.product_info .quantity-wrap label{
    font-size: 18px;
    font-family: fontavo;
    color: #000;
    font-style: normal;
    font-weight: 400;
    margin: 5px 0px;
    display: inline-block;
}
.product_info .quantity-wrap .quantity{
    width: 100px;
    height: 30px;
    position: relative;
    /* float: left; */
}
.product_info .quantity-wrap .quantity .minus, .product_info .quantity-wrap .quantity .plus{
    width: 30px;
    height: 30px;
    line-height: 30px;
      display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  vertical-align: text-top;
  text-decoration: none;
  overflow: visible;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  /* line-height: 23px; */
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #5e5e5e;
  /* text-shadow: 0 1px 0 rgba(255,255,255,0.8); */
  border: 1px solid #dfdbdb;
  background: #dbdada;
}
.product_info .quantity-wrap .quantity .plus{
    right:0px;
    top:0px;
}
.size{ text-align: center; margin-top: 20px;}
.size label{font-family: fontavo; font-size: 18px; text-transform: uppercase;}
.fetch_size{
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 10px;
    font-family: fontavo;
    font-size: 16px;
}
.size .checked {
    color: #f00;
}
.color{margin-top: 20px; text-align: center;}
.color label{font-family: fontavo; font-size: 18px;}
.color .fetch_color{
    border: solid 3px #dcdcdc;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
.color .fetch_color.active{border: solid 3px #ff0;}
.quantity-wrap{text-align: left;margin: 20px 0px;}
.qty{
    width: 60px;
    height: 30px;
    left: 30px;
    font-size: 18px;
    margin: 0 !important;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    text-align: center;
    border: 1px solid #dfdbdb !important;
    border-radius: 0px;
    top: 0;
    color: #000;
}
.btn-color-add {
background : #e05543;
width: 100%;
margin: 10px 0px;
}

.btn-color-buy {
background : #ff822e;
cursor: pointer;
width: 100%;
margin: 10px 0px;
}
.btn-detail:before{
content: "";
width: 1px;
height: 100%;
border-left: solid #ce4735 1px;
border-right: solid #ee7465 1px;
position: absolute;
left: 50px;
top:0;
}
.btn-detail:after {
content: "";
width: 30px;
height: 100%;
float: left;
margin-left: 10px;
position: absolute;
left: 0;
top: 0;
}
.btn-color-buy:after {
background: url(../images/check.png) no-repeat center center;

}
.btn-color-add:after {
background: url(../images/cart.png) no-repeat center center;
}
.btn-color-buy:before {
border-right: solid #f4680b 1px;
border-left: solid #ff8b3d 1px;
}
.btn-detail {
border: none;
padding-left: 51px;
color: #fff;
text-align: center;
text-transform: uppercase;
border-radius: 3px;
height: 50px;
line-height: 47px;
position: relative;
cursor: pointer;
font-weight: bold;max-width: 240px;}
#info_deals{
    position: relative;
    margin-top: 10px;
}
#info_deals table{width: 100% !important;}
#info_deals ul#tab_content{
    padding: 0px;
    clear: both;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 20px;
}
#info_deals .content_tab{overflow: hidden;display: none;}
#info_deals .content_tab.selected{display: block;}
#info_deals ul.fixed{
    position: fixed;
    z-index: 1001;
    width: 892px;
    background-color: #fff;
}
#info_deals ul#tab_content li{
    box-sizing:border-box;
    list-style: none;
    border: solid 1px #686666;
    display: inline-block;
    border-radius: 5px;
    padding: 2px;
}
#info_deals ul#tab_content li:hover, #info_deals ul#tab_content li.selected{
    border: solid 1px #F9C001;
}
#info_deals ul#tab_content li a, #info_deals .title{
    font-size: 16px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    color: #373636;
    padding: 8px 20px;
    transition: all 0.5s ease;
}
.container_right .title_chitiet{font-size: 20px;color: #000; margin-bottom: 10px;text-transform: uppercase;position: relative;}
.container_right .title_chitiet span{background: #F5F5EF; padding: 0px 20px 0px 0px;z-index: 10;}
.container_right .title_chitiet:after{
    width: 100%;
    height: 1px;
    background: #F15E88;
    position: absolute;
    left: 0px;
    top: 50%;
    content:'';
    z-index: -1;
}
#info_deals ul#tab_content li:hover a, #info_deals ul#tab_content li.selected a{color: #fff;background: #F9C001;}
#info_deals ul#tab_content li.selected a{color: #fff;/* text-transform: uppercase; *//* font-family: fontavo; */background: #F9C001;}
#box_comment{
    border-right: solid 1px #ddd;
    padding-right: 20px;
}
.title_cat {
  font-family: robotobold;
  color: #c60000;
  font-size: 22px;
  margin: 10px 0px;
}
#result_comment{
    margin: 10px 0px;
    overflow: hidden;
    background: #f3f3f3;
    padding: 10px;
    display: none;
}
.comment{ margin: 10px 0px; overflow: hidden; background: #f3f3f3; padding: 10px;}
.show_comment #page-nav{
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 10px 0px;
    margin: 10px 0px
}
.button_gui {text-align: left;}
.button_gui span{ padding: 0px 20px; cursor: pointer;}
.show_comment .result_comment{
    border: solid 1px #ddd;
    padding: 10px;
    margin-bottom: 20px;
}
.show_comment .user_comment{ width: 100px; float: left; margin: 10px; text-align: center;}
.show_comment .user_comment .avatar{
    
}
.show_comment .user_comment .info{}
.show_comment .user_comment .info .name a{
    color: #3b65a7;
    font-family: Times New Roman;
    font-weight: bold;
    
    font-size: 12px;
}
.show_comment .user_comment .info .andress{}
.show_comment .user_comment .info .friend{
    background:  url(../../images/friend.png) no-repeat left center;
    padding: 5px 0px 5px 20px;
    line-height: 20px;
    font-family: robotolight;
}
.show_comment .user_comment .info .views{
    background: url(../../images/views.png) no-repeat left center;
    padding: 5px 0px 5px 20px;
    font-family: robotolight;
}
.show_comment .content_comment{
    
}
.show_comment .content_comment .star_date{
    line-height: 25px; 
    font-size: 16px;
    position: relative;
}
.show_comment .content_comment .star_date .delete{ position: absolute; top: 0px; right: 0px; color: #f00; cursor: pointer;}
.show_comment .content_comment .star_date .star{ margin-right: 5px; width: 18px;}
.show_comment .content_comment .name{font-family: robotoregular; font-size: 14px; margin: 5px 0px;color: #666;}
.show_comment .content_comment .name span{color: #056BCD; font-size: 17px;}
.show_comment .content_comment .noidung{ font-family: robotolight; font-size: 14px; margin: 5px 0px; text-align: justify;}
.show_comment .content_comment .gallery{ margin-bottom: 10px;}
.show_comment .content_comment .gallery .item{ float: left; width: 130px; height: 120px; border: solid 1px #fff;}
.show_comment .content_comment .gallery .item img{ height: 120px;}
.clear.height{ margin: 10px 0px;}
.answer{padding: 0px 0px 20px 0px;}
.box_content_answer{display: none;}
.content_answer{padding: 10px 0px;}
#frm_answer{display: none;}
.danhgia{
width:100%;
height:150px;
background: #F3F3F3;
overflow: hidden;
}
.danhgia1{
  width: 172px;
  text-align: center;
  border-right: 1px solid #cccccc;
  float:left;
  padding: 16px 0;
  height: 128px;
}
.danhgia1 h5 {
  font-size: 13px;
}
.danhgia1-rate {
  font-size: 48px;
  line-height: 1;
  font-family: "Roboto-Light";
  margin-bottom: 4px;
}
.danhgia1-star {
  background: url("../../../images/star0.png") repeat-x;
  width: 100px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
}

p.danhgia1-count{
  color: #666666;
}
.danhgia2{
  width: 328px;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 1px solid #cccccc;
  float:left;
  padding: 16px 0;
  height: 128px;
}
.danhgia2-wrap{
  overflow: hidden;
  margin-bottom: 8px;
   margin-left: 23px;
}
.danhgia2-wrap span{
  line-height: 16px;
  float: left;
}
.danhgia2-so{
  float: left !important;
}
.danhgia2-khung{
  width: 144px;
  margin-left: 4px;
  margin-right: 8px;
  margin-bottom: 0;
  border-radius: 0;
  float: left;
  box-shadow: none;
  background: #fff;
   height: 16px;
  overflow: hidden;
}

.danhgia2-so i{
  display: inline-block;
  float: left;
}
.danhgia2-wrap i{
  height: 12px;
  width: 12px;
  margin: 0px 4px;
  color: #CCCCCC;
}
.rate-number {
  display: inline-block;
  width: 24px;
}
.danhgia2-chu span{
  line-height: 16px;
  float: left;
}
.danhgia3{
  padding: 16px 0;
  height: 128px;
  float:left;
  padding-left: 16px;
}
.danhgia3 p {
  margin: 0 0 10px;
}
.danhgia3 .button {
  font-family: "Roboto";
  padding-left: 32px;
  padding-right: 32px;
}
/****************** gi? h?ng *******************/
.themhang{
    background: #2799c9;
    border: none;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    height: 45px;
    line-height: 45px;
    position: relative;
    cursor: pointer;
    margin: 7px;
    max-width: 270px;
}
.themhang:after{
    content: "";
    background: url(../images/icon-arr.png) no-repeat center right;
    width: 30px;
    height: 100%;
    float: right;
    margin-left: 10px;
}
.themhang:before{
    content: "";
    width: 1px;
    height: 100%;
    border-left: solid #46B2DF 1px;
    border-right: solid #3085A9 1px;
    position: absolute;
    right: 45px;
}
.themhang a{
    color: #fff;
}
.tienhangdathang{
    background: #f37021;
    border: none;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    height: 45px;
    line-height: 45px;
    position: relative;
    cursor: pointer;
    margin: 7px;
    max-width: 185px;
    float: right;
}
.tienhangdathang:after{
    content: "";
    background: url(../images/icon-arr.png) no-repeat center right;
    width: 30px;
    height: 100%;
    float: right;
    margin-left: 10px;
}
.tienhangdathang:before{
    content: "";
    width: 1px;
    height: 100%;
    border-left: solid #FF7D2F 1px;
    border-right: solid #EC5900 1px;
    position: absolute;
    right: 45px;
}
.tienhangdathang a{
    color: #fff;
}
.total-order{
    height: 30px;
    text-align: right;
    font-family: fontavo;
    /* border-bottom: solid 1px #ccc; */
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 16px;
}
.box-form{
    border: solid 1px #ccc;
    margin-bottom:10px;
    margin-top: 15px;
}
.thongtin{
    padding: 0px 10px;
    margin-bottom: 10px;
}
.box-form .title-form{
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ccc;
    border-left: solid 5px #f37021;
    padding-left: 10px;
    margin-bottom: 10px;
    border-top: solid 1px #ccc;
    background: #F4F4F4;
    text-transform: uppercase;
}
.continue{
    background: #f37021;
    max-width: 300px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    border: none;
    margin: 10px 0px;
}
.pad-contact{ margin-top:2%;}
.box_dh{
    /* border: solid 1px #ccc; */
    margin-bottom: 10px;
}
.box_dh .title-dh{
    height: 40px;
    margin-top: 15px;
    line-height: 40px;
    border: solid 1px #ccc;
    border-left: solid 5px #f37021;
    padding-left: 10px;
    margin-bottom: 10px;
    background: #F4F4F4;
    text-transform: uppercase;
}
.table-order{ padding:5px;}
.step1{ max-width: 350px; margin: auto; /* padding: 20px; */}
.box_news{vertical-align: top;}
#news .box_news .name{/* height: 65px; */ overflow: hidden;}
.box_news .name a{ color: #000;font-size: 16px;}
.box_news .images{
    background-color: #fff;
    /* box-shadow: 0px 0px 3px #ABA8A8; */
    border: solid 2px #2e97ed;
    webkit-transition: all 1.7s ease 0s;
    -moz-transition: all 1.7s ease 0s;
    -ms-transition: all 1.7s ease 0s;
    -o-transition: all 1.7s ease 0s;
    transition: all 1.2s ease 0s;
    overflow: hidden;
}
.box_news .images img{
    webkit-transition: all 1.7s ease 0s;
    -moz-transition: all 1.7s ease 0s;
    -ms-transition: all 1.7s ease 0s;
    -o-transition: all 1.7s ease 0s;
    transition: all 1.2s ease 0s;
}
.box_news .images:hover img{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
}.box_news .name a{ display:block; color: #262626;  overflow: hidden;font-size: 16px;}
.box_news .name a:hover{color: #f00;}
.box_news p{
    overflow: hidden;
    margin: 0px;
    color: #4f4e4e;
    font-size: 13px;
}
/************* thanh dieu huong thanh toan********/


#iview div.iview-directionNav a.iview-prevNav {
    left: 15px;
    background-image: url(../images/prev_sl.png);
    background-position: 0px 0px;
    width: 31px;
    height: 31px;
}
#iview div.iview-directionNav a.iview-nextNav {
    right: 15px;
    background-image: url(../images/next_sl.png);
    width: 31px;
    height: 31px;
    background-position: unset !important;
}



#breadcrumbs-two{
  overflow: hidden;
  width: 100%;
  margin-top: 5px;
}

#breadcrumbs-two li{
  float: left;
  margin: 0 .5em 0 1em;
  /* width: 31%; */
}

#breadcrumbs-two a{
  background: #ddd;
  padding: 0.7em;
  float: left;
  text-decoration: none;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  position: relative;
  font-size: 16px;
  display: block;
}

#breadcrumbs-two a.active, #breadcrumbs-two a:hover{
  background: #99db76;
}

#breadcrumbs-two a::before{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em;
}

#breadcrumbs-two a.active:before, #breadcrumbs-two a:hover::before{
  border-color: #99db76 #99db76 #99db76 transparent;
}

#breadcrumbs-two a::after{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em;
}

#breadcrumbs-two a.active:after, #breadcrumbs-two a:hover::after{
  border-left-color: #99db76;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
  content: normal;
}
.btn-thanhtoan {
  float: right;
  background: #C60001;
  color: #fff;
  padding: 5px 10px;
  margin-left: 20px;
  cursor: pointer;
}
.courseListItem {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 22px;
  margin-bottom: 1.46666667rem;
  text-decoration: none;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}
.courseListItem  .small{margin-bottom: 10px;}
.courseListItem__intensity {
  float: left;
  width: 20%;
  background: 0;
  padding: 20px 10px 20px 20px;
  color: #fff;
  text-align: right;
}
.courseListItem__intensity1 {
  float: left;
  /* width: 30%; */
  color: #fff;
  text-align: right;
}
.courseListItem__intensity__title {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.22222222;
  font-family: "Roboto Condensed",sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.46666667rem;
  display: inline-block;
  margin-top: -3px;
}
.courseListItem__intensity__label {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: italic;
  font-size: 93%;
  display: block;
}
.courseListItem__desc {
  float: left;
  width: 70%;
  padding: 0px 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  padding-left: 25px;
}
.courseListItem__desc .small{color: #494949;}
.courseListItem__desc__paragraph{margin-top: 5px;color: #898989;}
.courseListItem__desc__title {
  font-size: 17px;
  line-height: 1.22222222;
  margin: 0 0 3px;
  color: #0f599a;
}
h4, .delta {
  text-transform: none;
  font-weight: normal;
}
.content_index{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.item_index{float: left; width: 100%;padding: 10px 0px;}
.item_index .images{overflow: hidden;text-align: center;}
.item_index .images img{margin:auto;}
.item_index .name{
    text-align: center;
    padding: 5px;
}
.item_index .name_photo{ padding: 10px;}
.item_index .name a{display: block;}
.item_index .name_photo a{color: #F58F13;font-size: 15px;font-weight: bold;}
/************* trang c? nh?n **************/
.content-left .info .live{
    padding: 5px;
    padding-right: 25px;
}
.item .input.form-control{margin-bottom: 5px;}
.content-left .item span{ color: #4E62B9;}
.content-left .info .item{position: relative;max-width: 400px;/* margin: auto; */cursor: pointer;}
.content-left .info .item .edit{position: absolute; right: 0px; top: 8px; opacity: 0; z-index: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    cursor: pointer;
}
#password, #email_p, #ten_vi, #live{display:none;}
.content-left .info .item:hover .edit{ opacity: 1; z-index: 101}
.content-left .info i{
    margin-right: 10px;
}
.savelive{ background: #018de5; color: #fff; padding: 10px 20px;clear: both; display: inline-block; margin-top: 5px;}
.savelive a{ color: #fff;}
/***************** effect ***************/
.zoom-img{overflow: hidden; position: relative;}
.zoom-img img{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.zoom-img img:hover{
    webkit-transform: scale(1.2);/* Saf3.1+, Chrome */
    -moz-transform: scale(1.2);/* FF3.5+ */
    -ms-transform: scale(1.7);/* IE9 */
    -o-transform: scale(1.2);/* Opera 10.5+ */
    transform: scale(1.2);
}
.content_product img, .container_mid .content img {
    max-width:100% !important; height:auto !important;
}


/*animation key phone ring*/
/*animation*/
/*animation*/
.suntory-alo-phone {
        background-color: transparent;
        cursor: pointer;
        height: 100px;
        position: fixed;
        transition: visibility 0.5s ease 0s;
        width: 100px;
        z-index: 200000 !important;
    }
    .suntory-alo-ph-circle {
        animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
        background-color: transparent;
        border: 2px solid rgba(30, 30, 30, 0.4);
        border-radius: 100%;
        height: 100px;
        left: 0px;
        opacity: 0.1;
        position: absolute;
        top: 0px;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
        width: 100px;
    }
    .suntory-alo-ph-circle-fill {
        animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
        border: 2px solid transparent;
        border-radius: 100%;
        height: 70px;
        left: 15px;
        position: absolute;
        top: 15px;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
        width: 70px;
    }
    .suntory-alo-ph-img-circle {
        /* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
        border: 2px solid transparent;
        border-radius: 100%;
        height: 50px;
        left: 25px;
        opacity: 1;
        position: absolute;
        top: 25px;
        transform-origin: 50% 50% 0;
        width: 50px;
        border: 1px solid #815633;
    }
    .suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
        opacity: 1;
    }
    .suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
        animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
    }
    .suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
        animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
    }
    .suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
        border-color: #00aff2;
        opacity: 0.5;
    }
    .suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
        border-color: #469ace;
        opacity: 1;
    }
    .suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
        border-color: #2957a4;
        opacity: 1;
    }
    .suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
        background-color: rgba(0, 175, 242, 0.9);
    }
    .suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
        background-color: #02A6E8;
    }
    .suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
        background-color: #2957a4;
    }

    .suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
        background-color: #00aff2;
    }
    .suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
        background-color: #c69426;
    }
    .suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
        background-color: #815633;
    }
    @keyframes suntory-alo-circle-anim {
        0% {
            opacity: 0.1;
            transform: rotate(0deg) scale(0.5) skew(1deg);
        }
        30% {
            opacity: 0.5;
            transform: rotate(0deg) scale(0.7) skew(1deg);
        }
        100% {
            opacity: 0.6;
            transform: rotate(0deg) scale(1) skew(1deg);
        }
    }

    @keyframes suntory-alo-circle-img-anim {
        0% {
            transform: rotate(0deg) 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(0deg) scale(1) skew(1deg);
        }
        100% {
            transform: rotate(0deg) scale(1) skew(1deg);
        }
    }
    @keyframes suntory-alo-circle-fill-anim {
        0% {
            opacity: 0.2;
            transform: rotate(0deg) scale(0.7) skew(1deg);
        }
        50% {
            opacity: 0.2;
            transform: rotate(0deg) scale(1) skew(1deg);
        }
        100% {
            opacity: 0.2;
            transform: rotate(0deg) scale(0.7) skew(1deg);
        }
    }
    .suntory-alo-ph-img-circle img {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px;
    line-height: 39px;
    color: #fff;
    margin-top: -2px;
    margin-left: -2px;
}

    /*=================== End phone ring ===============*/
    @keyframes suntory-alo-ring-ring {
        0% {
            transform: rotate(0deg) 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(0deg) scale(1) skew(1deg);
        }
        100% {
            transform: rotate(0deg) scale(1) skew(1deg);
        }
    }
/**/
/**/
.img-100 {width:100% !important;height:auto;}
.img-hover-box {position:relative;overflow:hidden;}
.img-hover-box img {transition:all ease 0.3s;}
.img-hover-box:hover img {transform:scale(1.2);}

#dt-vip {left:0;bottom:100px;}

.same_title{color:#f00!important;margin:10px 0px 5px 0px!important;font-size:15px;font-weight:bold;text-transform:uppercase;font-weight:bold;padding-bottom:5px;border-top:1px dashed #ccc;clear:both;padding-top:10px;}
.same_title:hover{color:#f00!important;}
.list_same{margin:0px;padding:0px;}
.list_same li{color:#222;margin-bottom:3px;list-style:none}
.list_same li:hover{color:#f00;}
.list_same li:hover a{color:#f00;text-decoration:none}
.list_same li a{font-size:14px;color:#222;}
.list_same li a span{color:#222;}

.item_product_menu {
    padding-bottom: 25px;
}

.item_product_menu .name {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 700;
}
@media (min-width: 960px){
    .hidden-md{display: none !important;}
}
.logo_header.hidden-md img{position: relative; top: 0px;}
@media (max-width: 768px){
    .about{
        background: #1868cd url(../images/bg_a.png) no-repeat top center;
        padding: 25px 0;
    }
    .about .details{
        flex-wrap: wrap;
    }
    .about .details .info{
        width:100%;
        padding: 0 15px;
    }
    .about .details .images{
        width:100%;
    }
    .box_double .service .tit span{
        background: #f4f5f5;
    }
    .box_double2 .news,.box_facetime .box_hd,{
        width:100%;
    }
    .flex_f .box2 .box_i .box_icon{
        width:100%;
        text-align:left;
        margin-top:15px;
    }
    .box_double2 .video,.flex_f .box1,.flex_f .box2,.box_facetime .box_face{
        width:100%;
    }
    .box_facetime .box_hd,.box_double2 .news{
        width:100%;
    }
    .max800{
        padding: 0 15px;
        margin: auto 15px;
        max-width: unset;
        /* padding: 0 15px; */
    }
    .box_double2 {
        background: #069cf7;
        background-size: 100%;
 }
 .box_facetime{padding: 0 15px;}
 .box_double2 .news .info{
    padding:0 15px;
 }
 .flex_f .box2 .box_i{
    padding:50px 15px 25px;
 }
 .box_double2 .news .itum,.flex_f1,.box_facetime{flex-wrap:wrap;}
 .box_double2 .news .itum .images,.box_double2 .news .itum .details{
    width:100%;
 }
 .box_double2 .news .itum .details{
    padding-left:0;
 }
    #main, footer {overflow:hidden;}
    header {position: relative;overflow:hidden;}
    .list_cat_product{display: none;}
    header .item_3 span{display: block;}
    footer .title-ft{margin-top: 20px;}
    header .logo_header img{margin-left: 10px;}
    .container {width:100%;}
    .contactx .infoxc{width: calc(100% - 100px);margin-right: 0;}
    .container_left{width: 100%;display: none;}
    .container_right{width: 100%;}
    .contactx .baogia{width:100%;padding:10px 0 0;''}
    header .giohang{ position: relative; top: 0px; width: 50%; float: left;}
    footer .row1, footer .row2{width: 50%;}
    footer .row3{width: 100%;padding-left: 0px;padding-top: 10px;}
    .fb-like-box, .fb-like-box span, .fb-like-box span iframe[style], #u_0_0 ._2p3a { width: auto !important; margin: auto; margin-top: 10px}
    .col-price{width: 50%;}
    #news .noibat, #news .lienquan{width: 100%; margin-bottom: 10px;}
    .box_news_nb .images{width: 140px; float: left; margin-right: 15px;}
    .info_internal .itums .details{padding-left: 0;}
    header .logo_header{/* width: 100%; */display: inline-block;vertical-align: middle;}
    .hidden-md.email {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 80px);
        text-align: center;
        font-weight:700;
    }
    nav#cssmenu{margin-top:0;}
    .about .details .info .name{margin:10px 0}
    .about .details .info .dec{margin-bottom:15px;}
    .top_header .hotline{text-align: center;}
    div.login-popup
{
    position:fixed;
    top:50%;
    left: 0;
    margin: auto;
    text-align: center;
    margin-left: 0 !important;
    z-index:999;
    display:none;
    width:100%;
    height:400px;
    width: 100%;
}
div.login-popup iframe{
    max-width: 350px !important;
}
div.close-popup
{
    position:absolute;
    top:0px;
    right:0px;
    width:35px;
    height:35px;
    cursor:pointer;
    background:url(../images/fancybox_sprite.png) center top;
}
div#baophu
{
    background:#000;
    opacity:0.8;
    z-index:998;
    left:0px;
    top:0px;
    position:fixed;
    width:100%;
    height:100%;
    display:block;
}
.box_double2 .tit{padding-left:15px}
.product_info .infox{padding: 25px 15px;}


}
@media (max-width: 600px){
    #subscribe_form .title{display: block;}
    .tablet{width: 50%;}
     .box_footer{padding: 0px 15px;}
    .courseListItem__intensity1{ width: 35%; margin-right: 10px;}
    .courseListItem__desc{ width: 100%; float: none;}
    .box_slider{}
    .text-right{text-align: left;}
/*     .iview-caption{display:none} */
    
}
@media (max-width: 480px){
    .copyright{display: none;}
    .item_congtrinh .images{width: 100%;}
    header .sodo{float: left;}
    
    .container_mid .tcat{height: auto; }
    header .giohang, header .hotline_top{ width: 100%; float: none;}
    .box_search{width: 100%;position: relative;}
    .box_search input[type="text"]{max-width: 100%;}
    .fancybox-inner .tcat .icon, .container_mid .tcat .icon{font-size: 28px}
}
@media (max-width: 420px){
    .tablet{width: 100%;}
    
}
.effect{overflow: hidden;}
.effect:hover img{
    -webkit-transform: rotate(10deg) scale(1.2);
    -moz-transform: rotate(10deg) scale(1.2);
    -ms-transform: rotate(10deg) scale(1.2);
    -o-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
}
.effect img{-moz-transition: all 0.7s ease;      -o-transition: all 0.7s ease;      -ms-transition: all 0.7s ease;        transition: all 0.7s ease;}
.top_header .item.address {
    color: #fed732;
    font-size: 15px;
}
/* show arow input number */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}