/** Shopify CDN: Minification failed

Line 294:1 Expected "}" to go with "{"

**/

.pricing-compare .product-content{
    margin: 0;
}

.pricing-compare .product-tabs__content{
    display: flex;
}

h3.heading.h5{
    font-family: var(--hd-font-family);
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 0px;
    transition: all .4s;
}

@media (max-width: 1199px){
    .pricing-compare .product-tabs__content{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 30px;
        padding: 30px 15px;
    }
}

.pricing-compare .product-content__tabs{
    margin: 0;
    width: 100%;
}

.pricing_description-left .ap-navtabs{
    margin-top: 28px;
}

@media (min-width: 1000px){
    .pricing_description-left{
        width: 50%;
    }  
}

.pricing-compare .ap-navtabs[arrows] .ap-navtabs__scroller{
    width: fit-content;
}

.pricing-compare .ap-navtabs[arrows] .ap-navtabs__item-list{
    gap: 0;
}

.pricing-compare .ap-navtabs[arrows] .ap-navtabs__item-list:after{
    display: none;
}

.pricing-compare .ap-navtabs__item-list{
    height: 36px;
    border-radius: 9px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF8A;
    box-shadow: none;
    justify-content: flex-start;
}

.pricing-compare .ap-navtabs__position{
    background: none;
}

.pricing-compare .ap-navtabs__item{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #121212;
    padding: 6px 25px;
}

.pricing-compare .ap-navtabs__item[ap-expanded-aria=true]{
    background: linear-gradient(135deg, #336AEA 0%, #9D57F5 100%);
    border-radius: 9px;
    color: #fff;
}

.pricing_description-left h3.heading.h2{
    margin: 22px 0 30px;
}

@media (min-width: 1000px){
    .desc_text-ctn p{
        width: 520px;
        margin-bottom: 36px;
    }
}


.desc_text-ctn li{
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #121212;
}
.desc_text-ctn li::before{
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M13.7188%200.28125C13.9062%200.489583%2014%200.729167%2014%201C14%201.27083%2013.9062%201.51042%2013.7188%201.71875L5.71875%209.71875C5.51042%209.90625%205.27083%2010%205%2010C4.72917%2010%204.48958%209.90625%204.28125%209.71875L0.28125%205.71875C0.09375%205.51042%200%205.27083%200%205C0%204.72917%200.09375%204.48958%200.28125%204.28125C0.489583%204.09375%200.729167%204%201%204C1.27083%204%201.51042%204.09375%201.71875%204.28125L5%207.59375L12.2812%200.28125C12.4896%200.09375%2012.7292%200%2013%200C13.2708%200%2013.5104%200.09375%2013.7188%200.28125Z%22%20fill%3D%22url(%23paint0_linear_480_346)%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_480_346%22%20x1%3D%22-2%22%20y1%3D%22-3%22%20x2%3D%2211.8761%22%20y2%3D%2212.8584%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23336AEA%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239D57F5%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
    width: 16px; /* Điều chỉnh kích thước của icon tùy thích */
    height: 14px;
    background-repeat: no-repeat;
}


.pricing_description-right .product-tabs__tab-item-content{
    display: flex;
    /* gap: 30px; */
}

.box_content-price{
    width: 100%;
    padding: 45px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    transition: all .4s;
    text-align: center;
}

.box_content-price .heading.heading--small{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: math-auto;
    margin: 12px 0 28px;
}

.box_content-price .description1{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: all .4s;
}

.box_content-price .description1 span{
    font-size: 50px;
    line-height: 55px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box_content-price .description2{
    padding: 16px 0 32px;
    font-family: var(--hd-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 1px solid #E6E6E6;
    transition: all .4s;
}

.box_content-price .description2 span{
    font-size: 60px;
    font-weight: 700;
    line-height: 68px;
    color: var(--primary);
}

.box_content-price .description3{
    margin-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #E6E6E6;
}

.description3 ul{
    margin: 30px 0 0!important;
    border-bottom: 1px solid #A4A4A4;
    transition: all .4s;
    padding: 0;
}

.description3 ul li{
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 30px!important;
}

.description3 ul li strong{
    font-weight: 400;
    color: #A4A4A4;
}

.description3 ul li:before{
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_720_886)%22%3E%0A%3Cpath%20d%3D%22M12.3701%204.75896C12.0209%204.40588%2011.452%204.40142%2011.0973%204.74904L4.44483%2011.324L1.55292%208.33011C1.208%207.97062%200.636985%207.95882%200.277533%208.30374C-0.0819574%208.64866%20-0.0937568%209.21968%200.25116%209.57913C0.252723%209.58073%200.254247%209.58233%200.25581%209.58393L3.78187%2013.2381C3.95062%2013.4102%204.18125%2013.5077%204.42232%2013.5087H4.43225C4.66874%2013.5079%204.89551%2013.4143%205.06367%2013.248L12.362%206.03173C12.7146%205.68205%2012.7182%205.11314%2012.3701%204.75896Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M9.19404%2013.2381C9.36236%2013.4098%209.59225%2013.5072%209.83269%2013.5087H9.84261C10.0791%2013.5079%2010.3059%2013.4143%2010.474%2013.248L17.7724%206.03173C18.1032%205.65923%2018.0694%205.08911%2017.6969%204.7583C17.3593%204.45839%2016.8518%204.45444%2016.5095%204.74904L9.85973%2011.324L9.62249%2011.0777C9.27761%2010.7182%208.70659%2010.7064%208.3471%2011.0513C7.98761%2011.3962%207.97577%2011.9672%208.32069%2012.3267C8.32225%2012.3283%208.32381%2012.3299%208.32538%2012.3315L9.19404%2013.2381Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_720_886%22%3E%0A%3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    transition: all .4s;
}

/* .description3 ul li strong:before{
    display: block;
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_720_902)%22%3E%0A%3Cpath%20d%3D%22M12.3701%204.75896C12.0209%204.40588%2011.452%204.40142%2011.0973%204.74904L4.44483%2011.324L1.55292%208.33011C1.208%207.97062%200.636985%207.95882%200.277533%208.30374C-0.0819574%208.64866%20-0.0937568%209.21968%200.25116%209.57913C0.252723%209.58073%200.254247%209.58233%200.25581%209.58393L3.78187%2013.2381C3.95062%2013.4102%204.18125%2013.5077%204.42232%2013.5087H4.43225C4.66874%2013.5079%204.89551%2013.4143%205.06367%2013.248L12.362%206.03173C12.7146%205.68205%2012.7182%205.11314%2012.3701%204.75896Z%22%20fill%3D%22%23A4A4A4%22%2F%3E%0A%3Cpath%20d%3D%22M9.19404%2013.2381C9.36236%2013.4098%209.59225%2013.5072%209.83269%2013.5087H9.84261C10.0791%2013.5079%2010.3059%2013.4143%2010.474%2013.248L17.7724%206.03173C18.1032%205.65923%2018.0694%205.08911%2017.6969%204.7583C17.3593%204.45839%2016.8518%204.45444%2016.5095%204.74904L9.85973%2011.324L9.62249%2011.0777C9.27761%2010.7182%208.70659%2010.7064%208.3471%2011.0513C7.98761%2011.3962%207.97577%2011.9672%208.32069%2012.3267C8.32225%2012.3283%208.32381%2012.3299%208.32538%2012.3315L9.19404%2013.2381Z%22%20fill%3D%22%23A4A4A4%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_720_902%22%3E%0A%3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
} */

.box_content-price .description2 ul,
.box_content-price .description2 li{
    padding: 0!important;
    margin: 0;
}
.box_content-price .btn-base{
    color: #1F1A17;
    background: var(--primary);
    padding: 16px 24px!important;
    width: fit-content;
    display: flex;
    margin: auto;
    transition: all .4s;
    border-radius: 5px;
}

.box_content-price .btn-base:hover{
    color: #fff;
}

/* hover */

.box_content-price:hover{
    background: #000000!important;
    box-shadow: 0px 4px 30px 0px #0000001A;
}
.box_content-price:hover h3.heading.h5{
    color: #fff;
}
.box_content-price:hover .description1{
    color: #A4A4A4;
}

.box_content-price:hover .description2,
.box_content-price:hover .description3,
.box_content-price:hover .description3 ul li{
    color: #fff!important;
}

.box_content-price:hover .btn-base{
    background: var(--primary);
}

.box_content-price:hover .description3 ul li:before{
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_720_918)%22%3E%0A%3Cpath%20d%3D%22M12.3701%204.75896C12.0209%204.40588%2011.452%204.40142%2011.0973%204.74904L4.44483%2011.324L1.55292%208.33011C1.208%207.97062%200.636985%207.95882%200.277533%208.30374C-0.0819574%208.64866%20-0.0937568%209.21968%200.25116%209.57913C0.252723%209.58073%200.254247%209.58233%200.25581%209.58393L3.78187%2013.2381C3.95062%2013.4102%204.18125%2013.5077%204.42232%2013.5087H4.43225C4.66874%2013.5079%204.89551%2013.4143%205.06367%2013.248L12.362%206.03173C12.7146%205.68205%2012.7182%205.11314%2012.3701%204.75896Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M9.19404%2013.2381C9.36236%2013.4098%209.59225%2013.5072%209.83269%2013.5087H9.84261C10.0791%2013.5079%2010.3059%2013.4143%2010.474%2013.248L17.7724%206.03173C18.1032%205.65923%2018.0694%205.08911%2017.6969%204.7583C17.3593%204.45839%2016.8518%204.45444%2016.5095%204.74904L9.85973%2011.324L9.62249%2011.0777C9.27761%2010.7182%208.70659%2010.7064%208.3471%2011.0513C7.98761%2011.3962%207.97577%2011.9672%208.32069%2012.3267C8.32225%2012.3283%208.32381%2012.3299%208.32538%2012.3315L9.19404%2013.2381Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_720_918%22%3E%0A%3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
}

@media (max-width: 767px){
    .pricing-compare .product-tabs__content{
        padding: 0;
    }

    .box_content-price{
        padding: 30px 15px;
    }
    .pricing-compare .product-tabs__content{
        row-gap: 0;
    }
}
@media (max-width: 767px) {
.pricing-compare,
.pricing-compare * {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
}