/*
Theme Name: Thiết kế website công ty quảng cáo Anhs Dương
Author: AppLink Việt Nam
Author URI: http: AppLink.vn
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
*/
@import "css/woo.css";
*{
    margin: 0 0;
}
html{
    
}
body{
    background: url('https://anhduongcompany.vn/wp-content/uploads/2016/05/bg-web.jpg') repeat-y #181818 top center;
    font-family: Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size: 14px!important;
}
.container{
    background-color: #fffcbe;
    padding: 0 0!important;
    padding: 4px 4px;
}
.width980{
    width: 1024px!important;
    margin: auto;
}
.margin4{
    margin: 4px 4px;
}
.margin7{
    margin: 7px 7px;
}
.clear{
    clear: both;
}

/* My column */
.mycol10{
    width: 10%;
    float: left;
}
.mycol15{
    width: 15%;
    float: left;
}
.mycol20{
    width: 20%;
    float: left;
}
.mycol25{
    width: 25%;
    float: left;
}
.mycol30{
    width: 30%;
    float: left;
}
.mycol33{
    width: 33.3333%;
    float: left;
}
.mycol35{
    width: 35%;
    float: left;
}
.mycol40{
    width: 40%;
    float: left;
}
.mycol45{
    width: 45%;
    float: left;
}
.mycol50{
    width: 50%;
    float: left;
}
.mycol55{
    width: 55%;
    float: left;
}
.mycol60{
    width: 60%;
    float: left;
}
.mycol65{
    width: 65%;
    float: left;
}
.mycol70{
    width: 70%;
    float: left;
}
.mycol75{
    width: 75%;
    float: left;
}
.mycol80{
    width: 80%;
    float: left;
}
.mycol85{
    width: 85%;
    float: left;
}
.mycol90{
    width: 90%;
    float: left;
}
.mycol95{
    width: 95%;
    float: left;
}
.mycol100{
    width: 100%;
    float: left;
}
/* Gender */
.title-header{
    background: url('images/bgnavtop.png') repeat #000000;
    color: #ffffff;
    text-align: center;
    padding: 8px 0;
    font-weight: bold;
    border-bottom: 5px solid #fff200;
    text-transform: uppercase;
}
/*Header*/
header{
    
}
/* Nav top */
#navtop{
   background: url('images/bgnavtop.png') repeat #000000;
   display: table;
   width: 100%;
   position: relative;
}
#navtop ul{
    list-style: none;
    padding: 0 0;
}
#navtop li{
    float: left;
    padding: 8px 14px;
    border-right: 1px #FFFFFF solid;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
#navtop li.home-icon{
    background: url('images/home-icon.png') no-repeat center center;
    width: 50px;
}
#navtop li.current-menu-item{
    background-color: #d66f00;
}
#navtop a{
    color: #FFFFFF;
}
#navtop li ul.sub-menu{
    background-color: #f2f2f2;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: auto;
    min-width: 220px;
   height: auto;
}
#navtop li.menu-item-has-children{
    position: relative;
}
#navtop li ul.sub-menu li{
    float: none;
border-bottom: 1px solid #ffffff;
}
#navtop li ul.sub-menu li a{
   color: #000000;
}
#navtop li.menu-item-has-children:after{
    content: url('images/bullet12.png');	
}
#navtop li.menu-item-has-children:hover>ul{
    display: block;	
}
#navtop .google_translate_element{
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    right: 4px;
    top: 4px;
}
#navtop .google_translate_element .float-left{
    float: left;
    margin-left: 10px;
}
/*New Product*/
#new-product{
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
#new-product .title{
    padding: 6px 0;
    font-weight: bold;
}
.flexslider{
    border: 0;
    margin: 0 0!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
#new-product ul.slides{
    
}
#new-product ul.slides li{
    margin-left: 14px;
    border: 1px solid #cbcbca;
    position: relative;
}
#new-product ul.slides li .title-product{
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('images/bgtitle-newproduct.png') repeat;
    width: 100%;
    color: #181818;
}
/*Main content*/
/*Main content left*/
.content-left{
    /*border: 1px solid #ccccc9;*/
}
.menu-left li{
    margin: 4px 4px;
    border: 1px solid #ccccc9;
    list-style: none;
}
.menu-left li ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.menu-left li ul li{
    background: url('images/bglsmenu.png') repeat #f7f7e8;
    padding: 6px 10px;
    font-weight: bold;
    margin: 0 0;
    border: 0;
    position: relative;
}
.menu-left li ul li.menu-item-has-children{
    background: url('images/bgtitle2.png') right center no-repeat;
}
.menu-left li ul li.menu-item-has-children>ul.sub-menu{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
    width: auto;
    min-width: 220px;
    background: #d8d8d8;
}
.menu-left li ul li.menu-item-has-children>ul.sub-menu li{
    background: #d8d8d8;
    border-bottom: 1px solid #ffffff;
}
.menu-left li ul li.menu-item-has-children>ul.sub-menu li.menu-item-has-children{
    background: url('images/bullet11.png') no-repeat right center #d8d8d8;
    border-bottom: 1px solid #ffffff;
}
.menu-left li ul li.menu-item-has-children:hover>ul.sub-menu{
    display: block;
    
}
.menu-left li a{
    color: #131313;
}
/**/
.last-news{
    border: 1px solid #cbcbca;
    display: table;
    width: 97%;
}
.content-left{
    background-color: #ffffff;
}
.content-left .font-bold{
    font-weight: bold;
}
.content-left .font-bold a{
    color: #000000;
}
.content-left .new-item img{
    width: 60px;
    height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/*Content main right*/
.box-product-home{
    display: table;
    width: 99%;
    border: 1px solid #cbcbca;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.box-product-home .title{
    background: url('images/bgnavtop.png') repeat;
    display: table;
    border-bottom: 5px solid #fff200;
    text-transform: uppercase;
    
}
.box-product-home .btn-yellow{
    background-color: #ffaf4b;
    border: 1px solid #d07300;
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
}
.box-product-home .title .title-left{
    padding: 5px 80px 5px 15px;
    float: left;
    background: url('images/titleproductleft.png') no-repeat right;
    color: #ffffff;
    font-weight: bold;
}
.box-product-home .product-item {
    border: 1px solid #d8d8d8;
    padding: 3px 3px;
	height: 225px;}
.box-product-home .product-item img {
    width: 100%;
	height: 150px;}
.box-product-home .product-item .titleproduct{
    text-align: center;
    font-weight: bold;
    margin-top: 3px;
}
.box-product-home .product-item .IDproduct{
    text-align: center;
    text-transform: uppercase;
    color: #939393;
}


/*Footer*/
.box-footer{
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.box-footer .title{
    background: url('images/bgtitlefooter.png') repeat #d62121;
    padding: 8px 0;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}
.box-footer ul.support{
    padding-left: 30px;
    list-style: url('images/bullets1.png');
}
.box-footer ul.support li{
    padding: 4px 0;
}
.box-footer ul.support li a{
    color: #77020f;
}
.footer{
    padding: 10px 0;
    background-color: #cc0000;
    border-top: 6px solid #fff400;
    color: #ffffff;
    display: table;
    width: 100%;
}

/*Page CSS*/
.page{
    border: 1px solid #cecec9;
    background-color: #ffffff;
}

.page .permalink{
    background: url('images/bgpermalink.png') repeat #e0e0c3;
    padding: 10px 10px;
    font-style: italic;
}
.page .page-title{
    padding: 0 20px;
    margin: 5px 0;
}
.page .info-post{
    background-color: #f5f5f5;
    padding: 4px 10px;
    margin: 10px 20px;
}
.page .content{
    margin: 10px 20px;
    
}

.page .share-this{
    margin: 10px 10px;
    background: url('images/bgsoc.png') repeat;
    text-align: right;
    padding: 6px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.page .comment-facebook{
    text-align: center;
}