/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.bg-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.item-banner-main {
    position: relative;
}

.banner-main .banner--wrap {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    float: none;
    margin: 1rem;
    top: auto;
    padding: 2rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    z-index: 9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    bottom: 0;
    color: black;
}

.banner--title {
    font-size: 2.2rem;
    font-weight: bold;
}

.item-banner-main:hover .banner--wrap {
    background: var(--color-highlight);
    color: white;
}

.bg-attk {
    background-attachment: fixed;
    padding: 15vw 0;
}

.attk-content {
    color: white;
}

.attk-desc {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.attk-title {
    font-size: calc(3rem + 1.5vw);
    margin-bottom: 3rem;
    text-transform: capitalize;
}

.prd-cate-wrap {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: 1rem;
    top: auto;
    padding: 1rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
    filter: alpha(opacity = 80);
    z-index: 9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    bottom: 0;
    color: black;
}

.product-item--cate:hover .prd-cate-wrap {
    background: var(--color-highlight);
    color: white !important;
}

.hotline-number {
    font-size: 3rem;
    color: red;
}

.policy-item i {
    font-size: 3rem;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/

@media (min-width: 992px) {
    .banner-main .col-md-6 .ratio-1-1 {
        padding-top: 47%;
    }
}

main {
    overflow: hidden;
    position: relative;
    height: 100%;
    background: #E5E5E5 url(https://cdn6127.cdn4s6.io.vn/media/main_bg.svg) center top / 100% 100% no-repeat;
    background-size: cover;
}

.article_detail main {
    background: #015f6f;
}

.background-main-section{
    position:relative;
}

.background-main img {
    width:100%;
}

.background-main-section > .row > div {
    position: static;
}

.background-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header-bg {
    height: 48.22vw;
    width: 58.74vw;
    position: absolute;
    right: 0;
    top: 55px;
}

.sky-aside .logo-section.sky-aside-logo img {
    height: 100%;
    max-height: 102px;
    flex: none;
}

.setting-menu > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-social li {
    margin-left: 2.5rem;
}

.box-social li a {
    width: 5.4rem;
    height: 5.4rem;
    display: flex;
    background: rgba(0,187,183,.3);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: #00BBB7;
    transition: .3s linear;
}

.box-social li a:hover {
    color: var(--white);
}

.language-header .dropdown-toggle::before {
    content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    margin-right: 1.8rem;
    background: url(https://cdn6127.cdn4s6.io.vn/media/icon/lang-ic.svg) center center / contain no-repeat;
}

.language-header .btn-secondary.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .5rem;
    vertical-align: .5rem;
    content: "";
    border-top: .8rem solid;
    border-right: .8rem solid transparent;
    border-bottom: 0;
    border-left: .8rem solid transparent;
}

.language-header .dropdown-toggle {
    font-size: 1.6rem;
    font-weight: 500;
    background: 0;
    border: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.language-header .dropdown-toggle:not(.btn-secondary)::after {
    content: none;
}

.search-section #search {
    font-size: 1.8rem;
    color: #fff;
    padding: 0;
    padding-left: 4rem;
    border: none;
    height: auto;
    outline: 0;
    background-color: rgba(0, 0, 0, 0);
    background: url(https://cdn6127.cdn4s6.io.vn/media/icon/search-ic.svg) left center / contain no-repeat;
}

.sky-aside > div {
    margin-right: 5rem;
}

#search::placeholder, .search-section input::placeholder, .form-newsletter .form-group .form-control::placeholder {
    color: var(--white);
}

.language-header .dropdown-menu {
    min-width: 12rem;
    padding: .8rem 0;
    margin-top: .2rem;
    top: 0 !important;
    border-radius: 4px;
}
 
.language-header .dropdown-item {
    height: auto;
    line-height: 1.5;
    margin: 0;
    padding: .4rem 2.4rem;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 500;
}

.header-content {
    max-width: 50%;
    padding-top: 6.9rem;
    padding-bottom: 7.4rem;
}

.header-content h1 {
    font-size: 5rem;
    line-height: 1.16;
    color: var(--white);
    font-weight: 500;
}

.header-content p {
    font-size: 1.6rem;
    line-height: 1.6;
    color: var(--white);
    margin: 2rem 0 3.5rem;
}

.header-content button {
    font-size: 1.8rem;
    border-radius: 100px;
    height: 6.5rem;
    width: 25rem;
    font-weight: 600;
}

.colorful-btn {
    position: relative;
    border: none;
    cursor: pointer;
    color: #fff;
    z-index: 100;
    background: linear-gradient(90deg, #007991 0, #78ffd6 100%);
}

.colorful-btn::before {
    content: '';
    border: none;
    background: linear-gradient(90deg, #78ffd6 0, #007991 100%);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: opacity 1s;
}

.colorful-btn:hover::before {
    opacity: 1;
}

.header-content button::before {
    border-radius: 100px;
}

.item-partner a {
    width: 100%;
    height: 100%;
    display: block;
}

.item-partner img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.item-partner {
    background: #fff;
    box-shadow: 0 64px 134px rgba(24, 58, 133, .12);
    border-radius: 10px;
    padding: 3rem 1.6rem;
    filter: grayscale(1);
    transition: .3s linear;
    cursor: pointer;
}

.item-partner:hover {
    filter: grayscale(0);
}

.nav-socials label {
    font-size: 1.6rem;
}

.footer-bt {
    padding-bottom: 20rem;
}

.footer-pt {
    padding-top: 9rem;
}

.footer-ps {
    z-index: 2;
    position: relative;
}

.footer-menu-section ul li a:hover {
    color: var(--color-highlight);
}

footer .box-social li a {
    width: 4.7rem;
    height: 4.7rem;
}

.search-section input {
    font-size: 1.4rem;
    color: #b1b9cc;
    outline: 0;
    padding-left: 4.3rem;
    border: none;
    height: 4.5rem;
    box-shadow: 0 64px 134px rgba(24, 58, 133, .12);
    border-radius: 10px 0 0 10px;
    background: rgba(255, 255, 255, .1) url(https://cdn6127.cdn4s6.io.vn/media/icon/footer-search.svg) 22px center / 12px no-repeat;
}

.search-section .input-group-append .btn-submit {
    border-radius: 5px;
    overflow: hidden;
    width: 10rem;
    height: 4.5rem;
    font-weight: 600;
    border: none;
}

.link-copyright {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.link-copyright a {
    color: var(--white);
    opacity: .6;
    transition: .3s linear;
    font-weight: 500;
}

.link-copyright a:hover {
    opacity: 1;
}

.form-newsletter .form-group .form-control {
    background: rgba(255, 255 ,255, .1);
    color: var(--white);
    font-size: 1.6rem;
    box-shadow: 0 64px 134px rgba(24, 58, 133, .12);
    border-radius: 10px;
    padding: 0;
    padding-left: 3.3rem;
    height: 6.5rem;
    margin-bottom: 2rem;
    border: none;
    max-width: 42rem;
    width: 100%;
    outline: 0;
}

.form-newsletter .form-group .newsletter--submit {
    max-width: 42rem;
    border-radius: 10px;
    font-size: 1.8rem;
    text-transform: none;
    height: 6.5rem;
    line-height: 6.5rem;
    overflow: hidden;
}

.agreement {
    max-width: 42rem;
    width: 100%;
}

.description-newsletter {
    font-size: 2.2rem;
}

.footer-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 77.34vw;
    height: 56.51vw;
    z-index: 1;
}

.btn-swiper-custome .swiper-button-prev, .btn-swiper-custome .swiper-button-next {
    position: unset;
    transform: unset;
    border: none;
    outline: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 51px;
}

.btn-swiper-custome .swiper-button-next span, .btn-swiper-custome .swiper-button-prev span {
    display: block;
    width: 100%;
    height: 15px;
    background: url(https://cdn6127.cdn4s6.io.vn/media/icon/nav-arrow.svg) center center / contain no-repeat;
}

.btn-swiper-custome .swiper-button-next {
    transform: rotate(180deg);
}

.btn-swiper-custome {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.news-item-header {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.news-item-header .inner-image {
    flex: 0 0 76px;
    max-width: 76px;
    margin-right: 2.5rem;
    border-radius: 50%;
    overflow: hidden;
}

.news-item-header .inner-content {
    flex: 1 1;
    max-width: 100%;
}

.articles-home .article-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 64px 134px rgba(24, 58, 133, .12);
    border-radius: 10px;
    padding: 4.6rem 4.4rem 3.5rem 4.5rem;
    margin-bottom: 0;
}

.mt-form {
    margin-top: 120px;
    position: relative;
    z-index: 222;
}

.mt-partners {
    margin-top: 80px;
}

.btn-filter {
    font-size: 1.8rem;
    color: var(--blue-black);
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    text-align: left;
}

.box-filter-order .btn-filter {
    padding-left: 6rem;
    background: url(https://cdn6127.cdn4s6.io.vn/media/icon/filter-ic.svg) 30px center / 18px 18px no-repeat;
    color: var(--blue-black);
}

.btn-filter:hover, .article-item .article-title a {
    color: var(--blue-black);
}

.view-small .article-item .article-title a {
    /* color: var(--white); */
}

.view-small .article-item .article-title a:hover {
    opacity: 1;
    color: var(--color-highlight);
}

.dropdown-menu {
    padding: .8rem 0;
    margin: 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
}

.dropdown-item {
    padding: 0.4rem 2.4rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--blue-black);
    border: none;
}

.dropdown-item.active {
    color: var(--color-highlight);
    font-weight: 600;
    background: #f3f3f3;
}

.dropdown-item:hover {
    background: #f5f5f5;
}

.filter-custome .box-filter-cate {
    flex: 0 0 70%;
    max-width: 70%;
    
}

.filter-custome .box-filter-order {
    flex: 1 1;
    max-width: 100%;
    margin-left: 3rem;
}

.filter-custome .box-filter-cate, .filter-custome .box-filter-order {
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 64px 134px rgba(24, 58, 133, .12);
}

.box-filter-cate .dropdown-toggle::after {
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    font-weight: 900;
    border: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.box-filter-order .orderby-section .orderby-title::after {
    border: none;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
}

.box-filter-order .orderby-section .dropdown.show .orderby-title::after,
.box-filter-cate.show .dropdown-toggle::after {
    -webkit-transform: rotate(-180deg) translateY(50%);
    -moz-transform: rotate(-180deg) translateY(50%);
    -ms-transform: rotate(-180deg) translateY(50%);
    -o-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
}

.back-product {
    transform: rotateY(180deg);
    transition: .5s linear;
    padding: 6.2rem 3rem 3.7rem;
    background-color: #fff;
    position: absolute;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}

.font-product {
    padding: 2.8rem 3rem 3.7rem;
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    border-radius: 10px;
    transition: .5s linear;
}

.product-item .inner-image {
    display: flex;
    align-items: center;
    margin: 3.7rem 0 5.8rem;
}

.product-item .inner-image .item-icon {
    flex: 0 0 85px;
    max-width: 85px;
    margin-right: 15px;
}

.product-item .inner-image .product-title {
    font-size: 2.7rem;
    color: var(--blue-black);
}

.item-wrp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
}

.item-wrp p {
    display: flex;
    align-items: center;
    color: var(--blue-black);
    line-height: 1.2;
}

.item-wrp span {
    font-size: 2rem;
    line-height: 1.2;
    color: var(--blue-black);
    margin-top: 1.5rem;
    font-weight: 500;
}

.item-wrp .type-item:last-child span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3em;
    height: calc(2 * 1.3em);
}

.item-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3em;
    height: calc(2 * 1.3em);
    overflow: hidden;
}

.type-item img {
    width: 1.686rem;
    height: 1.686rem;
    margin-right: .686rem;
}

.color-blue-black {
    color: var(--blue-black);
}

.catalog-item-bottom a, .btn-get-bonus {
    font-size: 1.6rem;
    line-height: 1.2;
    color: var(--white);
    display: flex;
    align-items: center;
    border: 1px solid var(--blue-black);
    justify-content: center;
    width: 100%;
    height: 5.8rem;
    background-color: var(--blue-black);
    transition: .3s linear;
    border-radius: 5px;
    text-decoration: none;
}

.catalog-about-close {
    outline: 0;
    position: absolute;
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    right: 3rem;
    top: 3rem;
    z-index: 999;
    border-radius: 50%;
    border: 1px solid var(--blue-black);
    color: var(--blue-black);
    background-color: var(--white);
    cursor: pointer;
    transition: .3s linear;
}

.catalog-about-close:hover {
    color: var(--white);
    background: var(--blue-black);
}

.catalog-item-bottom a:hover, .btn-get-bonus:hover {
    color: var(--blue-black);
    background-color: var(--white);
}

.item-activates {
    display: flex;
    align-items: center;
    color: var(--color-text);
}

.item-activates.download img {
    width: 2.3rem;
    height: 2.4rem;
}

.catalog-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-item-point {
    font-size: 1.2rem;
    line-height: 1.2;
    color: var(--white);
    padding: .7rem;
    height: 2.8rem;
    border-radius: 5px;
    background-color: var(--blue-light);
}

.item-activates.calender img {
    width: 1.6rem;
    height: 1.7rem;
}

.time {
    background: #f6f9fe;
    border-radius: 5px;
    padding: 0.5rem 1rem;
}

#time_sale_all_product {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#time_sale_all_product span {
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0 0.5rem;
}

#time_sale_all_product .countdown--number {
    font-size: 1.3rem;
    line-height: 1.2;
    color: var(--color-text);
    display: flex;
    justify-content: space-between;
    margin-top: 1px;
}

.time p {
    font-size: 1rem;
    line-height: 1.2;
    color: var(--color-text);
    margin: 0;
}

.product-item.active .font-product {
    transform: rotateY(180deg);
    z-index: 1;
}

.product-item.active .back-product {
    transform: rotateY(360deg);
    z-index: 2;
}

.product-item .back-product .product-title {
    font-size: 1.8rem;
    color: var(--blue-black);
}

.catalog-about-text {
    height: 68%;
    padding-right: 10px;
    font-size: 1.6rem;
}

.product-item.add-promo {
    min-height: 40rem;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 64px 134px rgba(24, 58, 133, .12);
}

.product-item.add-promo path {
    transition: .5s linear;
}

.product-item.add-promo:hover path {
    fill: var(--blue-black);
}

.product-item.add-promo p {
    font-size: 2.7rem;
    line-height: 1.2;
    color: var(--blue-black);
    margin-top: 4.8rem;
}

.show > .btn-secondary.dropdown-toggle {
    border-radius: 5px;
    background: none;
}

#modalRequest .catalog-about-close {
    top: 1rem;
    right: 1rem;
}

#modalRequest .catalog-about-close i {
    font-size: 1.8rem;
    margin-top: 5px;
}

#modalRequest .modal-body {
    padding: 2.5rem;
}

#modalRequest .modal-body .form-group .form-control {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    color: var(--blue-black);
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
    padding: 0;
    padding-left: 3.3rem;
    height: 6.5rem;
    border: 1px solid var(--blue-black);
}

#modalRequest .btn-submit {
    width: 100%;
    font-size: 1.8rem;
    height: 6.5rem;
    margin-bottom: 2rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.article_detail .header-bg, .article_detail .footer-bg {
    display: none;
}

.article_detail .setting-menu {
    background: #005b6a;
    padding-bottom: 3rem;
}

.article_detail footer {
    background: #005b6a;
}

.p-20 {
    padding: 2rem;
}

@media (max-width: 1200px) {
    .header-bg {
        height: 51.22vw;
        width: 61.74vw;
        top: 130px
    }
    
    .header-content h1 {
        font-size: 3.9rem;
    }
}

@media (max-width: 768px) {
    .header-bg {
        display: none
    }
    
    .header-content {
        max-width: 100%;
    }
    
    .footer-pt > .container > .row > div > div {
        margin-bottom: 3rem;
    }
    
    .sky-aside > div {
        margin-right: 3rem;
    }
    
    .header-content h1 {
        font-size: 3rem;
    }
    
    footer .logo-section, .footer-menu-section ul li {
        text-align: center;
    }
    
    .search-section .input-group {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .search-section .input-group .form-control,
    .search-section .input-group-append {
        width: 100%;
    }
    
    .search-section .input-group-append .btn-submit {
        flex: 1 1 auto;
        width: 100%;
    }
    
}

@media (max-width: 576px) {
    .setting-menu > .container > .row > div {
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    
    .nav-socials label, .language-header {
        display: none;
    }
    
    .nav-socials {
        justify-content: center;
    }
    
    .news-item-header .inner-image {
        flex: 0 0 6rem;
        max-width: 6rem;
        margin-right: 1.5rem;
    }
    
    .articles-home .article-item {
        padding: 2.6rem 2.4rem 1.5rem 2.5rem;
    }
    
    .mt-form {
        margin: 0;
    }
    
    .filter-custome {
        justify-content: center !important;
        gap: 2rem;
    }
    
    .filter-custome .box-filter-cate {
        width: 100%;
        flex: none;
        max-width: 100%;
    }
    
    .filter-custome .box-filter-order {
        margin: 0;
    }
    
    .box-social li {
        margin-left: 0;
        margin-right: 1.5rem;
    }
    
    .header-content h1 {
        font-size: 2.5rem;
    }
    
    .mt-partners {
        margin: 0;
    }
    
    .footer-bt {
        padding-bottom: 10vw;
    }
    
    .footer-pt {
        padding-top: 6.6rem;
    }
}

.rounded-10 {
    border-radius: 1rem !important;
}
.fs-15 {
    font-size: 1.5rem !important;
}
.fs-16 {
    font-size: 1.6rem !important;
}
.fs-18 {
    font-size: 1.8rem !important;
}
.fs-22 {
    font-size: 2.2rem !important;
}
.bg-light-1 {
    background: #e8eded !important;
}
.bg-main-1 {
    background: #05073A !important;
}
.intro-article-detail .info {
    box-shadow: 4px 7px 8px -3px rgba(0, 0, 0, .1);
}
.intro-article-detail .note{
    color: #357cff;
}
.intro-article-detail .bottom {
    border-top: 1px dashed #5c5c5c;
    border-bottom: 1px dashed #5c5c5c;
}

.code-box input {
    width:140px;
    outline: none;
    border: 1px dashed #999 !important; 
}

.code-box button {
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.code-box button:hover {
    background:var(--color-main) !important;
}
.intro-article-detail .bottom .link {
    box-shadow: 0 0 0 #00000026;
    border:1px dashed white;
    background: #f8aa10;
    padding: 0.5rem 1.5rem;
    color: var(--color-main) !important;
}
.intro-article-detail .bottom .link:hover {
    border-color: var(--color-main) !important;
}
.intro-article-detail .content {
    box-shadow: 0 50px 50px -30px #00000070;
    border-left: 1.5rem solid var(--color-highlight);
}
.page-article-other .list-article {
    background: none !important;
    color: white;
}
.page-article-other .intro-article-detail .info {
    background: white;
    color: var(--color-main);
}
.page-article-other .intro-article-detail .content {
    background-color: rgba(73, 77, 171, .33) !important;
}

@media (min-width:992px) {
    .page-article-other .list-article {
        max-width: 90rem;
        margin: 0 auto;
    }
}

.bg-violin {
    background-image: linear-gradient(135deg,#05053a 0,#000048 100%) !important;
}

.page-article-other .social-share .btn-social a, .bg-home .breadcrumbs-section a:hover  {
    color: var(--white);
}

.bg-home {
    background: #015f6f;
}