/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@font-face{font-family:lg;src:url(../fonts/lg.ttf?22t19m) format("truetype"),url(../fonts/lg.woff?22t19m) format("woff"),url(../fonts/lg.svg?22t19m#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;background:0 0;border:none;box-shadow:none;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{transform:scale3d(.5,.5,.5);opacity:0;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;transform:translate3d(0,100%,0);transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:0;border:none}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transform:translate3d(0,0,0);backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{transform:scale3d(1,1,1);transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transform-origin:0 0;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;transition:opacity .15s ease 0s,transform .15s ease 0s;transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{transition-delay:0s;transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;transform:translate3d(0,5px,0);transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{height:100%;width:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e904"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e907"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e905"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e906"}.lg-outer .lg-img-rotate{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0;transition:transform .3s cubic-bezier(.32,0,.67,0) 0s}.lg-rotate-left:after{content:"\e900"}.lg-rotate-right:after{content:"\e901"}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:"\e903"}.lg-flip-hor:after{content:"\e902"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;outline:0;transition:opacity .15s ease 0s}.lg-outer *{box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{transition-duration:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

h1, h2 {
  line-height: 56px;
}

:root {
  --color-primary: #f78d1e;
  --color-primary-1: #FDB913;
  --color-secondary: #124e91;
  --color-secondary-1: #27AAE1;
  --color-text-dark: #1A202C;
  --w-process: 0;
  --w-stars: 0;
  --bg-linear-gradient: linear-gradient(96.2deg, var(--color-secondary-1) -24.92%, var(--color-secondary) 99.99%);
  --bg-linear-gradient-1: linear-gradient(270deg, var(--color-primary) 35.83%, var(--color-primary-1) 95.07%);
}

html {
  font-size: 16px;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5em;
  background: rgba(26, 32, 44, 0.04);
  color: var(--color-text-dark);
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container {
    padding: 0 15px;
  }
}

.container-plus {
  max-width: 1328px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container-plus {
    padding: 0 15px;
  }
}

img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.title-global-v2 {
  font-size: 40px;
  color: var(--color-secondary);
}
@media (max-width: 768px) {
  .title-global-v2 {
    font-size: 24px;
  }
}

.footer {
  padding: 30px 0;
  color: #fff;
  background: var(--bg-linear-gradient);
  position: relative;
}
.footer__logo-over {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .footer__logo-over {
    display: none;
  }
}
.footer .wrapper-footer {
  display: flex;
}
@media (max-width: 768px) {
  .footer .wrapper-footer {
    flex-direction: column-reverse;
  }
}
.footer__col-1 {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .footer__col-1 {
    margin-bottom: 0px;
  }
}
.footer__col-1 > a {
  display: flex;
  margin-bottom: 26px;
  max-width: 226px;
}
.footer__col-1 p {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .footer__col-1 p {
    margin-bottom: 10px;
  }
}
.footer__col-1--thaiminhhitech {
  display: flex;
}
.footer__col-1--thaiminhhitech a {
  margin-bottom: 0;
  color: #fff;
  margin-left: 5px;
}
.footer__col-1--socials {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footer__col-1--socials {
    margin-top: 14px;
    margin-bottom: 24px;
  }
}
.footer__col-1--socials .social-item {
  margin-right: 16px;
}
.footer__col-1--socials .social-item a {
  display: flex;
}
.footer__col-1--socials .social-item a svg {
  transition: all 0.3s ease;
}
.footer__col-1--socials .social-item a svg path {
  transition: all 0.3s ease;
}
.footer__col-1--socials .social-item a:hover svg {
  fill: var(--color-primary);
}
.footer__col-1--socials .social-item a:hover path {
  fill: var(--color-primary);
}
.footer__col-1--dkkd {
  margin-bottom: 0 !important;
}
.footer__col-1--phone {
  display: flex;
  align-items: center;
}
.footer__col-1--phone span {
  margin-right: 3px;
}
.footer__col-1--phone a {
  margin-bottom: 0;
  color: #fff;
  margin-left: 3px;
}
.footer__col-1--email a {
  margin-bottom: 0;
  color: #fff;
}
.footer__col-end {
  flex-basis: 50%;
  display: flex;
}
@media (max-width: 768px) {
  .footer__col-end {
    display: block;
    position: relative;
    padding-bottom: 10px;
  }
  .footer__col-end::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #F7FAFC3D;
  }
}
.footer__col-end--wrapper-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .footer__col-end--wrapper-title {
    margin-bottom: 10px;
  }
}
.footer__col-end--wrapper-title__title {
  font-size: 1.5rem;
  font-weight: 700;
}
.footer__col-end--wrapper-title svg {
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .footer__col-end--wrapper-title svg {
    display: none;
  }
}
.footer__col-end--wrapper-title.active svg {
  transform: rotate(180deg);
}
.footer__col-end--menu {
  flex-basis: 35%;
}
@media (max-width: 768px) {
  .footer__col-end--menu {
    margin-bottom: 16px;
  }
}
.footer__col-end--menu li {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .footer__col-end--menu li {
    margin-bottom: 10px;
  }
}
.footer__col-end--menu li:last-child {
  margin-bottom: 0;
}
.footer__col-end--menu a {
  display: block;
  color: #fff;
}
.footer__col-end--menu a.active {
  color: var(--color-primary);
}
.footer__col-end--policy {
  flex-basis: 65%;
}
.footer__col-end--policy p,
.footer__col-end--policy a {
  margin-bottom: 16px;
  color: #fff;
  display: block;
}
@media (max-width: 768px) {
  .footer__col-end--policy p,
.footer__col-end--policy a {
    margin-bottom: 10px;
  }
}

.footer-line {
  background: var(--bg-linear-gradient-1);
  text-align: center;
}

#btnScrollToTopMobile {
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  border: none;
  outline: none;
  z-index: 8;
  padding: 10px;
}
#btnScrollToTopMobile svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}

.img-bocongthuong-mb,
.img-bocongthuong-pc {
  width: 195px;
}

.img-bocongthuong-mb {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .logo-footer-pc {
    display: none;
  }
}

.logo-footer-mb {
  display: none;
}
@media (max-width: 768px) {
  .logo-footer-mb {
    display: block;
  }
}

.footer-item-has-icon {
  margin-bottom: 16px;
}
.footer-item-has-icon svg {
  margin-top: 3px;
  margin-right: 10px;
  max-width: 16px;
  height: 16px;
  width: 100%;
}
.footer-item-has-icon p {
  margin-bottom: 0;
}

.footer-v2 {
  padding: 60px 0;
  margin-top: 80px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .footer-v2 {
    margin-top: 35px;
  }
}
.footer-v2__top {
  border-bottom: 2px solid #0084cb;
  padding-bottom: 15px;
  display: flex;
}
@media (min-width: 768px) {
  .footer-v2__top {
    flex-wrap: wrap;
  }
}
.footer-v2__top--item-list {
  margin-right: 100px;
}
@media (max-width: 768px) {
  .footer-v2__top--item-list {
    margin-right: 50px;
  }
}
.footer-v2__top--item-list:last-child {
  margin-right: 0;
}
.footer-v2__top--item-list__title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .footer-v2__top--item-list__title {
    margin-bottom: 5px;
  }
}
.footer-v2__top--item-list__double {
  display: flex;
}
@media (max-width: 768px) {
  .footer-v2__top--item-list__double {
    flex-direction: column;
  }
}
.footer-v2__top--item-list__double ul:first-child {
  margin-right: 50px;
}
@media (max-width: 768px) {
  .footer-v2__top--item-list__double ul:first-child {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.footer-v2__top--item-list__detail li {
  margin-bottom: 5px;
}
.footer-v2__top--item-list__detail li:last-child {
  margin-bottom: 0;
}
.footer-v2__top--item-list__detail a {
  color: #fff;
  display: block;
}
.footer-v2__bottom {
  margin-top: 30px;
}
.footer-v2__bottom--content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer-v2__bottom--content {
    flex-direction: column;
  }
}
.footer-v2__bottom--logo {
  display: block;
  margin-bottom: 30px;
}
.footer-v2__bottom--logo img {
  max-width: 330px;
}
@media (max-width: 768px) {
  .footer-v2__bottom--logo img {
    max-width: 170px;
  }
}
.footer-v2__bottom--left__name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
  line-height: 1.4;
}
.footer-v2__bottom--left__text {
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .footer-v2__bottom--left__text {
    margin-bottom: 10px;
  }
}
.footer-v2__bottom--left__text a {
  color: #fff;
}
.footer-v2__bottom--right__top {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .footer-v2__bottom--right__top {
    flex-direction: column;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .footer-v2__bottom--right__top--item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.footer-v2__bottom--right__top--item:first-child {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .footer-v2__bottom--right__top--item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footer-v2__bottom--right__top--title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.footer-v2__bottom--right__bottom a {
  display: block;
}
@media (max-width: 768px) {
  .footer-v2__bottom--right__bottom a {
    text-align: center;
  }
}
.footer-v2__bottom--right__bottom img {
  width: 330px;
  height: auto;
}
@media (max-width: 768px) {
  .footer-v2__bottom--right__bottom img {
    width: 130px;
    padding: 6px 15px;
    background: #fff;
    border-radius: 19px;
  }
}
.footer-v2__call {
  display: flex;
  align-items: start;
}
.footer-v2__call img {
  width: 45px !important;
  height: auto !important;
  margin-right: 10px;
}
.footer-v2__call div span {
  color: #fff;
}
.footer-v2__call div span:first-child {
  font-size: 19px;
}
.footer-v2__call div span:last-child {
  font-size: 29px;
  font-weight: 600;
}

.hover-title-footer {
  transition: all 0.3s ease;
}
.hover-title-footer:hover {
  color: #41d5ff;
}

.arrow-slider {
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #124e91;
  transition: all 0.3s ease;
  cursor: pointer;
  filter: drop-shadow(0px 0px 28px rgba(0, 0, 0, 0.12));
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-slider:hover {
  border: 1px solid #41d5ff;
}
.arrow-slider:hover svg,
.arrow-slider:hover path {
  fill: #41d5ff !important;
}
@media (max-width: 768px) {
  .arrow-slider {
    width: 30px;
    height: 30px;
  }
}
.arrow-slider .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-slider .arrow svg,
.arrow-slider .arrow path {
  fill: #124e91;
  transition: all 0.3s ease;
}

.slider_dots {
  width: 200px;
}

.slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: 0;
}

.slick-dots li {
  margin: 0 0.25rem;
  width: unset;
  height: unset;
}

.slick-dots li button {
  display: block;
  width: 35px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background-color: grey;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: var(--color-primary);
}

.slider_dots .slider_navigators {
  height: 20px;
  background-color: #9E9E9E;
  border-radius: 50%;
  margin: 10px;
  transform: scale(0.4);
  outline: none;
  cursor: pointer;
}

.slider_dots .slider_navigators.slick-active {
  transform: scale(0.7);
}

.slider_navigators.slick-active.slick-current {
  transform: scale(1);
  background-color: #00f;
}

.title-global {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .title-global {
    margin-bottom: 16px;
  }
}
.title-global h1,
.title-global h2,
.title-global h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-secondary);
}
@media (max-width: 768px) {
  .title-global h1,
.title-global h2,
.title-global h3 {
    font-size: 1.5rem;
  }
}
.title-global h1 span:first-child,
.title-global h2 span:first-child,
.title-global h3 span:first-child {
  color: var(--color-secondary);
}

h1 {
  line-height: 48px;
}
@media (max-width: 768px) {
  h1 {
    line-height: 45px;
  }
}

@media (max-width: 768px) {
  h2 {
    line-height: 30px;
  }
}

h4 {
  line-height: 32px;
}
@media (max-width: 768px) {
  h4 {
    line-height: 32px;
  }
}

.view-more a {
  color: var(--color-text-dark);
  font-weight: 600;
  display: block;
}
.view-more a:hover span {
  color: var(--color-primary);
}
.view-more a:hover svg path {
  fill: var(--color-primary);
}
.view-more a span {
  margin-right: 10px;
  transition: all 0.3s ease;
}
.view-more a svg path {
  transition: all 0.3s ease;
}

.hover-title {
  transition: all 0.3s ease;
}
.hover-title:hover {
  color: var(--color-primary) !important;
}

.breadcrumb {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .breadcrumb {
    margin-top: 12px;
    margin-bottom: 6px;
  }
}
.breadcrumb ul {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .breadcrumb ul {
    flex-wrap: wrap;
  }
}
.breadcrumb ul li {
  margin-right: 30px;
}
.breadcrumb ul li a {
  display: block;
  font-weight: 600;
}
@media (max-width: 768px) {
  .breadcrumb ul li {
    margin-right: 20px;
    margin-bottom: 6px;
  }
}
@media (max-width: 460px) {
  .breadcrumb ul li {
    margin-right: 10px;
  }
}
.breadcrumb ul li:last-child {
  margin-right: 0;
}
.breadcrumb__origin a {
  color: var(--color-primary);
}
.breadcrumb__end {
  font-weight: 600;
  color: var(--color-text-dark);
}

.breadcrumb-has-bg .breadcrumb__background {
  display: none;
}
@media (max-width: 768px) {
  .breadcrumb-has-bg {
    margin-top: 0;
    position: relative;
  }
  .breadcrumb-has-bg .breadcrumb__background {
    display: block;
  }
  .breadcrumb-has-bg .breadcrumb__content {
    position: absolute;
    top: 16px;
  }
  .breadcrumb-has-bg .breadcrumb__content li {
    color: #fff;
  }
  .breadcrumb-has-bg .breadcrumb__content li a {
    color: #fff;
  }
  .breadcrumb-has-bg .breadcrumb__content li svg {
    fill: #fff;
  }
  .breadcrumb-has-bg .breadcrumb__content li svg path {
    fill: #fff;
  }
}

.card {
  background-color: #FFFFFF;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .card {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .card {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.sub-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 20px;
}
.sub-card__list {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.sub-card__list > h4 {
  margin-bottom: 16px;
}
.sub-card__list .wrapper-input {
  display: block;
  position: relative;
  padding-left: 37px;
  margin-bottom: 24px;
  cursor: pointer;
  color: var(--color-text-dark);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 1.8em;
}
.sub-card__list .wrapper-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.sub-card__list .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid #D7D7D7;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.sub-card__list .wrapper-input:hover input ~ .checkmark {
  background-color: #2D5BFF;
  opacity: 0.5;
}
.sub-card__list .wrapper-input input:checked ~ .checkmark {
  background-color: #2D5BFF;
  border: 2px solid #2D5BFF;
}
.sub-card__list .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.sub-card__list .wrapper-input input:checked ~ .checkmark:after {
  display: block;
}
.sub-card__list .wrapper-input .checkmark:after {
  top: 7px;
  left: 7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: white;
}

.pagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination ul .pagination__arrow {
  transition: all 0.3s ease;
}
.pagination ul .pagination__arrow svg {
  transition: all 0.3s ease;
}
.pagination ul .pagination__arrow svg path {
  opacity: 64%;
  transition: all 0.3s ease;
}
.pagination ul .pagination__arrow:hover {
  border: 2px solid var(--color-secondary);
  background-color: var(--color-secondary);
}
.pagination ul .pagination__arrow:hover svg, .pagination ul .pagination__arrow:hover path {
  fill: #fff;
}
.pagination ul .pagination__disabled svg path {
  opacity: 24%;
}
.pagination__item {
  background-color: transparent;
  border-radius: 8px;
  margin-right: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__item a {
  display: block;
  transition: all 0.3s ease;
  color: var(--color-text-dark);
  padding: 5px 11px;
}
.pagination__item:hover {
  background-color: #FEEDE2;
}
.pagination__item:hover a {
  color: var(--color-primary);
}
.pagination__item.page-current {
  background-color: #FEEDE2;
}
.pagination__item.page-current a {
  color: var(--color-primary);
}

/* Style the tab */
.tab {
  overflow: hidden;
  display: flex;
  border-bottom: 1px solid rgba(26, 32, 44, 0.24);
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 16px;
  transition: 0.3s;
  font-size: 1rem;
  width: 50%;
  color: #11151F;
  font-weight: 600;
}
@media (max-width: 768px) {
  .tab button {
    font-size: 1rem;
  }
}
.tab button.active {
  background-color: #DBEAFA;
  color: var(--color-secondary);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 8px 20px;
}

.tabcontent.active {
  display: block;
}

.text-primary {
  color: var(--color-primary) !important;
}

.font-weight-700 {
  font-weight: 700;
}

.hover-action {
  transition: all 0.3s ease;
  background-color: #D6600B;
}

.button-default {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  border: none;
  padding: 12px 32px;
  cursor: pointer;
}

.button-default-hover {
  transition: all 0.3s ease;
}
.button-default-hover:hover {
  background: #D6600B;
  color: #fff;
}

.button-secondary {
  background-color: #FEEDE2;
  border-radius: 50px;
  padding: 12px 32px;
  font-weight: 600;
  text-align: center;
  color: var(--color-primary);
  border: none;
  cursor: pointer;
}

.button-disabled {
  background-color: #EFEFEF;
  color: #8A8A8A;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  border: none;
  padding: 12px 32px;
  cursor: pointer;
}

/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Works for Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.overlay-body {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 498;
}
.overlay-body::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background: #000000;
  opacity: 0.5;
  z-index: 10;
}

input[type=text],
input[type=search],
input[type=email],
textarea,
select {
  border: 2px solid #F6F7FB;
  border-radius: 32px;
  color: var(--color-text-dark);
  padding: 15px 20px;
}

textarea {
  font-family: "Inter", sans-serif;
}

.w-full {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.d-flex {
  display: flex;
}

.form-select {
  position: relative;
}
.form-select svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-group-select {
  display: flex;
  margin: 0 -12px;
  position: relative;
}
.form-group-select select {
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
}
.form-group-select svg {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}

.price {
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 1rem;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .price {
    font-size: 1.125rem;
  }
}

.form-group-input--has-prefix {
  display: flex;
  align-items: center;
  position: relative;
}
.form-group-input--has-prefix .prefix {
  position: absolute;
  right: 0;
}
.form-group-input--has-prefix button.prefix {
  border: none;
  background-color: transparent;
}

.text-color-primary {
  color: var(--color-primary) !important;
}

.text-color-secondary {
  color: var(--color-secondary) !important;
}

.text-bold-7 {
  font-weight: 700;
}

.text-bold-6 {
  font-weight: 600;
}

.s-24 {
  font-size: 1.5rem;
}

.sub-card {
  margin-bottom: 16px;
}
.sub-card h4 {
  margin-bottom: 16px;
}
.sub-card .bill-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.sub-card .bill-item span:last-child {
  font-weight: 700;
}
.sub-card .form-group-input input {
  width: 100%;
  padding-right: 25%;
}
.sub-card .form-group-input .prefix {
  font-weight: 600;
  font-size: 0.875rem;
  color: #8A8A8A;
  right: 14px;
  cursor: pointer;
}
.sub-card .bill-item.border-top {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #EEEEEE;
}
.sub-card .action {
  display: flex;
  justify-content: center;
}

summary:hover {
  cursor: pointer;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

summary:focus {
  outline: none;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-md-block {
  display: none;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

.d-md-flex {
  display: none;
}
@media (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }
}

.d-sm-flex {
  display: none;
}
@media (max-width: 768px) {
  .d-sm-flex {
    display: flex;
  }
}

.d-sm-block {
  display: none;
}
@media (max-width: 768px) {
  .d-sm-block {
    display: block;
  }
}

.justify-center {
  justify-content: center;
}

.tmp-popup {
  padding: 20px 40px 40px;
  background: #FFFFFF;
  border-radius: 12px;
  position: fixed;
  top: 50%;
  max-width: 468px;
  left: 20%;
  transform: translate(0, -50%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 992px) {
  .tmp-popup {
    max-width: 70%;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .tmp-popup {
    max-width: 90%;
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .tmp-popup .tmp-popup__content--actions button:first-child {
    margin-bottom: 10px;
  }
}
.tmp-popup__close {
  position: absolute;
  top: 22px;
  right: 22px;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tmp-popup__close svg {
  transition: all 0.3s ease;
}
.tmp-popup__close svg path {
  transition: all 0.3s ease;
}
.tmp-popup__close:hover svg {
  fill: var(--color-primary);
  transform: rotate(180deg);
}
.tmp-popup__close:hover svg path {
  fill: var(--color-primary);
}

.tmp-popup.active {
  opacity: 1;
  z-index: 503;
  visibility: visible;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(http://placehold.it/1440x750);
}

.badge {
  font-weight: 700;
  font-size: 0.875rem;
}

.bg-green {
  background-color: #0BA356;
  color: #fff;
}

.bg-red {
  background-color: #FF0000;
  color: #fff;
}

.bg-outline-green {
  background-color: #0BA3561A;
  color: #0BA356;
}

.bg-outline-red {
  background-color: #F5655D1A;
  color: #FF3D2D;
}

@media (max-width: 768px) {
  .list-product-relate .slick-list {
    padding: 0 10% 0 0 !important;
  }
}
.list-product-relate .product-item {
  margin-right: 10px;
}

.text-align-center {
  text-align: center;
}

.pr-20 {
  padding-right: 20px;
}

.pr-40 {
  padding-right: 40px;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-hidden {
  overflow: hidden;
}

.slick-dots li button {
  cursor: pointer;
}

.popup-atc .tmp-popup__close {
  top: 10px;
  right: 10px;
}

.loader {
  border: 2px solid #f3f3f3;
  /* Light grey */
  border-top: 2px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: spin 2s linear infinite;
  transition: all 0.3s ease;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
}

.error {
  color: tomato;
  font-size: 0.8125rem;
  font-weight: 600;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

input,
select {
  font-size: 100%;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url] {
    font-size: 1rem;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url] {
    font-size: 1rem;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
  select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=tel],
input[type=url] {
    font-size: 1rem;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
  select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=tel],
input[type=url] {
    font-size: 1rem;
  }
}
.select2-container {
  z-index: 499;
}

.lg-actions .lg-next:before {
  color: #fff;
}

.lg-actions .lg-prev:after {
  color: #fff;
}

.lg-actions .lg-prev {
  left: 10px !important;
}

.lg-actions .lg-next {
  right: 10px !important;
}

.slick-track {
  margin-left: unset !important;
}

.lg-sub-html {
  display: none !important;
}

.loading-full-page {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 499;
}

.view-pc {
  display: none !important;
}

@media (min-width: 768px) {
  .view-pc {
    display: block !important;
  }
}
.view-mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .view-mobile {
    display: block !important;
  }
}
.embed-video {
  display: block;
  padding-top: 56.25%;
  position: relative;
}
.embed-video iframe {
  border: none;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.home-brands-v2 {
  margin-top: 50px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .home-brands-v2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .home-brands-v2 .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
@media (max-width: 768px) {
  .home-brands-v2 .arrow-slider {
    display: none !important;
  }
}
.home-brands-v2 .home-brands-v2__slider {
  max-width: 90%;
  margin: auto;
}
@media (max-width: 768px) {
  .home-brands-v2 .home-brands-v2__slider {
    max-width: unset;
  }
}
.home-brands-v2 .slick-track {
  display: flex;
}
.home-brands-v2 .home-brands-v2__slider--item {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .home-brands-v2 .home-brands-v2__slider--item {
    margin: auto;
    padding: 0 10px;
  }
}
.home-brands-v2 .home-brands-v2__slider--item img {
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .home-brands-v2 .home-brands-v2__slider--item img {
    max-height: 70px;
    /* width: auto; */
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) {
  .home-brands-v2 .home-brands-v2__slider--item img {
    width: 100%;
    height: auto;
  }
}
.home-brands-v2 .home-brands-v2__slider--item img:hover {
  transform: scale(1.05);
}
.home-brands-v2 .arrow-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  border: 0;
}
.home-brands-v2 .arrow-slider svg {
  width: 30px;
  height: 30px;
}
.home-brands-v2__arrow-left {
  left: 0;
}
.home-brands-v2__arrow-right {
  right: 0;
}

@media (max-width: 768px) {
  .dambao li {
    font-size: 0.875rem;
  }
}
.dambao__body {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .dambao__body {
    margin-top: 15px;
  }
}
.dambao__body--title {
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .dambao__body--title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
.dambao__body--desc {
  color: #000;
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c7c7c7;
}
@media (max-width: 768px) {
  .dambao__body--desc {
    font-size: 0.875rem;
  }
}
.dambao__body--item {
  display: flex;
  align-items: start;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .dambao__body--item {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.dambao__body--item__content {
  margin-right: 30px;
  width: 50%;
}
@media (max-width: 768px) {
  .dambao__body--item__content {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.dambao__body--item__content h2 {
  line-height: 1.3;
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .dambao__body--item__content h2 {
    font-size: 1.25rem;
  }
}
.dambao__body--item__content p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .dambao__body--item__content p {
    font-size: 0.875rem;
  }
}
.dambao__body--item__content ul li {
  display: flex;
  align-items: start;
}
.dambao__body--item__content ul li svg {
  margin-right: 5px;
  max-width: 15px;
  width: 100%;
  fill: #13589a;
  display: flex;
  align-self: center;
}
.dambao__body--item__content ul li span {
  font-style: italic;
}
@media (max-width: 768px) {
  .dambao__body--item__content ul li span {
    font-size: 0.875rem;
  }
}
.dambao__body--item__img {
  width: 50%;
}
@media (max-width: 768px) {
  .dambao__body--item__img {
    width: 100%;
  }
}
.dambao__body__img {
  width: 50%;
}
@media (max-width: 768px) {
  .dambao__body__img {
    width: 100%;
  }
}
.dambao__body--item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .dambao__body--item--reverse {
    flex-direction: column;
  }
}
.dambao__body--item--reverse .dambao__body--item__content {
  margin-right: 0;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .dambao__body--item--reverse .dambao__body--item__content {
    margin-left: 0;
  }
}
.dambao__body--item--reverse ul li {
  display: flex;
  align-items: start;
  margin-bottom: 8px;
}
.dambao__body--item--reverse ul li span:first-child {
  max-width: 5px;
  margin-right: 10px;
  width: 100%;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin-top: 10px;
}
.dambao__body--item--reverse ul li span:last-child {
  font-style: normal;
}
.dambao__body--luu-y {
  background-color: #f6f7fb;
  padding: 20px;
  display: flex;
  margin-top: 30px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .dambao__body--luu-y {
    flex-direction: column;
    padding: 15px;
  }
}
.dambao__body--luu-y__left {
  width: 50%;
  margin-right: 100px;
}
@media (max-width: 768px) {
  .dambao__body--luu-y__left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.dambao__body--luu-y__right {
  width: 50%;
}
@media (max-width: 768px) {
  .dambao__body--luu-y__right {
    width: 100%;
  }
}
.dambao__body--luu-y__title {
  font-weight: 600;
  font-size: 32px;
  color: var(--color-secondary);
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .dambao__body--luu-y__title {
    font-size: 1.25rem;
  }
}
.dambao__body--luu-y__item-1 {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.dambao__body--luu-y__item-2 li {
  display: flex;
  align-items: start;
}
.dambao__body--luu-y__item-2 li svg {
  margin-right: 5px;
  max-width: 15px;
  width: 100%;
  fill: #13589a;
  display: flex;
  align-self: center;
}
.dambao__body--luu-y__item-2 li span {
  font-style: italic;
}
@media (max-width: 768px) {
  .dambao__body--luu-y__item-2 li span {
    font-size: 0.875rem;
  }
}
.dambao__body--list {
  margin-bottom: 60px;
  margin-top: 30px;
}
.dambao__body--list .form {
  margin-top: 20px;
  display: flex;
}
@media (max-width: 768px) {
  .dambao__body--list .form {
    flex-direction: column;
    margin-top: 10px;
  }
}
.dambao__body--list .form input,
.dambao__body--list .form select {
  padding: 6px 15px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #c7c7c7;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .dambao__body--list .form input,
.dambao__body--list .form select {
    font-size: 0.75rem;
  }
}
.dambao__body--list .form select {
  padding-right: 35px;
}
.dambao__body--list .form button {
  color: #fff;
  border: 0;
  border-radius: 8px;
  background-color: var(--color-secondary);
  padding: 5px 20px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .dambao__body--list .form button {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 10px;
    font-size: 0.75rem;
  }
}
.dambao__body--list .form button:hover {
  background-color: var(--color-primary);
}
.dambao__body--list__form-group-wp {
  display: flex;
}
.dambao__body--list__form-group {
  max-width: 240px;
  width: 100%;
  margin-right: 10px;
  position: relative;
}
.dambao__body--list__form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 5px center;
  background-size: 25px;
}
.dambao__body--list__form-group--select {
  position: relative;
}
.dambao__body--list__form-group--select::before {
  content: "";
  position: absolute;
  right: 29px;
  top: 0;
  height: 100%;
  border-left: 1px solid #c7c7c7;
}
.dambao__body--list__table {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .dambao__body--list__table {
    margin-top: 20px;
  }
}
.dambao__body--products {
  background: #d5f4ff;
  padding: 35px 0;
}
@media (max-width: 768px) {
  .dambao__body--products {
    padding: 20px 0;
  }
}
.dambao__body--products__list {
  position: relative;
}
.dambao__body--products__list--slider {
  margin: 0 -15px;
}
@media (max-width: 768px) {
  .dambao__body--products__list .arrow-slider {
    display: none !important;
  }
}
.dambao__body--products__list__arrow-left {
  left: -60px;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.dambao__body--products__list__arrow-right {
  right: -60px;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.dambao__body--products__item {
  background-color: #fff;
  padding: 10px;
  min-height: 430px;
  margin: 0 15px;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .dambao__body--products__item {
    min-height: 300px;
    margin: 0 5px;
  }
}
.dambao__body--products__item:hover .dambao__body--products__item--image img {
  transform: scale(1.05);
}
.dambao__body--products__item:hover .dambao__body--products__item--title {
  color: var(--color-primary);
}
.dambao__body--products__item--image {
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .dambao__body--products__item--image {
    margin-bottom: 5px;
  }
}
.dambao__body--products__item--image img {
  width: 250px;
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .dambao__body--products__item--image img {
    width: 100%;
    height: 100%;
    max-height: 150px;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.dambao__body--products__item--title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  color: #000;
}
@media (max-width: 768px) {
  .dambao__body--products__item--title {
    font-size: 0.875rem;
    margin-bottom: 2px;
  }
}
.dambao__body--products__item--desc {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .dambao__body--products__item--desc {
    font-size: 0.75rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
  }
}
.dambao__body--products__item--action {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  justify-content: start;
  border-top: 1px solid #c7c7c7;
  padding-top: 5px;
  display: none;
}
@media (max-width: 768px) {
  .dambao__body--products__item--action {
    align-items: start;
  }
}
.dambao__body--products__item--action:hover svg {
  transform: translateX(30px);
}
@media (max-width: 768px) {
  .dambao__body--products__item--action:hover svg {
    transform: translateX(0);
  }
}
.dambao__body--products__item--action span {
  margin-right: 5px;
  color: #000;
  font-size: 0.875rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .dambao__body--products__item--action span {
    font-size: 0.75rem;
  }
}
.dambao__body--products__item--action svg {
  width: 15px;
  fill: #000;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .dambao__body--products__item--action svg {
    margin-top: 5px;
  }
}
.dambao__body--camket {
  background-color: #d5f4ff;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .dambao__body--camket {
    padding: 20px 0;
  }
}
.dambao__body--camket__list-wp {
  position: relative;
}
.dambao__body--camket__list-wp__arrow-left {
  left: 0;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.dambao__body--camket__list-wp__arrow-right {
  right: 0;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.dambao__body--camket__list {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .dambao__body--camket__list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .dambao__body--camket__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.dambao__body--camket__list--item {
  text-align: center;
}
.dambao__body--camket__list--item__img {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .dambao__body--camket__list--item__img {
    display: flex;
    justify-content: center;
  }
}
.dambao__body--camket__list--item__img img {
  height: 200px;
  width: auto;
}
@media (max-width: 768px) {
  .dambao__body--camket__list--item__img img {
    height: 150px;
    width: auto;
  }
}
.dambao__body--camket__list--item__info--title {
  display: block;
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .dambao__body--camket__list--item__info--title {
    font-size: 0.875rem;
    margin-bottom: 3px;
  }
}
.dambao__body--camket__list--item__info span {
  font-size: 1.75rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .dambao__body--camket__list--item__info span {
    font-size: 0.875rem;
    line-height: normal;
  }
}
.dambao__body--camket__desc {
  font-size: 28px;
  font-style: italic;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .dambao__body--camket__desc {
    font-size: 0.875rem;
  }
}
.dambao__body--camket .arrow-slider {
  display: none;
}
@media (max-width: 768px) {
  .dambao__body--camket .arrow-slider {
    display: block !important;
  }
}
.dambao .pagination ul {
  align-items: center;
}

.production-batch:nth-child(2n) {
  padding-bottom: 30px;
  border-bottom: 1px solid #c7c7c7;
}

.production-batch {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .production-batch {
    margin-bottom: 30px;
  }
}
.production-batch__title {
  color: var(--color-secondary);
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .production-batch__title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.production-batch__content {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0 -15px;
  margin-bottom: 20px;
}
.production-batch__content--item {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.production-batch img,
.production-batch embed {
  width: 270px;
  height: 380px;
  margin-bottom: 12px;
  border: 2px solid #d5f4ff;
}
@media (max-width: 768px) {
  .production-batch img,
.production-batch embed {
    width: 100%;
    height: 100%;
    max-height: 240px;
    max-width: 165px;
    margin-bottom: 5px;
  }
}
.production-batch span {
  color: #000;
  font-size: 20px;
}
@media (max-width: 768px) {
  .production-batch span {
    font-size: 0.875rem;
  }
}

.pagination-ajax-batch-item .pagination__item,
.pagination-ajax-custom-v2 .pagination__item,
.pagination-ajax-total .pagination__item {
  background-color: transparent;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.pagination-ajax-batch-item .pagination__item a,
.pagination-ajax-custom-v2 .pagination__item a,
.pagination-ajax-total .pagination__item a {
  color: #000;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pagination-ajax-batch-item .pagination__item a,
.pagination-ajax-custom-v2 .pagination__item a,
.pagination-ajax-total .pagination__item a {
    font-size: 0.75rem;
  }
}
.pagination-ajax-batch-item .pagination__item.page-current,
.pagination-ajax-custom-v2 .pagination__item.page-current,
.pagination-ajax-total .pagination__item.page-current {
  background-color: var(--color-secondary);
}
.pagination-ajax-batch-item .pagination__item.page-current a,
.pagination-ajax-custom-v2 .pagination__item.page-current a,
.pagination-ajax-total .pagination__item.page-current a {
  color: #fff;
}
.pagination-ajax-batch-item .pagination__arrow,
.pagination-ajax-custom-v2 .pagination__arrow,
.pagination-ajax-total .pagination__arrow {
  border: 2px solid #cacaca;
}
.pagination-ajax-batch-item .pagination__arrow a,
.pagination-ajax-custom-v2 .pagination__arrow a,
.pagination-ajax-total .pagination__arrow a {
  display: flex;
}

.custom-pagination-v2 {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .custom-pagination-v2 {
    justify-content: space-between;
  }
}
.custom-pagination-v2__action-main--prev {
  font-size: 20px;
  margin-right: 6px;
  border: 1px solid #c7c7c7;
  padding: 7px 10px;
  border-radius: 7px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.custom-pagination-v2__action-main--prev:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.custom-pagination-v2__action-main--next {
  background-color: var(--color-secondary);
  color: #fff;
  border-radius: 8px;
  padding: 10px 22px;
  transition: all 0.3s ease;
}
.custom-pagination-v2__action-main--next:hover {
  background-color: var(--color-primary);
}
.custom-pagination-v2__action-page {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .custom-pagination-v2__action-page {
    position: unset;
    transform: unset;
  }
}
.custom-pagination-v2__action-page--text {
  color: #7e7e7e;
  font-size: 1rem;
  margin-right: 10px;
}
.custom-pagination-v2__action-page--current-page {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 10px;
}
.custom-pagination-v2__action-page--actions {
  display: flex;
  flex-direction: column;
}
.custom-pagination-v2__action-page--actions span,
.custom-pagination-v2__action-page--actions a {
  font-size: 12px;
  margin-bottom: -5px;
  margin-top: -5px;
  cursor: pointer;
  color: #000;
}
.main-category__content--products__list .price {
  font-size: 18px !important;
}
.main-category__content--products__list .product-item__info--price .variant {
  font-size: 16px !important;
}

.header {
  padding: 10px 0;
  background: var(--bg-linear-gradient);
}
@media (max-width: 992px) {
  .header {
    display: none;
  }
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  flex-basis: 15%;
}
.header__menu {
  align-self: center;
  flex-basis: 50%;
}
.header__menu--menu {
  margin-bottom: 10px;
}
.header__menu--menu ul {
  display: flex;
}
.header__menu--menu li {
  margin-right: 30px;
}
.header__menu--menu li:last-child {
  margin-right: 0;
}
.header__menu--menu li a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__menu--menu li a:hover {
  color: var(--color-primary);
}
.header__menu--menu li a.active {
  color: #F69650;
}
.header__menu--search {
  position: relative;
}
.header__menu--search input {
  background: #FFFFFF;
  border: 2px solid rgba(247, 250, 252, 0.64);
  border-radius: 32px;
  padding: 14px 20px;
  width: 100%;
  box-sizing: border-box;
}
.header__menu--search button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}
.header__right {
  font-weight: 700;
}
.header__right svg {
  margin-right: 10px;
}
.header__right--hotline {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.header__right--hotline p {
  color: #fff;
}
.header__right--shop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}
.header__right--shop a {
  display: flex;
  align-items: center;
}
.header__right--shop p {
  color: #fff;
}
.header__right--shop .cart {
  position: relative;
}
.header__right--shop .cart__popup, .header__right--shop .cart__popup-noti {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  width: 400px;
  right: -20px;
  right: 0;
  top: 110%;
  padding: 16px;
  z-index: 10;
}
.header__right--shop .cart__popup--item, .header__right--shop .cart__popup-noti--item {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}
.header__right--shop .cart__popup--item__img, .header__right--shop .cart__popup-noti--item__img {
  max-width: 70px;
  margin-right: 20px;
  padding: 10px;
  border: 2px solid var(--color-primary);
  border-radius: 15px;
}
.header__right--shop .cart__popup--item__info h4, .header__right--shop .cart__popup-noti--item__info h4 {
  color: var(--color-text-dark);
  line-height: 24px;
}
.header__right--shop .cart__popup--item__info .variant, .header__right--shop .cart__popup-noti--item__info .variant {
  color: var(--color-text-dark);
  opacity: 24%;
}
.header__right--shop .cart__popup--item__info .price, .header__right--shop .cart__popup-noti--item__info .price {
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 768px) {
  .header__right--shop .cart__popup--item__info .price, .header__right--shop .cart__popup-noti--item__info .price {
    font-size: 1.125rem;
  }
}
.header__right--shop .cart .view-cart {
  display: block;
  box-sizing: border-box;
}
.header__right--shop .cart:hover .cart__popup {
  opacity: 1;
  visibility: visible;
}
.header__right--shop .cart__icon {
  background: #257FE4;
  border-radius: 12px;
  padding: 14px 20px;
}

.icon-cart {
  position: relative;
  margin-right: 10px;
}
.icon-cart span {
  position: absolute;
  font-size: 0.625rem;
  background: var(--color-primary);
  color: #fff;
  right: -3px;
  top: -10px;
  padding: 0px 7px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  /* width: 100%; */
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.icon-cart span[data-qty="0"] {
  display: none;
}

.announcement-bar {
  background: var(--bg-linear-gradient-1);
  padding: 11px 0px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .announcement-bar {
    justify-content: start;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }
}
.announcement-bar ul {
  display: flex;
}
.announcement-bar ul li {
  margin-right: 36px;
}
.announcement-bar ul li a {
  color: #fff;
  transition: all 0.3s ease;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.announcement-bar ul li a:hover {
  color: #257FE4;
}
.announcement-bar ul li a.active {
  color: #257FE4;
}

.header-mobile {
  transition: all 0.3s linear;
  display: none;
  position: sticky;
  background: var(--bg-linear-gradient);
}
@media (max-width: 992px) {
  .header-mobile {
    display: flex;
    z-index: 501;
    justify-content: space-between;
  }
}
.header-mobile__logo {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 160px;
}
.header-mobile__logo a {
  display: block;
}
.header-mobile__actions {
  display: flex;
  align-items: center;
}
.header-mobile__actions--item {
  margin-right: 15px;
}
.header-mobile__actions--item:last-child {
  margin-right: 0;
}
.header-mobile__actions--cart {
  margin-right: 22px;
  padding: 10px 5px;
}
.header-mobile__actions--cart span {
  right: -15px;
}
.header-mobile__actions--cart .icon-cart {
  display: flex;
}
.header-mobile__actions--search {
  display: flex;
  padding: 10px 5px;
}
.header-mobile__actions--hambuger {
  display: flex;
  padding: 10px 5px;
}
.header-mobile__menu {
  position: fixed;
  right: -1000px;
  top: 0;
  background: #FFFFFF;
  border-radius: 12px 0px 0px 12px;
  z-index: 600;
  height: 100%;
  padding: 20px;
  width: 300px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-mobile__menu--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(26, 32, 44, 0.24);
  margin-bottom: 24px;
}
.header-mobile__menu--head__close {
  display: block;
  padding-left: 15px;
  position: relative;
  z-index: 999;
}
.header-mobile__menu--content a,
.header-mobile__menu--content span {
  font-weight: 600;
  font-size: 0.875rem;
  color: #2C2C37;
}
.header-mobile__menu--content li {
  margin-bottom: 16px;
}
.header-mobile__menu--content .has-menu p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.header-mobile__menu--content__subMenu {
  display: none;
  background: rgba(0, 113, 255, 0.1);
  border-radius: 0px 20px 20px 20px;
  padding: 16px;
}
.header-mobile__menu--content__subMenu li {
  margin-bottom: 0;
}
.header-mobile__menu--content__subMenu li:last-child {
  margin-bottom: 0;
}
.header-mobile__menu--content__subMenu li a {
  display: block;
  width: 100%;
  padding: 7px 0;
}
.header-mobile__menu--content__subMenu.show {
  display: block;
}
.header-mobile__menu--footer {
  background: #124E91;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.header-mobile__menu--footer svg {
  margin-right: 8px;
}
.header-mobile__menu--footer span {
  font-weight: 700;
  font-size: 0.75rem;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  width: 100%;
}
.header-mobile__menu--footer a {
  color: #fff;
  margin: 0 3px;
}
.header-mobile__menu.show {
  right: 0;
}
.header-mobile .header__menu--search--spotlight-search {
  padding-top: 0;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}

.header-mobile.hide-scroll {
  top: -64px;
}

.header-mobile.show-scroll {
  top: 0px;
  width: 100%;
  box-sizing: border-box;
}

.announcement-bar-mobile {
  display: none;
  background: var(--bg-linear-gradient-1);
}
@media (max-width: 1024px) {
  .announcement-bar-mobile {
    display: flex;
    position: sticky;
    z-index: 500;
    transition: all 0.3s linear;
  }
}
.announcement-bar-mobile__nav {
  display: flex;
  width: 100%;
  justify-content: start;
}
@media (max-width: 460px) {
  .announcement-bar-mobile__nav {
    justify-content: space-between;
  }
}
.announcement-bar-mobile__nav--item {
  display: flex;
  align-items: center;
  color: #fff;
  margin-right: 9px;
  position: relative;
  font-size: 0.75rem;
  margin-right: 30px;
}
@media (max-width: 460px) {
  .announcement-bar-mobile__nav--item {
    margin-right: 0;
  }
}
.announcement-bar-mobile__nav--item svg:first-child {
  margin-right: 3px;
}
.announcement-bar-mobile__nav--item:last-child {
  margin-right: 0;
}
.announcement-bar-mobile__nav--item a,
.announcement-bar-mobile__nav--item span {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: -moz-max-content;
  width: max-content;
}
.announcement-bar-mobile__nav--item__title {
  margin: 0 5px;
  display: block;
  cursor: pointer;
}
.announcement-bar-mobile__nav--item__sub {
  display: none;
  position: absolute;
  left: 0;
  top: 44px;
  padding: 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  width: -moz-max-content;
  width: max-content;
  z-index: 99;
}
.announcement-bar-mobile__nav--item__sub a {
  color: #000000;
}
.announcement-bar-mobile__nav--item__sub li:last-child {
  margin-bottom: 0;
}
.announcement-bar-mobile__nav--item__sub.show-sub-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.announcement-bar-mobile__nav--item.has-sub-menu svg {
  margin-right: 0;
  transition: all 0.3s ease;
}

.announcement-bar-mobile.hide-scroll {
  top: -92px;
}

.announcement-bar-mobile.show-scroll {
  top: 64px;
  width: 100%;
  box-sizing: border-box;
}

.popup-atc {
  z-index: 111;
  left: unset;
  right: 30px;
  top: 30px;
  padding-bottom: 20px;
  transform: translate(100%, -50%);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .popup-atc {
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%) !important;
  }
}
.popup-atc .tmp-popup__content--head {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.popup-atc .tmp-popup__content--head span {
  color: var(--color-primary);
  font-size: 18px;
}
.popup-atc .cart__popup-noti--item {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}
.popup-atc .cart__popup-noti--item__img {
  max-width: 70px;
  margin-right: 20px;
  border: 2px solid var(--color-primary);
  padding: 10px;
  border-radius: 15px;
}
.popup-atc .cart__popup-noti--item__info h4 {
  color: var(--color-text-dark);
  line-height: 24px;
}
.popup-atc .cart__popup-noti--item__info p {
  color: var(--color-text-dark);
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
}
.popup-atc .cart__popup-noti--item__info .variant {
  color: var(--color-text-dark);
  opacity: 24%;
}
.popup-atc .cart__popup-noti--item__info .price {
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 768px) {
  .popup-atc .cart__popup-noti--item__info .price {
    font-size: 1.125rem;
  }
}
.popup-atc .view-cart {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.active.popup-atc {
  left: unset;
  transform: translate(0, 0);
}

.searchBox-mobile {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 401;
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.searchBox-mobile .header-search {
  width: 100%;
}
.searchBox-mobile .searchBox-mobile_background {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  background: var(--bg-linear-gradient);
  padding: 0 10px;
  box-sizing: border-box;
}
.searchBox-mobile .header-search__field {
  display: flex;
  align-items: center;
}
.searchBox-mobile .header-search__field input {
  padding: 8px 20px;
  width: 100%;
  line-height: 1.4em;
}
.searchBox-mobile .header-search__field button {
  background-color: transparent;
  border: none;
}

.searchBox-mobile.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-data {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #fff0;
}
.loading-data::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border-top: 5px solid var(--color-primary);
  border-bottom: 5px solid var(--color-primary);
  border-left: 5px solid #fff0;
  border-right: 5px solid var(--color-primary);
  animation: loading 2s infinite linear;
}
.loading-data--white::before {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff0;
  border-right: 5px solid #fff;
}

.header__menu--search--spotlight-search.is-active {
  opacity: 1;
  pointer-events: visible;
  transform: translateZ(0);
  visibility: visible;
}

.header__menu--search--spotlight-search {
  left: 0;
  opacity: 0;
  padding-top: 10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translate3d(0, -15px, 0);
  transition: all 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 401;
}

.sportlight-search {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.133);
  padding: 15px 20px;
}

.spotlight__content {
  -webkit-overflow-scrolling: touch;
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
  touch-action: pan-y;
}

.sportlight-search .view-more {
  color: var(--color-primary);
  font-weight: 600;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid rgba(26, 32, 44, 0.24);
}

.sportlight-search__item {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-bottom: 10px;
}
.sportlight-search__item:last-child {
  margin-bottom: 0;
}

.sportlight-search__item .thumbnail {
  color: gray;
  content: "";
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
}
.sportlight-search__item .thumbnail svg {
  width: 20px;
}

.spotlight__title {
  margin-bottom: 16px;
}

.sportlight-search__item .content {
  flex: 1;
  padding-left: 10px;
}

.sportlight-search__item .thumbnail img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.sportlight-search__item .thumbnail img {
  border: 1px solid rgba(115, 129, 54, 0.2);
  border-radius: 3px;
}

.sportlight-search__item .content .sub-title {
  color: gray;
  display: block;
  font-size: 10px;
  font-weight: 700;
}

.sportlight-search__item .content .title {
  color: #4c503d;
  display: block;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .header-v2 {
    position: sticky;
    top: 0;
    z-index: 999;
  }
}
.header-v2__top {
  background: var(--color-secondary);
  padding: 5px 0;
}
.header-v2__top--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-v2__top--left, .header-v2__top--right {
  display: flex;
}
.header-v2__top--item {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.header-v2__top--item:last-child {
  margin-right: 0;
}
.header-v2__top--item--icon {
  margin-right: 5px;
}
.header-v2__top--item--name {
  color: #fff;
  font-size: 12px;
  transition: all 0.3s ease;
}
.header-v2__top--item--name:hover {
  color: #41d5ff;
}
.header-v2__top--item--name a {
  color: #fff;
  font-size: 12px;
  transition: all 0.3s ease;
}
.header-v2__top--item--name a:hover {
  color: #41d5ff;
}
.header-v2__menu--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-v2__menu--logo {
  width: 210px;
  height: auto;
}
.header-v2__menu--content ul {
  display: flex;
  align-items: center;
}
.header-v2__menu--content li {
  margin-right: 30px;
  padding: 20px 0px;
}
.header-v2__menu--content li:last-child {
  margin-right: 0;
}
.header-v2__menu--content li a {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 0px;
  transition: all 0.3s ease;
  position: relative;
}
.header-v2__menu--content li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-primary);
  transform: scaleX(0);
  transition: all 0.3s ease;
}
.header-v2__menu--content li a:hover {
  color: var(--color-primary);
}
.header-v2__menu--content li a:hover::before {
  transform: scaleX(1);
  z-index: 2;
}
.header-v2__menu--content li.has-sub-menu {
  position: relative;
  cursor: pointer;
}
.header-v2__menu--content li.has-sub-menu svg {
  transition: all 0.3s ease;
}
.header-v2__menu--content li.has-sub-menu:hover .header-v2__menu--content__sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.header-v2__menu--content li.has-sub-menu:hover svg {
  fill: var(--color-primary);
  transform: rotate(180deg);
}
.header-v2__menu--content__sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.12);
  width: -moz-max-content;
  width: max-content;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: block !important;
  padding: 0;
}
.header-v2__menu--content__sub-menu li {
  margin-right: 0;
  border-bottom: 1px solid #ccc;
  padding: 7px 18px;
}
.header-v2__menu--content__sub-menu li a {
  color: #000000;
  font-size: 14px;
  padding: 0;
  width: 100%;
  display: block;
}
.header-v2__menu--content__sub-menu li a:hover {
  color: var(--color-primary);
}
.header-v2__menu--content__sub-menu li a:hover::before {
  display: none;
}

@media (max-width: 992px) {
  .header-v2-pc {
    display: none;
  }
}

.header-v2-mb {
  background: var(--color-secondary);
}
@media (min-width: 993px) {
  .header-v2-mb {
    display: none;
  }
}
.header-v2-mb__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-v2-mb__actions {
  display: flex;
  align-items: center;
}
.header-v2-mb__actions--item {
  margin-right: 15px;
}
.header-v2-mb__actions--item:last-child {
  margin-right: 0;
}

.header-v2-mb-menu {
  position: fixed;
  right: -1000px;
  top: 58px;
  background: #FFFFFF;
  z-index: 600;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-v2-mb-menu ul .header-v2-mb-menu__content--title {
  text-align: center;
  padding: 10px;
  color: #8f9498;
}
.header-v2-mb-menu ul li {
  border-bottom: 1px solid #ccc;
}
.header-v2-mb-menu ul li a {
  display: block;
  padding: 10px 10px;
  color: #000000;
  font-size: 16px;
}
.header-v2-mb-menu ul li a.active-url {
  color: var(--color-primary) !important;
}
.header-v2-mb-menu .header-v2-mb-menu__content__sub-menu {
  display: none;
  background-color: #ffffff;
  position: fixed;
  top: 58px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 601;
}
.header-v2-mb-menu .header-v2-mb-menu__content__sub-menu li {
  margin-bottom: 0;
}
.header-v2-mb-menu .header-v2-mb-menu__content__sub-menu li:last-child {
  margin-bottom: 0;
}
.header-v2-mb-menu .header-v2-mb-menu__content__sub-menu li a {
  display: block;
  width: 100%;
  padding: 10px;
}
.header-v2-mb-menu .header-v2-mb-menu__content__sub-menu.show {
  display: block;
}
.header-v2-mb-menu li.has-sub-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-v2-mb-menu .has-sub-menu__icon {
  padding: 10px 20px;
  border-left: 1px solid #ccc;
}
.header-v2-mb-menu .has-sub-menu__icon svg path {
  fill: #c8c8c8;
}
.header-v2-mb-menu .has-sub-menu__icon.has-sub-menu__icon--left {
  padding: 10px 20px;
  border-right: 1px solid #ccc;
  border-left: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 601;
}

.header-v2-mb-menu.show {
  right: 0;
}

.header-v2-mb-menu__content--hotline {
  text-align: end;
  margin-top: 15px;
  padding-right: 11px;
}
.header-v2-mb-menu__content--hotline a {
  display: inline-flex;
  justify-content: end;
  align-items: center;
  background-color: var(--color-primary);
  border-radius: 20px;
  padding: 5px 10px;
}
.header-v2-mb-menu__content--hotline a svg {
  margin-right: 10px;
}
.header-v2-mb-menu__content--hotline a span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.header-v2__menu--content li a.active-url {
  color: var(--color-primary) !important;
  position: relative;
}
.header-v2__menu--content li a.active-url::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-primary);
  transition: all 0.3s ease;
  color: var(--color-primary);
  transform: scaleX(1);
  z-index: 2;
}

.header-v2-mb__search {
  display: none;
  width: 100%;
}
.header-v2-mb__search input {
  padding: 7px 12px;
  font-size: 12px;
  width: 100%;
  margin-right: 8px;
}
.header-v2-mb__search input::-moz-placeholder {
  color: #c7c7c7;
}
.header-v2-mb__search input::placeholder {
  color: #c7c7c7;
}
.header-v2-mb__search button {
  border: 0;
  background-color: transparent;
}
.header-v2-mb__search form {
  display: flex;
}

.header-v2-mb__search.active {
  display: block;
}

.section-about-us {
  background: #fff;
  padding-top: 44px;
}
@media (max-width: 768px) {
  .section-about-us {
    padding-bottom: 2px;
  }
}
.section-about-us .about-us {
  background: #F6F7FB;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 24px;
  overflow: hidden;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .section-about-us .about-us {
    border-radius: 10px;
    padding: 15px;
  }
}
@media (max-width: 600px) {
  .section-about-us .about-us {
    display: block;
    overflow: hidden;
    padding-bottom: 0;
  }
}
.section-about-us .about-us__content {
  padding-left: 108px;
  flex-basis: 50%;
  padding-right: 15px;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .section-about-us .about-us__content {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .section-about-us .about-us__content {
    padding: 0;
  }
}
.section-about-us .about-us__content img {
  width: auto;
  margin-bottom: 15px;
}
.section-about-us .about-us__content p {
  color: var(--color-text-dark);
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .section-about-us .about-us__content p {
    margin-bottom: 10px;
  }
}
.section-about-us .about-us__img {
  flex-basis: 50%;
  display: flex;
}
.section-about-us .about-us-more {
  display: grid;
  grid-template-columns: auto auto auto;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
@media (max-width: 768px) {
  .section-about-us .about-us-more {
    display: block;
  }
}
.section-about-us .about-us-more img {
  width: auto;
}
.section-about-us .about-us-more__item {
  text-align: center;
}
@media (max-width: 768px) {
  .section-about-us .about-us-more__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.section-about-us .about-us-more__item:last-child {
  margin-right: 0;
}
.section-about-us .about-us-more__item--icon {
  margin-bottom: 16px;
}
.section-about-us .about-us-more__item--title {
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.section-about-us .about-us-more__item--content {
  color: var(--color-text-dark);
  display: flex;
  flex-direction: column;
  max-width: 380px;
  margin: 0 auto;
}

.about-v2__content {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .about-v2__content {
    margin-top: 30px;
  }
}
.about-v2__content--nth-2 {
  padding: 90px 0;
}
@media (max-width: 768px) {
  .about-v2__content--nth-2 {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .about-v2__content--reverse .about-v2__content-item {
    flex-direction: column-reverse;
  }
}
.about-v2__content--reverse .about-v2__content-item--left {
  margin-right: 0;
}
@media (max-width: 768px) {
  .about-v2__content--reverse .about-v2__content-item--left {
    margin-bottom: 20px;
  }
}
.about-v2__content--reverse .about-v2__content-item--right {
  margin-right: 90px;
}
@media (max-width: 768px) {
  .about-v2__content--reverse .about-v2__content-item--right {
    margin-right: 0;
  }
}
.about-v2__content-item {
  display: flex;
}
@media (max-width: 768px) {
  .about-v2__content-item {
    flex-direction: column;
  }
}
.about-v2__content-item--left {
  margin-right: 90px;
  width: 60%;
}
@media (max-width: 768px) {
  .about-v2__content-item--left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-v2__content-item--title {
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about-v2__content-item--title {
    font-size: 24px;
  }
}
.about-v2__content-item--content {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about-v2__content-item--content {
    margin-bottom: 20px;
  }
}
.about-v2__content-item--action {
  background-color: var(--color-secondary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  padding: 5px 20px;
  transition: all 0.3s ease;
}
.about-v2__content-item--action:hover {
  background-color: var(--color-primary);
}
.about-v2__content-item--action:hover svg {
  transform: translateX(10px);
}
.about-v2__content-item--action span {
  color: #fff;
  font-weight: 600;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .about-v2__content-item--action span {
    font-size: 13px;
  }
}
.about-v2__content-item--action svg {
  fill: #fff;
  width: 20px;
  transition: all 0.3s ease;
}
.about-v2__content-item--right {
  width: 40%;
}
@media (max-width: 768px) {
  .about-v2__content-item--right {
    width: 100%;
  }
}
.about-v2__content-item--right img {
  width: 100%;
  height: auto;
}

.about-v2-global-wrapper {
  display: flex;
  align-items: start;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .about-v2-global-wrapper {
    flex-direction: column;
    margin-top: 30px;
  }
}
.about-v2-global-wrapper__tabs {
  display: inline-flex;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-right: 150px;
  max-width: 220px;
  width: 100%;
}
@media (max-width: 768px) {
  .about-v2-global-wrapper__tabs {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.about-v2-global-wrapper__tabs--item.active {
  background-color: var(--color-primary);
}
.about-v2-global-wrapper__tabs--item.active a {
  color: #fff;
  font-weight: 600;
}
.about-v2-global-wrapper__tabs--item {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.about-v2-global-wrapper__tabs--item a {
  color: #000;
}
.about-v2-global-wrapper__tabs--item:last-child {
  border-bottom: none;
}
.about-v2-global-wrapper__body {
  width: 100%;
}
.about-v2-global-wrapper__body--tabs__wrapper {
  display: flex;
  overflow: auto;
}
.about-v2-global-wrapper__body--tabs__item {
  padding: 0 20px 15px 20px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ccc;
}
.about-v2-global-wrapper__body--tabs__item:first-child {
  padding-left: 0;
}
.about-v2-global-wrapper__body--tabs__item:last-child {
  padding-right: 0;
}
.about-v2-global-wrapper__body--tabs__item a {
  font-size: 18px;
  color: var(--color-secondary);
  font-weight: 600;
}
@media (max-width: 768px) {
  .about-v2-global-wrapper__body--tabs__item a {
    font-size: 14px;
    width: -moz-max-content;
    width: max-content;
    display: block;
  }
}
.about-v2-global-wrapper__body--tabs__item.active {
  border-bottom: 3px solid var(--color-primary);
}
.about-v2-global-wrapper__body--tabs__item.active a {
  color: var(--color-primary);
}
.about-v2-global-wrapper__body--tabs__content {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .about-v2-global-wrapper__body--tabs__content {
    margin-top: 20px;
  }
}
.about-v2-global-wrapper__body--tabs__content p {
  color: #000;
  margin-bottom: 15px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .about-v2-global-wrapper__body--tabs__content p {
    font-size: 0.875rem;
  }
}
.about-v2-global-wrapper__body--tabs__content--image {
  text-align: center;
  margin-bottom: 20px;
}
.about-v2-global-wrapper__body--tabs__content--image img {
  width: 100%;
  height: auto;
  max-width: 80%;
  margin-top: 20px;
}

.su-menh-tam-nhin__title {
  display: flex;
  align-items: end;
  margin-bottom: 10px;
}
.su-menh-tam-nhin__title img {
  width: 55px;
  height: auto;
  margin-right: 8px;
}
.su-menh-tam-nhin__title span {
  font-size: 16px;
  font-weight: 600;
}
.su-menh-tam-nhin__box-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .su-menh-tam-nhin__box-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.su-menh-tam-nhin__box-list__item {
  position: relative;
}
.su-menh-tam-nhin__box-list__item--img img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.su-menh-tam-nhin__box-list__item--title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}
@media (max-width: 768px) {
  .su-menh-tam-nhin__box-list__item--title {
    font-size: 0.875rem;
  }
}

.gia-tri-cot-loi {
  position: relative;
  margin-top: 50px;
}
.gia-tri-cot-loi img {
  position: relative;
  z-index: 1;
}
.gia-tri-cot-loi__item {
  position: absolute;
  z-index: 2;
  max-width: 220px;
}
@media (max-width: 768px) {
  .gia-tri-cot-loi__item {
    position: unset;
    max-width: 100%;
  }
}
.gia-tri-cot-loi__item--title {
  color: var(--color-secondary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}
.gia-tri-cot-loi__item[data-key="1"] {
  top: 60px;
  left: 0;
}
.gia-tri-cot-loi__item[data-key="2"] {
  top: 330px;
  left: 0;
}
.gia-tri-cot-loi__item[data-key="3"] {
  top: 590px;
  left: 0;
}
.gia-tri-cot-loi__item[data-key="4"] {
  top: 60px;
  right: 0;
}
.gia-tri-cot-loi__item[data-key="5"] {
  top: 330px;
  right: 0;
}
.gia-tri-cot-loi__item[data-key="6"] {
  top: 590px;
  right: 0;
}
@media (min-width: 768px) {
  .gia-tri-cot-loi__item[data-key="4"] .gia-tri-cot-loi__item--title, .gia-tri-cot-loi__item[data-key="5"] .gia-tri-cot-loi__item--title, .gia-tri-cot-loi__item[data-key="6"] .gia-tri-cot-loi__item--title {
    text-align: end;
  }
  .gia-tri-cot-loi__item[data-key="4"] span, .gia-tri-cot-loi__item[data-key="5"] span, .gia-tri-cot-loi__item[data-key="6"] span {
    text-align: end;
    display: block;
  }
}

.gia-tri-cot-loi-mb {
  margin-top: 25px;
}
.gia-tri-cot-loi-mb__item {
  margin-bottom: 20px;
}
.gia-tri-cot-loi-mb__item--step img {
  width: 40px;
  height: auto;
}
.gia-tri-cot-loi-mb__item--title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-secondary);
}
.gia-tri-cot-loi-mb__item span {
  font-size: 0.875rem;
}

.lich-su-phat-trien-mb {
  padding: 0 5px;
  margin-top: 30px;
}
.lich-su-phat-trien-mb__item {
  padding-top: 20px;
  padding-left: 30px;
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px dashed #c7c7c7;
  padding-bottom: 15px;
  position: relative;
}
.lich-su-phat-trien-mb__item ul {
  list-style: disc;
  padding-left: 20px;
}
.lich-su-phat-trien-mb__item span {
  color: #000;
}
.lich-su-phat-trien-mb__item:last-child {
  border-bottom: none;
}
.lich-su-phat-trien-mb__item--arrow {
  position: absolute;
  left: -8px;
  top: -10px;
  width: 15px;
}
.lich-su-phat-trien-mb__item::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 23px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid var(--color-secondary);
}
.lich-su-phat-trien-mb__item--head {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.lich-su-phat-trien-mb__item--head__year {
  font-size: 2.1875rem;
  font-weight: 600;
  padding-right: 8px;
  color: var(--color-secondary) !important;
  border-right: 1px dashed #c7c7c7;
  margin-right: 8px;
}
.lich-su-phat-trien-mb__item--head img {
  width: auto;
  max-height: 25px;
  height: 100%;
  margin-right: 8px;
}
.lich-su-phat-trien-mb__item--desc {
  font-size: 0.875rem;
}

.about-v2 {
  color: #000;
}
.about-v2__title {
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 40px;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about-v2__title {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.linh-vuc-phat-trien img {
  margin: 10px 0;
}
.linh-vuc-phat-trien__item {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .linh-vuc-phat-trien__item {
    flex-direction: column;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .linh-vuc-phat-trien__item {
    border-top: 1px solid #c7c7c7;
    padding-top: 20px;
  }
}
.linh-vuc-phat-trien__item--left {
  width: 50%;
  margin-right: 60px;
}
@media (max-width: 768px) {
  .linh-vuc-phat-trien__item--left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.linh-vuc-phat-trien__item--right {
  width: 50%;
}
@media (max-width: 768px) {
  .linh-vuc-phat-trien__item--right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .linh-vuc-phat-trien__item--reverse {
    flex-direction: column-reverse;
  }
}
.linh-vuc-phat-trien__item--reverse .linh-vuc-phat-trien__item--left {
  margin-bottom: 0;
}
.linh-vuc-phat-trien__bold {
  font-weight: 600;
  color: var(--color-secondary);
  font-size: 32px;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .linh-vuc-phat-trien__bold {
    font-size: 24px;
    margin-bottom: 7px;
  }
}
.linh-vuc-phat-trien__normal {
  color: var(--color-secondary);
  font-size: 32px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .linh-vuc-phat-trien__normal {
    font-size: 24px;
    margin-bottom: 7px;
  }
}

.thanh-tuu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media (max-width: 768px) {
  .thanh-tuu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: unset;
    row-gap: 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.thanh-tuu-list__item {
  text-align: center;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
.thanh-tuu-list__item--img {
  margin-bottom: 10px;
}
.thanh-tuu-list__item img {
  width: 100%;
  height: auto;
  margin: 0;
}
.thanh-tuu-list__item--title {
  font-weight: 600;
  color: #000;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .thanh-tuu-list__item--title {
    font-size: 0.875rem;
  }
}

.section-featured-products {
  background-color: #d5f4ff;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .section-featured-products {
    padding: 20px 0;
    padding-bottom: 36px;
    padding-top: 24px;
    max-height: 750px;
    overflow: auto;
  }
}
.section-featured-products .container {
  position: relative;
}
.section-featured-products .arrow-slider {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-featured-products__arrow-left {
  left: -60px;
}
@media (max-width: 1440px) {
  .section-featured-products__arrow-left {
    display: none !important;
  }
}
.section-featured-products__arrow-right {
  right: -15px;
}
@media (max-width: 1440px) {
  .section-featured-products__arrow-right {
    display: none !important;
  }
}
.section-featured-products .featured-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .section-featured-products .featured-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.section-news {
  background: #ffff;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .section-news {
    padding-top: 40px;
  }
}

.wrapper-news {
  display: flex;
}
@media (max-width: 768px) {
  .wrapper-news {
    display: block;
  }
}
.wrapper-news__main {
  flex-basis: 65%;
  margin-right: 48px;
}
@media (max-width: 768px) {
  .wrapper-news__main {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.wrapper-news__main--img {
  margin-bottom: 24px;
  border-radius: 18px;
  display: flex !important;
}
@media (max-width: 768px) {
  .wrapper-news__main--img {
    margin-bottom: 8px;
  }
}
.wrapper-news__main--img img {
  border-radius: 10px;
}
.wrapper-news__main a {
  display: block;
}
.wrapper-news__main--title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-text-dark);
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .wrapper-news__main--title {
    margin-bottom: 8px;
  }
}
.wrapper-news__main--title h4 {
  line-height: 32px;
}
@media (max-width: 768px) {
  .wrapper-news__main--title h4 {
    line-height: 26px;
    font-size: 1.25rem;
  }
}
.wrapper-news__main--desc {
  font-size: 0.875rem;
  color: #98A0A2;
}
.wrapper-news__relate {
  flex-basis: 35%;
}

@media (max-width: 768px) {
  .wrapper-news__relate {
    display: grid;
    grid-template-columns: auto;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 0;
  }
}
@media (max-width: 460px) {
  .wrapper-news__relate {
    display: block;
  }
}

.news-v2 {
  margin-top: 30px;
  display: flex;
  align-items: start;
}
.news-v2__content {
  max-width: 930px;
  width: 100%;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .news-v2__content {
    margin-right: 0;
    max-width: unset;
  }
}
.news-v2__content--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .news-v2__content--head {
    display: block;
    margin-bottom: 10px;
  }
}
.news-v2__content--head__tab-panel {
  display: flex;
  align-items: center;
}
.news-v2__content--head__tab-panel__item {
  background-color: transparent;
  color: #a6a6a6;
  font-size: 16px;
  border-radius: 20px;
  padding: 5px 18px;
  border: 1px solid #a6a6a6;
  margin-right: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .news-v2__content--head__tab-panel__item {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.news-v2__content--head__tab-panel__item:hover {
  transform: scale(1.05);
  color: #fff;
  font-weight: 700;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.news-v2__content--head__tab-panel__item:last-child {
  margin-right: 0;
}
.news-v2__content--head__tab-panel__item.active {
  color: #fff;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  font-weight: 700;
}
.news-v2__content--head__view-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .news-v2__content--head__view-more {
    justify-content: end;
    margin-top: 5px;
  }
}
.news-v2__content--head__view-more a:hover span {
  color: var(--color-primary);
}
.news-v2__content--head__view-more a:hover svg, .news-v2__content--head__view-more a:hover path {
  fill: var(--color-primary);
}
.news-v2__content--head__view-more a span {
  color: #000;
  font-size: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .news-v2__content--head__view-more a span {
    font-size: 14px;
  }
}
.news-v2__content--head__view-more a svg, .news-v2__content--head__view-more a path {
  transition: all 0.3s ease;
}
.news-v2__content--body__tab-panel__item {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  height: 0;
}
.news-v2__content--body__tab-panel__item.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: all 0.3s ease;
}
.news-v2__content--body__tab-panel .news-first {
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .news-v2__content--body__tab-panel .news-first {
    display: block;
    margin-bottom: 20px;
  }
}
.news-v2__content--body__tab-panel .news-first .news-v2__content--body__tab-panel__item__card--image {
  max-width: 70%;
  width: 100%;
  margin-right: 30px;
  display: block;
}
@media (max-width: 768px) {
  .news-v2__content--body__tab-panel .news-first .news-v2__content--body__tab-panel__item__card--image {
    max-width: unset;
  }
}
.news-v2__content--body__tab-panel .news-first .news-v2__content--body__tab-panel__item__card--image img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .news-v2__content--body__tab-panel .news-first .news-v2__content--body__tab-panel__item__card--image img {
    height: 200px;
  }
}
.news-v2__content--body__tab-panel .news-first .news-v2__content--body__tab-panel__item__card--info {
  max-width: 30%;
  width: 100%;
}
@media (max-width: 768px) {
  .news-v2__content--body__tab-panel .news-first .news-v2__content--body__tab-panel__item__card--info {
    max-width: unset;
  }
}
.news-v2__content--body__tab-panel .news-first .news-v2__content--body__tab-panel__item__card--info h4 {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .news-v2__content--body__tab-panel .news-first .news-v2__content--body__tab-panel__item__card--info h4 {
    margin-bottom: 0;
  }
}
.news-v2__content--body__tab-panel .news-first .news-v2__content--body__tab-panel__item__card--info h4 a {
  color: var(--color-secondary);
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .news-v2__content--body__tab-panel .news-first .news-v2__content--body__tab-panel__item__card--info h4 a {
    font-size: 18px;
  }
}
.news-v2__content--body__tab-panel .news-first .news-v2__content--body__tab-panel__item__card--info .news-v2__content--body__tab-panel__item__card--info__desc {
  font-size: 16px;
}
@media (max-width: 768px) {
  .news-v2__content--body__tab-panel .news-first .news-v2__content--body__tab-panel__item__card--info .news-v2__content--body__tab-panel__item__card--info__desc {
    font-size: 14px;
  }
}
.news-v2__content--body__tab-panel .news-v2__list-another {
  display: flex;
  margin: 0 -15px;
}
.news-v2__content--body__tab-panel .news-v2__list-another .news-v2__content--body__tab-panel__item__card {
  padding: 0 15px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-v2__content--body__tab-panel .news-v2__list-another .news-v2__content--body__tab-panel__item__card {
    display: flex;
    flex-direction: column-reverse;
  }
}
.news-v2__content--body__tab-panel .news-v2__list-another img {
  width: 210px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .news-v2__content--body__tab-panel .news-v2__list-another img {
    height: 110px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.news-v2__content--body__tab-panel .news-v2__list-another h4 {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .news-v2__content--body__tab-panel .news-v2__list-another h4 {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.news-v2__content--body__tab-panel .news-v2__list-another h4 a {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .news-v2__content--body__tab-panel .news-v2__list-another h4 a {
    font-size: 14px;
  }
}
.news-v2__banner {
  flex: 1;
  margin-top: 66px;
}
@media (max-width: 768px) {
  .news-v2__banner {
    display: none;
  }
}

.news-v2__content--body__tab-panel__item__card .news-v2__content--body__tab-panel__item__card--info h4 a,
.news-v2__content--body__tab-panel__item__card .news-v2__content--body__tab-panel__item__card--image img {
  transition: all 0.3s ease;
}
.news-v2__content--body__tab-panel__item__card:hover .news-v2__content--body__tab-panel__item__card--info h4 a {
  color: var(--color-primary);
}
.news-v2__content--body__tab-panel__item__card:hover .news-v2__content--body__tab-panel__item__card--image img {
  transform: scale(1.05);
}
.news-v2__content--body__tab-panel__item__card .news-v2__content--body__tab-panel__item__card--image {
  overflow: hidden;
}

.section-news-products {
  background-color: #ADCFF5;
  padding: 40px 0;
  margin-top: -20px;
  padding-top: 24px;
}
@media (max-width: 768px) {
  .section-news-products {
    padding: 30px 0;
    padding-top: 16px;
  }
}
.section-news-products .container {
  position: relative;
}
.section-news-products .product-item > div {
  margin-right: 48px;
}
@media (max-width: 768px) {
  .section-news-products .product-item > div {
    margin-right: 15px;
  }
}
.section-news-products .arrow-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-news-products__arrow-left {
  left: -60px;
}
@media (max-width: 1440px) {
  .section-news-products__arrow-left {
    display: none !important;
  }
}
.section-news-products__arrow-right {
  right: -15px;
}
@media (max-width: 1440px) {
  .section-news-products__arrow-right {
    display: none !important;
  }
}
.section-news-products .news-products {
  max-height: 550px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .section-news-products .news-products {
    max-height: 360px;
  }
}
@media (max-width: 1440px) {
  .section-news-products .news-products .slick-list {
    padding: 0 15% 0 0 !important;
  }
}
@media (max-width: 768px) {
  .section-news-products .news-products .slick-list {
    padding: 0 10% 0 0 !important;
  }
}

.section-service {
  background: var(--bg-linear-gradient);
  padding: 16px 0;
  color: #fff;
}
@media (max-width: 1024px) {
  .section-service {
    overflow: scroll;
  }
}
@media (max-width: 768px) {
  .section-service {
    overflow: unset;
    margin-bottom: 0;
    padding: 8px 0;
  }
}
.section-service .container {
  display: flex;
}
@media (max-width: 768px) {
  .section-service .container {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.section-service .service-item {
  display: flex !important;
  margin-right: 90px;
}
@media (max-width: 768px) {
  .section-service .service-item {
    margin-right: 0;
    align-items: center;
  }
}
.section-service .service-item:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .section-service .service-item:first-child svg {
    width: 16px;
  }
}
.section-service .service-item__icon {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .section-service .service-item__icon {
    margin-right: 10px;
    display: flex;
  }
}
@media (max-width: 768px) {
  .section-service .service-item__icon a {
    display: flex;
  }
}
@media (max-width: 768px) {
  .section-service .service-item__icon svg {
    width: 21px;
  }
}
.section-service .service-item__content {
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .section-service .service-item__content {
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 768px) {
  .section-service .service-item__content {
    width: unset;
    font-size: 0.8125rem;
  }
}
.section-service .service-item__content a {
  color: #fff;
}
@media (max-width: 768px) {
  .section-service .service-item__content a p {
    display: block !important;
  }
}
.section-service .service-item__content h4 {
  font-weight: 600;
  line-height: 24px;
}
.section-service .service-item__content .title-services {
  font-weight: 600;
  line-height: 24px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .section-service .service-item__content .title-services {
    font-size: 13px;
  }
}
.section-service .service-item__content p {
  font-weight: 400;
  line-height: 24px;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .section-service .service-item__content p {
    display: none;
  }
}

.section-slider {
  position: relative;
  height: 500px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section-slider {
    height: 375px;
  }
}
.section-slider .arrow-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.section-slider .slick-slide {
  cursor: pointer;
}
.section-slider .section-slider__arrow-left {
  left: 20px;
}
@media (max-width: 768px) {
  .section-slider .section-slider__arrow-left {
    left: 10px;
  }
}
.section-slider .section-slider__arrow-right {
  right: 20px;
}
@media (max-width: 768px) {
  .section-slider .section-slider__arrow-right {
    right: 10px;
  }
}
.section-slider .slick-dots {
  position: absolute;
  bottom: 14px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.section-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.section-slider .slick-dots li {
  margin: 0 5px;
}

.new-item {
  display: flex;
  margin-bottom: 16px;
}
.new-item__img {
  flex-basis: 40%;
  margin-right: 16px;
}
.new-item__img a {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.new-item__info {
  flex-basis: 60%;
}
.new-item__info--title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 2px;
  color: #000;
  overflow: hidden;
}
@media (max-width: 768px) {
  .new-item__info--title {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.new-item__info--title h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .new-item__info--title h4 {
    line-height: 20px;
  }
}
.new-item__info--desc {
  font-size: 0.875rem;
  color: #98A0A2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new-item.new-item-row {
  display: block;
}
.new-item.new-item-row .new-item__img {
  flex-basis: 40%;
  margin-right: 0;
  margin-bottom: 16px;
}
.new-item.new-item-row .new-item__img a {
  display: flex;
  border-radius: 8px;
}
.new-item.new-item-row .new-item__info--desc {
  color: #98A0A2;
}

.main-cart__body {
  display: flex;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .main-cart__body {
    display: block;
  }
}
.main-cart__body--list-detail {
  width: 65%;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .main-cart__body--list-detail {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main-cart__body--list-detail {
    width: 100%;
  }
}
.main-cart__body--list-detail .voucher {
  width: 476px;
  position: relative;
}
@media (max-width: 476px) {
  .main-cart__body--list-detail .voucher {
    width: 100%;
  }
}
.main-cart__body--list-detail .voucher__info {
  width: 100%;
  max-width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
}
.main-cart__body--list-detail .voucher__info--left {
  margin-right: 23px;
  border-right: 2px dashed var(--color-primary);
}
@media (max-width: 476px) {
  .main-cart__body--list-detail .voucher__info--left {
    border-right: none;
    margin-right: 0;
  }
}
.main-cart__body--list-detail .voucher__info--left h3 {
  font-size: 2rem;
  list-style: 48px;
  margin-bottom: 4px;
}
@media (max-width: 476px) {
  .main-cart__body--list-detail .voucher__info--left h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 476px) {
  .main-cart__body--list-detail .voucher__info--left p {
    font-size: 0.875rem;
  }
}
.main-cart__body--bill {
  width: 35%;
}
@media (max-width: 992px) {
  .main-cart__body--bill {
    width: 100%;
  }
}
.main-cart__body--bill__more {
  padding: 0 20px;
  font-size: 0.875rem;
}
.main-cart__body--bill__more ul {
  list-style: disc;
  padding-left: 20px;
}
.main-cart__body--bill__more .fee-ship {
  margin-bottom: 16px;
}
.main-cart__body--item {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(26, 32, 44, 0.1);
  margin-bottom: 16px;
}
.main-cart__body--item__thumb {
  margin-right: 24px;
}
.main-cart__body--item__thumb a {
  display: block;
}
@media (max-width: 768px) {
  .main-cart__body--item__thumb img {
    width: 60px;
  }
}
@media (max-width: 460px) {
  .main-cart__body--item__thumb {
    margin-right: 16px;
  }
}
.main-cart__body--item__info {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.main-cart__body--item__info .left {
  margin-right: 36px;
}
.main-cart__body--item__info .left a {
  color: var(--color-text-dark);
}
@media (max-width: 992px) {
  .main-cart__body--item__info .left {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.main-cart__body--item__info .left h3 {
  line-height: 32px;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .main-cart__body--item__info .left h3 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .main-cart__body--item__info .left h3 {
    font-size: 0.875rem;
    line-height: 20px;
    margin-right: 30px;
  }
}
.main-cart__body--item__info .left__detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 460px) {
  .main-cart__body--item__info .left__detail {
    display: grid;
    grid-template-columns: 40% 60%;
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-right: 30px;
  }
}
.main-cart__body--item__info .left__detail .quantity__form {
  margin-right: 24px;
  padding: 12px 8px;
}
@media (max-width: 768px) {
  .main-cart__body--item__info .left__detail .quantity__form {
    margin-right: 20px;
  }
}
.main-cart__body--item__info .left__detail .form-group-select {
  margin-right: 24px;
  display: block;
}
@media (max-width: 460px) {
  .main-cart__body--item__info .left__detail .form-group-select {
    width: 100%;
  }
}
.main-cart__body--item__info .left__detail .form-group-select select {
  padding: 12px 48px 12px 16px;
  min-width: unset;
  width: 100%;
}
.main-cart__body--item__info .left__detail .form-group-select svg {
  right: 16px;
}
@media (max-width: 768px) {
  .main-cart__body--item__info .left__detail .price {
    font-size: 1.125rem;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .main-cart__body--item__info .left__detail .price {
    margin-top: 10px;
  }
}
.main-cart__body--item__info .right {
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .main-cart__body--item__info .right {
    position: absolute;
    right: 0;
  }
}
.main-cart__body--item__info .right button {
  background-color: transparent;
  border: none;
}
.main-cart__body--item__info .right svg {
  transition: all 0.3s ease;
  fill: #716f6f;
}
.main-cart__body--item__info .right svg path {
  fill: #716f6f;
}
.main-cart__body--item__info .right:hover svg {
  fill: var(--color-primary);
}
.main-cart__body--item__info .right:hover svg path {
  fill: var(--color-primary);
}

.main-cart-empty {
  padding: 30px 0;
  text-align: center;
}
.main-cart-empty p {
  margin-bottom: 20px;
}
.main-cart-empty a {
  display: block;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.btn-remove {
  cursor: pointer;
}

.main-category .card {
  background-color: #DBEAFA;
}
.main-category .box-sort {
  display: none;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .main-category .box-sort {
    display: block;
    margin-bottom: 10px;
    margin-right: 14px;
  }
}
@media (max-width: 768px) {
  .main-category .box-sort {
    margin-top: 14px;
  }
}
.main-category .box-sort__title {
  margin-right: 34px;
}
@media (max-width: 768px) {
  .main-category .box-sort__title {
    margin-right: 17px;
  }
}
@media (max-width: 768px) {
  .main-category .box-sort__actions {
    display: flex;
    justify-content: end;
  }
}
.main-category .box-sort__actions--filter {
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
  padding: 12px 16px;
  border: none;
  background: var(--color-primary);
  border-radius: 24px;
  color: #ffff;
}
@media (max-width: 992px) {
  .main-category .box-sort__actions--filter {
    display: block;
    margin: 0 0 0 auto;
  }
}
.main-category .box-sort__filter.active {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.main-category .box-sort__filter {
  position: relative;
  background-color: transparent;
  color: #8A8A8A;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  padding: 8px 24px;
  margin-right: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 768px) {
  .main-category .box-sort__filter {
    padding: 8px 8px;
  }
}
.main-category .box-sort__filter:last-child {
  margin-right: 0;
}
.main-category .box-sort__filter span {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.main-category__content {
  display: flex;
  align-items: start;
}
@media (max-width: 992px) {
  .main-category__content {
    display: block;
  }
}
.main-category__content--filter {
  flex-basis: 22%;
  margin-right: 48px;
  position: sticky;
  top: 10px;
}
@media (max-width: 992px) {
  .main-category__content--filter {
    display: none;
  }
}
.main-category__content--filter .sub-card > h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
}
.main-category__content--filter .sub-card > p {
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .main-category__content--filter {
    margin-bottom: 30px;
  }
}
.main-category__content--products {
  flex-basis: 78%;
}
.main-category__content--products .title-global {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .main-category__content--products .title-global {
    margin-bottom: 15px;
  }
}
.main-category__content--products h1 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: normal;
}
@media (max-width: 768px) {
  .main-category__content--products h1 {
    line-height: 45px;
    margin-bottom: 0;
  }
}
.main-category__content--products__list {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 992px) {
  .main-category__content--products__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .main-category__content--products__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
}

@media (max-width: 768px) {
  .menu-categories {
    display: none;
  }
}
.menu-categories li a {
  position: relative;
  color: var(--color-text-dark);
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.menu-categories li a svg {
  width: 5px;
  margin-right: 7px;
  transition: all 0.1s ease;
}
.menu-categories li a svg path {
  transition: all 0.1s ease;
}
.menu-categories li a:hover svg {
  fill: var(--color-primary);
}
.menu-categories li a:hover svg path {
  fill: var(--color-primary);
}
.menu-categories li:last-child {
  margin-bottom: 0;
}
.menu-categories li.active a {
  color: var(--color-primary);
}
.menu-categories li.active a svg {
  fill: var(--color-primary);
}
.menu-categories li.active a svg path {
  fill: var(--color-primary);
}

.menu-categories-popup {
  display: none;
}
@media (max-width: 992px) {
  .menu-categories-popup {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.menu-categories li a {
  position: relative;
  color: var(--color-text-dark);
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.menu-categories li a img {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 7px;
  transition: all 0.3s ease;
  filter: grayscale(1);
}
.menu-categories li a svg {
  width: 5px;
  margin-right: 7px;
  transition: all 0.1s ease;
}
.menu-categories li a svg path {
  transition: all 0.1s ease;
}
.menu-categories li a:hover svg {
  fill: var(--color-primary);
}
.menu-categories li a:hover svg path {
  fill: var(--color-primary);
}
.menu-categories li a:hover img {
  filter: grayscale(0);
}
.menu-categories li:last-child {
  margin-bottom: 0;
}
.menu-categories li.active a {
  color: var(--color-primary);
}
.menu-categories li.active a img {
  filter: grayscale(0);
}
.menu-categories li.active a svg {
  fill: var(--color-primary);
}
.menu-categories li.active a svg path {
  fill: var(--color-primary);
}

.popup-categories-menu h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
}
.popup-categories-menu p {
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}

.main-checkout input[type=text],
.main-checkout input[type=search],
.main-checkout input[type=email],
.main-checkout textarea,
.main-checkout select {
  border-radius: unset;
}
.main-checkout .has-select2 .select2-container--default .select2-selection {
  border-radius: unset;
}
.main-checkout .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.main-checkout .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: unset !important;
  border-bottom-right-radius: unset !important;
}
.main-checkout .select2-container {
  z-index: 498;
}
.main-checkout__body {
  display: flex;
  margin-bottom: 22px;
  align-items: start;
}
@media (max-width: 992px) {
  .main-checkout__body {
    display: block;
  }
}
.main-checkout__body--title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px;
}
.main-checkout__body--list-detail {
  width: 75%;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .main-checkout__body--list-detail {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main-checkout__body--list-detail {
    width: 100%;
  }
}
.main-checkout__body--bill {
  width: 25%;
  position: sticky;
  top: 10px;
}
@media (max-width: 992px) {
  .main-checkout__body--bill {
    width: 100%;
  }
}
.main-checkout__body--bill__more {
  padding: 0 20px;
  font-size: 0.875rem;
}
.main-checkout__body--bill__more ul {
  list-style: disc;
  padding-left: 20px;
}
.main-checkout__body--bill__more .fee-ship {
  margin-bottom: 16px;
}
.main-checkout__body--bill .action button {
  display: flex;
  align-items: center;
}
.main-checkout__body--bill .action button span {
  width: -moz-max-content;
  width: max-content;
  font-size: 1rem;
}
.main-checkout__body--item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.main-checkout__body--item:last-child {
  margin-bottom: 40px;
}
.main-checkout__body--item__thumb {
  margin-right: 20px;
}
.main-checkout__body--item__thumb a {
  display: block;
}
.main-checkout__body--item__thumb img {
  width: auto;
}
.main-checkout__body--item__info {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main-checkout__body--item__info {
    display: block;
  }
}
.main-checkout__body--item__info .left {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .main-checkout__body--item__info .left {
    display: block;
  }
}
.main-checkout__body--item__info .left h3 {
  line-height: 24px;
  font-weight: 700;
  font-size: 1.125rem;
  margin-right: 8px;
  width: 60%;
}
@media (max-width: 992px) {
  .main-checkout__body--item__info .left h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .main-checkout__body--item__info .left h3 {
    margin-right: 0;
    width: 100%;
  }
}
.main-checkout__body--item__info .left span {
  font-size: 1rem;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .main-checkout__body--item__info .left span {
    font-size: 0.875rem;
  }
}
.main-checkout__body--item__info .right {
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-checkout__body--item__info .right svg {
  transition: all 0.3s ease;
}
.main-checkout__body--item__info .right:hover svg {
  fill: var(--color-primary);
}
.main-checkout__body--item__info .right:hover svg path {
  fill: var(--color-primary);
}
.main-checkout__body--address {
  max-width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .main-checkout__body--address {
    max-width: 100%;
  }
}
.main-checkout__body--address__form {
  font-size: 1rem;
}
.main-checkout__body--address__form input,
.main-checkout__body--address__form select,
.main-checkout__body--address__form textarea {
  font-size: 1rem;
}
.main-checkout__body--address__form .form-group {
  width: 100%;
  display: flex;
}
.main-checkout__body--address__form .form-group__item {
  display: flex;
  flex-direction: column;
}
.main-checkout__body--address__form .form-group__item .error {
  color: tomato;
  font-size: 0.8125rem;
  font-weight: 600;
  padding-left: 20px;
}
.main-checkout__body--address__form .form-group__item select {
  color: unset !important;
}
@media (max-width: 768px) {
  .main-checkout__body--address__form .form-name {
    display: block;
  }
}
@media (max-width: 768px) {
  .main-checkout__body--address__form .form-name .form-group__item {
    margin-bottom: 16px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main-checkout__body--address__form .form-address {
    display: block;
  }
}
@media (max-width: 768px) {
  .main-checkout__body--address__form .form-address .form-group {
    margin-bottom: 16px;
  }
}
.main-checkout__body--payment {
  /* When the radio button is checked, add a blue background */
}
.main-checkout__body--payment .wrapper-input {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.main-checkout__body--payment .wrapper-input:last-child {
  margin-bottom: 0;
}
.main-checkout__body--payment .wrapper-input img {
  width: 40px;
  margin-right: 10px;
}
.main-checkout__body--payment .wrapper-input:hover input ~ .checkmark {
  background-color: var(--color-primary);
  opacity: 0.5;
}
.main-checkout__body--payment .wrapper-input input:checked ~ .checkmark {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.main-checkout__body--payment .checkmark {
  top: 50%;
  transform: translateY(-50%);
}
.main-checkout .has-select2 .select2-selection {
  height: -moz-max-content;
  height: max-content;
}
.main-checkout .has-select2 .select2-selection__arrow {
  display: none;
}
.main-checkout .has-select2 svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 498;
}
.main-checkout .has-select2 select {
  width: 100%;
}

.select2-search .select2-search__field {
  border-radius: unset;
}

.select2-dropdown {
  border: 2px solid #F6F7FB !important;
}

.select2-search--dropdown {
  padding: 0 !important;
  padding-bottom: 4px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 11px 20px;
}

.detail-news .wrapper-news {
  margin-bottom: 40px;
}
.detail-news .list-news-have-sidebar {
  margin-bottom: 40px;
}
.detail-news .list-news-have-sidebar .wrapper-list-news {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .detail-news .list-news-have-sidebar .wrapper-list-news {
    display: block;
  }
}
.detail-news .list-news-have-sidebar .wrapper-list-news__left {
  width: 70%;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .detail-news .list-news-have-sidebar .wrapper-list-news__left {
    width: 100%;
    padding-top: 0;
  }
}
.detail-news .list-news-have-sidebar .wrapper-list-news__left .new-item__img {
  max-width: 116px;
}
.detail-news .list-news-have-sidebar .wrapper-list-news__right {
  width: 30%;
}
@media (max-width: 992px) {
  .detail-news .list-news-have-sidebar .wrapper-list-news__right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .detail-news .list-news-have-sidebar .new-item {
    display: flex;
  }
  .detail-news .list-news-have-sidebar .new-item__img {
    margin-right: 16px;
  }
}

.posts-sidebar--title {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .posts-sidebar--list {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 640px) {
  .posts-sidebar--list {
    display: block;
  }
}
@media (max-width: 992px) {
  .posts-sidebar {
    width: 100%;
  }
}

.distribution-system .select2-container {
  z-index: unset;
}
.distribution-system .form-group-select {
  margin-left: 0;
  margin-right: 0;
}
.distribution-system .form-group-select select option[value=""] {
  color: #999999;
}
.distribution-system .form-group {
  width: 60%;
  position: relative;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .distribution-system .form-group {
    width: 100%;
  }
}
.distribution-system .form-group input {
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
}
.distribution-system .form-group svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.distribution-system__head {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .distribution-system__head {
    margin-bottom: 20px;
  }
}
.distribution-system__head h1 {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .distribution-system__head h1 {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
.distribution-system__body {
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .distribution-system__body {
    display: block;
  }
}
.distribution-system__body .form-group {
  width: 100%;
}
.distribution-system__body--filter {
  max-width: 384px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-right: 48px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 20px;
}
.distribution-system__body--filter .tabcontent {
  padding: unset;
}
@media (max-width: 992px) {
  .distribution-system__body--filter {
    position: unset;
    top: unset;
    max-width: unset;
  }
}
.distribution-system__body--filter__head {
  display: flex;
  margin-bottom: 24px;
  border: unset;
}
.distribution-system__body--filter__head span {
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
  cursor: pointer;
}
.distribution-system__body--filter__head span:first-child {
  margin-right: 20px;
}
.distribution-system__body--filter__head span::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--color-primary);
  transition: all 0.3s ease;
  left: 0;
  bottom: 0;
}
.distribution-system__body--filter__head span.active {
  color: var(--color-primary);
}
.distribution-system__body--filter__head span.active::after {
  width: 100%;
}
.distribution-system__body--filter__body {
  font-size: 0.9375rem;
}
.distribution-system__body--filter__body input,
.distribution-system__body--filter__body select {
  font-size: 1em;
}
.distribution-system__body--filter__body .actions {
  display: flex;
  justify-content: center;
}
.distribution-system__body--filter__body .actions button {
  font-size: 0.9375rem;
}
.distribution-system__body--filter-mb {
  display: none;
  font-weight: 600;
  font-size: 0.875rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .distribution-system__body--filter-mb {
    display: block;
  }
}
.distribution-system__body--content {
  width: 100%;
}
.distribution-system__body--content a {
  color: var(--color-text-dark);
}
.distribution-system__body--content__box .province {
  font-weight: 700;
  font-size: 2rem;
  line-height: 48px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .distribution-system__body--content__box .province {
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .distribution-system__body--content__box .province a {
    font-size: 1.3rem;
  }
}
.distribution-system__body--content__box .districts {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 1rem;
  display: grid;
  grid-template-columns: auto auto auto auto;
  -moz-column-gap: 80px;
  column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .distribution-system__body--content__box .districts {
    grid-template-columns: auto auto;
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 28px;
  }
}
.distribution-system__body--content__box .ward {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 16px;
  margin-top: 30px;
}
.distribution-system__body--content__box .ward:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .distribution-system__body--content__box .ward {
    font-size: 1.25rem;
    line-height: 26px;
  }
}

.system-store-item {
  background-color: #F6F7FB;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 15px;
}
.system-store-item .info-head span {
  font-weight: 700;
  color: var(--color-secondary);
  display: none;
}
@media (max-width: 768px) {
  .system-store-item .info-head span {
    display: block;
  }
}
.system-store-item__init {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  cursor: pointer;
}
.system-store-item__init .info-more {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.system-store-item__init .info-more span {
  font-weight: 700;
  color: var(--color-secondary);
  margin-right: 10px;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .system-store-item__init .info-more span {
    display: none;
  }
}
.system-store-item__name {
  font-size: 1.1875rem;
  line-height: 32px;
}
@media (max-width: 768px) {
  .system-store-item__name {
    font-size: 1rem;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .system-store-item__sdt {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .system-store-item__desc {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.system-store-item__expand {
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.system-store-item__expand.active {
  transform: rotate(180deg);
}
.system-store-item__content {
  display: none;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .system-store-item__content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .system-store-item__content > div {
    display: block;
  }
}
.system-store-item__content img {
  border-radius: 20px;
  max-width: 275px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .system-store-item__content img {
    max-width: unset;
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .system-store-item__content--info {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
}
.system-store-item__content--info__address, .system-store-item__content--info__phone, .system-store-item__content--info__actions {
  margin-top: 8px;
  display: flex;
}
@media (max-width: 460px) {
  .system-store-item__content--info__address, .system-store-item__content--info__phone, .system-store-item__content--info__actions {
    flex-wrap: wrap;
  }
}
.system-store-item__content--info__address .button-secondary, .system-store-item__content--info__phone .button-secondary, .system-store-item__content--info__actions .button-secondary {
  display: none;
}
@media (max-width: 768px) {
  .system-store-item__content--info__address .button-secondary, .system-store-item__content--info__phone .button-secondary, .system-store-item__content--info__actions .button-secondary {
    display: block;
  }
}
.system-store-item__content--info__address a, .system-store-item__content--info__phone a, .system-store-item__content--info__actions a {
  padding: 12px 25px;
}
@media (max-width: 768px) {
  .system-store-item__content--info__address a, .system-store-item__content--info__phone a, .system-store-item__content--info__actions a {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .system-store-item__content--info__address a:first-child, .system-store-item__content--info__phone a:first-child, .system-store-item__content--info__actions a:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 460px) {
  .system-store-item__content--info__address .show_way_to_store, .system-store-item__content--info__phone .show_way_to_store, .system-store-item__content--info__actions .show_way_to_store {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
}
.system-store-item__content--info__address button, .system-store-item__content--info__phone button, .system-store-item__content--info__actions button {
  padding: 12px 25px;
}
@media (max-width: 768px) {
  .system-store-item__content--info__address button, .system-store-item__content--info__phone button, .system-store-item__content--info__actions button {
    display: block;
    width: 100%;
  }
}
.system-store-item__content--info__address button:first-child, .system-store-item__content--info__phone button:first-child, .system-store-item__content--info__actions button:first-child {
  margin-right: 10px;
}
.system-store-item__content--products__title {
  font-size: 1.25rem;
  line-height: 32px;
  margin-bottom: 14px;
}
.system-store-item__content--products__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px;
  margin-bottom: 0px;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: hidden;
}
@media (max-width: 768px) {
  .system-store-item__content--products__list {
    display: block;
  }
}
.system-store-item__content--products__list .product-store-item {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .system-store-item__content--products__list .product-store-item {
    margin-bottom: 10px;
  }
}
.system-store-item__content--products__list .product-store-item a {
  display: flex;
  align-items: center;
}
.system-store-item__content--products__list .product-store-item p:first-child {
  display: flex;
  margin-right: 20px;
  max-width: 60px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.system-store-item__content--products__list .product-store-item__img {
  margin-bottom: 0;
  border-radius: unset;
  margin-right: 0;
  max-width: unset;
}
.system-store-item__content--products__list .product-store-item__title {
  font-weight: 400;
}
.system-store-item__content--products__list.show-full {
  max-height: unset;
}
.system-store-item__content--products__expand {
  margin-bottom: 36px;
  display: none;
}
.system-store-item__content--products__expand div {
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
}
.system-store-item__content--products__expand div span {
  margin-right: 13px;
  transition: all 0.3s ease;
}
.system-store-item__content--products__expand div svg {
  transition: all 0.3s ease;
}
.system-store-item__content--products__expand div svg path {
  transition: all 0.3s ease;
}
.system-store-item__content--products__expand div:hover span {
  color: var(--color-primary);
}
.system-store-item__content--products__expand div:hover svg {
  fill: var(--color-primary);
}
.system-store-item__content--products__expand div:hover svg path {
  fill: var(--color-primary);
}
.system-store-item__content--products__expand div.active {
  display: flex;
}
.system-store-item__content--products__img > div {
  display: grid;
  grid-template-columns: auto auto auto auto;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
@media (max-width: 992px) {
  .system-store-item__content--products__img > div {
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 768px) {
  .system-store-item__content--products__img > div {
    grid-template-columns: auto auto;
  }
}
.system-store-item__content--products__img > div img {
  margin-bottom: 0;
}
.system-store-item__content.active {
  display: block;
}

.popup-distribution-system {
  z-index: 99999 !important;
}
@media (max-width: 768px) {
  .popup-distribution-system {
    max-width: 100% !important;
  }
}

.popup-distribution-system-filter-mb {
  max-width: 100%;
  padding: 0;
}

.distribution-system__body--filter-mb-content {
  display: block;
  width: 100%;
  margin: 0;
  max-width: unset;
}
.distribution-system__body--filter-mb-content .distribution-system__body--filter__head {
  justify-content: start;
}
.distribution-system__body--filter-mb-content .distribution-system__body--filter__head .head_tab:first-child {
  margin-right: 25px;
}
.distribution-system__body--filter-mb-content .distribution-system__body--filter__body .form-group:first-child {
  position: relative;
}
.distribution-system__body--filter-mb-content .distribution-system__body--filter__body .form-group:first-child input {
  width: 100%;
  box-sizing: border-box;
  padding-right: 60px;
}
.distribution-system__body--filter-mb-content .distribution-system__body--filter__body .form-group:first-child svg {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.distribution-system__body--filter-mb-content .distribution-system__body--filter__body .form-group-select {
  width: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  .distribution-system__body--filter-mb {
    display: block;
    font-size: 1rem;
    padding: 10px 20px;
    background: var(--color-primary);
    border-radius: 5px;
    color: #ffff;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.tmp-popup.popup-distribution-system .tmp-popup__content {
  text-align: center;
}
.tmp-popup.popup-distribution-system .tmp-popup__content img {
  width: auto;
  margin-bottom: 10px;
}

.has-select2 {
  position: relative;
}
.has-select2 .select2-container {
  width: 100% !important;
}
.has-select2 .select2-container--default .select2-selection {
  border: 2px solid #F6F7FB;
  border-radius: 32px;
  color: var(--color-text-dark);
  padding: 11px 20px;
  padding-right: 40px;
}
.has-select2 .select2-container--default.select2-container--focus .select2-selection {
  border: solid #F6F7FB 2px;
}
.has-select2 .select2-container--default .select2-selection .select2-selection__choice {
  background-color: var(--color-primary);
  color: #fff;
  border: none;
  margin: 0;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.has-select2 .select2-container--default .select2-selection .select2-selection__choice__remove {
  color: #fff;
  font-size: 1.2em;
  border-right: none;
  height: 100%;
  transition: all 0.3s ease;
}
.has-select2 .select2-container--default .select2-selection .select2-selection__choice__display {
  font-size: 0.875rem;
}
.has-select2 .select2-container .select2-search--inline {
  display: flex;
  align-items: center;
}
.has-select2 .select2-container .select2-search--inline .select2-search__field {
  padding-left: 2px;
  margin: 0;
}
@media (max-width: 768px) {
  .has-select2 .select2-container .select2-search--inline .select2-search__field {
    width: 70%;
  }
}
.has-select2 select2-search.select2-search--inline {
  display: flex;
  align-items: center;
}
.has-select2 select2-search.select2-search--inline textarea {
  width: 100%;
  margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container .select2-selection--single {
  height: unset !important;
}

.js-search-diemban-multiple {
  height: 44px;
  overflow: hidden;
  width: 100%;
  color: #fff;
}

.select2-results__option {
  padding-left: 24px !important;
  font-size: 0.875rem;
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--color-primary) !important;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: unset !important;
  color: unset !important;
  outline: unset !important;
}

.condition-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.condition-custom__text {
  padding: 0 0.5rem;
}
.condition-custom__line {
  width: 50%;
  height: 1px;
  background-color: #ccc;
}

.distribution-system__body--filter .has-select2 .select2-container--default .select2-selection {
  padding: 15px 20px;
}

.tab-store-location-near form > div {
  position: relative;
  margin-bottom: 15px;
}
.tab-store-location-near form svg {
  position: unset !important;
  right: unset !important;
  top: unset !important;
  transform: unset !important;
}
.tab-store-location-near form .tab-store-location-near__submit {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
}

#tim_nha_thuoc .only-input .form-group svg {
  position: unset;
  right: unset;
  top: unset;
  transform: unset;
}
#tim_nha_thuoc .only-input .form-group button {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

.intro__head {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .intro__head {
    margin-bottom: 20px;
  }
}
.intro__thaiminh2tech-wp {
  margin-bottom: 20px;
}
.intro__thaiminh2tech-wp .title-global {
  margin-bottom: 10px;
}
.intro__thaiminh2tech-wp .intro__thaiminh2tech {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .intro__thaiminh2tech-wp .intro__thaiminh2tech {
    display: block;
  }
}
.intro__thaiminh2tech-wp .intro__thaiminh2tech--logo {
  margin-right: 47px;
}
.intro__thaiminh2tech-wp .intro__thaiminh2tech--logo img {
  margin-bottom: 20px;
}
.intro__thaiminh2tech-wp .intro__thaiminh2tech--logo h4 {
  color: var(--color-secondary);
  font-size: 20px;
}
.intro__distribution-system {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.intro__distribution-system .title-global {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .intro__distribution-system {
    display: block;
  }
}
.intro__distribution-system--left {
  flex-basis: 65%;
  margin-right: 48px;
}
@media (max-width: 768px) {
  .intro__distribution-system--left {
    flex-basis: unset;
    margin-right: 0;
  }
}
.intro__distribution-system--right {
  flex-basis: 25%;
}
@media (max-width: 768px) {
  .intro__distribution-system--right {
    flex-basis: unset;
  }
}
.intro__certification {
  margin-bottom: 62px;
  position: relative;
}
.intro__certification .title-global {
  margin-bottom: 10px;
}
.intro__certification .arrow-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .intro__certification .arrow-slider {
    display: none !important;
  }
}
.intro__certification--arrow-left {
  left: 20px;
}
.intro__certification--arrow-right {
  right: 20px;
}
.intro__certification--img {
  display: flex;
}
@media (max-width: 768px) {
  .intro__certification--img {
    display: block;
  }
}
.intro__certification--img img {
  border-radius: 40px;
  border: 1px solid #ccc;
}
.intro__certification--img img:first-child {
  margin-right: 48px;
}
@media (max-width: 768px) {
  .intro__certification--img img:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.intro__certification--img .slick-slide {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .intro__certification--img .slick-slide {
    margin-right: 20px;
  }
}
.intro__certification--img .slick-list {
  padding: 0 20% 0 0 !important;
}
@media (max-width: 1440px) {
  .intro__certification--img .slick-list {
    padding: 0 15% 0 0 !important;
  }
}
@media (max-width: 768px) {
  .intro__certification--img .slick-list {
    padding: 0 10% 0 0 !important;
  }
}
.intro__main-logo {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .intro__main-logo {
    margin-bottom: 30px;
  }
}
.intro__main-logo .title-global {
  margin-bottom: 10px;
}
.intro__main-logo--content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .intro__main-logo--content {
    display: block;
  }
}
.intro__main-logo--content__left {
  flex-basis: 70%;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .intro__main-logo--content__left {
    flex-basis: unset;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.intro__main-logo--content__right {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .intro__main-logo--content__right {
    width: 100%;
  }
}
.intro__main-logo--content__right img {
  width: 70%;
}
.intro__about-us {
  margin-bottom: 50px;
}
.intro__about-us--item {
  border-radius: 56px;
  padding: 40px 80px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .intro__about-us--item {
    margin-bottom: 20px;
    padding: 40px;
  }
}
.intro__about-us--item:last-child {
  margin-bottom: 0;
}
.intro__about-us--item__icon img {
  width: auto;
}
.intro__about-us--item__content {
  display: flex;
}
@media (max-width: 768px) {
  .intro__about-us--item__content {
    display: block;
  }
}
.intro__about-us--item__content h3 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 56px;
}
@media (max-width: 768px) {
  .intro__about-us--item__content h3 {
    font-size: 1.5625rem;
    line-height: 36px;
  }
}
.intro__about-us--item__content--col-1 {
  flex-basis: 25%;
  margin-right: 26px;
}
@media (max-width: 768px) {
  .intro__about-us--item__content--col-1 {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.intro__about-us--item__content--col-2 {
  flex-basis: 40%;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .intro__about-us--item__content--col-2 {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.intro__about-us--item__content--col-3 {
  flex-basis: 35%;
}
.intro__about-us--item__content ul {
  list-style: disc;
  padding-left: 20px;
}

.page-about-us__content .tmp-popup ul {
  margin-left: unset;
}
.page-about-us__content .tmp-popup ul li {
  list-style-type: none;
}

.posts .card {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .posts .card {
    padding-bottom: 30px;
  }
}
.posts .title-global {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .posts .title-global {
    margin-bottom: 30px;
  }
}
.posts .title-global h2 span:first-child {
  color: var(--color-text-dark);
}
.posts__item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .posts__item {
    margin-bottom: 20px;
  }
}
.posts__new .posts__item--wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
@media (max-width: 992px) {
  .posts__new .posts__item--wrapper {
    grid-template-columns: auto auto auto;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 0;
  }
}
@media (max-width: 768px) {
  .posts__new .posts__item--wrapper {
    grid-template-columns: auto;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 0;
  }
}
.posts__new.posts__new_thai_minh .posts__item--wrapper {
  row-gap: 0;
}

.list-blog-v2 {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .list-blog-v2 {
    flex-direction: column;
  }
}
.list-blog-v2__left {
  width: 70%;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .list-blog-v2__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.list-blog-v2__left--head {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c7c7c7;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .list-blog-v2__left--head {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox, Safari 18.2+, Chromium 121+ */
  }
}
.list-blog-v2__left--head__item-wp {
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
  margin-right: 30px;
}
.list-blog-v2__left--head__item-wp:last-child {
  margin-right: 0;
}
.list-blog-v2__left--head__item-wp::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.list-blog-v2__left--head__item {
  font-size: 26px;
  color: var(--color-secondary);
  font-weight: 600;
  transition: all 0.3s ease;
}
.list-blog-v2__left--head__item:hover {
  color: var(--color-primary);
}
@media (max-width: 768px) {
  .list-blog-v2__left--head__item {
    font-size: 14px;
    width: -moz-max-content;
    width: max-content;
    display: block;
  }
}
.list-blog-v2__left--head__item-wp.active span {
  color: var(--color-primary);
}
.list-blog-v2__left--head__item-wp.active::after {
  background-color: var(--color-primary);
}
.list-blog-v2__left--content__item {
  display: none;
}
.list-blog-v2__left--content__item.active {
  display: block;
}
.list-blog-v2__right {
  width: 30%;
}
@media (max-width: 768px) {
  .list-blog-v2__right {
    width: 100%;
  }
}
.list-blog-v2__right--banner {
  margin-bottom: 25px;
}
.list-blog-v2__right--content-wp {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.list-blog-v2__right--content-wp__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-secondary);
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .list-blog-v2__right--content-wp__title {
    font-size: 1.125rem;
    text-align: start;
  }
}
.list-blog-v2__right--content {
  display: flex;
  flex-direction: column;
}
.list-blog-v2__right--content__item {
  padding-top: 10px;
  display: flex;
  align-items: start;
  border-top: 1px solid #c7c7c7;
  margin-bottom: 10px;
}
.list-blog-v2__right--content__item:hover span {
  color: var(--color-primary);
}
.list-blog-v2__right--content__item:hover svg {
  fill: var(--color-primary);
}
.list-blog-v2__right--content__item svg {
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 10%;
  margin-top: 7px;
}
.list-blog-v2__right--content__item span {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.list-blog-v2 .blog-v2-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 20px;
}
.list-blog-v2 .blog-v2-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.blog-v2-item {
  display: flex;
  align-items: start;
}
@media (max-width: 768px) {
  .blog-v2-item {
    flex-direction: column;
  }
}
.blog-v2-item:hover img {
  transform: scale(1.05);
}
.blog-v2-item:hover .blog-v2-item__info--title {
  color: var(--color-primary);
}
.blog-v2-item__img {
  overflow: hidden;
  margin-right: 30px;
  width: 40%;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .blog-v2-item__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.blog-v2-item__img a {
  display: block;
}
.blog-v2-item__img img {
  width: 100%;
  max-width: 320px;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .blog-v2-item__img img {
    max-width: unset;
  }
}
.blog-v2-item__info {
  width: 60%;
}
@media (max-width: 768px) {
  .blog-v2-item__info {
    width: 100%;
  }
}
.blog-v2-item__info--title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 768px) {
  .blog-v2-item__info--title {
    font-size: 1.125rem;
    color: var(--color-secondary);
  }
}
.blog-v2-item__info--desc {
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .blog-v2-item__info--desc {
    font-size: 0.875rem;
  }
}

.thaiminh-inside__title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.thaiminh-inside__desc {
  margin-bottom: 30px;
}
.thaiminh-inside__category {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.thaiminh-inside__category--wp {
  border-top: 1px solid #c7c7c7;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .thaiminh-inside__category--wp:last-child {
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 20px;
  }
}
.thaiminh-inside__category--title {
  text-transform: uppercase;
  font-size: 28px;
  color: var(--color-secondary);
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .thaiminh-inside__category--title {
    font-size: 24px;
  }
}
.thaiminh-inside__category--banner {
  overflow: hidden;
  margin-right: 20px;
  flex: 0 0 200px;
}
@media (max-width: 768px) {
  .thaiminh-inside__category--banner {
    flex: 0 0 200px;
    display: none;
  }
}
.thaiminh-inside__category--banner:hover img {
  transform: scale(1.05);
}
.thaiminh-inside__category--banner img {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 200px;
  height: auto;
}
@media (max-width: 768px) {
  .thaiminh-inside__category--banner img {
    width: 200px;
  }
}
.thaiminh-inside__category--list {
  width: calc(100% - 200px);
  margin: 0 -10px;
}
@media (max-width: 768px) {
  .thaiminh-inside__category--list {
    width: 100%;
  }
}
.thaiminh-inside__category--list__item {
  flex: 0 0 230px;
  background: #fff;
  border-radius: 10px;
  padding-bottom: 0.75rem;
  box-shadow: 0 1px 5px #dee2e6;
  overflow: hidden;
  margin: 0 10px;
  min-height: 300px;
}
@media (max-width: 768px) {
  .thaiminh-inside__category--list__item {
    flex: 0 0 150px;
  }
}
.thaiminh-inside__category--list__item--img {
  overflow: hidden;
  margin-bottom: 10px;
}
.thaiminh-inside__category--list__item--img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 140px;
  transition: all 0.3s ease;
}
.thaiminh-inside__category--list__item--img:hover img {
  transform: scale(1.05);
}
.thaiminh-inside__category--list__item--info {
  padding: 10px;
}
.thaiminh-inside__category--list__item--info__title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.thaiminh-inside__category--list__item--info__desc {
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.thaiminh-inside__category .slick-track {
  display: flex !important;
  justify-content: flex-start;
  padding-bottom: 10px;
}

.page-post-detail img {
  width: 100% !important;
}
.page-post-detail .product-detail__product-relate {
  margin-top: 20px;
}

.page-post-detail__content {
  display: flex;
}
@media (max-width: 992px) {
  .page-post-detail__content {
    display: block;
  }
}
.page-post-detail__content iframe {
  width: 100%;
}
.page-post-detail__content .posts-sidebar {
  width: 30%;
}
@media (max-width: 992px) {
  .page-post-detail__content .posts-sidebar {
    width: 100%;
  }
}
.page-post-detail__content ul {
  margin: 0;
  padding: 0 0 15px;
  margin-left: 30px;
}
.page-post-detail__content ul li {
  margin: 0 0 0 30px;
  padding: 0;
  list-style-type: disc;
}
.page-post-detail__content h3 {
  margin: 15px 0;
  font-size: 1.125rem;
}
.page-post-detail__content h2 {
  font-size: 1.375rem;
}
.page-post-detail__content p {
  margin-bottom: 15px;
}

.post-detail {
  width: 70%;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .post-detail {
    margin-right: 0;
    width: 100%;
  }
}
.post-detail__head {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .post-detail__head {
    margin-bottom: 10px;
  }
}
.post-detail__head--title {
  font-size: 2.5rem;
  line-height: 56px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .post-detail__head--title {
    font-size: 1.5rem;
    line-height: 34px;
  }
}
.post-detail__head--time {
  color: #6D6E76;
  display: none;
}
.post-detail__content img {
  margin: 20px 0;
}
.post-detail__content a {
  color: #63c8e4;
}
.post-detail .align-items-center {
  align-items: center !important;
}
.post-detail .section-slider-products {
  padding: 0 60px;
  border-radius: 20px;
  margin-top: 5px;
  background-color: #ecf5ff;
}
@media screen and (max-width: 767px) {
  .post-detail .section-slider-products {
    padding: 5px;
  }
}
.post-detail .section-slider-products__slider__arrow-right {
  right: -60px;
}
.post-detail .section-slider-products__slider__arrow-left {
  left: -60px;
}
.post-detail .section-slider-products .product-item .box-item {
  border: solid 1px;
  padding: 0 10px;
}
.post-detail .section-slider-products .product-item__image a {
  padding: 0;
}
.post-detail .section-slider-products .product-item__image img {
  margin: 0;
}
.post-detail .section-slider-products .product-item__info h3 {
  margin: 0;
}
.post-detail .section-slider-products .product-item__info p {
  margin-bottom: 0;
}
.post-detail .section-slider-products a h3 {
  color: #000000;
}
.post-detail .section-slider-relate-products {
  padding: 0 60px;
  border-radius: 20px;
  margin-top: 5px;
  background-color: #ecf5ff;
}
@media screen and (max-width: 767px) {
  .post-detail .section-slider-relate-products {
    padding: 5px;
  }
}
.post-detail .section-slider-relate-products__slider__arrow-right {
  right: -60px;
}
.post-detail .section-slider-relate-products__slider__arrow-left {
  left: -60px;
}
.post-detail .section-slider-relate-products .product-item .box-item {
  border: solid 1px;
  padding: 0 10px;
}
.post-detail .section-slider-relate-products .product-item__image a {
  padding: 0;
}
.post-detail .section-slider-relate-products .product-item__image img {
  margin: 0;
}
.post-detail .section-slider-relate-products .product-item__info h3 {
  margin: 0;
}
.post-detail .section-slider-relate-products .product-item__info p {
  margin-bottom: 0;
}
.post-detail .section-slider-relate-products a h3 {
  color: #000000;
}
.post-detail .container {
  position: relative;
}
.post-detail .product-item {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .post-detail .product-item {
    margin-right: 15px;
  }
}
.post-detail .arrow-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.post-detail__arrow-left {
  left: -60px;
}
@media (max-width: 1440px) {
  .post-detail__arrow-left {
    display: none !important;
  }
}
.post-detail__arrow-right {
  right: -15px;
}
@media (max-width: 1440px) {
  .post-detail__arrow-right {
    display: none !important;
  }
}
.post-detail .news-products {
  max-height: 550px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .post-detail .news-products {
    max-height: 360px;
  }
}
@media (max-width: 1440px) {
  .post-detail .news-products .slick-list {
    padding: 0 15% 0 0 !important;
  }
}
@media (max-width: 768px) {
  .post-detail .news-products .slick-list {
    padding: 0 10% 0 0 !important;
  }
}

.post-expert {
  background: #f9fbff;
}
.post-expert p {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.618;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.post-expert a {
  color: #0d72c7;
  text-decoration: none;
}
.post-expert h1,
.post-expert h4 {
  line-height: 30px;
  font-size: 24px;
}
.post-expert .post-expert_image {
  width: 15%;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .post-expert .post-expert_image {
    width: 50% !important;
  }
}
.post-expert .post-expert_image img {
  border-radius: 10px;
  width: 100%;
}
.post-expert .post-expert_data {
  padding: 10px;
}
.post-expert .post-expert_data ul {
  list-style: disc !important;
  padding-left: 30px;
}
.post-expert_data-title img {
  width: 16px;
}

.blog-detail__note {
  padding-top: 10px;
  width: 80%;
  margin-left: 10%;
}

.news-relate-products {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .news-relate-products {
    padding: 0 5px;
  }
}
.news-relate-products .product-item {
  margin: 15px;
}
@media (max-width: 768px) {
  .news-relate-products .product-item {
    margin-right: 10px;
  }
}

.product-detail__product-relate .product-item__image a {
  padding: 0;
}
.product-detail__product-relate .product-item__image img {
  margin: 0;
}
.product-detail__product-relate .section-news-products__arrow-right {
  right: 5px;
}
.product-detail__product-relate .section-news-products__arrow-left {
  left: 5px;
}

.main-search__title {
  font-weight: 700;
  font-size: 2.5rem;
  color: var(--color-text-dark);
  margin-bottom: 16px;
}
.main-search__products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 45px;
}
@media (max-width: 992px) {
  .main-search__products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .main-search__products {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 460px) {
  .main-search__products {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .main-search-empty .card {
    padding: 20px 10px;
  }
}
.main-search-empty__products {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.main-search-empty__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .main-search-empty__subtitle {
    font-size: 1rem;
  }
}

.thank-you {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .thank-you {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.thank-you h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .thank-you h1 {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}
.thank-you p {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .thank-you p {
    font-size: 1rem;
    font-weight: normal;
  }
}
.thankyou-page::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  height: 3px;
  width: 70px;
  background-color: var(--color-primary);
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 768px) {
  .thankyou-page::before {
    display: none;
  }
}
.thankyou-page__head {
  margin-bottom: 30px;
}
.thankyou-page__head h1 {
  font-size: 250%;
}
.thankyou-page__order {
  max-width: 700px;
  margin: 0 auto;
}
.thankyou-page__bill {
  margin: 15px 0 25px;
}
.thankyou-page__bill .bill-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  background-color: #f4f4f4;
  padding: 0 15px;
  border-radius: 3px;
  box-sizing: border-box;
}
.thankyou-page__bill .bill-item + .bill-item {
  margin-top: 2px;
}
.thankyou-page__bill .bill-item .label {
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
}
.thankyou-page__bill .bill-item .value {
  font-weight: bold;
}
.thankyou-page__bill .bill-item--total {
  font-size: 120%;
}
.thankyou-page__address {
  background: #FFFFFF;
  border: 1px solid rgba(115, 129, 54, 0.2);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 15px;
}
.thankyou-page__address .address-item {
  padding: 0 0 5px;
}
.thankyou-page__address .address-item .value {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .thankyou-page__head {
    margin-bottom: 25px;
  }
  .thankyou-page__head h1 {
    font-size: 150%;
  }
  .thankyou-page__bill {
    margin-bottom: 25px;
  }
}
.account-order__item {
  background: #FFFFFF;
  border: 1px solid rgba(115, 129, 54, 0.2);
  box-sizing: border-box;
  border-radius: 10px;
}
.account-order__item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid rgba(115, 129, 54, 0.2);
}
.account-order__item .top .info-order .order-code {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #DE8D1E;
}
.account-order__item .top .info-order .order-date {
  font-size: 14px;
  line-height: 16px;
  color: #6A6A69;
}
.account-order__item .top .info-order p {
  margin: 0;
}
.account-order__item .content .order-list {
  padding: 0 25px;
}
@media (max-width: 768px) {
  .account-order__item .content .order-list {
    padding: 0 15px;
  }
}
.account-order__item .content .order-list .order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .account-order__item .content .order-list .order-item {
    padding: 15px 0;
  }
}
.account-order__item .content .order-list .order-item + .order-item {
  border-top: 1px dashed rgba(76, 80, 61, 0.14);
}
.account-order__item .content .order-list .order-item .content {
  display: flex;
  align-items: center;
  flex: 1;
}
.account-order__item .content .order-list .order-item .content .thumbnail {
  width: 50px;
  min-width: 50px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 14px;
}
.account-order__item .content .order-list .order-item .content .thumbnail:before {
  content: "";
  padding-top: 100%;
  display: block;
  width: 100%;
  height: 0;
}
.account-order__item .content .order-list .order-item .content .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 50px;
}
.account-order__item .content .order-list .order-item .content .info .info-title {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  flex-wrap: wrap;
}
.account-order__item .content .order-list .order-item .content .info .info-title .label-promo {
  color: #de8d1e;
  border: 1px solid #de8d1e;
  padding: 3px 5px 2px;
  font-size: 11px;
  margin-right: 10px;
}
.account-order__item .content .order-list .order-item .content .info .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-primary);
}
.account-order__item .content .order-list .order-item .content .info .type {
  display: flex;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #6A6A69;
}
.account-order__item .content .order-list .order-item .content .info .type span + span {
  margin-left: 20px;
}
.account-order__item .content .order-list .order-item .price {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: var(--color-primary);
  white-space: nowrap;
}
.account-order__item .content .order-list .order-item .price del {
  color: #d1d6d1;
}
.account-order__item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px;
  background: rgba(115, 129, 54, 0.05);
  border: 1px solid #E3E6D7;
  box-sizing: border-box;
  border-radius: 0px 0px 10px 10px;
}
.account-order__item .bottom .label {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-primary);
  margin-right: 18px;
}
.account-order__item .bottom .total-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: var(--color-primary);
}
.account-order__item .bottom__total {
  display: inline-flex;
  flex-flow: column;
}

.update-address {
  width: 100%;
  max-width: 710px;
}
.update-address__head {
  display: flex;
  padding-bottom: 8px;
  border-bottom: 1px solid #1A202C3D;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.update-address__head button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.update-address .has-select2 svg {
  z-index: 10000;
}
.update-address__body {
  margin-bottom: 24px;
}
.update-address__body .form-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .update-address__body .form-group {
    display: block;
  }
}
.update-address__body .form-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .update-address__body .form-group .form-group__wp {
    margin-bottom: 24px;
  }
}
.update-address__body .form-group input,
.update-address__body .form-group select {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .update-address__body .form-group input,
.update-address__body .form-group select {
    display: block;
    margin-bottom: 24px;
  }
  .update-address__body .form-group input:last-child,
.update-address__body .form-group select:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .update-address__body .form-group .has-select2:first-child {
    margin-bottom: 24px;
  }
}
.update-address__footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.update-address__footer button, .update-address__footer span {
  font-size: 1rem;
}

.product-detail {
  margin-bottom: 60px;
}
.product-detail__is-virtual {
  background-color: #fff2f0;
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  margin-top: 1rem;
}
.product-detail__is-virtual__icon {
  width: 1.5rem;
  padding: 1rem;
  color: #FF0000FF;
}
.product-detail__is-virtual__content {
  padding: 1rem 1rem 1rem 0;
}
.product-detail__is-virtual__content h3 {
  color: #FF0000FF;
}
.product-detail__detail {
  display: flex;
  margin-bottom: 44px;
  align-items: start;
}
@media (max-width: 992px) {
  .product-detail__detail {
    display: block;
    margin-bottom: 16px;
  }
}
.product-detail__detail--left {
  width: 50%;
  margin-right: 30px;
  position: sticky;
  top: 10px;
}
@media (max-width: 768px) {
  .product-detail__detail--left:first-child {
    display: none;
  }
}
@media (max-width: 992px) {
  .product-detail__detail--left {
    width: 100%;
    margin-bottom: 8px;
    position: unset;
    top: unset;
  }
}
.product-detail__detail--left__main {
  position: relative;
  margin-bottom: 16px;
}
.product-detail__detail--left__main img {
  border-radius: 24px;
}
.product-detail__detail--left__main .arrow-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.product-detail__detail--left__main .product-detail__arrow-left {
  left: 11px;
}
.product-detail__detail--left__main .product-detail__arrow-right {
  right: 11px;
}
.product-detail__detail--left__thumb .product-detail-thumb-item {
  margin: 0 8px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}
.product-detail__detail--left__thumb .slick-slide {
  border: 2px solid rgba(92, 95, 100, 0.1);
  cursor: pointer;
}
.product-detail__detail--left__thumb .slick-current.slick-active {
  border: 2px solid var(--color-primary);
}
.product-detail__detail--left .zoom {
  cursor: pointer;
  position: absolute;
  right: 77px;
  bottom: 87px;
  /* padding: 11px 14px; */
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail__detail--right {
  width: 50%;
}
@media (max-width: 992px) {
  .product-detail__detail--right {
    width: 100%;
  }
}
.product-detail__detail--right__title {
  font-weight: 600;
  font-size: 2rem;
  color: var(--color-text-dark);
}
@media (max-width: 768px) {
  .product-detail__detail--right__title {
    font-size: 1.5rem;
    margin-bottom: 0;
    line-height: 30px;
  }
}
.product-detail__detail--right__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .product-detail__detail--right__info {
    display: block;
  }
}
.product-detail__detail--right__info span {
  font-size: 1rem;
  color: var(--color-text-dark);
}
.product-detail__detail--right__info span:first-child {
  flex-basis: 20%;
  font-weight: 700;
}
.product-detail__detail--right__info span:last-child {
  flex-basis: 70%;
}
.product-detail__detail--right__stars {
  position: relative;
  margin-top: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3px;
}
.product-detail__detail--right__stars .star_item {
  width: 127px;
  height: 20px;
}
.product-detail__detail--right__stars .star_1 {
  background-size: 65px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .product-detail__detail--right__stars {
    display: none;
  }
}
.product-detail__detail--right__rating {
  color: var(--color-secondary);
  font-weight: 600;
  display: block;
}
@media (max-width: 768px) {
  .product-detail__detail--right__rating {
    display: none;
  }
}
.product-detail__detail--right__variants {
  display: flex;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .product-detail__detail--right__variants {
    display: none;
  }
}
.product-detail__detail--right__variants .variant-item.active {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.product-detail__detail--right__variants .variant-item {
  position: relative;
  background-color: transparent;
  color: #8A8A8A;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  padding: 8px 24px;
  margin-right: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
}
.product-detail__detail--right__variants .variant-item:last-child {
  margin-right: 0;
}
.product-detail__detail--right__variants .variant-item span {
  position: relative;
  z-index: 2;
}
.product-detail__detail--right__price {
  font-weight: 700;
  color: var(--color-secondary);
  font-size: 2.5rem;
  line-height: 56px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .product-detail__detail--right__price {
    font-size: 2rem;
    line-height: 40px;
    display: none;
  }
}
.product-detail__detail--right__price span {
  color: var(--color-text-dark);
  font-weight: 600;
  opacity: 40%;
  font-size: 1rem;
}
.product-detail__detail--right__price-save {
  color: var(--color-secondary);
  font-weight: 700;
}
@media (max-width: 768px) {
  .product-detail__detail--right__price-save {
    font-size: 0.875rem;
    display: none;
  }
}
.product-detail__detail--right__box-atc {
  border-radius: 12px;
  border: 1px solid rgba(26, 32, 44, 0.24);
  overflow: hidden;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .product-detail__detail--right__box-atc {
    margin-top: 10px;
  }
}
.product-detail__detail--right__box-atc .tabcontent .fee-timer {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .product-detail__detail--right__box-atc .tabcontent .fee-timer {
    display: block;
  }
}
.product-detail__detail--right__box-atc .tabcontent .fee-timer ul {
  list-style: disc;
  padding-left: 20px;
}
.product-detail__detail--right__box-atc .tabcontent .fee-timer p {
  font-size: 16px;
  font-weight: 700;
}
.product-detail__detail--right__box-atc .tabcontent .attention {
  position: relative;
}
.product-detail__detail--right__box-atc .tabcontent .attention svg {
  margin-right: 2px;
  position: relative;
  top: 2px;
}
.product-detail__detail--right__box-atc .tabcontent .attention span {
  color: var(--color-text-dark);
}
.product-detail__detail--right #nhan_tai_nha_thuoc {
  padding: 20px;
  font-size: 0.875rem;
}
.product-detail__detail--right #nhan_tai_nha_thuoc .address {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .product-detail__detail--right #nhan_tai_nha_thuoc .address {
    flex-direction: column;
    align-items: start;
  }
}
.product-detail__detail--right #nhan_tai_nha_thuoc .address b {
  margin-right: 4px;
  font-weight: 700;
  font-size: 1.0625rem;
}
.product-detail__detail--right #nhan_tai_nha_thuoc .address svg {
  margin-right: 4px;
}
@media (max-width: 768px) {
  .product-detail__detail--right #nhan_tai_nha_thuoc .address svg {
    display: none;
  }
}
.product-detail__detail--right #nhan_tai_nha_thuoc .address span {
  max-height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: normal;
  font-size: 1rem;
}
.product-detail__detail--right #nhan_tai_nha_thuoc .inventory__status {
  font-weight: 600;
  color: #0BA356;
}
.product-detail__detail--right #nhan_tai_nha_thuoc .inventory__store-status {
  color: var(--color-text-dark);
}
.product-detail__detail--right #nhan_tai_nha_thuoc .address.fixed-mobile {
  margin-bottom: 0;
}
.product-detail__detail--right__point {
  margin-top: 8px;
  display: flex;
  align-items: start;
}
@media (max-width: 768px) {
  .product-detail__detail--right__point {
    background-color: #DBEAFA;
    padding: 12px 16px 8px 16px;
    border-radius: 12px;
  }
}
.product-detail__detail--right__point svg {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .product-detail__detail--right__point svg {
    width: 40px;
  }
}
.product-detail__detail--right__point b {
  font-weight: 600;
}
.product-detail__detail--right__point a {
  font-size: 0.875rem;
  color: #257FE4;
  font-weight: 600;
}
@media (max-width: 768px) {
  .product-detail__detail--right__point a {
    display: block;
  }
}
.product-detail__info--tabcontent.show-full {
  max-height: none;
}
.product-detail__info {
  display: flex;
  transition: max-height 0.3s ease;
  opacity: 1;
  align-items: start;
}
@media (max-width: 768px) {
  .product-detail__info {
    display: block;
  }
}
.product-detail__info--tab {
  border-bottom: none;
  margin-right: 70px;
  position: sticky;
  top: 10px;
  z-index: 1;
  max-width: 280px;
  width: 100%;
}
@media (max-width: 1024px) {
  .product-detail__info--tab {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .product-detail__info--tab {
    width: 100%;
    display: flex;
    flex-direction: revert;
    margin-bottom: 10px;
    position: unset;
    display: none;
  }
}
.product-detail__info--tab button,
.product-detail__info--tab a {
  width: 100%;
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--color-text-dark);
  border-radius: 50px;
  background: transparent;
  transition: all 0.3s ease;
  padding: 16px 32px;
  box-sizing: border-box;
  display: block;
}
@media (max-width: 768px) {
  .product-detail__info--tab button,
.product-detail__info--tab a {
    font-size: 1rem;
  }
}
.product-detail__info--tab button.active,
.product-detail__info--tab a.active {
  background: #EFEFEF;
  border-radius: 50px;
  font-weight: 700;
  color: var(--color-text-dark);
}
.product-detail__info--tabcontent {
  width: 80%;
  color: var(--color-text-dark);
  font-size: 1rem;
  max-height: 700px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-detail__info--tabcontent {
    width: 100%;
  }
}
.product-detail__info--tabcontent table {
  width: 100% !important;
}
.product-detail__info--tabcontent .interface-pagrap {
  margin-bottom: 20px;
}
.product-detail__info--tabcontent h2 {
  font-size: 1.375rem;
  margin-bottom: 8px;
  line-height: 36px;
}
.product-detail__info--tabcontent h2 span {
  font-weight: normal;
}
.product-detail__info--tabcontent p {
  margin-bottom: 8px;
}
.product-detail__info--tabcontent p span:first-child {
  display: inline-block;
}
.product-detail__info--tabcontent ul {
  list-style: disc;
  padding-left: 25px;
}
.product-detail__info--tabcontent ul li {
  margin-bottom: 8px;
}
.product-detail__info--tabcontent ul li span:first-child {
  width: 70%;
  display: inline-block;
}
.product-detail__info-more {
  position: relative;
}
.product-detail__info-more div,
.product-detail__info-more a {
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-detail__info-more div span,
.product-detail__info-more a span {
  color: #2C2C37;
  font-weight: 600;
  margin-right: 13px;
}
.product-detail__info-more div.active,
.product-detail__info-more a.active {
  display: flex;
}
.product-detail__info-more--more {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 21.88%, rgba(255, 255, 255, 0.95) 45.31%, #ffffff 67.71%, #ffffff 100%);
  width: 100%;
  display: flex;
  justify-content: center;
  height: 68px;
  align-items: center;
}
.product-detail__info-more #info_more {
  scroll-margin-top: 100px;
}
.product-detail__review {
  margin-top: 8px;
}
.product-detail__review--head {
  margin-bottom: 23px;
}
.product-detail__review--head h4 {
  font-size: 1.1875rem;
  font-weight: 700;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .product-detail__review--head h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .product-detail__review--head h4 {
    margin-bottom: 0;
  }
}
.product-detail__review--head__detail {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .product-detail__review--head__detail {
    display: block;
    margin-bottom: 10px;
  }
}
.product-detail__review--head__detail .statistical {
  padding-right: 60px;
  margin-right: 29px;
  border-right: 1px solid #FEEDE2;
}
@media (max-width: 992px) {
  .product-detail__review--head__detail .statistical {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .product-detail__review--head__detail .statistical {
    margin-bottom: 4px;
  }
}
.product-detail__review--head__detail .statistical .stars {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .product-detail__review--head__detail .statistical .stars {
    margin-bottom: 0;
  }
}
.product-detail__review--head__detail .statistical .stars span {
  font-size: 0.875rem;
  color: var(--color-primary);
  font-weight: 700;
  margin-right: 11px;
}
.product-detail__review--head__detail .statistical .stars div {
  display: flex;
}
.product-detail__review--head__detail .statistical .count-rating {
  font-size: 0.875rem;
  opacity: 40%;
}
.product-detail__review--head__detail .ratings {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .product-detail__review--head__detail .ratings {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.product-detail__review--head__detail .ratings__item {
  display: flex;
  align-items: center;
}
.product-detail__review--head__detail .ratings__item--stars {
  margin-right: 20px;
  width: 90px;
}
.product-detail__review--head__detail .ratings__item--stars svg {
  margin-right: -4px;
}
.product-detail__review--head__detail .ratings__item--process {
  position: relative;
  height: 5px;
  width: 158px;
  margin-right: 10px;
}
.product-detail__review--head__detail .ratings__item--process::before {
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #1A202C3D;
  opacity: 24%;
  z-index: 1;
}
.product-detail__review--head__detail .ratings__item--process::after {
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: var(--w-process);
  background-color: var(--color-primary);
  z-index: 2;
}
.product-detail__review--head__detail .image-review {
  display: grid;
  grid-template-columns: auto auto auto auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .product-detail__review--head__detail .image-review {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.product-detail__review--head__detail .image-review a {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5px;
  overflow: hidden;
}
.product-detail__review--head__detail .image-review img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .product-detail__review--head__detail .review-action {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.product-detail__review--head__detail .review-action button {
  display: flex;
  align-items: center;
  padding: 10px 42px;
}
.product-detail__review--head__detail .review-action button span:first-child {
  margin-right: 8px;
}
.product-detail__review--head__filter {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .product-detail__review--head__filter {
    align-items: center;
  }
}
.product-detail__review--head__filter > span {
  font-weight: 700;
  margin-right: 25px;
  font-size: 0.875rem;
}
.product-detail__review--head__filter .filter-ratings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .product-detail__review--head__filter .filter-ratings {
    display: none;
  }
}
.product-detail__review--head__filter .filter-ratings__row2 {
  display: flex;
  width: 100%;
  margin-top: 5px;
}
.product-detail__review--head__filter .filter-ratings button {
  background-color: transparent;
  border: #8A8A8A;
  transition: all 0.3s ease;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 11px 24px;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  display: flex;
  align-items: center;
  margin-right: 5px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .product-detail__review--head__filter .filter-ratings button {
    margin-bottom: 8px;
  }
}
.product-detail__review--head__filter .filter-ratings button span:first-child {
  margin-right: 5px;
  color: #8A8A8A;
}
.product-detail__review--head__filter .filter-ratings button span:last-child svg:first-child {
  display: block;
}
.product-detail__review--head__filter .filter-ratings button span:last-child svg:last-child {
  display: none;
}
.product-detail__review--head__filter .filter-ratings button.active {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.product-detail__review--head__filter .filter-ratings button.active span:first-child {
  margin-right: 5px;
  color: var(--color-primary);
}
.product-detail__review--head__filter .filter-ratings button.active span:last-child svg:first-child {
  display: none;
}
.product-detail__review--head__filter .filter-ratings button.active span:last-child svg:last-child {
  display: block;
}
.product-detail__review--head__filter .filter-ratings-mobile-wrapper {
  display: flex;
  width: 100%;
}
.product-detail__review--head__filter .filter-ratings-mobile {
  display: none;
  margin: auto;
  margin-right: 5px;
}
.product-detail__review--head__filter .filter-ratings-mobile:first-child {
  width: 40%;
}
.product-detail__review--head__filter .filter-ratings-mobile:last-child {
  width: 60%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .product-detail__review--head__filter .filter-ratings-mobile {
    display: block;
  }
}
.product-detail__review--head__filter .filter-ratings-mobile select {
  padding: 10px 20px;
  padding-right: 40px;
  min-width: unset;
}
.product-detail__review--head__filter .filter-ratings-mobile svg {
  right: 20px;
}
.product-detail__review--body .list-customer-review-item {
  margin-top: 12px;
}
.product-detail__review--body .customer-review-item {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.product-detail__review--body .customer-review-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.product-detail__review--body .customer-review-item__avt {
  margin-right: 20px;
}
.product-detail__review--body .customer-review-item__avt.default-avt {
  max-width: 50px;
  width: 100%;
  height: 50px;
  background: #ccc;
  border-radius: 50%;
  position: relative;
}
.product-detail__review--body .customer-review-item__avt.default-avt span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 500;
}
.product-detail__review--body .customer-review-item__content {
  font-size: 0.875rem;
}
.product-detail__review--body .customer-review-item__content--name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-detail__review--body .customer-review-item__content--name > span {
  font-weight: 700;
  margin-right: 8px;
}
.product-detail__review--body .customer-review-item__content--name > p {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.product-detail__review--body .customer-review-item__content--name > p span:first-child {
  display: flex;
  margin-right: 5px;
}
.product-detail__review--body .customer-review-item__content--stars {
  margin-bottom: 1px;
}
.product-detail__review--body .customer-review-item__content--stars svg {
  margin-right: -2px;
}
.product-detail__review--body .customer-review-item__content--time {
  font-weight: normal !important;
}
.product-detail__review--body .customer-review-item__content--comment {
  font-size: 1rem;
  margin-bottom: 3px;
}
.product-detail__review--body .customer-review-item__content--images {
  display: flex;
  flex-wrap: wrap;
}
.product-detail__review--body .customer-review-item__content--images a {
  display: flex;
  margin-right: 5px;
}
.product-detail__review--body .customer-review-item__content--images img {
  max-width: 40px;
  width: 100%;
  border-radius: 5px;
}
.product-detail__product-relate {
  margin-top: 44px;
  position: relative;
}
.product-detail__product-relate .title h2 span {
  color: var(--color-text-dark);
}
.product-detail__product-relate .arrow-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.product-detail__product-relate .product-relate__arrow-left {
  left: -25px;
}
@media (max-width: 1440px) {
  .product-detail__product-relate .product-relate__arrow-left {
    display: none !important;
  }
}
.product-detail__product-relate .product-relate__arrow-right {
  right: -25px;
}
@media (max-width: 1440px) {
  .product-detail__product-relate .product-relate__arrow-right {
    display: none !important;
  }
}

.quantity {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.quantity > span {
  margin-right: 16px;
  font-size: 0.875rem;
  font-weight: 600;
}
.quantity__form {
  display: flex;
  align-items: center;
  border: 2px solid #F6F7FB;
  border-radius: 24px;
  width: -moz-min-content;
  width: min-content;
  padding: 9px 8px;
}
@media (max-width: 768px) {
  .quantity__form {
    padding: 6px 8px;
  }
}
.quantity__form--button {
  background-color: transparent;
  border: none;
  display: flex;
  cursor: pointer;
}
.quantity__form input {
  border: none;
  width: 20px;
  padding: 0 10px;
  font-weight: 600;
  font-size: 0.875rem;
  background: transparent;
  text-align: center;
  height: 100%;
}

.form-add-to-cart {
  position: relative;
  margin-bottom: 20px;
}
.form-add-to-cart .actions {
  display: flex;
}
.form-add-to-cart .actions button {
  max-height: 40px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.form-add-to-cart .actions button:first-child {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .form-add-to-cart .actions button:first-child {
    padding: 12px 15px;
    width: 100%;
    justify-content: center;
  }
}
.form-add-to-cart .actions button:first-child span {
  width: -moz-max-content;
  width: max-content;
  font-size: 1rem;
}
.form-add-to-cart .actions a {
  max-height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: normal;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .form-add-to-cart .actions a {
    padding: 12px 15px;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .fixed-mobile {
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.12);
    border-radius: 24px 24px 0px 0px;
    padding: 16px 10px;
    box-sizing: border-box;
    z-index: 19;
  }
}

.global-star {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transform: scale(0.8);
  transform-origin: left;
}
.global-star .star_item {
  width: 127px;
  height: 20px;
}
.global-star .star_1 {
  background-size: 65px;
  position: absolute;
  top: 0;
  left: 0;
}

.view-mobile {
  display: none;
}
@media (max-width: 768px) {
  .view-mobile {
    display: block;
  }
}

.variants-mobile {
  display: none;
}
@media (max-width: 768px) {
  .variants-mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.slider-product-mobile {
  display: none !important;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .slider-product-mobile {
    display: block !important;
  }
}

.price-save-mobile {
  margin-bottom: 8px;
}

.product-detail-mobile {
  display: none;
}
@media (max-width: 768px) {
  .product-detail-mobile {
    display: block;
  }
}

.product-detail__detail--left__main-mobile .slick-list {
  padding: 0 20% 0 0 !important;
}
.product-detail__detail--left__main-mobile .slick-slide {
  margin-right: 15px;
}

.store-list {
  margin-bottom: 10px;
}
.store-list .store {
  margin-bottom: 3px;
}
.store-list .store:last-child {
  margin-bottom: 0;
}

.update-list-store {
  font-weight: 600;
  cursor: pointer;
}

.find-store a {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 0;
}

.text-important i {
  font-size: 12px;
}
.text-important i span {
  color: red;
  font-weight: bold;
}

.find-store-pc {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .find-store-pc {
    margin-top: 0;
  }
}

.product-item {
  padding: 10px;
  background-color: #fff;
  padding-bottom: 25px;
}
.product-item:hover img {
  transform: scale(1.05);
}
.product-item:hover .product-item__info--title {
  color: var(--color-primary);
}
.product-item__image {
  margin-bottom: 15px;
  position: relative;
}
.product-item__image img {
  transition: all 0.3s ease;
}
.product-item__image a {
  display: flex;
  overflow: hidden;
}
.product-item__image--badge {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  border-radius: 24px;
  padding: 4px 16px;
}
.product-item__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-item__info--title {
  font-weight: 600;
  color: var(--color-text-dark);
  margin-bottom: 10px;
  display: block;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  min-height: 48px;
}
.product-item__info--title h2 {
  font-size: 18px;
  line-height: 24px;
}
.product-item__info--title h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .product-item__info--title {
    font-size: 0.875rem;
    line-height: 1.4em;
    margin-bottom: 0;
  }
}
.product-item__info--price {
  display: flex;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
.product-item__info--price .variant {
  color: var(--color-text-dark);
  font-weight: 600;
}
@media (max-width: 768px) {
  .product-item__info--price .variant {
    font-size: 0.75rem;
    line-height: 1.4em;
  }
}
@media (max-width: 768px) {
  .product-item__info--price {
    display: block;
    margin-bottom: 0;
  }
}
.product-item__info--desc {
  color: var(--color-secondary);
  font-size: 0.875rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .product-item__info--desc {
    font-size: 0.75rem;
    line-height: 1.4em;
  }
}
.product-item__info--rate {
  font-size: 0.875rem;
  color: var(--color-text-dark);
  font-weight: 600;
}
@media (max-width: 768px) {
  .product-item__info--rate {
    font-size: 0.75rem;
  }
}
.product-item__info--action {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.product-item__info--action a {
  padding: 3px 34px;
  display: inline-block;
  /* width: 100%; */
  text-align: center;
  background-color: var(--color-secondary);
  color: #fff;
  font-size: 18px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .product-item__info--action a {
    font-size: 14px;
  }
}

.price {
  color: var(--color-primary) !important;
  font-size: 24px !important;
}

.product-item__info--price .variant {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #a6a6a6 !important;
  border-left: 2px solid #a6a6a6;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .product-item__info--price .variant {
    border-left: none;
    padding-left: 0;
  }
}

.tich-diem .errorMsg {
  color: tomato;
}
.tich-diem .errorMsg a {
  color: white;
}
.tich-diem .success {
  color: white;
}
.tich-diem .top {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .tich-diem .top {
    margin-bottom: 20px;
  }
}
.tich-diem__title {
  font-size: 2.5rem;
  line-height: 56px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 1200px) {
  .tich-diem__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .tich-diem__title {
    text-align: left;
  }
}
.tich-diem__subtitle {
  margin: auto 0 auto auto;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .tich-diem__subtitle {
    margin: unset;
    margin-bottom: 15px;
  }
}
.tich-diem__form {
  position: relative;
}
.tich-diem__form--img {
  position: absolute;
  left: 100px;
  bottom: 0;
  width: auto;
}
@media (max-width: 1200px) {
  .tich-diem__form--img {
    display: none;
  }
}
.tich-diem .doc-tich-diem__title {
  font-size: 2rem;
  line-height: 48px;
  margin-bottom: 53px;
}
@media (max-width: 992px) {
  .tich-diem .doc-tich-diem__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .tich-diem .doc-tich-diem__title {
    margin-bottom: 10px;
  }
}
.tich-diem .doc-tich-diem__help {
  display: flex;
}
@media (max-width: 992px) {
  .tich-diem .doc-tich-diem__help {
    display: block;
  }
}
.tich-diem .doc-tich-diem__help .tab {
  display: flex;
  flex-direction: column;
  margin-right: 48px;
  width: 100%;
  max-width: 200px;
  border-bottom: unset;
}
@media (max-width: 992px) {
  .tich-diem .doc-tich-diem__help .tab {
    width: 100%;
    margin-bottom: 20px;
    flex-direction: row;
    max-width: unset;
  }
}
.tich-diem .doc-tich-diem__help .tab button {
  width: 100%;
  float: unset;
  font-size: 1.25rem;
  font-weight: normal;
  padding: 16px 32px;
  background: transparent;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.tich-diem .doc-tich-diem__help .tab button.active {
  font-weight: 700;
  color: var(--color-text-dark);
  background: #EFEFEF;
}
.tich-diem .doc-tich-diem__help .tabcontent {
  width: 100%;
  background: #FEEDE2;
  border-radius: 30px;
  padding: 80px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .tich-diem .doc-tich-diem__help .tabcontent {
    padding: 30px;
  }
}
.tich-diem .doc-tich-diem__help .tabcontent .content {
  display: flex;
}
@media (max-width: 1024px) {
  .tich-diem .doc-tich-diem__help .tabcontent .content {
    display: block;
  }
}
.tich-diem .doc-tich-diem__help .tabcontent .left {
  margin-right: 20px;
}
.tich-diem .doc-tich-diem__help .tabcontent .left__box {
  margin-bottom: 40px;
}
.tich-diem .doc-tich-diem__help .tabcontent .left span {
  font-weight: 700;
  font-size: 1.125rem;
}
.tich-diem .doc-tich-diem__help .tabcontent .left ul {
  list-style: disc;
  padding-left: 20px;
}
.tich-diem .doc-tich-diem__help #cach_1 {
  align-items: center;
}
.tich-diem .wrapper-form {
  background: var(--bg-linear-gradient);
  border-radius: 30px;
  padding: 80px;
  padding-bottom: 130px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .tich-diem .wrapper-form {
    padding: 30px;
  }
}
.tich-diem .wrapper-form .message {
  max-width: 640px;
  margin: auto 0 auto auto;
  font-size: 16px;
}
.tich-diem .wrapper-form .message h5 {
  margin-bottom: 10px;
}
.tich-diem .wrapper-form .message_form2 h5 {
  margin-bottom: 10px;
}
.tich-diem .wrapper-form .form-action {
  max-width: 640px;
  margin: auto 0 auto auto;
}
@media (max-width: 1200px) {
  .tich-diem .wrapper-form .form-action {
    margin: unset;
  }
}
.tich-diem .wrapper-form .form-action .submit-form button {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.tich-diem .wrapper-form .form-action .form-group {
  text-align: right;
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 768px) {
  .tich-diem .wrapper-form .form-action .form-group {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.tich-diem .wrapper-form .form-action .form-group__tichdiem-input {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  /* justify-content: start; */
  align-items: start;
  width: 50%;
}
@media (max-width: 768px) {
  .tich-diem .wrapper-form .form-action .form-group__tichdiem-input {
    width: 100%;
    margin-bottom: 11px;
  }
}
.tich-diem .wrapper-form .form-action .form-group__tichdiem-input:last-child {
  margin-right: 0;
}
.tich-diem .wrapper-form .form-action .form-group__tichdiem-input input {
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}
.tich-diem .wrapper-form .form-action .form-group__tichdiem-input input.errorMsg {
  border: 2px solid tomato !important;
}
.tich-diem .wrapper-form .form-action .form-group__tichdiem-input span.errorMsg {
  color: tomato;
  padding-left: 21px;
  font-size: 0.857rem;
}
.tich-diem .wrapper-form .form-action .submit-form {
  display: flex;
  align-items: start;
}
@media (max-width: 768px) {
  .tich-diem .wrapper-form .form-action .submit-form {
    display: block;
  }
}
.tich-diem .wrapper-form .form-action .submit-form p {
  color: #fff;
  width: 50%;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .tich-diem .wrapper-form .form-action .submit-form p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.tich-diem .wrapper-form .form-action .submit-form button {
  width: 50%;
  padding: 16px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .tich-diem .wrapper-form .form-action .submit-form button {
    width: 100%;
  }
}
.tich-diem .wrapper-form .form-action .link-redirect {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .tich-diem .wrapper-form .form-action .link-redirect {
    display: block;
  }
}
.tich-diem .wrapper-form .form-action .link-redirect .button-link {
  width: 50%;
  display: block;
  background-color: var(--color-primary-1);
}
.tich-diem .wrapper-form .form-action .link-redirect .button-link:first-child {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .tich-diem .wrapper-form .form-action .link-redirect .button-link:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .tich-diem .wrapper-form .form-action .link-redirect .button-link {
    width: auto;
    margin-top: 5px;
  }
}
.tich-diem .right.wrapper-form {
  padding: 50px;
}
@media (max-width: 768px) {
  .tich-diem .right.wrapper-form {
    padding: 30px;
  }
}
.tich-diem .right.wrapper-form .submit-form p {
  font-size: 0.75rem;
  line-height: 1.4em;
}

.tocContent {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin: 3rem 0 2rem 0;
  position: relative;
  background: #f8f9fa;
}
.tocContent_title {
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.tocContent_title_icon svg {
  margin-right: 1rem;
}
.tocContent_list {
  padding: 0 10px 10px 10px;
}
.tocContent_list__item {
  display: flex;
}
.tocContent_list__item:not(:first-child) {
  margin-top: 0.1rem;
  padding-top: 1rem;
  border-top: 1px dashed #d1d1d1;
}
.tocContent_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0.3rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tocContent_close.hidden {
  display: flex !important;
}
.tocContent_close.hidden svg {
  transform: rotate(180deg);
}
.tocContent.tocFixed {
  display: none;
  position: fixed;
  left: 0;
  top: 128px;
  height: 100%;
  max-width: 300px;
  z-index: 9;
}
.tocContent.tocFixed .tocContent_list {
  display: block !important;
  height: 70% !important;
  overflow: scroll;
}

.tocFixedIcon {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background: #e9ecef;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #fff;
}
.tocFixedIcon:hover {
  border: 2px solid #ced4da;
}
.tocFixedIcon > div {
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.article-detail__content {
  position: relative;
}

.title-megazine {
  text-align: center;
}
.title-megazine h1 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.title-megazine h1:before {
  width: 103px;
  height: 29px;
  background-image: url(https://edally.vn/html/style/images/h2-bf.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: calc((100% - 103px)/2);
  bottom: 0;
}

.megazine {
  background-image: url(../images/bn-blog.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

.main-megazine {
  display: flex;
}
.main-megazine .megazine-wrapper-main {
  width: 50%;
  margin-right: 15px;
}
.main-megazine .megazine-wrapper-relate {
  width: 50%;
  margin-left: 15px;
}
.main-megazine .list-mgz {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .main-megazine .list-mgz {
    display: block;
  }
}
.main-megazine .list-mgz .mgz-items {
  display: flex;
  background-color: #ffffff;
  height: 265px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 6px #b6b6b6d0;
  position: relative;
}
@media (max-width: 768px) {
  .main-megazine .list-mgz .mgz-items {
    height: initial;
    margin-bottom: 25px;
  }
}
.main-megazine .list-mgz .mgz-items:first-child {
  grid-row: 1/3;
  display: block;
  height: 550px;
}
@media (max-width: 768px) {
  .main-megazine .list-mgz .mgz-items:first-child {
    height: initial;
  }
}
.main-megazine .list-mgz .mgz-items:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.28);
  z-index: 1;
}
.main-megazine .list-mgz .mgz-items:first-child .mgz-items__info {
  width: initial;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  right: 20px;
  padding: 0;
}
.main-megazine .list-mgz .mgz-items:first-child .mgz-items__img {
  width: 100%;
  height: 100%;
}
.main-megazine .list-mgz .mgz-items:first-child p {
  display: none;
}
.main-megazine .list-mgz .mgz-items:first-child h2 {
  color: #ffffff !important;
}
.main-megazine .list-mgz .mgz-items .mgz-items__img {
  width: 50%;
  overflow: hidden;
}
.main-megazine .list-mgz .mgz-items .mgz-items__img img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  transition: 0.2s linear;
}
.main-megazine .list-mgz .mgz-items .mgz-items__img:hover img {
  transform: scale(1.1, 1.1);
}
.main-megazine .list-mgz .mgz-items .mgz-items__info {
  width: 50%;
  padding: 40px 20px 30px 20px;
}
.main-megazine .list-mgz .mgz-items .mgz-items__info h2 {
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 700;
  max-height: 70px;
  overflow: hidden;
  line-height: 1.5rem;
  color: #000000;
}
@media (max-width: 768px) {
  .main-megazine .list-mgz .mgz-items .mgz-items__info h2 {
    line-height: 1.2rem;
    max-height: 55px;
  }
}
.main-megazine .list-mgz .mgz-items .mgz-items__info h2:hover {
  color: #f47920;
}
.main-megazine .list-mgz .mgz-items .mgz-items__info p {
  margin-bottom: 0;
  font-size: 14px;
  max-height: 90px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main-megazine .list-mgz .mgz-items .mgz-items__info p {
    max-height: 70px;
  }
}
.main-megazine .list-mgz .mgz-items:nth-of-type(3) {
  flex-direction: row-reverse;
}

.section-videos-v2 {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 50px;
}
.section-videos-v2__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section-videos-v2__content {
  display: flex;
  align-items: start;
}
@media (max-width: 768px) {
  .section-videos-v2__content {
    flex-direction: column;
  }
}
.section-videos-v2__content--left {
  max-width: 690px;
  width: 100%;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .section-videos-v2__content--left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.section-videos-v2__content--right {
  overflow: auto;
}
.section-videos-v2__content--right .section-videos-v2__item--title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-left: 20px;
  max-width: 50%;
  width: 100%;
}
.section-videos-v2__content--right .section-videos-v2__item {
  display: flex;
  align-items: start;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
}
.section-videos-v2__content--right .section-videos-v2__item--video {
  max-width: 50%;
  width: 100%;
}
.section-videos-v2__content--right .section-videos-v2__item--title {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-videos-v2__content--right .section-videos-v2__item.active {
  opacity: 0.6;
}
.section-videos-v2__item {
  cursor: pointer;
}
.section-videos-v2__item--title {
  margin-top: 20px;
  color: var(--color-secondary);
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.section-videos-v2__item--title:hover {
  color: var(--color-primary);
}

.home-banners-v2 {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .home-banners-v2 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .home-banners-v2__container {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .home-banners-v2 .title-global {
    padding: 0 15px;
  }
}

.home-banners-v2-wrapper {
  position: relative;
}
.home-banners-v2-wrapper .arrow-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.home-banners-v2-wrapper__arrow-left {
  left: 20px;
}
@media (max-width: 768px) {
  .home-banners-v2-wrapper__arrow-left {
    left: 10px;
  }
}
.home-banners-v2-wrapper__arrow-right {
  right: 20px;
}
@media (max-width: 768px) {
  .home-banners-v2-wrapper__arrow-right {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .home-banners-v2-wrapper .slick-dots {
    display: none !important;
  }
}
