/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	max-width: 100%;
	overflow: hidden;
}
.page-template-send-goods-page #main,
.page-template-network #main {
    background-color: #F1F7FA;
    padding-top: 40px;
}
.tabs-content-networks {
    margin-bottom: 110px;
}
.box-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto 0;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 30px 30px 20px;
    margin-bottom: 40px;
}
.box-filter h3 {
    font-size: 18px;
    display: inline-block;
    max-width: 155px;
    color: #126CAC;
}
.box-filter select.subcategory-select {
    margin-right: 30px;
}
.tabs-navigation {
    margin-bottom: 40px;
}
.tabs-navigation ul {
    padding: 5px;
    display: table;
    margin: 0 auto;
    background-color: #F8ECE7;
    border-radius: 30px;
}
.tabs-navigation ul li.tab-item {
    list-style: none;
    display: inline-block;
    width: 180px;
    border-bottom: 0;
    margin-right: 3px;
    float: left;
    margin-bottom: -1px;
}
.tabs-navigation ul li.tab-item:last-child {
    margin-right: 0;
}
.tabs-navigation ul li.tab-item a {
    color: #333;
    border: none;
    font-weight: bold;
    transition: all 0.8s;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    text-align: center;
    display: block;
}
.tabs-navigation ul li.tab-item:hover a,
.tabs-navigation ul li.tab-item.active a,
.tabs-navigation ul li.tab-item.active {
    color: #fff;
    background-color: #F8851F;
    border: none;
    border-radius: 30px;
}

.network-box {
    height: 360px;
    overflow-y: scroll;
}
.network-box .network-col-left-post {
    padding: 9px 20px;
    border: 1px solid #ececec;
    transition: background 0.5s linear;
    font-size: 14px;
    margin-bottom: -1px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.network-box .network-col-left-post h4 {
    margin-bottom: 6px;
    margin-right: 30px;
    line-height: 20px;
    max-width: 200px;
}
.network-box .network-col-left-post .box-info-item {
    margin: 3px 0;
    display: flex;
}
.network-box .network-col-left-post i {
    width: 20px;
    position: relative;
    top: 4px;
}

.lading-wrapper {
    margin-bottom: 160px;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
}
/* --- STYLE CHO TABS (Phần bạn yêu cầu) --- */
.nav-tabs.page-tabs {
    list-style: none;
    padding: 5px;
    margin: 0;
    display: flex;
    background-color: hsl(240deg 4% 48% / 12%);
    border-radius: 99px;
}

.nav-tabs.page-tabs li {
    flex: 1;
    text-align: center;
}

.nav-tabs.page-tabs li a {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    font-weight: 500;
}

/* Hiệu ứng khi di chuột */
.nav-tabs.page-tabs li a:hover,
.nav-tabs.page-tabs li.active a {
    background-image: linear-gradient(to top, #EF9517, #EA4922);
    color: #fff;
    font-weight: 600;
    border-radius: 99px;
}

/* --- PHẦN NỘI DUNG TAB --- */
.tab-content.page-tab-content {
    min-height: 200px;
}

.tab-pane {
    display: none; /* Mặc định ẩn */
    animation: fadeIn 0.5s;
}

.tab-pane.active {
    display: block; /* Hiện khi có class active */
}

/* Animation nhẹ */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Style giả lập nội dung bên trong */
.placeholder-content {
    color: #888;
    padding: 40px;
}
.form-horizontal {
    margin: 0 -15px;
    overflow: hidden;
}
.info-wrapper, .number-wrapper {
    width: 50%;
    padding: 0 15px;
    float: left;
}
.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.form-group-send {
    margin-bottom: 0;
}
.form-group .control-label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    min-width: 90px;
    margin-right: 30px;
    margin-bottom: 0;
}
.map-wrapper {
    width: 100%;
}
.form-group select,
.form-group input {
    width: 100%;
    border-radius: 12px;
    height: 40px;
    margin-bottom: 0;
}
.form-group-2 {
    display: flex;
    align-items: center;
}
.form-group-2 .form-control-2:first-child {
    margin-right: 30px;
}
.form-control-2 {
    display: flex;
    align-items: center;
}
.form-control-2 label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
    margin-right: 15px;
}
.form-control-2 input {
    margin: 0;
    border-radius: 12px;
    height: 40px;
    width: 100%;
}
.form-group-3 {
    text-align: center;
    margin-top: 30px;
}
.form-group-3 .btn-magenta {
    background-image: linear-gradient(to top, #0160EA, #00BCF9);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    border: none;
    height: 40px;
    width: 197px;
    margin: 0 auto;
}

.row-answer {
    margin: 0 -15px;
}
.info-col,
.price-col {
    padding: 0 15px;
    width: 50%;
    float: left;
}
.note-col {
    width: 100%;
    padding: 0 15px;
    clear: both;
}
.information-sendgoods-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.information-sendgoods-row .information-sendgoods-col--title {
    min-width: 660px;
}
.information-sendgoods-row .information-sendgoods-col--title span {
    color: #1E1E1E;
}
.information-sendgoods-row .information-sendgoods-col--title span i {
    margin-right: 5px;
}
.information-sendgoods-row .btn {
    background-image: linear-gradient(to top, #0160EA, #00BCF9);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    border: none;
    height: 40px;
    width: 197px;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 40px;
    position: relative;
}
.btn:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.btn:hover:after {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.page-title-bar .title {
    text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
    .widget ul.menu > li {
        position: relative;
    }
    .widget ul > li.has-child:hover >.sub-menu{
        display:block !important;
    }
    .widget ul.menu ul.sub-menu {
        display: none !important;
        position: absolute;
        width: 100%; 
        left:99%;
        top: 0;
        z-index: 999;
        border: 1px solid #e1e1e1 !important;
        background: #fff;
        margin: 0;
        padding: 0;
    }
    .widget .toggle{
        transform: rotate(-90deg);
        margin-right: 10px;
    }
    .widget ul.menu>li li {
        padding: 2px 0;
        border-bottom: 1px solid #e1e1e1;
    }
}

@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-archive .post-sidebar.col {
        padding: 0 15px !important;
    }
    body h2 {
        font-size: 1.8em;
    }
    body h3 {
        font-size: 1.5em;
    }
    body .page-title-bar .title {
        font-size: 1.5em;
    }
    .tabs-navigation ul li.tab-item {
        width: 115px;
    }
    .box-filter {
        display: block;
    }
    .network-box .network-col-left-post {
        display: block;
    }
    .network-box .network-col-left-post h4 {
        max-width: 100%;
        margin-right: 0;
    }
    .nav-tabs.page-tabs li a {
        padding: 5px 15px;
    }
    .placeholder-content {
        padding: 20px;
    }
    .info-wrapper, .number-wrapper {
        width: 100%;
    }
    .info-col, .price-col {
        width: 100%;
    }
    .form-group {
        margin-bottom: 20px !important;
    }
    .form-group .control-label {
        font-size: 15px;
        min-width: 95px;
    }
    .form-group-2 {
        display: block;
    }
    .form-group-2 .form-control-2:first-child {
        margin-right: 0;
    }
    .form-control-2 {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .form-control-2 label {
        white-space: none;
        margin-right: 15px;
        min-width: 110px;
        display: block;
    }
    .information-sendgoods-row {
        display: block;
    }
    .information-sendgoods-row .information-sendgoods-col--title {
        margin-bottom: 10px;
    }
    .information-sendgoods-col.information-sendgoods-col--button {
        width: 48%;
        margin-right: 2%;
        display: inline-block;
    }
    .information-sendgoods-col.information-sendgoods-col--button-2 {
        margin-right: 0;
    }
    .information-sendgoods-row .btn {
        width: 100%;
    }
}
/* */
body.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 0;
}
body.nav-dropdown-has-border .nav-dropdown a {
    padding: 10px !important;
    margin: 0 !important;
    border-radius: 0;
}
.post_comments  {
    display: none;
}

/* Sidebar */

/* */
.blog-single .article-inner > .entry-header {
    display: none;
}
/* */
.product-small.box ins *,
.product-small.box .price > .amount * {
    color: red;
    font-size: 16px;
}
.product-small.box del * {
    color: #333;
}
.product-small.box .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
}
.product-small.box .box-image img {
    height: 200px;
    object-fit: cover;
}
/* */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.pulse {
    transition: all 150ms linear 0s;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

blockquote {

    font-size: 110%;
    color:#666;

    margin: 0 auto;
    border-left:0px;
    margin-left: 20px;
    padding-bottom: 50px;
}
blockquote h1 {
    font-size: 3rem;
}
blockquote p {
    font-style: italic;
    margin-bottom: 0;
}
blockquote p::before,
blockquote p::after {
    content: "“";
    font-family: Georgia;
    font-size: 6rem;
    margin: -3rem 0 0 -4rem;
    position: absolute;
    opacity: 0.5;
    color:var(--primary-color);
}
blockquote p::after {
    content: "”";
    margin: -2rem -3rem 0 0;
}
blockquote cite {
    font-size: 1.5rem;
}/* */
.taisao-tab .nav>li>a {
    font-size:24px;
    font-weight:500; 
    color:#fff; 
    margin-top:10px;
}
.taisao-tab .nav-vertical {
    width:520px;
}
.taisao-tab .nav li {
}
.taisao-tab .nav li a {
    background: url(images/icon-right.png) 15px center no-repeat;
    padding-left: 40px;
}
.taisao-tab .nav-pills>li.active>a {
    background-color:#0262A7; 
    font-weight:600;
    border-radius: 50px 0 0 50px;
}
.taisao-tab .tab-panels {
    background-color:#0262A7; 
    color:#fff; 
    padding:30px 50px 30px 60px; 
    min-height:400px; 
    position:relative; 
    top:10px;
}
/* */
.col.post-item .post-title {
    font-size: 18px;
}
.col.post-item .from_the_blog_excerpt  {
    font-size: 16px;
    border-top: 2px solid #e1e1e1;
    padding-top: 15px;
}
.col.post-item .is-divider {
    position: relative;
    top: 12px;
    width: 100px;
    max-width: 110px;
    margin: 0 0 10px;
}
.post-meta:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f017";
    margin-right: 10px;
}
.col.post-item .button {
    color: #00BCF9;
    font-size: 12px;
}
.single .page-wrapper {
    padding-bottom: 100px;
}