﻿@font-face {
    font-family: 'UTMCookies';
    src: url('/Themes/Default/images/font/UTM Cookies.ttf') format('truetype');
    /* Thay đổi đường dẫn đến font tùy thuộc vào vị trí lưu trữ của bạn */
}

@keyframes shrink {
    from {
      transform: scale(0.9);
    }
    50%{
        transform: scale(1);
    }
    to {
        background-position: 100% center;
      transform: scale(0.9);
    }
  }
.shrink{
    background-image: linear-gradient(
        -225deg,
            #1b70e4 0%,
            #1b70e4 29%,
            #c8c2f8 67%,
            #1b70e4 100%
      );
      background-size: auto auto;
      background-clip: border-box;
      background-size: 200% auto;
      color: #fff;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
          font-size: 16px;
    animation: shrink 2s ease-in-out infinite;
}
.gold .ani-r {
    position: relative;
    animation-name: moveTitle;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes moveTitle {
    0% {
        transform: translateX(-100%);
    }
    75% {
        transform: translateX(10%);
    }
    100% {
        transform: translateX(0%);
    }
}
.gold .mainNav{
    display: none;
}
.gold .np{
       padding: 0px !important; 
}
.theme.gold .header {
    border-bottom: 1px solid #f4b624;
}

.gold .box-section.b1 {
    display: flex;
    flex-wrap: wrap;
    background: #FCFCFB;
    position: relative;
}

    .gold .box-section.b1 .itemsec {
        width: 48%;
    }

        .gold .box-section.b1 .itemsec.rsec {
            width: 52%;
            position: relative;
        }

        .gold .b1-cont {
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    right: 0;
    background: #ffda43;
    width: 100%;
    height: 100%;
    z-index: 1;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.gold .b1 .b1-thum {
    float: right ;
    width: 500px;
    height: 100%;
    display: block;
    padding: 24px 0px 0px 16px;
}

 .gold .b1 .b1-thum img {
    float: inline-end;
    margin-right: 64px;
    background-size: contain;
    width: 300px;
    /* height: 350px; */
    display: block;
    }

    .gold .title-b1 {
    margin-top: 16px;
    font-size: 32px;
    line-height: 40px;
    font-family: 'UTMCookies', sans-serif;
    text-transform: uppercase;
    color: #2666bd;
    position: relative;
    z-index: 2;
    max-width: 469px;
    text-align: center;
    padding-top: 16px;
    display: block;
    padding-bottom: 4px;
}

.gold .title-b1 .titem {
        display: block;
    }

    .gold .b1-rthumb {
    max-width: 394px;
    position: relative;
    z-index: 2;
    display: block;
}

.gold .b1-rthumb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .gold .text-color {
    font-family: 'UTMCookies', sans-serif;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    /* top: 24px;
    left: 16px;
    display: block;
    text-align: center; */
    display: flex;
    top: 50% !important;
    left: 50%  !important;
    transform: translate(-50% , -50% );
    justify-content: center;
    align-items: center;
}

.gold .text-color i {
        font-style: normal;
        display: block;
        font-size: 32px;
        text-align: center;
    }

    .gold .color-w {
    color: #fff;
}

.gold .color-y {
    font-size: 24px !important;
    color: #ffda43;
}

.gold .listpen {
    position: relative;
    z-index: 2;
    padding-left: 16px;
}
.gold .listpen li span {
        padding: 8px 0;
        text-indent: 32px;
        display: block;
    }

    .gold .listpen li span::before {
            content: "";
            background: url(/themes/default/images/gold/icon-but-chi.png) no-repeat;
            background-size: 20px;
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: sub;
        }

        .gold .btn-gold-sub {
    position: relative;
    z-index: 2;
    display: block;
    padding: 4px;
    background: #1866cf;
    border-radius: 20px;
    max-width: 169px;
    text-align: center;
    color: #fff;
    margin: 16px 16px 24px 16px;
    cursor: pointer;
}

.gold .btn-gold-sub:hover {
        opacity: .87;
    }

    .gold .box-btn {
    max-width: 393px;
    margin: 0 auto;
}

.gold .head-b2 i {
    color: #f8df0a;
    font-style: normal;
}

.gold .head-b2 {
    text-transform: uppercase;
    background: #2666bd;
    clip-path: polygon(2.5% 0, 100% 0%, 97.5% 100%, 0% 100%) ;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    max-width: 551px;
    margin: 0 auto;
}

.gold .head-b2::before {
        content: "";
        border-left: 1px solid #2666bd;
        display: inline-block;
    }
    .gold .box-section.b5{
        max-width:85% !important;
    }
    .gold .box-section.b2, .box-section.b3, .box-section.b5, .box-section.b6, .box-section.b7, .box-section.b8, .box-section.b9, .box-section.b10, .box-section.b11, .box-section.b12 {
    max-width: 800px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index:1;
}

.gold .section.zone2 {
    background: #fff;
    padding: 24px 0;
}

.gold .note-b2 {
    font-size: 22px;
    display: block;
    text-align: center;
    padding: 10px 0 32px 0;
    font-weight: 500;
}

.gold .mb-32 {
    margin-bottom: 32px;
}

.gold .mb-8 {
    margin-bottom: 8px;
}

.gold .mb-16 {
    margin-bottom: 16px;
}

.gold .mb-24 {
    margin-bottom: 24px;
}
.gold .lsupport li :after { 
    content: "";
    border-radius: 20px;
    height: 100%; 
    left: 0; 
    top: 0; 
    width: 0px;  
    position: absolute; 
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s; 
    z-index: -1;
  }
  .gold{
    --anichangebg : #5c93e0 !important;
    --anichangetx : #ffff !important;
}
/* .gold .lsupport li :hover{
    cursor: pointer;
    color: var(--anichangetx);
} */
/* .gold .lsupport li :hover:after{ width: 100%; }
.gold .lsupport li:first-child :after{background-color: var(--anichangebg) }
.gold .lsupport li:nth-child(2) :after{ background-color: var(--anichangebg) }
.gold .lsupport li:nth-child(3) :after{background-color: var(--anichangebg) }
.gold .lsupport li:nth-child(4) :after{background-color: var(--anichangebg) }
.gold .lsupport li:nth-child(5) :after{background-color: var(--anichangebg) }
.gold .lsupport li:nth-child(6) :after{background-color: var(--anichangebg) }
.gold .lsupport li:nth-child(7) :after{background-color: var(--anichangebg) }
.gold .lsupport li:nth-child(8) :after{background-color: var(--anichangebg) }
.gold .lsupport li:nth-child(9) :after{background-color: var(--anichangebg) }
.gold .lsupport li:nth-child(10) :after{background-color: var(--anichangebg) }
.gold .lsupport li:nth-child(11) :after{background-color: var(--anichangebg) }
.gold .lsupport li:last-child :after{background-color: var(--anichangebg) } */

.gold .lsupport {
    display: inline-grid;
    margin-bottom: 24px;
}

/* .lsupport li.l-1 span {
    background: #2666bd;
    color: #fff;
    border: 1px solid #2666bd;
} */

.gold .lsupport li {
    z-index: 2;
    background: #ffffd7;
    border-radius: 20px;
    border: 1px solid #ffda43;
    width: fit-content;
    display: inline-block;
    margin-bottom: 16px;
}

.gold .lsupport li span {
    /* background: #ffffd7;
    border: 1px solid #ffda43; */
    display: inline-block;
    padding: 5px 24px 5px 12px;
    position: relative;
    text-indent: 32px;
}

.gold .lsupport li span:before {
        content: "";
        background: url(/themes/default/images/gold/customer-support.png) no-repeat;
        background-size: 24px;
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 6px;
        vertical-align: middle;
        margin-right: 4px;
    }
    

    .lsupport li.l-2 span:before {
        background: url(/themes/default/images/gold/free.png) no-repeat;
        background-size: 24px;
    }

    .lsupport li.l-3 span:before {
        background: url(/themes/default/images/gold/test.png) no-repeat;
        background-size: 24px;
    }

    .lsupport li.l-4 span:before {
        background: url(/themes/default/images/gold/Icon-Kho-bai-hoc.png) no-repeat;
        background-size: 24px;
    }

    .lsupport li.l-5 span:before {
        background: url(/themes/default/images/gold/search.png) no-repeat;
        background-size: 24px;
    }

    .lsupport li.l-6 span:before {
        background: url(/themes/default/images/gold/feedback.png) no-repeat;
        background-size: 24px;
    }

    .lsupport li.l-7 span:before {
        background: url(/themes/default/images/gold/teacher.png) no-repeat;
        background-size: 24px;
    }

    .lsupport li.l-8 span:before {
        background: url(/themes/default/images/gold/block.png) no-repeat;
        background-size: 24px;
    }

    .lsupport li.l-9 span:before {
        background: url(/themes/default/images/gold/Icon-he-thong-giao-bai.png) no-repeat;
        background-size: 24px;
    }

    .lsupport li.l-10 span:before {
        background: url(/themes/default/images/gold/Icon-khen-thuong-qua.png) no-repeat;
        background-size: 24px;
    }

    .lsupport li.l-11 span:before {
        background: url(/themes/default/images/gold/Icon-kho-de-thi.png) no-repeat;
        background-size: 24px;
    }

    .lsupport li.l-12 span:before {
        background: url(/themes/default/images/gold/Icon-Tai-lieu-doc-quyen.png) no-repeat;
        background-size: 24px;
    }

    .gold .g-hotline span {
    min-width: 220px;
    background: rgb(243,200,26);
    background: linear-gradient(0deg, rgba(243,200,26,1) 0%, rgba(255,220,80,1) 100%);
    padding: 6px 24px;
    text-align: center;
    display: inline-block;
    margin: 0 16px;
    border-radius: 20px;

}
.gold .g-hotline span:hover{
        opacity:.8;
    }

    .gold .g-hotline {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }
    .gold .g-hotline span:hover{
        cursor: pointer;
    }
    .gold .g-hotline a {
        color: #ff0201;
    }
/*.theme.gold .container{
    max-width:100%;
}*/
.gold .section.zone3 {
    position:relative;
    background: rgb(41,105,191);
    background: linear-gradient(0deg, rgba(41,105,191,1) 0%, rgba(26,111,227,1) 100%);
}

.gold .head-b3 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    padding: 24px 0;
    color: #fff;
}

.gold .l-help {
    display: flex;
    justify-content: space-around;
}

.gold .d-help {
    border-radius: 10px;
    position: relative;
    background: #ffeccc;
}

.gold .l-help li {
    padding: 8px;
    position: relative;
    width: 140px;
    height: 140px;
    
}
.gold .l-help li :hover {
    cursor: pointer;
}

.gold .l-help li .bl div{
    display: flex;
    justify-content: center;
    text-align: center;
}

.gold .one-d {
    animation: scale 0.5s ease;
    transform-origin: center center;    
    position: absolute;
    width: 125% !important;
    height: 125% !important;
    border-radius: 10px;
    top: -12.5%;
    left: -12.5%;
    background: rgb(251,210,159);
    background: linear-gradient(90deg, rgba(251,210,159,1) 0%, rgba(247,189,117,1) 99%);
}

@keyframes scale {
    0%{
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}
.one-d div{
    margin: 16px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.l-num {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.g-hotline.mb-32 span {
    margin: 0 auto 32px auto;
}
/*.section.zone3::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/themes/default/images/gold/nen-icon-muc-tieu-1.png) no-repeat center;
    background-size: cover;
    z-index: -1;
    background-position: top;
    opacity: .78;
}*/
.text-b4 {
    max-width: fit-content;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    top: 16px;
    padding: 8px 16px;
    background: #fcf7ef;
    left: 1px;
    right: 1px;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
}

.head-b4 {
    padding-top: 40px;
    position: relative;
}

    .head-b4 .border-t {
        border-top: 2px solid #f7bd75;
        width: 100%;
        height: 2px;
        display: block;
        margin-bottom: 32px;
    }

.section.zone4, .section.zone6 {
    background: #fcf7ef;
    padding-bottom: 24px;
}

.b4boxtable {
    max-width: 710px;
    margin: 0 auto;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding-top: 16px;
    box-shadow: 0 4px 5px #00000026;
}

    .b4boxtable .itemf {
        display: block;
        padding-bottom: 12px;
        text-align: left;
        padding-left: 16px;
    }

        .b4boxtable .itemf.vgold {
            padding-left: 32px;
        }

.tablecontainer tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.tablecontainer tbody tr td {
    height: 48px;
    padding: 8px;
}

    .tablecontainer tbody tr td:first-child {
        padding-left: 16px;
        min-width: 160px;
        font-weight: bold;
    }

.text-bnote {
    display: block;
    text-align: center;
}

    .text-bnote > span {
        margin: 0px 16px 16px 16px;
        font-weight: bold;
        display: block;
    }

    .text-bnote .g-hotline.mb-32 span {
        padding: 6px 32px
    }

    .text-bnote .g-hotline.mb-32 a {
        color: initial;
        cursor: pointer;
    }

.banner-g {
    position: absolute;
    /* bottom: 54px;
    right: -85px; */
    bottom: 66px;
    right: 0;
}

.section.zone2 {
    position: relative;
}

.thumb-g {
    max-width: 300px;
    display: block;
}

    .thumb-g img {
        max-width: 100%;
    }

.b5-content {
    display: block;
    padding: 24px;
    border-radius: 20px;
    border: 3px solid #2666bd;
    position: relative;
}

.section.zone5 {
    background: #ffe165;
    padding: 48px 0 24px 0;
    position:relative;
}

.head-b5 {
    font-size: 24px;
    position: absolute;
    margin: 0 auto;
    display: block;
    left: 1px;
    right: 1px;
    top: -19px;
    background: #ffe165;
    max-width: fit-content;
    text-transform: uppercase;
    color: #2666bd;
    padding: 0 8px;
}

.note-ph {
    font-size: 20px;
    display: block;
    margin-bottom: 16px;
}

.b5-listc li {
    margin-bottom: 10px;
    padding-left: 32px;
}

    .b5-listc li span {
        position: relative;
    }

        .b5-listc li span::before {
            content: "";
            background: url(/themes/default/images/gold/icon-tichxanh.png) no-repeat;
            position: absolute;
            top: -1px;
            left: -30px;
            display: block;
            background-size: 20px;
            width: 20px;
            height: 20px;
        }

.banner-b5 {
    position: absolute;
    bottom: -8px;
    right: 1px;
}

    .banner-b5 .thumb-b5 {
        max-width: 237px;
        display: block
    }

        .banner-b5 .thumb-b5 img {
            max-width: 100%;
        }

.g-hotline.vcolor span {
    background-image: linear-gradient(to bottom, #1a71e5, #1a6edf, #196bda, #1969d4, #1866cf);
    color: #fff;
}

    .g-hotline.vcolor span a {
        color: #fff;
    }

.zone6 .text-b4 {
    color: #2666bd;
    /* max-width: 333px; */
}

.b6-info {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}
.b6-info span{
    max-width: 500px;
    text-align: center;
}
/* .list-gv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */

    .list-gv li {  
        width: 31%;
        margin:0px 16px 32px 16px;
        box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        background: #fff;
    }

        .list-gv li .thumb-images img {
            max-width: 100%;
            border-radius: 10px;
        }

.box-gv {
    /* min-height: 430px; */
    display: block;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}

.vrating {
    background: url(/themes/default/images/gold/star.svg);
    background-size: 16px;
    display: block;
    width: 78px;
    height: 14px;
    margin: 0 auto 8px auto;
    text-align: center;
    filter: invert(98%) sepia(53%) saturate(3769%) hue-rotate(346deg) brightness(98%) contrast(98%);
}

.box-gv .app-name {
    font-size: 18px;
    margin-top: 16px;
    display: block;
    font-weight: bold;
    text-align: center;
}

.box-gv .vnote {
    display: block;
}

.b6-gt ul {
    /* list-style: disc; */
    display: block;
    text-align: center;
    max-width: 72px;
    height: 6px;
    margin: 0 auto 4px auto;
}

    .b6-gt ul li {
        display: inline-block;
        float: left;
        width: 6px;
        height: 6px;
        background: #000;
        margin-right: 4px;
        border-radius: 50%;
    }

.b6-gt {
    display: block;
    margin-bottom: 16px;
}

.b6-vs {
    display: block;
    text-align: center;
}

.section.zone7, .section.zone9, .section.zone11 {
    background: #ffde58;
    padding-bottom: 24px;
    position:relative;
}

.zone7 .text-b4, .zone9 .text-b4 {
    background: #ffde58;
    /* max-width: 270px; */
    color: #2666bd;
}

/* .zone9 .text-b4 {
    max-width: 478px;
} */

.zone7 .head-b4 .border-t, .zone9 .head-b4 .border-t {
    border-top: 2px solid #fff;
}

.b7-info {
    margin-bottom: 16px;
    display: block;
}

.list-mon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
}

    .list-mon li {
        width: 25%;
        border-radius: 10px;
        display: block;
    }

        .list-mon li .thumb-b7 img {
            max-width: 100%;
            display: block;
            border-radius: 10px;
        }

        .list-mon li .thumb-b7 {
            display: block;
            padding: 0 24px 8px 24px;
        }

    .list-mon .app-name {
        font-weight: bold;
        display: block;
        text-align: center;
    }

.section.zone8, .section.zone10, .section.zone12 {
    background: #fcf7ef;
    padding: 24px 0;
}

.head-b8, .head-b10, .head-b11, .head-b12 {
    font-size: 24px;
    display: block;
    text-align: center;
    color: #2666bd;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.banner-b8 span {
    max-width: 600px;
}

    .banner-b8 span img {
        max-width: 100%;
        display: block;
    }

.b8-info {
    margin-bottom: 8px;
}

.banner-b8 {
    display: block;
    margin-bottom: 24px;
}

.b9-info {
    margin-bottom: 12px;
}

.list-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
    
}

    .list-logo li {
        padding: 4px;
        width: calc( 18% - 8px );
        border-radius: 5px;
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
        background: #fff;
    }

        .list-logo li span img {
            max-width: 100%;
            display: block;
        }

        .list-logo li span {
            display: block;
            padding: 4px 8px;
            background: #fff url(/themes/default/images/gold/Logo-vndoc.png) no-repeat;
            background-size: 120px;
            height: 36px;
            border-radius: 5px;
            text-align: center;
            background-position: center;
        }

            .list-logo li span.bdownload {
                background: #fff url(/themes/default/images/gold/logo-download.png) no-repeat;
                background-size: 120px;
                background-position: center;
            }

            .list-logo li span.bhoatieu {
                background: #fff url(/themes/default/images/gold/logo-hoatieu.png) no-repeat;
                background-size: 120px;
                background-position: center;
            }

            .list-logo li span.bqtm {
                background: #fff url(/themes/default/images/gold/logo-quantrimang.jpg) no-repeat;
                background-size: 120px;
                background-position: center;
            }

            .list-logo li span.bgamevui {
                background: #fff url(/themes/default/images/gold/logo-Gamevui.png) no-repeat;
                background-size: 100px;
                background-position: center;
            }

.b5-listc.colow li {
    margin-bottom: 16px;
}

    .b5-listc.colow li span::before {
        top: 0;
        left: -30px;
        display: block;
        background-size: 18px;
        width: 18px;
        height: 18px;
        /* filter: brightness(0) invert(1); */
    }

.note-b9 {
    margin-bottom: 16px;
    display: block;
    font-weight: bold;
    font-style: italic;
}
.gold .pbt{
    margin: 24px 0px !important;
}
.list-hs {
    padding-top: 96px;
}

    .list-hs li {
        margin-bottom: 60px;
    }


    .list-hs .thumb-hs img {
        width: 150px;
        border: 2px solid #bfbfbf;
        position: absolute;
        border-radius: 10%;
        display: block;
        top: -75px;
        left: calc(50% - 77px);
    }


.box-hs {
    display: block;
    margin: 0px 8px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 0px 16px 8px 16px;
}
.gold .box-hs .c-box-hs{
    padding-top: 91px;
    height: 100%;
}
.gold .list-hs .slick-list{
    padding-top: 99px !important;
}
.gold .slick-prev:before, .slick-next:before {
    color: #196ad8 !important;
}
.v-name, .v-dt {
    display: block;
    text-align: center;
    line-height: 22px;
}

.v-dt {
    color: gray;
    font-style: italic;
    margin-bottom: 12px;
}
.slide-prev{ 
    animation : slide-prev 1s ease-in-out ;
} 

.head-b10 {
    margin-bottom: 0px;
}

.box-hs .vnote {
    display: inline-block;
    min-height: 130px;
    line-height: 24px;
    word-break: break-word;
}

.ph .box-hs .vnote {
    min-height: 145px;
}

.section.zone11 {
    padding-top: 24px;
}

.b11boxtable .tablecontainer tbody tr:nth-child(even) {
    background: #fff;
}

.ino, .iyes {
    display: block;
    width:50px;
}

.ino {
    background: url(/themes/default/images/gold/icon-tichdo.png) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin: 0 auto;
}

.iyes {
    background: url(/themes/default/images/gold/icon-tichxanh.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.b11boxtable .tablecontainer table {
    border-collapse: collapse;
    width: 100%;
}
.b11boxtable .btitle {
    background: #2666bd;
    height:56px;

}
.b11boxtable {
    border-radius: 10px;
    display: block;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.17);
    overflow: hidden;
}
    .b11boxtable .tablecontainer tbody tr td {
        height:34px;
    }
    .b11boxtable .vatop {
        color: #fff;
        width: 99px;
        font-weight: normal;
    }
    .b11boxtable .tablecontainer tbody tr td:first-child {
        padding:16px 16px 16px 24px;
    }
.list-l {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 24px;
    margin-bottom: 48px;
}
    .list-l li {
        width: 24%;
        border-radius: 5px;
        display: block;
        box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.17);
        background: #fff;
        padding: 24px 16px;
        position: relative;
    }
.titleb12 {
    background: #ffda43;
    border-radius: 3px;
    padding: 10px 32px;
    position: absolute;
    left: 0;
    right: 1px;
    text-align:center;
    margin: 0 auto;
    width: 35% ;
    top: -25%;
    font-weight:bold;
}
.priceb12.bone {
    padding-top: 16px;
    display: block;
    margin-bottom: 4px;
}
.baner12 span{
    display:block;max-width:369px;

}
.baner12 span img{
    width:100%;
}
.box12-pay {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .box12-pay .item12{
        width: 49%;
    }
.f24 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}
.b12text{
    display:block;
}
.fcontent{
    display:block;
    margin-bottom:16px;
}
.box-12-send {
    display: block;
    padding: 24px;
    border-radius: 10px;
    background: #1b70e4;
}
.head12{

    font-size:18px;
    color:#fff;
    display:block;
    font-weight:bold;
    text-align:center;
    margin-bottom:16px;
}
.titlesend {
    display: block;
    color: #fff;
    line-height: 20px;
}
.input-b12 {
    border-radius: 20px;
    height: 36px;
    display: block;
    padding: 0;
    text-indent: 16px;
    width: 100%;
    border: 0;
}
.itemsend{
    margin-bottom:16px;
}
.smon, .sthang {
    width: 100%;
    height: 36px;
    border-radius: 20px;
    padding: 0 16px;
}
.sbmit12 {
    background: rgb(243,200,26);
    background: linear-gradient(0deg, rgba(243,200,26,1) 0%, rgba(255,220,80,1) 100%);
    padding: 6px 32px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    border-radius: 20px;
    border: 0;
    font-size: 16px;
    height: 36px;
    /* text-align: center; */
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
.gold .pt{
    padding: 26px 0px;
}
.sbmit12:hover{
    opacity:.87;
}
.btn-submit12 {
    padding: 16px 0;
}
.banner-b7 {
    background: url(themes/default/images/gold/nen-icon-ai-nen-mua-gold-2.png) no-repeat;
    position: absolute;
    right: 0;
    display: block;
    width: 250px;
    height: 104px;
    bottom: 0;
    background-size: contain;
    opacity: .54;
}
.baner9 {
    background: url(themes/default/images/gold/nen-tai-sao-mua-goi-gold.png) no-repeat;
    position: absolute;
    right: 0;
    display: block;
    width: 485px;
    height: 319px;
    bottom: 0;
    background-size: contain;
    opacity: .54;
    z-index: 0;
}
.baner3 {
    background: url(themes/default/images/gold/nen-icon-muc-tieu-1.png) no-repeat;
    position: absolute;
    left: -2px;
    display: block;
    width: 285px;
    height: 287px;
    top: 0;
    background-size: contain;
    opacity: .54;
    z-index: 0;
}
.baner3right {
    background: url(themes/default/images/gold/nen-icon-muc-tieu-2.png) no-repeat;
    position: absolute;
    right: 0;
    display: block;
    width: 120px;
    height: 316px;
    top: 0;
    background-size: contain;
    opacity: .54;
    z-index: 0;
}


@media (max-width: 1000px) {
    .gold{
        font-size: 16px;
    }
    .gold .pbt{
        margin: 0px !important;
    }
    .list-l{
        display: unset !important;
    }
    .gold .text-color {
        display: flex;
        top: 50% !important;
        left: 50%  !important;
        transform: translate(-50% , -50% );
        justify-content: center;
        align-items: center;
    }
    .gold .b1 .b1-thum{
        width: 100% !important;
        height: 100%;
        display: block;
        padding: 0px 0px 0px 16px;

    }
    .gold .b1 .b1-thum img{
    width: 100%;
    height: 80%;
    }
    .gold .banner-g {
        position: absolute;
        bottom: 54px;
        right: 0px;
    }
        .tablecontainer tbody tr td:first-child  { 
            min-width: unset;
         }
         .section{
            padding: 0 !important;
         }
         .b1 .b1-thum{
            width: unset !important;
            float: unset !important;
            display: unset;
         }
         .b1 .b1-thum img {
            width: 100%;
            display: block;
        }
        .gold .lsec{
            width: 45%;
        }
        .gold .b1{
            display: flex;
            height: 100%;
            flex-wrap: unset !important;
            background: unset !important;
            position: unset !important;
        }
        .gold .rsec{
            position: unset;
            width: 55% !important;
        }
        .gold .title-b1{
            line-height: normal !important;
            font-size: 3vw !important;
            margin-top: 0px;
        }
        .gold .text-color div {
            display: inline-grid;
        }
        .gold .text-color i {
            line-height: normal;
            display: inline-block;
            font-size: 3vw !important;
            margin: 0 !important;
            padding: 0 !important;
        }
        .text-color{
            top:2px !important;
            left:0px !important;
        }
        .gold .b1-rthumb{
            padding: 0px 16px;
            width: 80%;
        }
        .gold .box-section.b1{
            font-size: 16px;
        }
        .gold .listpen li span{
            padding: 0px;
            font-size: 2vw;
            text-indent: unset;
        }
        .gold .listpen {
            padding-left: 8vw;
        }
        .gold .b1-cont{
            clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
        }
        .gold .box-btn{
            max-width: unset;
            display: flex;
            justify-content: center;
        }
        .gold .btn-gold-sub{
            font-size: 3vw;
            margin: 8px 0px !important;
            padding: 2px 8px !important;
        }
        .gold .listpen li span::before{
            content: "";
            background: url(/themes/default/images/gold/icon-but-chi.png) no-repeat center center;
            background-size: contain;
            width: 16px;
            height: 16px;
        }
        .gold .head-b2{
            height: unset;
            max-width: unset;
            margin: 0px 16px 16px 16px ;
            padding: 8px;
        }
        .gold .note-b2 {
            font-size: 18px;
            padding: 0px 16px 16px 16px;
        }
        .gold .lsupport{
            margin: 0px 16px 24px 16px;
        } 
        .gold .banner-g{
            position: unset;
        }
        .gold .g-hotline {
            padding: 26px 0;
            margin: 0px 16px;
        }
        .gold .g-hotline span .bt{
            margin-bottom: 16px;
            font-size: 16px;
        }
        .gold .g-hotline .bt{
            margin-bottom: 16px;
        }
        .g-hotline.mb-32 span {
            margin: unset;
        }
        .gold .d-help{
            width: fit-content;
            margin: auto !important;
        }
        .gold .l-help{
            display: unset;
        }
        .gold .lsupport li {
            width: unset;
        }
        .gold .l-help li{
            margin-top: 16px;
        }
        .gold .b4-table {
            margin: 100px 8px 24px 8px !important;
        }
        .gold .thumb-g{
            margin: auto;
        } 
        .gold .section.zone5{
            padding-top: 46px !important;
        }
        .gold .banner-b5{
            display: flex;
            position: unset;
            justify-content: center;
        }
        .gold .b5-content {
            margin: 0px 16px 0px 16px;
            padding: 48px 16px 2px 16px;
        }
        .gold .b2{
            padding: 24px 0px 0px 0px;
        }
        .gold .b6{
            margin-top: 8px;
        }
        .gold .b7{
            margin-top: 8px;
        }
        .gold .b8{
            padding-top: 32px;
        }
        .gold .b9{
            margin-top: 61px;
        }
        .gold .b10{
            padding-top: 30px;
        }
        .gold .b11{
            padding-top: 30px;
        }
        .gold .b12{
            padding: 30px 16px 0px 16px;
        }
        .gold .list-gv {
            display: unset;
        }
        .gold .box-mon{
            display: flex;
            margin-top: 24px;
        }
        .gold .list-mon{
            display: unset;
        }
        .gold .list-mon li {
            width: unset !important;
        }
        .gold .list-logo li span{
            background-size: contain;
            padding :0px;
            height: 90%;
            width: 90%;
            margin: auto;
        }
        .gold .list-logo li{
            height: 25px;
            background: #fff;
        }
        /* .gold .list-hs {
            display: unset;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
        }    */
        .gold .head-b5{
                text-align: center;
                margin: 0px;
                top: 0%;
                left: 50%;
                transform: translate( -50% , -50% );
                padding: 0 8px;
        }
        .gold .list-hs .thumb-hs img {
            top: -75px !important;
            max-width: unset;
        }
        .gold .box-section.b5{
            max-width: 800px !important;
        }
        .gold .slick-next{
            right: 16px;
        }
        .gold .slick-prev {
            left: 16px;
        }
        .gold .slick-prev:before, .slick-next:before {
            color: #196ad8;
        }
        /* .gold .list-hs li.ph {
            margin-bottom: 60px;
        } */
        .gold .head-b10{
            margin-bottom: 60px;
        }
        .gold .nw{
            margin-top: 30px !important;
        }
        .gold .head-b11{
            margin-bottom: 16px;
        }
        .gold .tablecontainer tbody tr td:first-child {
            min-width: unset;
        }
        .gold .head-b12{
            margin-bottom: 48px;
        }
        .gold .list-l li{
            text-align: center;
            margin: auto;
            margin-top: 48px;
            width: 70%;
        }
        .gold .box12-pay{
            display: unset;
        } 
        .gold .box12-pay .item12 {
            margin-top: 24px;
            width: unset;
        }
        .gold .text-b4{
            top:18px;
        }
        .gold .list-mon li .thumb-b7 img {
            margin: auto;
            max-width: 150px;
        }
        .gold .b11boxtable .tablecontainer-2 tbody tr td:first-child{
            min-width: 110px;
        }
        .gold .b4boxtable{
            margin: 0 16px;
        }
        .gold .b4boxtable  .itemf.vgold {
           padding-left: 8px;
        }
        .gold .b4boxtable .itemf {
            padding-left: 8px;
        }
        .gold .b4boxtable {
            max-width: 100%;
        }
        .gold .b6-info{
            text-align: center;
            margin: 48px 16px 16px 16px;
        }
        .gold .b6-gt{
            margin: 32px 0 0 0;
        }
        .gold .list-gv li .thumb-images img{
            width: 100%;
        }
        .gold .list-mon .app-name {
            display: flex;
            align-items: center;
        }
        .gold .b7-info{
            margin: 16px;
        }
        .gold .b8-info {
            margin: 16px;
        }
        .gold .b9-info {
            margin: 0px 16px 12px 16px;
        }
        .gold .list-logo{
            margin: 0px 16px 12px 16px;
        }
        .gold .b5-listc{
            margin: 0px 16px 12px 16px;
        }
        .gold .note-b9{
            margin: 0px 16px 12px 16px;
        }
        .gold .b11boxtable{
            margin: 0px 16px 12px 16px;
        }
        .gold .slick-list {
            height: 100%;
            padding: 6px 0;
        }
        .gold .list-gv {
            margin: auto;
            width: 70%;
            display: block;
        }
        /* .gold .list-hs {
            margin: auto;
            width: 70%;
            display: block;
        } */
        .gold .list-l li{
            padding: 24px 8px 16px 8px !important;
        }
}

@media (min-width: 700px) and (max-width: 1000px) {
    .gold .slick-next{
        right: 0px;
    }
    .gold .slick-prev {
        left: 0px;
    }
}
@media (max-width: 500px)  {
    .gold .head-b10 {
        margin-bottom: 0px;
    }
    .gold .list-mon li {
        width: 100% !important;
    }
    /* .gold .list-hs {
        max-height: 415px;
        width: 100% !important;
    } */
    /* .gold .list-gv {
        width: 100% !important;
    } */
    .gold .list-mon {
        width: calc(100% - 32px) !important;
        margin: 0px 16px;
        display: block;
    }
    .gold .list-mon li .thumb-b7 {
        padding: 0 24px 0 0 !important;
    }
    .gold .list-mon .app-name{
        text-align: unset !important;
    }
    .gold .b6-gt {
        margin: 8px 0 0 0;
    }
    .gold .text-b4{
        position: unset;
    }
    .gold .head-b4 .border-t{
        display: none;
    }
    .gold .head-b4 {
        display: flex;
        justify-content: center;
        padding-top : 24px  !important;
    }
    .gold .b9 {
        margin-top: 24px;
    }
    .gold .note-b9 {
        margin: 0px 16px;
    }
    .gold .nw {
        margin-top: 0px !important;
        padding:0;
        padding-bottom: 24px !important;
    }
    .gold .section {
        margin: 0px ;
    }
    .gold .b12 {
        margin-bottom: 24px;
    }
    .gold .b4-table {
        margin: 24px 8px 24px 8px !important;
    }
}



