/*
Theme Name: Kids' News
Theme URI: http://kidsplaza.vn/blog
Author: KidsPlaza
Author URI: https://www.kidsplaza.vn
Description: KidsPlaza Blog Official Website
Version: 1.3
*/

*, 
*:after, 
*:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    margin: 0;
}
*:focus {
    outline: none;
}
.clearfix:before, 
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
textarea:focus, input:focus{
    outline: none;
}
h1, h2, h3, h4, b, strong {
    font-weight: 600;
}
a {
    color: #06c;
    text-decoration: none;
}
a:hover {
    color: #00BAFF !important;
}
li {
    list-style: none;
}
img {   
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    height: auto;
}
body {
    background-color: #f9f9f9;
    -webkit-text-size-adjust: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.3;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
p {
    line-height: 1.5;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
:-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.tc {
    text-align: center;
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.grid {
    font-size: 0;
    text-align: justify;
}
.grid:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.grid-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
    padding: 0 35px;
}
.button.primary {
    background-color: #00BAFF;
    color: #fff;
}
header {
    margin-bottom: 0;
}
.banner img {
    display: block;
    width: 100%;
}
.banner.top_banner {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.banner.right_banner img {
    margin-bottom: 15px;
}
.banner.botton_article_banner {
    margin-top: 15px;
}
.top-head {
    background-color: #fff;
}
.logo img {
    display: block;
    height: 50px;
    margin: 10px 0;
}
.social-link li {  
    display: block; 
    float: left; 
    padding: 15px 0 15px 15px;
}
.social-link li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 40px;
    height: 40px;
}
.social-link li .facebook {
    background: #fff url('images/facebook.svg') no-repeat center;
}
.social-link li .youtube {
    background: #fff url('images/youtube.svg') no-repeat center;
}
.head-nav {
    border-right: 1px solid #f5f5f5;
}
.head-nav li {
    float: left;
}
.head-nav li a {
    border-left: 1px solid #f5f5f5;
    color: #555;
    display: block;
    font-size: 16px;
    padding: 0 15px;
    line-height: 70px;
}
.bottom-head {
    background-color: #007DC4;
    position: relative;
}
.bottom-head.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.bottom-head > .container,
.top-search > .container {
    position: relative;
}
.w-logo {
    border-right: 1px solid #008bd6;
    float: left;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    width: 0;
    opacity: 0;
}
.w-logo img {
    padding-right: 15px;
    display: block;
    height: auto;
    width: 100%;
    height: 39.5px;
    margin: 10px 0;
}
.bottom-head.fixed .w-logo{
    opacity: 1;
    width: 150px;
}
.drop-nav {
    border-right: 1px solid #008bd6;
    display: none;
    float: right;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    position: relative;
    padding: 0 15px;
    width: 200px;
}
.drop-nav.open {
    background-color: #008EDB;    
}
.drop-nav label {
    background: url('images/down-button.svg') no-repeat right center;
    color: #f7f7f7;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
}
.drop-nav ul {
    background-color: #008EDB;
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 9;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.drop-nav.open ul {
    display: block;
    top: 60px;
}
.drop-nav ul li {
    border-top: 1px solid #0498e8;
}
.drop-nav ul li a {
    color: #f7f7f7;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 15px;
    white-space: nowrap;
}
.main-nav > li {
    float: left;
}
.main-nav > li > a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 0 10px;
    line-height: 60px;
    text-transform: uppercase;
}
.main-nav > li > a:hover {
    color: #ff0 !important;
}
.main-nav.focused > li > a {
    opacity: 0.7;
}
.main-nav.focused > li.hover > a {
    color: #ff0;
    opacity: 1;
}
.mega-content {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    width: 100%;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 60px;
}
.sub-cat {
    border-right: 1px solid #f5f5f5;
    width: 20%;
}
.sub-cat li {
    display: block;
    float: none;
}
.sub-cat li a {
    color: #555;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 15px;
    text-transform: none;
}
.sub-cat li:last-child a {
    border-bottom: none;
}
.cat-latest {
    padding: 1% 0 1% 1%;
}
.cat-latest.with-sub {
    width: 80%;
}
.cl-item {
    width: 19%;
    margin-right: 1%;
}
.cat-latest.with-sub .cl-item {
    width: 24%;
}
.cl-item .cover {
    margin-bottom: 10px;
}
.cl-item h3 a {
    color: #555;
    font-weight: 500;
    height: 42px;
    overflow: hidden;
}

.top-search {
    background-color: #008edb;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.search-field {
    background: url('images/search.svg') no-repeat left center;
    border: none;
    color: #fff;
    display: block;
    font-size: 18px;
    width: 100%;
    position: absolute;
    padding: 0 40px;
    line-height: 40px;
    margin: 10px 0;
    left: 0;
    top: 0;
}
.search-button {
    background: url('images/search.svg') no-repeat center;
    display: block;
    width: 30px;
    height: 60px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
.search-button.close {
    background-image: url('images/close.svg');
}

.post-item {
    margin-bottom: 15px;
}
.cover {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
.cover img {
    display: block;
    width: 100%;
}
.cat-label {
    background-color: #FFD300;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    padding: 0 5px;
    position: absolute;
    left: 15px;
    top: -15px;
    text-transform: uppercase;
}
.city-label {
    background-color: rgba(0,0,0,0.5);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    padding: 0 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
}
.post-grid .cover {
    margin-bottom: 10px;
}
.post-list .cover {
    float: left;
    margin-right: 10px;
    width: 30%;
}
.post-text h3 a {
    color: #555;
    font-size: 15px;
}
.post-text p {
    color: #666;
    margin-top: 10px;
}
.post-meta {    
    color: #999;
    font-size: 12px;
    margin-top: 7px;
}
.cat-links {
    color: #777;
    text-transform: uppercase;
    font-size: 11px;
}
.cat-links a {
    color: #777;
}
time:before {
    content: "";
    background: url('images/clock.svg') no-repeat;
    background-size: 13px;
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
time.countdown {
    color: #52AC56;
    font-size: 14px;
}

.hot-trends {
    margin-bottom:20px;
}
.hot-trends .post-item {
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
    height: 0;
    padding-bottom: 15%;
    margin-bottom: 0;
}
.hot-trends .post-item:first-child {
    width: 50%;
    height: 0;
    padding-bottom: 30%;
}
.hot-trends .post-item .cover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.hot-trends .post-item .cover a {
    display: block;
    position: relative;
}
.hot-trends .post-item .cover a:before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.hot-trends .post-item:hover .cover a:before {
    opacity: 1;
}
.hot-trends .post-item h3 {
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.hot-trends .post-item:hover h3 {
    background: none;
}
.hot-trends .post-item h3 > a {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 15px;
}
.hot-trends .post-item h3 > a:hover {
    color: #fff !important;
    opacity: 0.8;
}
.sidebar .hot-trends .post-item {
    width: 100%;
    margin-bottom: 1px;
    padding-bottom: 60%;
}
.lastest-news .post-item {
    margin-bottom: 20px;
}
.lastest-news .post-item .cover {
    margin-right: 15px;
    width: 40%;
}
.lastest-news .post-item .post-text h3 a {
    font-size: 17px;
}
.lastest-news .post-item.post-highlight .cover {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    height: 300px;
}
.lastest-news .post-item.post-highlight .cover img {    
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.lastest-news .post-item.post-highlight .post-text h3 a {
    font-size: 20px;
}
.lastest-promotion .post-item {
    width: 100%;
}
.most-popular {
    padding-bottom: 0;
}
.new-this-cat {
    background-color: #f7f7f7;
    width: 100%;
    padding: 2% 2% 0;
}
.new-this-cat .post-item {
    width: 23.5%;
}
.search-item {
    margin-bottom: 20px;
}
.search-item .post-text h3 a {
    color: #007DC4;
    font-size: 17px;
    line-height: 1.5;
}
.search-item .post-meta,
.search-item .post-text p {
    margin-top: 0;
    line-height: 1.5;
}
.search-item .post-text p i {
    color: #999;
    font-size: 13px;
}
.search-item .cat-links a {
    color: #006621;
}

.c-block {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.b-title {
    color: #007DC4;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.cats-list li {
    color: #777;
    display: inline-block;
}
.cats-list li a {
    color: #777;
    font-weight: 600;
    font-style: italic;
}
.product-item {
    position: relative;
}
.hot-products .product-item {    
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.hot-products .product-item:last-child {
    margin-bottom: 0;
}
.hot-products .product-item img {
    display: block;
    width: 30%;
    float: left;
    margin-right: 10px;
}
.hot-products .product-item ul {
    margin-top: 10px;
    line-height: 1.5;
    background: none;
    position: static;
    text-align: left;
    padding: 0;
}
.hot-products .product-item ul li {
    display: block;
    margin: 0;
    line-height: 1.5;
}
.product-post .product-item {    
    border: 1px solid #ededed;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    position: relative;
    width: 24%;
}
.product-post .product-item h4 {
    display: none;
}
.price {
    background-color: rgba(255,255,255,0.7);
    padding: 7px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}
.price li {
    display: inline-block;
    line-height: 2;
    color: #f00;
    font-size: 15px;
    margin: 0 7px;
}
.price li span {
    color: #555;
}
.product-related {
    margin-bottom: 20px;
}
.product-related h2 {
    margin-bottom: 10px;
    font-weight: 400;
}
.js-feature-products .price {
    background: none;
    padding: 0;
    position: static;
    width: auto;
    text-align: left;
}
.js-feature-products ul {
    background-color: #faf443;
    border: solid 1px #007dc4;
}
.js-feature-products ul li {
    background-color: #fff;
    border: solid 2px #faf244;
}
.js-feature-products ul:after {
    display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;
}
.js-feature-products ul li {
    float: left;
    width: 50%;
}
.remote-products.js-feature-products ul li {
    width: 25%;
}
.js-feature-products li .product-image {
    text-align: center;
    margin-bottom: 10px;
}
.js-feature-products .product-image a {
    display: block;
}
/*.js-feature-products .product-image a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all .3s ease-in;
}*/
.js-feature-products li .product-info {
    padding: 0 10px 5px;
    text-align: center;
}
.js-feature-products li .product-name {
    font-size: 16px;
    font-weight: 300;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}
.js-feature-products li .brand, .js-feature-products li .price-discount {
    display: none;
}
.js-feature-products .old-price, .js-feature-products .special-price {
    display: inline-block;
}
.js-feature-products .old-price {
    color: #999;
    font-size: 12px;
    line-height: 12px;
    margin-right: 8px;
    text-decoration: line-through;
}
.js-feature-products .regular-price, .js-feature-products .special-price {
    font-weight: 600;
    font-size: 13px;
    color: #f00;
}
.remote-products.js-feature-products li .product-info {
    padding: 0 2px 2px;
}
.remote-products.js-feature-products li .product-name {
    font-size: 12px;
    min-height: 30px;
}
.remote-products.js-feature-products .regular-price, .remote-products.js-feature-products .special-price {
    font-size: 11px;
}
.remote-products.js-feature-products .old-price {
    display: none;
}
.search-on-page {
    border-bottom: 1px solid #f5f5f5;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.search-on-page .search-input {
    border: 1px solid #ededed;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 36px;
    padding: 0 10px;
    width: calc( 100% - 135px );
}
.search-on-page .search-submit {
    background-color: #00BAFF;
    border: none;
    border-radius: 2px;
    height: 37px;
    display: block;
    float: right;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: 120px;
}

.pager {
    text-align: center;
}
.pager > * {
    border: 1px solid #f7f7f7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #00baff;
    display: inline-block;
    min-width: 35px;
    line-height: 32px;
    margin: 0 3px;
}
.pager .current {
    color: #666;
}

.cat_breadcrumb {
    margin-bottom: 20px;
}
.cat_breadcrumb h2 {
    font-size: 25px;
    font-weight: 600;
}
.sub-cats li {
    display: inline-block;
    position: relative;
}
.sub-cats li a {
    color: #666;
    display: block;
    font-size: 15px;
    line-height: 30px;
}
.sub-cats li a:after {
    content: "/";
    color: #007DC4;
    font-size: 20px;
    margin: 0 15px;
}

.the-content .social-block iframe {
    margin: 0;
}
.social-block {
    margin: 25px auto 0;
    max-width: 650px;
}
.social-block div {
    vertical-align: middle !important;
}
.social-block .fb_iframe_widget {
    margin-right: 20px;
}
.article-body {
    position: relative;
}
.social-sticky {
    position: absolute;  
    top: 0;
    bottom: auto;
    left: 0;
}
.social-sticky.fix-top {
    position: fixed;
    top: 90px;
    left: 50%;
}
.social-sticky.fix-bottom {
    position: absolute;
    top: auto;
    bottom: 20px;
}
.social-sticky div {
    display: block;
    margin-bottom: 30px;
}

.inner-product {
    max-width: 430px;
    height: auto;
    margin: 10px auto;
    position: relative;
    text-align: center;
}
.inner-product .price {
    margin: 0;
}
.inner-product .price li {
    margin: 0 15px;
}
.inner-product p {
    color: #666;
}

.single-news .the-content .related-post {
    background-color: #f5f5f5;
    max-width: 650px;
    margin: 13px auto;
    padding-right: 10px;
}
.single-news .the-content .related-post .cover {
    background-size: cover;
    display: block;
    float: left;
    width: 30%;
    height: 0;
    padding-bottom: 25%;
    margin-right: 10px;
    margin-top: 0;
}
.single-news .the-content .related-post h3,
.single-news .the-content .related-post p {
    margin: 10px 0 !important;
}
.single-news .the-content .related-post p {
    overflow: hidden;
    height: 53px;
}


.fb-comment-wrapper {
    text-align: center;
}

#main {
    background-color: #f5f5f5;
}
.right-col {
    background-color: #fff;
    float: right;
    width: 80%;
}
.flex-col {
    float: left;
    width: 20%;
    padding: 15px;
}
.content-col {
    border-right: 1px solid #f5f5f5;
    float: left;
    width: 65.62%;
    padding: 15px;
}
.sidebar {
    float: right;
    width: 34.38%;
    padding: 15px;
}
.right-col.no-flex-col {
    float: none;
    width: 100%;
}
.right-col.no-flex-col .content-col {
    border-left: none;
    width: 72.5%;
}
.right-col.no-flex-col .sidebar {
    width: 27.5%;
}

.popup,
.idle-wrapper {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;    
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}
.popup-content,
.idle-content {
    max-width: 600px;
    width: 98%;
    height: 500px;
    margin: 150px auto 0;
    position: relative;
}
.popup-close,
.idle-close {
    background: url('images/pop-close.svg') no-repeat center;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -25px;
    right: -25px;
}
.idle-content {
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}
.idle-content h3 {
    font-size: 22px;
    text-align: left;
}
.idle-content p {
    color: #999;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 20px;
    text-align: left;
}
/* The content */
.the-content {
    line-height: 1.58;
    position: relative;
}
.the-content p,
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6,
.the-content ul,
.the-content table,
.the-content iframe {
    margin: 13px 0;
}
.the-content table {
    border-collapse: collapse;
    margin: 13px auto;
}
.the-content table th,
.the-content table td {
    border: 1px solid #efefef;
    padding: 10px;
}
.the-content p {
    line-height: 1.8;
}
.the-content li {
    margin:6.5px 0 6.5px 40px;
}
.the-content ul li {
    list-style: disc ;
}
.the-content ol li {
    list-style: decimal;
}
.the-content ul,
.the-content ol,
.the-content p,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6,
.the-content table,
.wp-caption {
    max-width: 650px;
    margin: 13px auto;
}
.the-content p.lead {
    font-weight: 600;
}
.single-news .the-content .cover {
    margin-top: 15px;
}
.single-news .the-content .cover img {
    /*position: absolute;
    transform: translateY(-50%);
    top: 50%;*/
}
.the-content .youtube-embed {
    height: 0;
    padding-bottom: 42.85%;
    position: relative;
    max-width: 650px;
    margin: 13px auto;
    width: 100%;
}
.the-content .youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
/* =Footer
---------------------------------------------------------------*/
.kids-footer .social ul {
    display: inline-block;
    width: 100%;
}
.kids-footer li.item-social {
    list-style: none;
    margin-left: 10px;
    float: right;
}
.kids-footer .f1,
.kids-footer .f1a,
.kids-footer .f2,
.kids-footer .f3 {
    width: 100%;
    display: inline-table;
}
.kids-footer div {
    box-sizing: border-box;
}
.kids-footer .logo-bct {
    width: 70%;
    margin-top: 20px;
}
.kids-footer .col-lg-1,
.kids-footer .col-lg-10,
.kids-footer .col-lg-11,
.kids-footer .col-lg-12,
.kids-footer .col-lg-2,
.kids-footer .col-lg-3,
.kids-footer .col-lg-4,
.kids-footer .col-lg-5,
.kids-footer .col-lg-6,
.kids-footer .col-lg-7,
.kids-footer .col-lg-8,
.kids-footer .col-lg-9,
.kids-footer .col-md-1,
.kids-footer .col-md-10,
.kids-footer .col-md-11,
.kids-footer .col-md-12,
.kids-footer .col-md-2,
.kids-footer .col-md-3,
.kids-footer .col-md-4,
.kids-footer .col-md-5,
.kids-footer .col-md-6,
.kids-footer .col-md-7,
.kids-footer .col-md-8,
.kids-footer .col-md-9,
.kids-footer .col-sm-1,
.kids-footer .col-sm-10,
.kids-footer .col-sm-11,
.kids-footer .col-sm-12,
.kids-footer .col-sm-2,
.kids-footer .col-sm-3,
.kids-footer .col-sm-4,
.kids-footer .col-sm-5,
.kids-footer .col-sm-6,
.kids-footer .col-sm-7,
.kids-footer .col-sm-8,
.kids-footer .col-sm-9,
.kids-footer .col-xs-1,
.kids-footer .col-xs-10,
.kids-footer .col-xs-11,
.kids-footer .col-xs-12,
.kids-footer .col-xs-2,
.kids-footer .col-xs-3,
.kids-footer .col-xs-4,
.kids-footer .col-xs-5,
.kids-footer .col-xs-6,
.kids-footer .col-xs-7,
.kids-footer .col-xs-8,
.kids-footer .col-xs-9 {
    padding: 0 15px;
}
.kids-footer .container{
    padding: 0 15px;
    max-width: 1170px;
    width: auto !important;
    margin: 0 auto;
}
.kids-footer li.item-social>a {
    display: block;
    width: 37px;
    height: 37px;
}
.kids-footer a#fa {
    background-size: 100%;
    background-image: url(images/footer/icon-fa.png);
}
.kids-footer a#call {
    background-size: 100%;
    background-image: url(images/footer/icon-call.png);
}
.kids-footer a#youtube {
    background-size: 100%;
    background-image: url(images/footer/icon-youtube.png);
}
.kids-footer a#g-plus {
    background-size: 100%;
    background-image: url(images/footer/icon-g-plus.png);
}
.kids-footer a#zalo {
    background-size: 100%;
    background-image: url(images/footer/icon-skyper.png);
}
.kids-footer .social p {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    text-align: right;
}
.kids-footer input#newsletter {
    height: 32px;
    padding: 0 10px;
    width: 69%;
    border-radius: 3px 0 0 3px;
    border: 1px solid #0773b8;
    font-size: 12px;
    float: left;
    transform: translateY(0);
}
.kids-footer input.submit-2 {
    width: 27px;
    height: 32px;
    background-image: url(images/footer/icon-sm-mail.png);
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
}
.kids-footer .email-form {
    width: 80%;
    float: right;
    position: relative;
}
.kids-footer .email-form:before {
    content: '';
    width: 60px;
    height: 70px;
    position: absolute;
    left: -23%;
    background-image: url(images/footer/icon-gift.png);
    top: -20%;
}
.kids-footer .f1 {
    background: #0773B8;
    padding: 20px 0 10px 0;
    margin-bottom: 30px;
    border-top: 5px solid #FFF800;
}
.kids-footer .email-form label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin-bottom: 9px;
}
.kids-footer a {
    text-decoration: none;
    color: #777;
}
.kids-footer .row {
    margin-right: -15px;
    margin-left: -15px;
}
.kids-footer .f3 {
    padding: 20px 0;
    background: #e5e5e5;
}

.kids-footer .f2 {
    background-color: #f4f4f4;
    padding: 10px 0;
}

.kids-footer .logo-bct>img {
    margin: 0 auto;
}
.kids-footer p.text-1 {
    margin-bottom: 0;
}
.kids-footer li.item {
    list-style: none;
}
.kids-footer li.item>a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
    line-height: 2;
    transition: all ease 0.3s;
}
.kids-footer li.item>a:hover {
    color: #184998;
}
.kids-footer .col-md-3 p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #555;
}
.kids-footer a.mobile {
    font-weight: normal;
    text-transform: unset;
    font-size: 14px;
    position: relative;
    padding-left: 35px;
    padding-top: 23px;
    margin-bottom: 0;
    margin-top: 15px;
    display: block;
    color: #777;
}
.kids-footer a.mobile:before {
    content: '';
    position: absolute;
    background-image: url(images/footer/icon-mobile.png);
    width: 26px;
    height: 43px;
    left: 0;
    top: 0;
}
.kids-footer p.f-hotline {
    font-size: 24px;
    color: #E80000;
    margin-bottom: 30px;
    line-height: 1;
    padding-left: 30px;
    position: relative;
    font-weight: normal;
}
.kids-footer p.f-hotline a {
    font-size: 24px;
    color: #E80000;
}
.kids-footer p.f-hotline:before {
    content: '';
    background-image: url(images/footer/icon-phone.png);
    width: 24px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
}
.kids-footer .hotline span {
    font-size: 11px;
    text-transform: uppercase;
}
.kids-footer p.f-text {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    line-height: 1;
    font-weight: normal;
}
.kids-footer input.submit {
    font-size: 20px;
    text-transform: uppercase;
    background: #231F20;
    color: #fff;
    font-weight: 300;
    padding: 10px 5px;
    border: navajowhite;
    width: 230px;
    text-align: center;
    display: block;
    margin: 15px auto;
    border-radius: 5px;
}
.kids-footer label {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #333;
}
.kids-footer p.text>span {
    color: #333;
    padding: 16px 15px;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    margin: 0 10px;
}
.kids-footer p.text {
    color: #fff;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}
.kids-footer #getting-started-1 p.text {
    font-size: 15px;
    font-weight: normal;
}
.kids-footer #getting-started-1 p.text>span {
    background-color: transparent;
    color: #fff;
    padding: 0 24px;
}
.kids-footer .banner {
    position: relative;
}
.kids-footer div#getting-started,
.kids-footer div#getting-started-1 {
    width: 400px;
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -200px;
}
.kids-footer div#getting-started-1 {
    top: 89%;
}
.kids-footer .banner>img {
    width: 100%;
}
.kids-footer .col-xs-6 {
    width: 50%;
}
.kids-footer .banner-tuyendung {
    display: block;
    min-height: 14px;
    position: relative;
}

.kids-footer .banner-tuyendung a {
    background: url(images/banner_tuyendung.png) no-repeat scroll 0 0;
    background-size: cover;
    display: none;
    width: 100%;
    height: 141px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -2000px;
    margin-top: -117px;
}
#footer .ff {
    max-height: 254px;
    text-align: center;
    padding: 50px 0;
    position: relative;
}
#footer .ff:before {
    background: url(images/store_footer.png) no-repeat center center;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -khtml-opacity:.4;
    -moz-opacity:.4;
    -ms-filter:"alpha(opacity=40)";
    filter:alpha(opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.4);
    opacity:.4;
}
#footer .ff a {
    background-color: #FFF800;
    display: inline-block;
    border-radius: 3px;
    color: #0773B8;
    font-family: Roboto,Helvetica,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 30px 10px 90px
}
#footer .ff a img {
    position: absolute;
    left: 30px;
    bottom: 10px;
    width: 50px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption p.wp-caption-text {
    color: #999;
    font-style: italic;
    margin-top: 0;
    text-align: center;
}

/* Tablet landscape */
@media screen and (max-width: 1250px) {	 
    .w-logo {
        opacity: 1;
        width: 150px;
    }   
    .drop-nav {
        display: block;
    }
    .top-head,
    .main-nav {
        display: none;
    } 
    .right-col {
        width: 100%;
    }  
    .content-col,
    .right-col.no-flex-col .content-col {
        border-left: none;
        float: left;
        width: 66.42%;
    }
    .sidebar,
    .right-col.no-flex-col .sidebar {
        width: 33.58%;
    }
    .flex-col {
        clear: both;
        float: none;
        width: 100%;
    }
    .flex-col .lastest-promotion .post-item {
        width: 23.7%;
    }
    .social-sticky {
        display: none;
    }
}

/* Tablet portrait */
@media screen and (max-width: 1000px) { 
    .content-col,
    .sidebar,
    .right-col.no-flex-col .content-col,
    .right-col.no-flex-col .sidebar {
        border: none;
        width: 100%;
        padding: 10px;
    } 
    .banner.right_banner,
    .banner.top_banner,
    .hot-trends {
        display: none;
    }  
    .hot-trends .post-item h3 > a {
        font-size: 15px;
    }
    .most-popular .post-item {
        width: 49.5%;
    }   
    .sidebar .hot-trends .post-item {
        width: 24.92%;
        padding-bottom: 16%;
    }
    .lastest-news .post-item.first .cover,
    .the-content .post-highlight.cover {
        height: 0;
        padding-bottom: 40%;
    }
    .hot-products .product-item {
        width: 48%;
    }
}

/* Smartphone landscape */
@media screen and (max-width: 700px) {       
    .bl-text h3 a {
        font-size: 16px;
    }  
    .flex-col .lastest-promotion .post-item,
    .ntc-item {
        width: 48.5%;
    }
    .cat-label,
    .footer-top,
    .footer-bottom {
        display: none;
    }
    .new-this-cat .post-item {
        width: 48%;
    }
    .hot-products .product-item img {
        width: 100%;
    }
}

/* Smartphone portrait */
@media screen and (max-width: 500px) {    
    .bottom-head > .container {
        width: 98%;
        margin-right: 2%;
    }  
    .w-logo {
        float: right;
    }
    .drop-nav {
        border-right: none;
        width: auto !important;
        padding: 0 10px;
    }
    .drop-nav label {
        background: url('images/bars.svg') no-repeat center;
        width: 30px;
        height: auto;
        text-indent: -9999px;
    }
    .drop-nav label,
    .search-button {
        height: 50px;
        line-height: 50px;
    }
    .w-logo img,
    .search-field {
        margin: 5px 0;
    }
    .search-field {
        font-size: 16px;
        padding: 0 30px 0 25px;
    }
    .search-button,
    .search-field {
        background-size: 20px auto;
    }
    .search-button.close {
        background-size: 15px auto;
    }
    .drop-nav.open {
        background-color: transparent;
    }
    .drop-nav.open label:before {
        content: "";
        background: #007DC4 url('images/close.svg') no-repeat center;
        background-size: 18px auto;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        width: 50px;
        height: 50px;
    }
    .drop-nav.open label:after {
        content: "";
        background-color: rgba(0,0,0,0.5);
        width: 50px;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9;
    }
    .drop-nav ul {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        margin-left: -100%;
        width: calc(100% - 50px);
        min-height: 100vh;
        -webkit-transition-duration: 200ms;
        -moz-transition-duration: 200ms;
        -o-transition-duration: 200ms;
        transition-duration: 200ms;
    }
    .drop-nav.open ul {
        top: 0;
        margin-left: 0;
    }
    .drop-nav ul li a {
        font-size: 15px;
        line-height: 50px;
    }
    body {        
        -webkit-transition-duration: 200ms;
        -moz-transition-duration: 200ms;
        -o-transition-duration: 200ms;
        transition-duration: 200ms;
        position: relative;
        left: 0;
    }
    body.menu-open {
        left: calc(100% - 50px);
    }
    .bl-text p {
        display: none;
    }	    
    .hot-trends .post-item {
        width: 50%;
        padding-bottom: 30%;
    }
    .hot-trends .post-item:first-child {
        width: 100%;
        height: 0;
        padding-bottom: 40%;
    }
    .most-popular .post-item {
        width: 100%;
    }
    .product-post .product-item {
        width: 48%;
        margin-bottom: 4%;
    }
    .lastest-news .post-item .cover {
        width: 30%;
    }
}
@media only screen and (min-width: 1200px){
    .product-post.js-feature-products ul li {
        width: 33.3333%;
    }
    .kids-footer .banner-tuyendung a {
        display: block;
    }
}