/*
Theme Name: Công Ty Sơn
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.sha-single-product {
    width: 100%;
    padding: 50px 0;
    background-color: #fff
}
.sha-single-product .container {
    max-width: 1200px;
}
@media (min-width: 1200px) {
    .sha-single-product {
        padding-top:200px
    }
}

.sha-single-product .w-top-info {
    margin-bottom: 50px;
    position: relative;
    padding: 0 50px 50px 50px
}

.sha-single-product .w-top-info:before {
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    background-color: #0b54ba;
    height: calc(100% - 70px);
    position: absolute
}

@media (max-width: 991px) {
    .sha-single-product .w-top-info {
        padding:0 20px 20px 20px
    }
}

.sha-single-product .w-top-info .row {
    position: relative;
    z-index: 2
}

.sha-single-product .single-product-image {
    border-color: #fff;
    border-style: solid;
    border-width: 15px;
    background: linear-gradient(300deg,#2dafff 0,#005c95 100%);
    text-align: center;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 380px
}

@media (min-width: 1200px) {
    .sha-single-product .single-product-image {
        margin-top:-50px;
        min-height: 420px
    }
}

.sha-single-product .single-product-image img {
    max-width: 300px
}

@media (max-width: 1499px) {
    .sha-single-product .single-product-image img {
        max-width:95%
    }
}

@media (max-width: 1199px) {
    .sha-single-product .single-product-image {
        margin-bottom:30px;
        max-width: 100%
    }
}

.sha-single-product .head-info {
    margin-bottom: 30px
}

.sha-single-product .head-info .sub-titles {
    color: #062460;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    height: 33px;
    overflow: hidden;
    margin: 0;
}

@media (max-width: 1399px) {
    .sha-single-product .head-info .sub-titles {
        font-size:25px
    }
}

@media (max-width: 1199px) {
    .sha-single-product .head-info .sub-titles {
        color:#fff;
        height: auto
    }
}

@media (max-width: 767px) {
    .sha-single-product .head-info .sub-titles {
        font-size:23px
    }
}

.sha-single-product .head-info h1 {
    color: #062460;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
    height: 32px;
    overflow: hidden
}

@media (max-width: 1399px) {
    .sha-single-product .head-info h1 {
        font-size:20px
    }
}

@media (max-width: 1199px) {
    .sha-single-product .head-info h1 {
        color:#fff;
        height: auto
    }
}

@media (max-width: 767px) {
    .sha-single-product .head-info h1 {
        font-size:18px
    }
}

@media (min-width: 1200px) {
    .sha-single-product .single-product-info {
        min-height:350px
    }
}

.sha-single-product .single-product-info .meta {
    margin-bottom: 15px;
    border: 1px solid #ffd600;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    max-width: 170px
}

.sha-single-product .single-product-info .meta i {
    font-size: 20px;
    color: #ffd600
}

.sha-single-product .single-product-info .meta p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

.sha-single-product .single-product-info .meta .entry-meta {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    margin-right: 5px;
    line-height: 0
}

.sha-single-product .single-product-info .meta .entry-meta * {
    color: #fff;
    line-height: 0
}

.sha-single-product .single-product-info .single-product-content {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px
}

.sha-single-product .single-product-info .single-product-content * {
    color: #fff
}

.sha-single-product .single-product-info .single-product-content p {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 15px
}

.sha-single-product .single-product-info .single-product-doc {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    .sha-single-product .single-product-info .single-product-doc {
        font-size:15px
    }
}

.sha-single-product .single-product-info .single-product-doc a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

@media (max-width: 1199px) {
    .sha-single-product .single-product-info .single-product-doc a {
        font-size:15px
    }
}

.sha-single-product .single-product-info .single-product-doc i {
    margin-left: 5px
}

.sha-single-product .single-product-info .single-product-cta {
    display: flex;
    align-items: center;
    margin: 0 -12px
}

@media (max-width: 767px) {
    .sha-single-product .single-product-info .single-product-cta {
        flex-wrap:wrap
    }
}

.sha-single-product .single-product-info .single-product-cta .w-a {
    padding: 4px 12px
}

@media (max-width: 991px) {
    .sha-single-product .single-product-info .single-product-cta .w-a {
        margin:5px 0
    }
}

@media (max-width: 767px) {
    .sha-single-product .single-product-info .single-product-cta .w-a {
        width:100%;
        margin-bottom: 15px
    }
}

.sha-single-product .single-product-info .single-product-cta a {
    height: 50px;
    border-radius: 50px;
    position: relative;
    padding-right: 60px;
    padding-left: 20px;
    width: 100%;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent;
    transition: all 1s ease 0s;
    background-repeat: repeat;
    background-image: linear-gradient(90deg,#3153fb,#4cb9fe);
    box-shadow: 0 5px 10px 0 rgba(43,103,252,.5)
}

.sha-single-product .single-product-info .single-product-cta a i {
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    background-color: transparent;
    color: #4274f9;
    border-radius: 45px;
    right: 10px;
    top: 10px;
    background-color: #fff;
    display: inline-block
}

.sha-single-product .w-info-physic {
    margin-bottom: 50px;
    padding: 20px 20px 0 20px;
    border: 1px solid #7cc7ff;
    border-radius: 30px
}

@media (max-width: 991px) {
    .sha-single-product .w-info-physic {
        border-radius:5px;
        padding: 10px
    }
}

.sha-single-product .w-info-physic .titles {
    color: #006fb4;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px
}

@media (max-width: 991px) {
    .sha-single-product .w-info-physic .titles {
        margin-bottom:10px;
        font-size: 20px
    }
}

.sha-single-product .w-info-physic .sha-row {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 991px) {
    .sha-single-product .w-info-physic .sha-row {
        margin:0 -5px
    }
}

.sha-single-product .w-info-physic .item {
    padding: 10px;
    text-align: center;
    width: 16.666667%;
    margin-bottom: 15px
}

@media (max-width: 1199px) {
    .sha-single-product .w-info-physic .item {
        width:25%
    }
}

@media (max-width: 767px) {
    .sha-single-product .w-info-physic .item {
        width:33.333333%
    }
}

.sha-single-product .w-info-physic .item .imgs {
    line-height: 0;
    margin-bottom: 10px
}

.sha-single-product .w-info-physic .item .imgs img {
    max-width: 65px
}

.sha-single-product .w-info-physic .item .ttle {
    line-height: 0;
    margin-bottom: 0
}

.sha-single-product .w-info-physic .item .ttle p {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .sha-single-product .w-info-physic .item .ttle p {
        font-size:16px
    }
}

.sha-single-product .w-info-physic .item .ifo {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.sha-single-product .w-single-detail {
    margin-bottom: 50px
}

.sha-single-product .w-single-detail .nav-tabs {
    border-bottom: none
}

.sha-single-product .w-single-detail .nav-tabs .nav-link {
    height: 50px;
    padding: 0 20px;
    color: #006fb4;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    border-style: solid;
    border-color: #7cc7ff;
    border-width: 1px 1px 0 1px
}

@media (max-width: 991px) {
    .sha-single-product .w-single-detail .nav-tabs .nav-link {
        height:45px;
        font-size: 16px;
        border-radius: 5px 5px 0 0
    }
}

.sha-single-product .w-single-detail .nav-tabs .nav-link.active,.sha-single-product .w-single-detail .nav-tabs .nav-link:hover {
    background-color: #c7e7ff
}

.sha-single-product .w-single-detail .tab-content {
    padding: 50px;
    border-radius: 0 30px 30px 30px;
    border: 1px solid #7cc7ff
}

@media (max-width: 991px) {
    .sha-single-product .w-single-detail .tab-content {
        border-radius:0 5px 5px 5px
    }
}

@media (max-width: 991px) {
    .sha-single-product .w-single-detail .tab-content {
        padding:30px 20px
    }
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item {
    margin-bottom: 20px
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ttle {
    margin-bottom: 10px
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ttle p {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    position: relative;
    z-index: 2;
    padding: 7px 30px;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .sha-single-product .w-single-detail .tab-content .tab-detail .item .ttle p {
        font-size:16px;
        padding: 7px 20px
    }
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ttle p:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #006fb4;
    border-radius: 40px 0 40px 0;
    content: '';
    z-index: -1
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo h1,.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo h2 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px
}

@media screen and (max-width: 991px) {
    .sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo h1,.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo h2 {
        font-size:25px;
        margin-bottom: 25px
    }
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo h3,.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo h4 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px
}

@media screen and (max-width: 991px) {
    .sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo h3,.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo h4 {
        font-size:20px
    }
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo h4 {
    font-size: 22px
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo h5,.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo h6 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo h6 {
    font-size: 14px
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo a {
    color: #1f2c5e
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo a:hover {
    color: #1f2c5e;
    text-decoration: underline
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo .wpcf7 {
    max-width: 50%;
    margin: 30px auto 35px auto;
    background-color: rgba(31,44,94,.1);
    padding: 20px 30px;
    border-radius: 10px
}

@media (max-width: 991px) {
    .sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo .wpcf7 {
        max-width:none
    }
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo .wpcf7 .sub input {
    text-transform: uppercase
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo p {
    color: #111;
    text-align: left;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo p.wp-caption-text {
    text-align: center
}

@media (max-width: 991px) {
    .sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo p {
        font-size:15px
    }
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo img {
    max-width: 100%;
    border-radius: 12px
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo strong {
    font-weight: 700
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo ol,.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 18px
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo ol li,.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo ul li {
    color: #111;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo ul {
    list-style: disc
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo ol {
    list-style: decimal
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo blockquote {
    background: #f5f5f5;
    padding: 10px 20px 10px 24px;
    font-size: 16px;
    color: #666;
    font-style: italic;
    line-height: 1.7;
    text-align: left;
    position: relative
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo blockquote p {
    font-style: italic
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo blockquote:before {
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 4px;
    background: #1f2c5e
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo table {
    width: 100%!important;
    table-layout: fixed;
    background-color: #f9f9f9
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo table th {
    background-color: #1f2c5e;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 7px 10px;
    text-align: center
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo table td {
    padding: 7px 10px;
    color: #212529;
    background-color: rgba(31,44,94,.1);
    border: 1px solid #fff
}

.sha-single-product .w-single-detail .tab-content .tab-detail .item .ifo table tbody tr:nth-child(odd) td {
    background-color: rgba(31,44,94,.1);
    border: 1px solid #fff
}

.sha-single-product .single-product-recent {
    margin-bottom: 50px;
    position: relative
}

.sha-single-product .single-product-recent h2 {
    color: #002666;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #0091d8;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .sha-single-product .single-product-recent h2 {
        font-size:20px
    }
}

.sha-single-product .single-product-recent .swiper-container {
    padding: 0 1px
}

.sha-single-product .single-product-recent .sha-swiper .swiper-button-next,.sha-single-product .single-product-recent .sha-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #eef8ff;
    border: 1px solid #a3c6dc;
    font-size: 15px;
    color: #a3c6dc;
    text-align: center;
    line-height: 40px;
    background-size: 12px 12px
}

@media (min-width: 1400px) {
    .sha-single-product .single-product-recent .sha-swiper .swiper-button-prev {
        left:-50px
    }
}

@media (min-width: 1400px) {
    .sha-single-product .single-product-recent .sha-swiper .swiper-button-next {
        right:-50px
    }
}

.item-product {
    padding: 20px;
    border: 1px solid #e8e8e8;
    text-align: center;
    cursor: pointer
}

.item-product .img {
    line-height: 0;
    margin-bottom: 25px;
    overflow: hidden
}

.item-product .img img {
    max-width: 200px;
    transition: all .25s ease 0s;
    transform: scale(1)
}

.item-product .recent-meta {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
    justify-content: center;
    color: #9a9a9a
}

.item-product .recent-meta i {
    color: #ffd600
}

.item-product .recent-meta p {
    color: #9a9a9a;
    font-weight: 400;
    font-size: 15px
}

.item-product .recent-meta .entry-meta {
    color: #9a9a9a;
    font-weight: 400;
    font-size: 15px;
    margin-right: 5px;
    line-height: 0
}

.item-product .recent-meta .entry-meta * {
    color: #9a9a9a;
    line-height: 0
}

.item-product h3 {
    line-height: 0;
    margin-bottom: 0;
    height: 45px;
    overflow: hidden
}

.item-product h3 a {
    line-height: 1.3;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 700
}

.item-product h3 a:hover {
    color: #002666
}

.item-product:hover h3 a {
    color: #002666
}

.item-product:hover .img img {
    transform: scale(1.1)
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}