
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-right:15px;
    padding-left:15px;
}
.col-md-20{
    width: 20%;
}
.row{
    margin-right:-15px;
    margin-left:-15px;
}

ul {
    padding: 0;
    font-size: 15px;
}
body{
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 15px;
    overflow: hidden;
    line-height: 24px;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    background: #fff;
  }
html{
    overflow-x:hidden;
}
#content,#sidebar{
    padding-top:0;
}
img{
    max-width:100%;
    height:auto;
}
img.aligncenter{
    display:table;
    margin:0 auto;
}
table{
    width: 100%;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th{
    background: none !important;
}
.thumbnail{
    margin:0px 0px 0px 0px;
    padding:0;
    border:none;
    border-radius:0;
    background:none;
}
.alignnone{
    margin:0;
}
a{
    color:#333;
}
a:hover, a:focus{
    color:#000;
    text-decoration:none !important;
}
div{
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

ins{
    text-decoration:none;
}
a{
    text-decoration: none;
}
.container{
    width:100%;
    max-width:1150px;
    padding-left:15px;
    padding-right:15px;
    margin:0 auto;
}
.header{
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.content-holder{
    padding-top: 100px;
}
.home .content-holder{
    padding-top: 0;
}
img{
    max-width:100%;
}
ul li{
    list-style: none;
}
.logo{
    max-width: 100px;
    float: left;
    padding: 0 40px 0 0px;
}
.logo a {
    padding: 10px 0;
    display: block;
}
.r_topheader{
    float: right;

}
.nav__primary ul li{
    float: left;
    position: relative;
    height: 100%;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s;
     padding:0 25px;
}
.nav__primary ul li.lang-item {
    padding: 0 5px;
}
.nav__primary ul li.lang-item.lang-item-first  {
    padding-left:20px;
    display: none !important;
}
.nav__primary ul{
    margin-bottom: 0px;
    display: block;
    text-align: center;
}
.nav__primary ul li a{
    display: block;
    padding: 30px 0px;
    position: relative;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.nav__primary ul li a:before {
    content: "";
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    transition: 0.2s;
}
.nav__primary ul li a:after {
    content: "";
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.2s;
}

.footer_bottom ul.menu li a:hover {
    color: #fff;
}
.nav__primary ul li a:hover:before {
    width: 50%;
}
.nav__primary ul li a:hover:after {
    width: 50%;
}
.nav__primary ul li.current-menu-item a:after, .nav__primary ul li.current-menu-item a:before {
    width: 50%;
}
.nav__primary ul li.active a{
    color:#d22c20;
}
.nav__primary ul li:first-child a{
    border:none;
    box-shadow: none;
}
.nav__primary ul.sf-menu li ul.sub-menu {
    position: absolute;
    padding: 0;
    top: 100%;
    left: 0;
    display: none;
    min-width: 250px;
    z-index: 99999;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 12px #ccc;
    
}
.nav__primary ul.sf-menu>li.menu-item-has-children.pll-parent-menu-item>a:after{
    position: relative;
    display: inline-block;
    content: "\f0dd";
    font-family: FontAwesome;
    margin-left: 5px;
    top: -3px;
    left: 5px;
    opacity: 1;
    visibility: visible;
}
.nav__primary ul.sf-menu>li.menu-item-has-children.pll-parent-menu-item>a:before{
	display: none;
}
.nav__primary ul.sf-menu>li.menu-item-has-children:after{
	position: relative;
    display: inline-block;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transition: translateY(-50%);
    -moz-transition: translateY(-50%);
    -o-transition: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
}
.nav__primary ul.sf-menu li.full_cols ul.sub-menu{
    width: 100%;
}
.nav__primary ul.sf-menu li ul.sub-menu li{
    width:100%;
    border-left: none;
    box-shadow: none;
}
.nav__primary ul.sf-menu li.full_cols ul.sub-menu li{
    width: 25%;
    float: left;
    padding: 0px 15px;
    clear: none;
    border-left: none;
    box-shadow: none;
}
.nav__primary ul.sf-menu li:hover > ul.sub-menu{
    display: block;
}
.nav__primary ul.sf-menu li ul.sub-menu li{
    clear:both;
    padding:0;
    border-left: none;
    box-shadow: none;
    border: none;
    text-align: left;
}
.nav__primary ul.sf-menu li ul.sub-menu li a{
    color: #000;
    font-size: 15px;
    display: block;
    padding: 10px 15px 10px 30px;
    font-weight: normal;
    white-space: nowrap;
    background: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
}
.nav__primary ul.sf-menu li ul.sub-menu li a span{
    animation: hotsell 0.3s linear infinite;
    color: #ffe290;
    font-size: 11px;
    font-weight: 600;
}
.nav__primary ul.sf-menu li ul.sub-menu li:hover a span{
    animation: hotsell_hover 0.3s linear infinite;
    color: #fff;
}
.nav__primary ul.sf-menu li ul.sub-menu li a:hover{
    background: #e1a22a;
    color: #fff;
}
.nav__primary ul li a:before,.nav__primary ul li a:after{
    display: none;
}
.nav__primary ul.sf-menu li.full_cols ul.sub-menu li{
    text-align: center;
    border-left: none;
    box-shadow: none;
}
.nav__primary ul.sf-menu li.full_cols ul.sub-menu li a{
    background: #b0b0b0;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}
.nav__primary ul.sf-menu li ul.sub-menu ul.sub-menu{
	background:#fff;
    position:absolute;
    left:120%;
    top:0;
}
.nav__primary ul.sf-menu li ul.sub-menu li:hover ul.sub-menu{
  overflow: inherit!important;
}
.nav__primary ul.sf-menu li.full_cols ul.sub-menu ul.sub-menu{
    position:relative;
    left:auto;
    top:auto;
    opacity: 1;
    visibility: visible;
    border-top:none;
    box-shadow: none;
    background: none;
}
.nav__primary ul.sf-menu li ul.sub-menu li:hover ul.sub-menu{
    left:100%;
    visibility:visible;
    opacity:1;

}
.nav__primary ul.sf-menu li.full_cols ul.sub-menu li:hover ul.sub-menu{
    position:relative;
    left:auto;
    top:auto;
    opacity: 1;
    visibility: visible;
}
.nav__primary ul.sf-menu li ul.sub-menu li ul.sub-menu li{
    width: 100%;
    padding: 0;
    text-align: left;
}
.nav__primary ul.sf-menu li ul.sub-menu li ul.sub-menu li a{
    background: none;
    color: #333;
    padding: 10px 15px;
    text-transform: none;
    font-weight: normal;
}
.nav__primary ul.sf-menu li ul.sub-menu li ul.sub-menu li a:before{
    position: relative;
    display: inline-block;
    content: "\f0da";
    padding-right: 7px;
    font:normal normal normal 14px/1 FontAwesome;
    vertical-align: middle;
}

.nav__primary .r_header{
    margin-top: 5px;
}
#footer_widget i{
    color: #1cbbb4;
    padding-right: 7px;
}
.header .cart {
    float: right;
    position: relative;
}
.header .cart .title_cart {
    color: #333;
}
.header .cart:hover .list_item {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.header .cart i {
    text-align: center;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    margin-right: 10px;
}
.list_item ul.product_list_widget li:hover a.remove_from_cart_button,
.r_thanhtoan ul .cart_item:hover  a.remove_from_cart_button {
    background: #ec8609;
}
.header .cart .list_item {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    top: 100%;
    width: 500px;
    right: 0;
    z-index: 9999;
    border: 1px solid #e1a22a;
    border-radius: 5px;
    background: #fff;
    padding: 15px 10px;
    border-radius: unset;
    display: block;
    color: #333;
}
.list_item ul li,.r_thanhtoan ul .cart_item {
    position: relative;
    border-bottom: 1px solid #e1a22a;
    padding: 5px 10px 5px 0px !important;
    margin: 0px;
    display: table;
    width: 100%;
    clear: both;
}
.list_item .woocommerce-mini-cart__total.total{
    color: #e1a22a;
    font-size: 20px;
}
.woocommerce-mini-cart__buttons.buttons{
    float: right;
}
.woocommerce-mini-cart__buttons.buttons a{
    padding: 10px 20px;
    border: 1px solid #ec8509;
    border-radius: 10px;
    color: #FFF;
    background: #EC8509;
    font-weight: 600;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #F44336!important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #e72d3b!important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #afacaf!important;
}
.woocommerce .widget_price_filter .price_slider_amount{
    padding-top: 20px;
}
.header .cart .thumbnail_item,.r_thanhtoan ul .cart_item .thumbnail_item{
    float: left;
}
.header .cart img,.r_thanhtoan ul .cart_item .thumbnail_item img{
    width: 130px !important;
    margin-right: 10px;
    vertical-align: middle;
}
 .r_thanhtoan ul .cart_item .item_meta{
    float: left;
    width: 50%;
 }
.header .cart .item_meta{
    overflow: hidden;
    float: left;
    width: 60%;
    color: #222;
}
.header .cart .item_meta .name,.r_thanhtoan ul .cart_item .name{
    font-weight: 600;
}
.list_item ul.product_list_widget li a.remove_from_cart_button,
.r_thanhtoan ul .cart_item  a.remove_from_cart_button {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 15px!important;
    background: #616161;
    color: #fff!important;
    border-radius: 0!important;
    width: 40px!important;
    height: calc(100% - 20px)!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.icon_mobile_click {
    margin: 0;
    display: none;
    cursor: pointer;
    text-align: center;
    color: #333;
    float: right;
    font-size: 30px;
}
.icon_mobile_active{
    position:absolute;
    padding:0.2em 0.4em;
    bottom:1.5em;
    margin:0px;
    display:none;
    right:1em;
    color:#FF0101;
    cursor:pointer;
    z-index:9999;
    text-align:center;
    font-size:20px;
    text-indent:15px;
}
#menu_mobile_full{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 260px;
    overflow-y: auto;
    background: #333;
    overflow-x: hidden;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
}
.menu_hidden{
    z-index:-1;
    left:-260px;
}
.menu_show{
    z-index: 9999999;
}
.close_menu {
    position: fixed;
    z-index: 9999;
    background: #e24435;
    color: #fff;
    left: 260px;
    padding: 7px 12px;
    top: 30px;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.menu_show .close_menu{
    display: block;
}
#gioithieu_home, #tintuc_home{
    padding:60px 0px ;
}
#menu_mobile_full ul{
    text-align: left;
}
#menu_mobile_full ul li,#menu_mobile_full ul li a{
    width:100%;
    display:block;
}
#menu_mobile_full ul li{
    position:relative;
    padding: 0px;
}
#menu_mobile_full ul li.menu-item-has-children span{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #e1a22a;
}
#menu_mobile_full ul li .sub-menu span {
    display: none;
}
#menu_mobile_full ul li.menu-item-has-children a:after {
    margin-left: 12px;
}
#menu_mobile_full ul li.menu-item-has-children span.active{
    content:'-';
}
#menu_mobile_full ul li a {
    padding: 15px 18px;
    border-bottom: 1px solid #e7e7e7;
    color: #fff;
    line-height: 21px;
    border-radius: 0;
    font-size: 15px;
}
#menu_mobile_full ul li a:hover{
    text-decoration: none;
    background: #333333;
}
#menu_mobile_full ul li.menu-item-has-children ul.sub-menu{
    display:none;
}
#menu_mobile_full ul li.menu-item-has-children ul.sub-menu li a{
	text-transform: none;
    font-size: 13px;
    color: #e1a22a;
    padding-left: 15px;
}
#menu_mobile_full ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu{
    display:none;
}
#menu_mobile_full ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li a{
    padding-left:3em;
}
.page_wapper_noactive{
    -webkit-transition:-webkit-transform .3s ease;
    -moz-transition:-moz-transform .3s ease;
    -o-transition:-o-transform .3s ease;
    transition:transform .3s ease;
}
.page_wapper_active{
    -webkit-transform:translateX(250px);
    -moz-transform:translateX(250px);
    transform:translateX(250px);
    overflow:hidden;
}

.back-top {
    display:none;
}
#back-top-wrapper{
    position:fixed;
    right:10px;
    bottom:40px;
    overflow:hidden;
    z-index:999;
}
.back-top a {
    display:block;
    width:30px;
    color:#bbb;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    font:11px/100% Arial, Helvetica, sans-serif;
    -webkit-transition:1s;
    -moz-transition:1s;
    -o-transition:1s;
    transition:1s;
}
.back-top a:hover{
    color:#000;
}
.back-top a:hover span{
    background-color:#333;
}
.back-top span{
    display:block;
    margin-bottom:7px;
    width:30px;
    height:30px;
    background:#0188cf url(images/up-arrow.png) no-repeat center center;
    -webkit-transition:1s;
    -moz-transition:1s;
    -o-transition:1s;
    transition:1s;
    background-size:70%;
}
iframe{
    max-width: 100%;
}
.wpcf7 input[type*="text"],.wpcf7 input[type*="tel"],  
.wpcf7 input[type*="email"],.wpcf7 select{
    padding: 5px 15px;
    border: 1px solid #ccc;
    margin: 5px 0px 0px 0px;
    font-size: 16px;
    color: #000;
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
   /*box-shadow: inset 0px 11px 7px -11px #ccc;*/
}
.footer_page .wpcf7 input[type*="email"]{
	padding: 5px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: #fff;
    max-width: 100%;
    width: 100%;
    position: relative;
}
.footer_page .wpcf7 input[type*="submit"] {
    padding: 2px 15px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 0;
    height: 36px;
    width: 68px;
}
.footer_page .wpcf7 {
    margin-top: 30px;
}
div.wpcf7 .ajax-loader{
    display: inline-block !important;
    position: absolute;
    top: 50%;
    -webkit-transition: translateY(-50%);
    -moz-transition: translateY(-50%);
    -o-transition: translateY(-50%);
    transform: translateY(-50%);
}
.wpcf7 .list_group{
    position: relative;
    margin:0px 0px 25px 0px;
}
.wpcf7 label{
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.wpcf7 textarea{
    width: 100%;
    padding: 5px 15px;
    border: 1px solid #ccc;
    font-size: 16px;
    max-height: 155px;
    border-radius: 3px;
    /*box-shadow: inset 0px 11px 7px -11px #ccc;*/
}
input[type="submit"]{
    padding: 5px 25px;
    border: 1px solid #e1a22a;
    background: #e1a22a;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    display: table;
}
.pagination {
    display: table;
    padding-left: 0;
    margin: 20px auto;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li.active a, .pagination ul li:hover a {
    background: #e1a22a;
    color: #fff;
    border: 1px solid #e1a22a;
}
.pagination ul li a {
    position: relative;
    margin: 0 6px 0 6px;
    text-align: center;
    border: 2px solid transparent;
    color: #222;
    font-size: 15px;
    border: 1px solid #ccc;
    transition: all .3s ease;
    padding: 7px 12px;
}
.thumbnail:focus,.slick-initialized .slick-slide:focus,.content_item:focus{
    outline: none;
}
.slick-next {
    background: none!important;
    padding: 0px 0px !important;
    bottom: 40%;
}
.slick-prev {
    background: none !important;
    padding: 0px 0px !important;
    bottom: 40%;
}
.slick-prev:before {
    content: "\f104" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 35px !important;
    width: 30px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    background: rgba(225,225,225,0.5);
    border-radius: 10px;
}
.slick-next:before {
    content: "\f105" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 35px !important;
    width: 30px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    background: rgba(225,225,225,0.5);
    border-radius: 10px;
}
.doitac_nhanxet .slick-next:before,.doitac_nhanxet .slick-prev:before{
    background:none!important;
    color: #fff!important;
}
.doitac_nhanxet .slick-next,.doitac_nhanxet .slick-prev{
    bottom: 35%;
}
.doitac_nhanxet .slick-prev{
    left: -10px!important;
}
.doitac_nhanxet .slick-next{
    right: 0!important;
}
.doitac_nhanxet .slick-slider {
    margin-bottom: 0 !important;
}
.duongdan{
	padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
}
.breadcrumb{
    background: none;
    margin-bottom: 0!important;
}
.breadcrumb li a{
    font-size: 14px;
    color: #616161;
}
.breadcrumb > li + li:before {
    padding: 0 7px;
    color: #222;
    content: "\f101"!important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}
.background_product_cat{
margin-bottom: 30px;
}
.duongdan_single{
	padding: 20px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.page-template-page-template-dichvu  .background_product_cat{
    margin-bottom: 0;
  }
.has_thumbnail{
    background-size: cover !important;
    background-position: bottom right !important;
    position: relative;
    z-index: 1;
    padding: 170px 0 60px 0;
}
.category-gioi-thieu .title_tintuc{
    display: none;
}
.category-about-new .title_tintuc{
    display: none;
}
.title-section .title-header{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #e1a22a;
}
.metaslider.ms-theme-highway .flexslider ul.slides .caption-wrap, 
.metaslider.ms-theme-highway .rslides .caption-wrap, 
.metaslider.ms-theme-highway div.nivoSlider .nivo-caption{
    background: none!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
    max-width: 100%!important;
    width: 100%!important;
}
.caption .text_slide{
	font-size: 21px;
    font-weight: 600;
    letter-spacing: 11px;
    text-transform: uppercase;
    color: #fff;
}
.caption .text_slide_big{
	color: #fff;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
}
.caption .text_slide_mall {
	font-size: 18px;
    font-family: 'Arial',sans-serif;
    font-weight: 400;
    color: #FFF;
}
div.wpcf7-validation-errors{
    color: #f00;
    background: #fff;
    font-weight: 700;
    margin: 0 !important;
}
span.wpcf7-not-valid-tip {
    position: relative;
    background: #fff;
    margin-top: 10px;
    padding: 0 15px;
    border: 1px solid #f00;
}
span.wpcf7-not-valid-tip:after {
    bottom: 100%;
    left: 23px;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-bottom-color: #fff;
    border-width: 10px;
}
span.wpcf7-not-valid-tip:before {
    bottom: 100%;
    left: 22px;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-bottom-color: #f00;
    border-width: 11px;
}
/*-------------------Trang chủ------------------------*/
.metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a, 
.metaslider.ms-theme-highway a.rslides_nav, 
.metaslider.ms-theme-highway div.nivoSlider div.nivo-directionNav a, 
.metaslider.ms-theme-highway .coin-slider .coin-slider div a{
    width: 44px!important;
    background: none!important;
    display: none;
}
.metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a.flex-next, 
.metaslider.ms-theme-highway .rslides_nav.next, 
.metaslider.ms-theme-highway div.nivoSlider div.nivo-directionNav a.nivo-nextNav, 
.metaslider.ms-theme-highway .coin-slider .coin-slider div a.cs-next {
    right: 0px!important;
}
.metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a.flex-prev, 
.metaslider.ms-theme-highway .rslides_nav.prev, 
.metaslider.ms-theme-highway div.nivoSlider div.nivo-directionNav a.nivo-prevNav, 
.metaslider.ms-theme-highway .coin-slider .coin-slider div a.cs-prev {
    left: 0px!important;
}
.metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a.flex-prev:before, 
.metaslider.ms-theme-highway .rslides_nav.prev:before, 
.metaslider.ms-theme-highway div.nivoSlider div.nivo-directionNav a.nivo-prevNav:before, 
.metaslider.ms-theme-highway .coin-slider .coin-slider div a.cs-prev:before {
    content:"\f104"!important;
    background:none!important;
    font-family: FontAwesome !important;
}
.metaslider.ms-theme-highway .flexslider ul.flex-direction-nav li a.flex-next:before, 
.metaslider.ms-theme-highway .rslides_nav.next:before, 
.metaslider.ms-theme-highway div.nivoSlider div.nivo-directionNav a.nivo-nextNav:before, 
.metaslider.ms-theme-highway .coin-slider .coin-slider div a.cs-next:before{
    content:"\f105"!important;
    background:none!important;
    font-family: FontAwesome !important;
}
.flex-direction-nav a:before{
    font-size: 30px!important;
    line-height: 44px;
    text-align: center;
    color: #fff!important;
}
.widget-title,.title_widget{
    font-size: 30px;
    font-weight: 700;
    line-height: 24PX;
    position: relative;
    margin-bottom: 30px;
}
.duan .read_more{
    clear: both;
    display: block;
}
.duan .read_more a{
    color: #e1a22a;
    padding: 8px 25px;
    border: 1px solid #e1a22a;
    line-height: 28px;
}
.duan .read_more a:hover{
    background: #e1a22a;
    color: #fff;
}
.home .content-holder>.panel-layout>.panel-grid{
	margin-bottom: 0!important;
}
.banner_home .ms-theme-highway{
	padding-bottom: 0px!important;
}
.banner_home{
    position: relative;
}
.banner_home .text_banner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    color: #fff;
    text-align: center;
    overflow: hidden;
    width: 50%;
    padding: 30px;
}
.banner_home .widget-title:after{
	position: absolute;
	width: 20px;
	height: 2px;
	background:#fff;
	content: "";
	top: 15px;
	right: 0;
}
.widget_metaslider_widget .metaslider .flexslider{
	margin-bottom: 0;
}
.top_header .container,.l_topheader,.r_topheader{
    position: relative;
    display: flex;
    align-items: center;
}
.r_topheader{
    color: #333;
    margin-left: auto;
}
.search_header{
	display: inline-block;
    padding-right: 20px;
    font-size: 18px;
    position: relative;
}
.click_search {
    cursor: pointer;
    padding: 30px 0;
}
.search-form.search-form__h{
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    min-width: 290px;
    z-index: 9;
    display: none;
    padding: 0;
}
.search-form.search-form__h.active{
    display: block;
}
.search_header .navbar-form{
    margin:0!important;
    padding: 0px!important;
}
.search_header .navbar-form input[type*="text"] {
	padding: 6px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: #000;
    max-width: 100%;
    width: 100%;
    position: relative;
    border: 1px solid #e1a22a;
}
.search_header button{
    padding: 2px 15px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 0;
    height: 37px;
    background: #e1a22a;
    border: 0;
    color: #fff;
}
.hotline{
    display: inline-block;
    text-align: right;
    border: 1px dashed #f2f1f1;
    padding: 10px;
}
.hotline i{
    padding-right: 10px;
    color: #ee2d50;
    font-size: 20px;
}
.hotline span{
    font-size: 25px;
}
.home .textwidget p a {
    border: 1px solid #e1a22a;
    padding: 8px 26px;
    color: #fff;
    background: #e1a22a;
    font-size: 14px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 3px;
}
.home .textwidget p a:hover{
	background:#fff;
	color: #e1a22a;
}
.banner_home .widget_custom_html.widget_text{
	margin-bottom: 0!important;
}
.banner_home .ms-theme-cubic{
	padding-bottom: 0!important;
}
.gioithieu{
	background-repeat: no-repeat!important;
	background-position: top right!important;
	background-size: auto;
	padding: 0 0 0px 0;
}
.gioithieu .panel-grid.panel-no-style{
	display: flex!important;
	align-items: center!important;
}
.gioithieu_noidung {
	padding:50px 0;
}
.gioithieu_title{
	padding: 50px 0 50px 50px;
	position: relative;
}
.gioithieu .container .panel-grid .panel-grid-cell:first-child {
    margin: 30px 0;
}
.content-holder .gioithieu_title .widget-title,
.content-holder .lapkehoach .widget-title{
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    line-height: 45px;
}
.content-holder .gioithieu_title .widget-title{
	    color: #2e91fc;
}
.content-holder .gioithieu_title .widget-title span{
	color: #ff8d68;
}
.content-holder .gioithieu_title .textwidget{
    color: #555555;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 500;
    margin-top: 0px;
}
.content-holder .gioithieu_title .textwidget a{
	position: absolute;
	bottom: -40px;
	color: #ff8d68;
	border:0;
	background:none;
}
.sanpham_dichvu  .panel-grid.panel-no-style .panel-grid-cell{
	width: 50%!important;
}
.sanpham_dichvu .thicong_thietke .item .widget_black_studio_tinymce{
	display: flex;
	align-items: center;
	justify-content: center;
    height: 250px;
    padding: 0 70px;
    background: #2aa8dc;
    color: #fff;
}
.sanpham_dichvu .thicong_thietke .item1 .panel-grid-cell:nth-child(2) .widget_black_studio_tinymce,
.sanpham_dichvu .thicong_thietke .item2 .panel-grid-cell:nth-child(1) .widget_black_studio_tinymce{
	background: #e1a22a;
}
.tochuc{
	padding: 80px 0 80px;
	background-color: #2e91fc;
	position: relative;
	z-index: 1;
}
.tochuc:before{
	position: absolute;
	width: 25%;
	height: 100%;
	content: "";
	top: 0;
	left:0;
	background: #fff;
	z-index: -1;
}
.lapkehoach{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
}
.lapkehoach .textwidget{
	padding-left: 40px;
}
.lapkehoach .textwidget h3{
	position: relative;
}
.lapkehoach .textwidget h3:before{
    position: absolute;
    width: 30px;
    height: 2px;
    content: "";
    left: -50px;
    bottom: 0;
    background: #fff;
}
.thongke{
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}
.thongke li{
    width: 33.33%;
    float: left;
    padding: 30px;
    border-left: 1px solid #ccc;
}
.thongke li:first-child{
    border-left: none;
}
.thongke li label{
    font-weight: 400 !important;
}
.thongke .count_circle{
	position: relative;
    color: #333;
    font-size: 18px;
}
.thongke .count_circle .count{
    font-size:50px;
    line-height: 1em;
    color: #e1a22a;
    font-weight: 600;
    margin-bottom: 15px;
}
.thongke .title{
	font-size: 14px;
    font-weight: 600;
    color: #555555;
    margin-top: 8px;
    text-transform: uppercase;
}
.footer_page .widget-title{
	font-size: 15px !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
    padding-top: 20px;
    margin-bottom: 10px !important;
    position: relative;
    padding-bottom: 10px;
    color: #fff !important;
    text-align: left !important;
    padding-bottom: 0 !important;
}
.footer_page .thongtin_ft .widget-title:before{
	top:120%;
}
.footer_page .thongtin_ft .widget_media_image{
	text-align: center;
    padding-bottom: 15px;
}
.ttlienhe_ft .widget-title:after,.ttlienhe_ft .widget-title:before{
	display: none;
}
.ttlienhe_ft {
	position: relative;
}
.ttlienhe_ft:after,.ttlienhe_ft:before{
	position: absolute;
    height: 100%;
    width: 1px;
    left: -10px;
    top: 0;
    content: "";
    background: #fff;
}
.ttlienhe_ft:before{
	left: -15px;
}
.ttlienhe_ft .textwidget p{
	padding-left: 20px;
}
.ttlienhe_ft .textwidget p i{
	margin-left: -20px;
    padding-right: 10px;
    color: #fff;
}
.footer_page ul li a:hover{
    color: #fff;
}
.footer_page ul li a{
    color: #fff;
}
.social a{
	display:block;
    color: #fff;
}
.social a i {
	line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-right: 10px;
}
.duan,.doitac_nhanxet,.new_home{
	padding: 50px 0;
	text-align: center;
}
.duan .widget-title,
.doitac_nhanxet .widget-title,
.new_home .widget-title,
.sanpham .widget-title,
.doitac .widget-title{
	color: #333;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.duan .widget-title:after,
.doitac_nhanxet .widget-title:after,
.new_home .widget-title:after,
.sanpham .widget-title:after,
.doitac .widget-title:after{
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	background: #e1a22a;
	bottom: 0;
	left: calc(50% - 15px);
}
.sanpham{
	padding-bottom: 50px;
}
.list_product{
    margin-bottom: 30px!important;
}
.content_page_product .product-filter{
    border-bottom: 4px solid #fff;
    margin-bottom: 20px;
    padding: 0 20px;
}
.content_page_product .product-filter .r_filter{
    float: right;
}
.content_page_product .product-filter .r_filter span{
    margin-right: 20px;
}
.content_page_product .product-filter .r_filter .orderby{
    padding: 5px 0;
    margin-top: -5px;
}
.list_product .image{
    position: relative;
    z-index: 1;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_product .image>a:before{
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff6b;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    left: 0;
    z-index: 0;
}
.list_product .action_custom{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}
.list_product .action_custom a i{
    padding-right: 10px;
}
.list_product .action_custom a{
    color: #fff;
    background: #e1a22a;
    display: table;
    margin: 0 auto;
    padding: 7px 15px;
    border-radius: 5px;
    opacity: 0;
   	visibility: hidden; 
}
.product-label-special{
	position: absolute;
    background: #f00;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
.list_product .action_custom a:hover{
	background: #2aa8dc;
}
.list_product .product-inner:hover .action_custom a,
.list_product .product-inner:hover .image a:before{
	visibility: visible;
	opacity: 1;
}
.list_product .product-meta a{
	color: #333;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.list_product .product-meta:hover a{
	color: #e1a22a;
}
.list_product .product-meta .price  del{
	padding-right: 10px;
}
.list_product .product-meta .price ins{
	font-family: 'Arial', sans-serif;
    color: #e1a22a;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
}
.doitac_nhanxet .widget-title{
	color: #fff;
}
.doitac_nhanxet .widget-title:after{
	background: #fff;
}
.list_nhanxet_template .slide_big .content_item{
	font-size: 16px;
    font-family: 'Arial',sans-serif;
    color: #fff;
    margin: 20px 0px;
    padding: 0px 60px;
    line-height: 25px;
}
.list_nhanxet_template .content_item .post-list_h span{
	font-weight: 400;
}
.list_nhanxet_template .content_item .post-list_h{
	font-weight: 600;
}
.list_nhanxet_template  .slide_small {
	max-width: 35%;
	margin: 0 auto;
}
.list_nhanxet_template  .slide_small .thumbnail img{
	border-radius: 50%;
    width: 70px;
    height: 70px;
    border: solid 3px #fff;
    opacity: .3;
    margin-top: 10px;

}
.list_nhanxet_template  .slide_small .slick-active .thumbnail img{
	width: 70px;
    height: 70px;
    opacity: 1;
}
.duan #uynh-widget-tabproduct-1430003-template li{
	display: inline-block;
	margin: 0;
	position: relative;
}
.duan #uynh-widget-tabproduct-1430003-template li a{
	padding: 10px 20px;
	display: block;
	color: #7f818f;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 12px;
    cursor: pointer;
}
.duan #uynh-widget-tabproduct-1430003-template li:not(:last-child):before{
	content: "/";
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 15px;
}
.duan #uynh-widget-tabproduct-1430003-template li a:hover,
.duan #uynh-widget-tabproduct-1430003-template li.active a{
	background-color: transparent;
    color: #e1a22a;
}
.duan_list_template [class*="list_duan_"]{
	margin-bottom: 30px;
}
.duan_list_template .content_item{
	position: relative;
}
.duan_list_template .content_item img{
	width: 100%;
}
.duan_list_template .content_item .duan_meta{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}
.duan_list_template .content_item .duan_meta a.post-title{
	color: #fff;
}
.doitac_nhanxet ul li{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-primary{
    padding: 8px 20px;
    border: 1px solid #e1a22a!important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    background: #e1a22a!important;
	color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-primary:hover{
	border: 1px solid #e1a22a!important;
    background: #fff!important;
    color: #e1a22a!important;
}
.form_lienhe .widget_text.container{
    border: 1px solid #f2f1f1;
    padding: 30px;
    box-shadow: 3px 3px 6px #f2f1f1;
    margin: 40px auto;
}
.form_lienhe .widget-title{
    font-weight: 600;
    font-size: 35px;
    color: #101010!important;
    text-align: center;
    display: block;
    overflow: hidden;
    padding-bottom: 40px;
    margin: 0;
}
.footer_page{
    color: #fff;
}
footer.nav-footer{
    background-color: #e1a22a;
    color: #fff;
    position: relative;
}
footer ul li{
    padding: 5px 0px 5px 0;
}
footer ul li i{
    padding-right: 10px;
    color: #fff;
}
footer .menu-ve-chung-toi-container li {
    padding-left: 0;
}
footer .menu-ve-chung-toi-container li a{
    margin-bottom: 0px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
footer .menu-ve-chung-toi-container li:hover a{
    color: #fff;
    margin-left: 10px;
}
footer .copyright{
	padding: 15px 0;
    background: #e1a22a;
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
}
footer .copyright .footer-text {
    float: left;
}
footer .copyright .author {
    text-align: center;
}
footer .copyright .author a{
	color: #fff;
}
.footer_page .panel-row-style{
    padding: 40px 0 100px 0;
}
.gioithieu_top{
  padding-left: 15px;
  padding-right: 15px;
}
.breadcrumb{
    padding:0!important;
}
.duan .textwidget.custom-html-widget,
.doitac_nhanxet .textwidget.custom-html-widget,
.new_home .textwidget.custom-html-widget{
    color: #555555;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 500;
    margin-top: 0px;
}
.lienhe_home{
	position: relative;
}
.lienhe_home .widget_text{
	width: 50% !important;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
.lienhe_home .widget_black_studio_tinymce .textwidget{
	float: left;
	width: 46%;
	color: #fff;
	padding: 56px 0;
}
.lienhe_home  .title-head-contact{
	font-size: 20px;
	font-weight: 600;
}
/*-------------------------Product-----------------------*/
.banner_single{
    padding: 150px 0 80px 0;
    position: relative;
    z-index: 1;
}
.banner_single:after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    content: "";
    background: rgba(0,0,0,0.6);
    z-index: -1;
}
.banner_single .textwidget p{
    color: #ff8d68;
}
.single-product .post_content .widget_siteorigin-panels-builder{
    padding: 60px 0;
}
.single-product .widget-title{
    color: #2e91fc;
    padding-bottom: 15px;
}
.single-product .banner_single .widget-title{
    color: #fff;
}
.diemnoibat .text_custom{
    text-align: center;
}
.diemnoibat .textwidget.custom-html-widget{
    font-size: 18px;
}
.diemnoibat .textwidget img{
    min-height: 70px;
}
.diemnoibat .textwidget h3{
    font-weight: 600;
    font-size: 20px;
}
.r_layout{
    float:right;
}
.top_single_product{
    display: table;
    padding-bottom: 40px;
}
.l_layout{
    float:left;
}
.l_layout .sidebar_page .menu li{
    position: relative;
    clear: left;
    font-size: 1em;
    padding: 13px 0px 13px 0px;
    border-bottom: solid 1px #ddd;
}
.sidebar-category .aside-content .navbar-pills .nav-item:last-child {
    border-bottom: none;
}
.l_layout .sidebar_page .menu li a{
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}
.l_layout .sidebar_page .menu li a:hover{
    color: #e1a22a;
}
.l_layout .sidebar_page .unstyled .thumbnail{
    float: left;
    margin-right: 15px;
}
.l_layout .sidebar_page .unstyled .post-title{
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.l_layout .sidebar_page .unstyled .post_meta{
    overflow: hidden;
}
.r_layout .title-header{
	font-size: 22px;
    margin-top: 0;
    text-transform: none;
    line-height: 26px;
    color: #e1a22a;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}
.r_layout .title-header:before{
	top:105%;
}
.l_layout .title_widget{
    margin-top: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #e1a22a;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.l_layout .title_widget:after{
    position: absolute;
    width: 30px;
    height: 3px;
    left: 0;
    content: "";
    top: 100%;
    background: #e1a22a;
}
.baivietlienquan .title,.related.products .title_widget{
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #e1a22a;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.baivietlienquan .title:after{
    position: absolute;
    width: 50px;
    height: 3px;
    left: calc(50% - 25px);
    bottom: 0;
    content: '';
    background: #e1a22a;
}
.l_layout .list_post_category .post_meta{
	padding: 15px 0;
}
.single-duan .duan{
    padding: 10px 0;
}
.page-template-default .content-page .panel-grid{
    margin-bottom: 30px !important;
}
.sodo{
    padding: 70px 0px;
}
img.alignright{
    float: right;
    margin-left: 15px;
}
img.alignleft{
    float: left;
    margin-right: 15px;
}
.phuongcham{
    max-width: 770px;
    margin: 0 auto 40px auto;
}
.phuongcham li{
    display: block;
    width: 100%;
    position: relative;
    padding: 30px 0px;
}
.page-template-page-fullwidth .content-holder .phuongcham .widget-title,
.gioithieu_top .widget-title,
.mangluoi .widget-title{
    font-weight: 700; 
    font-size: 24px!important;
}
.phuongcham li:after{
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    width: calc(100% - 90px );
    content: '';
    background:#df80a8;
}
.phuongcham.phuongcham_right li:after{
    right: 0;
    left: auto;
}
.list_sanpham_ {
    display: table;
    margin-bottom: 30px;
}
.list_sanpham_:nth-child(2n) .thumbnail{
    float: right;
    margin-right: 0;
    margin-left: 30px;
}
.list_sanpham_ .thumbnail{
    float: left;
    max-width: 500px;
    margin-right:30px;
}
.sanpham_meta .cate-title{
    font-size: 20px;
    font-weight: 700;
    color: #428bca;
    padding-bottom: 15px;
    display: block;
}
.sanpham_meta:hover .cate-title,.sanpham_meta:hover .readmore a{
    color:  #ff8d68;
}
.sanpham_meta .readmore a{
    padding: 7px 15px 7px 0;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 20px;
    color: #428bca;
    position: relative;
}
.sanpham_meta .readmore a:after{
    display: inline-block;
    position: relative;
    content:"\f101";
    font-family: FontAwesome;
    margin-left: 10px;
}
.fb_iframe_widget_fluid_desktop iframe{
    min-width: 100%!important;
}
/*-----------------------Dịch vụ -----------------------*/
[class*="list_dichvu_"]:nth-child(2n+1) .thumbnail{
	width: 50%;
	background: #f1f1f1;
}
[class*="list_dichvu_"]:nth-child(2n) .thumbnail{
	order: 2;
	width: 50%;
	background: #f1f1f1;
}
[class*="list_dichvu_"] .dichvu_meta{
	overflow: hidden;
}
[class*="list_dichvu_"] img{
	width: 100%;
}
[class*="list_dichvu_"]{
	display: table;
	width: 100%;
}
[class*="list_dichvu_"] .content_item{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
[class*="list_dichvu_"]:nth-child(2n+1) .dichvu_meta{
    width: 50%;
    padding: 0 10% 0 2%;
}
[class*="list_dichvu_"]:nth-child(2n) .dichvu_meta{
    width: 50%;
    padding: 0 2% 0 10%;
}
.dichvu_meta .cate-title,.product_meta_single .title-header,.title_note{
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #e1a22a;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	display: block;
}
.dichvu_meta .cate-title:after,
.dichvu_meta .cate-title:before,
.product_meta_single .title-header:after,
.product_meta_single .title-header:before{
	position: absolute;
    height: 1px;
    width: 80px;
    left: 0;
    top: 100%;
    content: "";
    background: #ff8d68;
} 
.dichvu_meta .cate-title:before,
.product_meta_single .title-header:before{
	top:110%;
}
.dichvu_meta .readmore a{
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 10px;
	color: #fff;
	background: #ff8d68;
	display: table;
	margin-top: 30px;
}
.dichvu_meta .readmore a:hover{
  background:#e1a22a;
}
.text_custom.dichvu_lh{
    background: url(images/bgr_ctdv.jpg) no-repeat center center;
    background-size: cover;
    padding: 180px 0 120px 0;
    position: relative;
    position: relative;
}
.text_custom.dichvu_lh p{
    margin-bottom: 0;
}
.text_custom.dichvu_lh:after,
.text_custom.dichvu_lh:after{
    position: absolute;
    content:"\f063";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,0.5);
    font-family: FontAwesome;
    top:40px;
    left: calc(50% - 25px);
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}
.text_custom.dichvu_lh .lh_dichvu{
    background: #fff;
    display: table;
    margin: 0 auto;
    padding: 70px;
    font-size: 20PX;
    line-height: 32PX;
    border-radius: 20px;
}
.page-template-page-fullwidth .content-holder .widget-title{
    font-size: 24px;
    padding: 0 0 10px 0;
}
.cate-list{
	margin-bottom: 0!important;
}
.page-template-page-template-product .background_product_cat {
    margin-bottom: 0px;
}
/*-----------------------Danh mục dịch vụ-----------------------*/
.list_category_dichvu{
	padding: 50px 0;
}
.list_category_dichvu .list_item_dichvu{
	margin-bottom: 20px;
}
.list_category_dichvu .content_item{
	position: relative;
}
.list_category_dichvu .dichvu_meta{
	position: absolute;
	bottom: 40px;
	left: 0;
}
.list_category_dichvu .dichvu_meta a{
	padding: 15px 30px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	background:rgba(16,32,111,0.6);
}
/*----------------------------Chi tiết dịch vụ--------------------------*/
/*----------------------------Liên hệ ---------------------------*/

.page-template-page-lienhe .content-holder .widget_siteorigin-panels-builder{
       padding: 50px 0;
}
.tt_lienhe{
    padding: 30px 0;
}
.tt_lienhe .textwidget li{
    position: relative;
   margin: 0 0 20px 0;
    padding-left: 40px;
}
.tt_lienhe .textwidget i{
    display: inline-flex;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    background: #e1a22a;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
}
.diachi_lienhe {
    position: relative;
    padding: 26px 0;
}
.diachi_lienhe .panel-grid > div:last-child {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

/*------------------Cho thuê xe---------------*/
.page-template-page-template-chothuexe .page h1{
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #ff8d68;
	margin-bottom: 50px;
	padding-bottom: 10px;
	position: relative;
	padding-top: 20px;
}
.page-template-page-template-chothuexe .page h1:after,
.page-template-page-template-chothuexe .page h1:before{
	position: absolute;
    height: 1px;
    width: 80px;
    left: calc(50% - 40px);
    top: 100%;
    content: "";
    background: #ff8d68;
}
.page-template-page-template-chothuexe .page h1:before{
	top: 110%;
}
.list_xethue .post-title{
	position: relative;
	text-transform: uppercase;
	font-size: 20px;
	color: #e1a22a;
	line-height: 24px;
	display: block;
}
.list_xethue .post-title:hover{
	color:  #ff8d68;
}
.list_xethue img{
	width: 100%;
}
.list_xethue{
	display: table;
	margin-bottom: 50px;
}
.list_xethue .image{
    margin-bottom: 7px;
}
/*-----------------Chi tiết cho thuê xe --------------------*/
.banggia{
	padding: 60px 0;
    background: url("images/bgr_banggia.png") no-repeat left top;
}
.banggia table tr{
	border-bottom: 1px solid #f2ccdc;
	border-top:1px solid #f2ccdc;
}
.banggia table tr td{
	padding: 5px 10px;
	width: 50%!important;

}
.banggia table tr td:not(:first-child){
	border-left: 1px solid #f2ccdc;
	text-align: center;
}
.banggia .text_custom{
    max-width: 700px;
    width: 100%;
    text-align: center;
}
.list_banggia .panel-grid-cell{
    padding: 44px 25px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    box-shadow: 0px 0px 18px 0px rgba(222,222,222,0.75);
    margin-bottom: 30px;
    background: #d7ebf9;
    transition: all 300ms linear 0s;
    text-align: center;
}
.list_banggia .panel-grid-cell:hover{
    background: #599ef3;
    box-shadow: -20px -20px 0px 0px #fff;
    color: #fff;
    z-index: 5;
    position: relative;
}
.list_banggia .panel-grid-cell:hover .widget-title,
.list_banggia .panel-grid-cell:hover .textwidget h3,
.list_banggia .panel-grid-cell:hover ul li{
    color: #fff;
}
.list_banggia .panel-grid-cell:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 107px;
    background: url(images/img_thucdon.png) no-repeat;
    width: 1140px;
    height: 195px;
    z-index: -1;
    transition: all 300ms linear 0s;
}
.list_banggia .widget-title{
    font-size: 18px;
    color: #242425;
    padding-top: 10px;
    margin: 0;
    transition: all 300ms linear 0s;
}
.list_banggia .textwidget h3{
    font-weight: 500;
    font-size: 30px;
    margin: 0;
    color: #ff8d68;
    padding-top: 25px;
    padding-bottom: 15px;
    transition: all 300ms linear 0s;
}
.list_banggia .textwidget p a{
    background-image: -moz-linear-gradient(-177deg, #2286f2 0%, #83b3f5 100%);
    background-image: -webkit-linear-gradient(-177deg, #2286f2 0%, #83b3f5 100%);
    background-image: -ms-linear-gradient(-177deg, #2286f2 0%, #83b3f5 100%);
    border-radius: 24px;
    min-width: 181px;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.list_banggia .panel-grid-cell:hover .textwidget p a{
    background-image: -moz-linear-gradient(-177deg, #ff8d68 0%, #ff8d68 100%);
    background-image: -webkit-linear-gradient(-177deg, #ff8d68 0%, #ff8d68 100%);
    background-image: -ms-linear-gradient(-177deg, #ff8d68 0%, #ff8d68 100%); 
}
.button_dangky {
	padding: 20px 0;
}
.button_dangky a{
	padding: 15px 30px;
    border-radius: 5px;
    background: #ff8d68;
    color: #fff;
    font-weight: 550;
    text-transform: uppercase;
}
.xelienquan ul li{
	display: inline-block;
	padding-right: 20px;
}
.xelienquan ul li a{
	color: #e1a22a;
	position: relative;
}
.xelienquan ul li a:before{
	position: relative;
    display: inline-block;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 10px;
}
.xelienquan ul li a:hover{
	color: #ff8d68;
}
.bottom_single_product{
	background:#ebebeb;
}
.note{
	padding: 30px 0;
}
.note ul li{
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}
.note ul li:before{
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
    top: 9px;
    left: 0;
    background: #ff8d68;
}
.single-chothuexe .text_custom{
	margin-top: 0px;
}
#slide_top li{
	list-style: none;
}
.slide_bottom{
	    padding-top: 10px;
    margin-bottom: 0!important;
}
.slick-initialized .slick-slide{
	padding-right: 10px;
}
/*------------------Dự án--------------------*/
.list_duan{
    margin-bottom: 30px;
}
.list_duan .content_item{
    position: relative;
}
.list_duan .thumbnail img{
    width: 100%;
    max-height: 230px;
    min-height: 230px;
}
.list_duan:nth-child(3n+1){
    clear: both;
}
 .duan_meta{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition: all ease 0.5s;
    background: rgba(0,0,0,0.74);
    opacity:0;
    visibility: hidden;
}
 .duan_meta .post-title{
    font-size: 16px;
    font-weight:400;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}
.list_duan .content_item:hover .duan_meta,
[class*="list_duan_"] .content_item:hover .duan_meta{
    visibility:visible;
    opacity: 1;
}
 .duan_meta .readmore{
    padding-top: 15px;
}
 .duan_meta .readmore a{
    color: #e1a22a;
    border-radius: 3px;
    display: block;
    border: 2px solid #e1a22a;
    height: 38px;
    width: 120px;
    margin: 0 auto;
    line-height: 33px;
    text-align: center;
    background: #fff;
}
.duan_meta .readmore a:hover {
    background: #e1a22a;
    color: #fff;
}
/*--------------------Tin tuc -------------------*/
.new_widget{
	display: table;
	margin-bottom: 50px;
}
.post-list [class*="list_item_"] .post-title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}
.post-list [class*="list_item_"] .post-title:hover,.post_wrapper .post-title:hover{
    text-decoration: underline !important;
}
.footer_page ul li a:hover {
    text-decoration: underline !important;
}
.post-list [class*="list_item_"] .post_meta{
	text-align: left;
}
.post-list [class*="list_item_"]{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}
.post-list [class*="list_item_"] .time,.post_wrapper .time{
	font-size: 14px;
    font-family: 'Arial',sans-serif;
    color: #afb0bb;
    padding-top: 10px;
}
.post-list [class*="list_item_"] .excerpt{
	font-size: 14px;
    margin-bottom: 25px;
    color: #7f818f;
    line-height: 20px;
}
.title_tintuc{
    background: #e1a22a;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
}
.list_post_category .thumbnail{
    position: relative;
}
.list_post_category .thumbnail:after{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    content: "";
    background: rgba(0,0,0,0.49);
    opacity: 0;
    visibility: hidden;
}
.list_post_category .content_item:hover .thumbnail:after{
    opacity: 1;
    visibility: visible;
}
.list_post_category .post-title{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin: 10px 0px 10px 0;
	color: #333;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list_post_category .excerpt{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #7f818f;
}
.list_post_category .readmore{
    padding-top: 20px;
}
.list_post_category .readmore a{
    color: #fff;
    background: #e1a22a;
    border: 1px solid #e1a22a;
    padding: 5px 15px;
    border-radius: 5px;
}
.list_post_category .content_item:hover .readmore a{
    background: #fff;
    color: #e1a22a;
}
.list_post_category .post_wrapper{
	margin-bottom: 30px;
}
.list_post_category .post_wrapper:nth-child(3n+1){
    clear: both;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary, 
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    width: 100%!important;
    float: none!important;
}
.product_title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.428;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 15px!important;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    text-transform: uppercase;
}
.top_single .price{
    margin-bottom: 30px;
}
.top_single .price ins{
    color: #e1a22a!important;
    font-size: 30px!important;
    font-weight: bold;
    display: block;
    margin-left: 10px;
}
form.cart .quantity_custom .text_soluong {
    float: left;
    padding-right: 20px;
    padding-top: 5px;
}
.list_action button {
    margin-left: 30px!important;
    background: #e1a22a
    !important;
    padding: 8px 40px!important;
}
.call_click i {
    display: inline-block;
    margin-right: 10px;
    font-size: 38px;
}
.call_click a {
    display: inline-block;
}
.call_click a strong {
    display: block;
    font-size: 19px;
    font-weight: 600;
    line-height: 20px;
}
.share_link {
    margin: 30px 0 10px 0;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.share_link .title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 15px;
    display: inline-block;
    margin-right: 20px;
}
.share_link ul {
    display: inline-block;
}
.share_link ul li {
    display: inline-block;
}
.share_link ul li a{
	height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    display: block;
    margin-right: 11px;
   	color: #fff;
}
.share_link ul li a.face{
	background: #365899;
}
.share_link ul li a.google{
	background-color:#dd5145;
}
.share_link ul li a.twitter{
	background: #0085ba;
}
.share_link ul li a.pinterest{
	background:#d01a21;
}
.zoom_size {
    display: block;
    text-align: center;
    color: #e1a22a;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 40px;
}
.l_cart_item, .r_cart_item {
    display: inline-block;
}
.l_cart_item {
    float: left;
    margin-right: 10px;
}
.l_cart_item {
    max-width: 20%;
    width: 100%;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.altr, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    background-color: #e1a22a!important;
    color: #fff!important;
    text-align: center;
}
td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 6px 6px 5px 6px!important;
    width: auto!important;
}
.woocommerce .cart .button, .woocommerce .cart input.button{

}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
    width: 100%!important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
    color: #222!important;
    opacity: 1!important;
}
.single-product .content-holder{
    padding-bottom: 50px;
}
.sanpham_lienquan .title_widget{
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}
.sanpham_lienquan .title_widget:after{
    position: absolute;
    width: 50px;
    height: 3px;
    left: calc(50% - 25px);
    bottom: 0;
    background: #e1a22a;
    content: '';
}
.call_click{
    display: flex;
    align-items: center;
}
.big_price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.big_price span {
    padding-left: 20px;
}
.thanhtoan_custom .back_product{
    text-align: center;
    margin-bottom: 20px;
}
.thanhtoan_custom .back_product a {
    display: inline-block;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    background: #ec8509;
    font-weight: bold;
    text-decoration: none;
}
.title_thanksyou .title-header{
    color: #222;
    font-size: 26px;
}
.woocommerce ul.order_details li{
    text-align: center;
    width: 23%;
}
.woocommerce-order .thanhtoan_custom{
    text-align: center;
}
/*.list_product:nth-child(3n+1){
    clear: both;
}*/
/*.home .sanpham  .list_product:nth-child(3n+1){
    clear: none;
}*/
.fixed_header .nav__primary ul li a,.fixed_header .click_search{
    padding: 15px 0;
}
.banner_home{
    padding-top: 84px;
}
.duan [id*="uynh-widget-tabproduct"] li{
    display: inline-block;
}
.duan [id*="uynh-widget-tabproduct"] li a{
    display: block;
    padding: 7px 15px;
    cursor: pointer;
}
.duan [id*="uynh-widget-tabproduct"] li.active a{
    color: #e1a22a;
}
.sidebar_page .widget{
    margin-bottom: 30px;
}
.sanpham_dichvu{
    position: relative;
    overflow: hidden;
}
.sanpham_dichvu .textwidget{
    overflow: hidden;
}
.sanpham_dichvu img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}
.thicong_thietke{
    position: relative;
    z-index: 1;
}
.linktai a {
    display: table;
    margin-top: 30px;
    background: #01a34f;
    padding: 5px 30px;
    color: #fff;
    border-radius: 5px;
}

.nav__primary ul li.current-menu-item a {
    color: #e1a22a;
}
.linktai i{
    margin-right: 7px;
}
@-webkit-keyframes hotsell {
  0% {color: #ff0000;}
  25% {color: #6eff00;}
  50% {color: #ff0000;}
  100% {color: 6eff00;}
}

@keyframes hotsell {
  0% {color: #ff0000;}
  25% {color: #6eff00;}
  50% {color: #ff0000;}
  100% {color: 6eff00;}
}
@-webkit-keyframes hotsell_hover {
  0% {color: #e1a22a;}
  25% {color: #6eff00;}
  50% {color: #e1a22a;}
  100% {color: 6eff00;}
}

@keyframes hotsell_hover {
  0% {color: #e1a22a;}
  25% {color: #6eff00;}
  50% {color: #e1a22a;}
  100% {color: 6eff00;}
}
.new_footer [class*="list_item_"] .content_item{
    display: flex;
}
.new_footer [class*="list_item_"] .content_item .thumbnail{
    flex: 0 0 100px;
    margin-right: 10px;
}
.new_footer [class*="list_item_"] .content_item .post-title{
    margin: 0;
}
.new_footer [class*="list_item_"]{
    border-bottom: none;
    padding: 0 15px;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a{
    width: 100% !important;
}
.zoom_size{
    position: absolute;
    top: 10px;
    right: 30px;
}
.zoom_size:hover{
    color: #fff;
}
.doitac img {
    width: 70%;
    margin: 0 auto;
}
.doitac .slick-track {
    display: flex;
    align-items: center;
}
.doitac li.slick-slide {
    padding: 0;
}


.header .cart {
    display: none !important;
}
.sanpham .jcarousel_template_ .slick-arrow.slick-prev {
    left: 10px;
}
.sanpham .jcarousel_template_ .slick-arrow.slick-prev {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.page-template-default .panel-grid:last-child .widget-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #e1a22a;
}
.archive .list_product:nth-child(3n+1) {
    clear: both;
}
.list_product .image {
    overflow: hidden !important ;
}

/*--code--*/

.fixed_custom_contact{
    position: fixed;
    bottom: 55px;
    right: 10px;
    z-index: 9;
}
.fixed_custom_contact li{
    list-style: none;
    padding: 0;
}
.fixed_custom_contact li a{
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-indent: -9999px;
    margin-bottom: 10px;
}
.fixed_custom_contact li.call_zalo a{
    width: 44px;
    height: 44px;
    left: 0;
    position: absolute;
    background: #0d94e4 url(https://pcvthuanphat.com/wp-content/themes/doanhnghiep/images/zalo-icon.png) center center no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-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%;
    background-size: 90%;
}
.phone_animation{
    background-color: transparent;
    margin: 0;
    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;
    visibility: visible;
}
.phone_animation_circle{
    width: 100px;
    height:100px;
    top: 30px;
    left: 0px;
    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: 0.5;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-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%;
    border-color: #da251c;
}
.phone_animation_circle_fill{
    width: 60px;
    height: 60px;
    top: 50px;
    left: 20px;
    position: absolute;
    background-color: #da251c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .2;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-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%;
}
.phone_animation_circle_fill_img{
    width: 44px;
    height: 44px;
    top: 0;
    left: 0;
    position: absolute;
    background: #f00 url(https://pcvthuanphat.com/wp-content/themes/doanhnghiep/images/iconphone.png) center center no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-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%;
    background-size: 60%;
}
@-moz-keyframes coccoc-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 coccoc-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 coccoc-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 coccoc-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 coccoc-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 coccoc-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 coccoc-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 coccoc-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 coccoc-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)
    }
}

@media (max-width:991px) {
    .icon_mobile_click{
        display: block;
        padding-left: 20px;
    }
    .list_product img{
        width: 100%;
    }
    .sanpham_dichvu img{
        position: relative;
    }
    .sanpham_dichvu >.panel-grid-cell >.widget_siteorigin-panels-builder>.panel-layout >.panel-grid{
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .footer_page .panel-grid.panel-no-style{
        display: block!important;
    }
    .sanpham_dichvu .panel-grid.panel-no-style .panel-grid-cell {
    width: 100%!important;
    }
    .footer_page .widget_siteorigin-panels-builder .panel-grid.panel-no-style .panel-grid-cell{
        float: left;
        width: 50%!important;
    }
    .l_layout{
        display: none;
    }
    .r_layout{
        width: 100%;
    }
    .woocommerce ul.order_details li{
        width: 100%;
        text-align: left;
        padding-bottom: 15px!important;
        margin-bottom: 15px!important;
        border-bottom: 1px dashed #ccc;
        border-right: none!important;
    }
    .woocommerce ul.order_details li label{
        font-size: 15px;
        line-height: 26px;
        float: left;
        width: 50%;
    }
    .woocommerce ul.order_details li strong{
        font-size: 13px;
        font-weight: inherit;
        float: left;
        width: 50%;
    }
/*    .home .list_product:nth-child(3n+1){
        clear: none;
    }
    .home .list_product:nth-child(2n+1){
        clear: both;
    }*/
    .diachi_lienhe .widget_text.widget_custom_html {
        float: left;
        width: 100%;
    }
    .diachi_lienhe .thongtin>.textwidget {
        position: relative;
        width: 100%;
        top: 0;
        transform: translateY(0);
    }
    .tt_lienhe .panel-grid.panel-no-style{
        display: block!important;
    }
    .tt_lienhe .panel-grid.panel-no-style .panel-grid-cell{
        width: 100%!important;
        margin-bottom: 20px;
    }
    .caption .text_slide_big{
        font-size: 35px;
    }
    .diachi_lienhe .panel-grid > div:last-child {
        position: unset;
    }
}
@media (max-width:767px){ 
        .sanpham_dichvu .thicong_thietke .item2 .panel-grid-cell:nth-child(2) .widget_black_studio_tinymce{
        background: #e1a22a;
    }

    .sanpham_dichvu .thicong_thietke .item2 .panel-grid-cell:nth-child(1) .widget_black_studio_tinymce{
        background: #2aa8dc;
    }
/*    .content-holder {
        padding-top: 71px;
    }*/
    .widget_metaslider_widget .metaslider .caption-wrap .caption{
            padding: 0 1em;
    }
    .gioithieu{
        padding:30px 0;
    }
    .gioithieu .widget_media_image{
    	text-align: center;
    }
    .sanpham_dichvu .panel-grid.panel-no-style .panel-grid-cell{
    	width: 100%!important;
    }
    .gt_text{
        margin-left: 0;
    }
    .gt_img{
        max-width: 570px;
        width: 100%;
        margin: 0 auto;
        display: table;
        margin-top: 20px;
    }
    .gt_img .panel-grid.panel-no-style{
        float: left;
        width: 50%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .post-list [class*="list_item_"]{
        /*width: 100%;*/
    }
    .chantrang_bgr .container .panel-layout .widget_black-studio-tinymce.panel-first-child{
            position: relative;
            height: 100%;
            left: 0;
            display: block;
            max-width: 100%;
            justify-content: center;
            align-items: center;
            padding: 30px 0;
    }
    .thongtin_ft:after{
        width: 100%;
    }
    .gt_text {
        max-width: 100%;
        padding: 0 15px;
        float: none;
    }
    .description{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 26px;
    }
    .dichvu_meta .readmore a {
        padding: 5px 20px;
        margin-top: 10px;
    }
    [class*="list_dichvu_"]:nth-child(2n+1) .dichvu_meta {
        padding: 0 5% 0 2%;
    }
    .page-template-page-template-tuyendung .has-post-thumbnail .panel-no-style{
          display: block!important;
    }
    .page-template-page-template-tuyendung .has-post-thumbnail .panel-no-style:first-child{
        margin-left:-10px;
        margin-right: -10px;
    }
    .page-template-page-template-tuyendung .has-post-thumbnail .panel-no-style:first-child>.panel-grid-cell{
            float: left;
        width: 33.3333%!important;
        padding: 0 10px!important;
    }
    .page-template-page-template-tuyendung .widget-title{
        clear: both;
    }
    .has_thumbnail{
        padding: 50px 0;
    }
    .logo {
        float: left;
        padding: 0 0 0 0;
        max-width: 130px;
    }
    .content-holder,.banner_home{
        padding-top: 0;
    }
    .ds_chuyenmuc .panel-grid-cell{
        width: 33.333%!important;
        float: left;
    }
    .ds_chuyenmuc .panel-grid.panel-no-style{
        display: block!important;
    }
    .ds_chuyenmuc .panel-widget-style{
        padding: 10px;
    }
    .lienhe .widget-title{
        display: block;
        padding-bottom: 30px;
        text-align: center;
        padding-right: 0;
    }
    .lienhe .textwidget{
        clear: both;
        display: block;
        font-size: 25px;
        text-align: center;
        padding-left: 0;
    }
    .ds_chuyenmuc{
        margin: 0;
    }
    .r_layout .top_single_product{
        margin-bottom: 50px;
        display: table;
    }
    .content-holder .widget-title, .content-holder .title_widget{
        font-size: 28px;
        padding: 0px 0 10px 0;
        line-height: 32px;
    }
    .background_product_cat{
        margin-bottom: 20px;
    }
    .list_post_category .post_meta {
    padding: 0 10px 15px 10px;
    position: relative;
    }
    .title_tintuc{
        font-size: 22px;
        line-height: 26px;
    }
    .r_layout .title-header {
        font-size: 20px;
        line-height: 26px;
    }
    .list_item_1 .thumbnail img{
        width: 100%;
    }
    .hotline{
        display: none;
    }
    .banner_home .text_banner{
    	width: 100%;
    	padding-top: 80px   
   	}
   	.gioithieu_noidung{
   		text-align: center;
   	}
   	.content-holder .gioithieu_title .textwidget a{
   		position: relative;
   	}
   	.tochuc:before{
   		width: 0px;
   	}
   	.tochuc {
    	padding: 0px 0 50px 0;
	}
	.tochuc .widget_media_image{
		text-align: center;
	}
	.lapkehoach{
		padding: 0px 40px;
	}
	.content-holder .gioithieu_title .widget-title,
	.content-holder .lapkehoach .widget-title {
	    font-size: 30px;
	    line-height: 35px;
	}
	.duan #uynh-widget-tabproduct-3330007-template li{
		margin: 0;
	}
	.duan #uynh-widget-tabproduct-3330007-template li a {
    	padding: 10px;
	}
	.duan_list_template [class*="list_duan_"]{
		float: left;
		width: 50%;
	}
	.list_sanpham_ .thumbnail{
		max-width: 250px;
	}
	.list_banggia{
		display: block!important;
	}
	.list_banggia .panel-grid-cell{
		float: left;
	    width: calc(50% - 30px)!important;
	    margin: 0 15px 30px 15px!important;
	    padding: 44px 25px!important;
	}
	.banggia,.single-product .post_content .widget_siteorigin-panels-builder{
		padding: 0;
	}
	.list_post_category .post_wrapper:nth-child(3n+1){
		clear: none;
	}
	.list_post_category .post_wrapper:nth-child(2n+1){
		clear: both;
	}
	.list_nhanxet_template .slide_small{
		max-width: 50%;
	}
	.lienhe_home .widget_text{
		position: relative;
		width: 100%!important;
	}
	.lienhe_home .widget_black_studio_tinymce .textwidget{
		width: 100%;
	}
	.header{
		padding: 5px 0;
        position: relative;
	}
	.list_duan:nth-child(3n+1) {
    	clear: none;
	}
	.list_duan:nth-child(2n+1) {
	    clear: both;
	}
	.diachi_lienhe .thongtin>.textwidget {
	    position: relative;
	    width: 100%;
	    top: 0;
	    transform: translateY(0%);
	}
	.tt_lienhe{
		padding: 15px 0;
	}
	.tt_lienhe .panel-grid.panel-no-style .panel-grid-cell{
	 	width: 100%!important;
	 	margin-bottom: 10px!important;
	}
	.diachi_lienhe .widget_text.widget_custom_html{
		width: 100%;
	}
	.metaslider.ms-theme-highway .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a,
	.metaslider.ms-theme-highway ul.rslides_tabs li a, 
	.metaslider.ms-theme-highway div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a, 
	.metaslider.ms-theme-highway .coin-slider .cs-buttons a{
		display: none!important;
	}
	.metaslider.ms-theme-highway .flexslider ul.slides .caption-wrap, .metaslider.ms-theme-highway .rslides .caption-wrap, .metaslider.ms-theme-highway div.nivoSlider .nivo-caption {
	    background: none!important;
	    left: 0%!important;
	    transform: translate(-0%,-0%)!important;
	    max-width: 100%!important;
	    width: 100%!important;
        max-height: unset !important;
        top:0 !important;
        height: 100% !important;
	}
	.caption .text_slide_big{
		font-size: 18px;
		margin-top: 5px;
    	margin-bottom: 5px;
	}
	.caption .text_slide{
		font-size: 16px;
        letter-spacing: unset;
	}
	.caption .text_slide_mall{
		font-size: 15px;
	}
    .woocommerce ul.order_details li {
        width: 100%;
        margin-right: 0!important;
        padding-right: 0!important;
        padding-bottom: 15px!important;
        margin-bottom: 15px!important;
        border-bottom: 1px dashed #ccc;
        border-right: none!important;
    }
    .woocommerce ul.order_details li label, .woocommerce ul.order_details li strong {
        float: left;
        width: 50%;
        font-size: 15px;
        font-weight: 500;
    }
/*    .list_product:nth-child(3n+1) {
        clear: none;
    }
    .list_product:nth-child(2n+1) {
        clear: both;
    }*/
    .click_search{
        padding: 23px 0;
    }
    .search_header,.r_topheader{
        position: static;
    }
    .search-form.search-form__h{
        width: 100%;
    }
    .duan{
        padding: 0 15px;
    }
    .sanpham_dichvu .thicong_thietke .item .widget_black_studio_tinymce{
        padding: 15px;
        height: auto;
    }
    .list_nhanxet_template .slide_big .content_item{
        padding: 0;
    }
    .list_nhanxet_template .slick-initialized .slick-slide{
        padding: 0;
    }
    .list_nhanxet_template .slick-next,.list_nhanxet_template .slick-prev{
        display: none !important;
    }
    .list_nhanxet_template .slick-next:before{
        margin-right: 0;
    }
    .list_nhanxet_template .slick-prev:before{
        margin-left: 15px;
    }
    .slide_small .slick-list{
        padding: 0 !important;
    }
    .logo {
        max-width: 100px;
    }
    .gioithieu .container .panel-grid .panel-grid-cell:first-child {
        margin-top: 0;
    }
    .gioithieu .container .panel-grid .panel-grid-cell:first-child .widget-title {
        margin-bottom: 0;
    }
}
@media(max-width: 600px){
	.list_nhanxet_template .slide_small{
		max-width: 100%;
	}
    .thongke .count_circle{
        font-size: 14px;
        line-height: 1.5;
    }
    .thongke li{
        padding: 10px;
    }
    .thongke .count_circle .count{
        font-size: 30px;
    }
    .duan .widget_black-studio-tinymce .textwidget h1 {
        font-size: 28px;
    }
    #menu_mobile_full {
        background: #fff;
        border-right: 1px solid #e1a22a;
    }
    #menu_mobile_full ul li a {
        color: #e1a22a;
    }
}
@media(max-width: 480px){
    .ds_chuyenmuc .panel-grid-cell{
        width: 100%!important;
        float: left;
    }
    .list_product .image{
        height: 200px;
    }
    .footer_page .widget_siteorigin-panels-builder .panel-grid.panel-no-style .panel-grid-cell {
        float: left;
        width: 100%!important;
    }
    .background_product_cat .title-section .title-header{
        padding: 40px 0;
    }
    .category .panel-layout .panel-grid.panel-has-style {
        padding: 20px 0;
    }
    .category .panel-layout .panel-grid.panel-has-style .panel-grid-cell{
       
    }
    .banner_page .widget-title{
        font-size: 35px;
        line-height: 35px;
        padding-top: 20px;
    }
    .list_product{
        margin-bottom: 20px;
    }
    .slick-dots{
        bottom: 0!important;
    }
    #content_quickview .product_meta_single{
        padding: 30px 0;
    }
    .cate_meta .cate-title{
        padding: 10px;
    }
    [class*="list_dichvu_"] .content_item{
        display: block;
        padding: 15px;
    }
    [class*="list_dichvu_"] .thumbnail,[class*="list_dichvu_"] .dichvu_meta{
        width: 100%!important;
    }
    [class*="list_dichvu_"] .dichvu_meta{
       padding: 20px 0 0 0!important;

    }
    .author, .footer-text {
        float: none!important;
        text-align: center;
    }
    .author{
        padding-bottom: 10px;
    }
    .header{
    	position: relative;
    }
    .header.fixed_header{
        position: fixed;
    }
    /*.header.fixed_header .logo{
        max-width: 100px;
    }*/
    .content-holder .banner_home .widget-title{
		font-size: 24px;
		line-height: 30px;
    }
    .home .textwidget p a{
    	margin-top: 0;
    }
    .gioithieu_noidung{
    	padding: 0;
    }
    .duan_list_template {
    	margin-left: -15px;
    	margin-right: -15px;
    }
    .duan #uynh-widget-tabproduct-3330007-template li{
    	float: left;
    	width: 50%;
    	margin-bottom: 20px;
    }
    .new_home .default_post  li{
    	width: 100%;
    	margin-bottom: 20px;
    }
    .gioithieu_title{
    	padding: 20px;
    }
    .list_sanpham_ .thumbnail{
    	max-width: 100%;
    }
    .banner_single {
    	padding: 50px 0 50px 0;
	}
	.single-product .widget-title{
		font-size: 20px!important;
        padding-top: 20px;
        padding-bottom: 0;
	}
	.list_banggia .panel-grid-cell {
	    float: none;
	    width: auto!important;
	    margin: 0 0 30px 0!important;
	}
	.single-post .content-holder{
		padding-top: 40px;
	}
	.list_duan .image img{
		max-height: 190px;
		min-height: 190px;
	}
    .duan_list_template [class*="list_duan_"],.list_duan{
        width: 100%;
    } 
    .woocommerce input.button{
        width: 100%!important;
        text-align: center;
    }
    td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
        width: 100%!important;
        margin-bottom: 10px!important;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
        text-align: center!important;
    }
    .header .cart .list_item{
        right: -50px;
        width: 300px;
    }
    .header .cart img, 
    .r_thanhtoan ul .cart_item .thumbnail_item img {
        width: 50px !important;
    }
    .header .cart .item_meta .name, 
    .r_thanhtoan ul .cart_item .name {
        font-weight: 600;
        font-size: 13px;
    }
    .list_item .woocommerce-mini-cart__total.total{
        padding:20px 0;
    }
    .logo {
        max-width: 70px;
    }
    .metaslider.ms-theme-highway .flexslider ul.slides .caption-wrap, .metaslider.ms-theme-highway .rslides .caption-wrap, .metaslider.ms-theme-highway div.nivoSlider .nivo-caption {
        top: 0 !important;
        max-height: unset;
    }
    .duongdan {
        margin-bottom: 0;
    }
    .tt_lienhe .textwidget {
        padding-left: 0;
    }
    .tt_lienhe {
        padding: 0;
    }
    .page-template-page-fullwidth .content-holder .widget-title {
        margin-bottom: 10px;
    }
}
@media(max-width: 420px){
	.list_action button{
		margin-left: 0!important;
	}
	.list_post_category .readmore a {
	    padding: 10px 15px;
	}
	.content_page_product .product-filter .r_filter .orderby{
		max-width: 100px;
	}
	.top_single .cart .list_action{
    	display: -webkit-inline-box;
	}
    .duan #uynh-widget-tabproduct-1430003-template li a{
        padding: 5px 20px;
    }
    .doitac_nhanxet, .new_home {
        padding: 30px 0;
    }
    .duan{
        padding: 0 15px;
    }
    .duan h1{
        font-size: 24px;
    }
}
@media(max-width: 380px){
    .top_single .cart .list_action{
        margin-top: 10px;
    }
}
.metaslider.ms-theme-highway .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a, .metaslider.ms-theme-highway ul.rslides_tabs li a, .metaslider.ms-theme-highway div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a, .metaslider.ms-theme-highway .coin-slider .cs-buttons a{
    width: 16px !important;
    border:none !important;
    background:  rgba(255,255,255,0.8) !important;
}
.metaslider.ms-theme-highway .flexslider ol.flex-control-nav li a.flex-active, .metaslider.ms-theme-highway .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:hover, .metaslider.ms-theme-highway ul.rslides_tabs li.rslides_here a, .metaslider.ms-theme-highway ul.rslides_tabs li a:hover, .metaslider.ms-theme-highway div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a.active, .metaslider.ms-theme-highway .slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a:hover, .metaslider.ms-theme-highway .coin-slider .cs-buttons a.cs-active, .metaslider.ms-theme-highway .coin-slider .cs-buttons a:hover{
    background: #e1a22a !important;
}
.metaslider.ms-theme-highway .flexslider ol.flex-control-nav:not(.flex-control-thumbs), .metaslider.ms-theme-highway ul.rslides_tabs, .metaslider.ms-theme-highway div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled){
    width: 100% !important;
    right: 0 !important;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:800px; -ms-interpolation-mode:bicubic;height: auto !important;}
.cboxIframe{max-width: 100%;max-height: 100%px;display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxTopLeft{width:14px; height:14px; background: url(images/controls.png) no-repeat 0px 0px;}
    #cboxTopCenter{height:14px; background:url(images/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(images/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(images/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(images/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxTitle{position: absolute;
            position: relative;
            color: #7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
/***/