/*!
 * Viewer.js v1.11.6
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:16:35.830Z
 */

.viewer-zoom-in::before, .viewer-zoom-out::before, .viewer-one-to-one::before, .viewer-reset::before, .viewer-prev::before, .viewer-play::before, .viewer-next::before, .viewer-rotate-left::before, .viewer-rotate-right::before, .viewer-flip-horizontal::before, .viewer-flip-vertical::before, .viewer-fullscreen::before, .viewer-fullscreen-exit::before, .viewer-close::before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px;
  }

.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In';
}

.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out';
}

.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One';
}

.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset';
}

.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous';
}

.viewer-play::before {
  background-position: -100px 0;
  content: 'Play';
}

.viewer-next::before {
  background-position: -120px 0;
  content: 'Next';
}

.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left';
}

.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right';
}

.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal';
}

.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical';
}

.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen';
}

.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen';
}

.viewer-close::before {
  background-position: -260px 0;
  content: 'Close';
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.viewer-container::-moz-selection, .viewer-container *::-moz-selection {
    background-color: transparent;
  }

.viewer-container::selection,
  .viewer-container *::selection {
    background-color: transparent;
  }

.viewer-container:focus {
    outline: 0;
  }

.viewer-container img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
    height: auto;
    margin: 15px auto;
    max-width: 90% !important;
    width: auto;
  }

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: 0.5;
    overflow: hidden;
    transition: opacity 0.15s;
    width: 30px;
  }

.viewer-list > li:focus,
    .viewer-list > li:hover {
      opacity: 0.75;
    }

.viewer-list > li:focus {
      outline: 0;
    }

.viewer-list > li + li {
      margin-left: 1px;
    }

.viewer-list > .viewer-loading {
    position: relative;
  }

.viewer-list > .viewer-loading::after {
      border-width: 2px;
      height: 20px;
      margin-left: -10px;
      margin-top: -10px;
      width: 20px;
    }

.viewer-list > .viewer-active,
  .viewer-list > .viewer-active:focus,
  .viewer-list > .viewer-active:hover {
    opacity: 1;
  }

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.viewer-player > img {
    left: 0;
    position: absolute;
    top: 0;
  }

.viewer-toolbar > ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 6px 3px;
  }

.viewer-toolbar > ul > li {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      cursor: pointer;
      float: left;
      height: 24px;
      overflow: hidden;
      transition: background-color 0.15s;
      width: 24px;
    }

.viewer-toolbar > ul > li:focus,
      .viewer-toolbar > ul > li:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }

.viewer-toolbar > ul > li:focus {
        box-shadow: 0 0 3px #fff;
        outline: 0;
        position: relative;
        z-index: 1;
      }

.viewer-toolbar > ul > li::before {
        margin: 2px;
      }

.viewer-toolbar > ul > li + li {
        margin-left: 1px;
      }

.viewer-toolbar > ul > .viewer-small {
      height: 18px;
      margin-bottom: 3px;
      margin-top: 3px;
      width: 18px;
    }

.viewer-toolbar > ul > .viewer-small::before {
        margin: -1px;
      }

.viewer-toolbar > ul > .viewer-large {
      height: 30px;
      margin-bottom: -3px;
      margin-top: -3px;
      width: 30px;
    }

.viewer-toolbar > ul > .viewer-large::before {
        margin: 5px;
      }

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 5%;
  max-width: 90%;
  min-height: 14px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
    opacity: 1;
  }

.viewer-button {
  -webkit-app-region: no-drag;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  transition: background-color 0.15s;
  width: 80px;
}

.viewer-button:focus,
  .viewer-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

.viewer-button:focus {
    box-shadow: 0 0 3px #fff;
    outline: 0;
  }

.viewer-button::before {
    bottom: 15px;
    left: 15px;
    position: absolute;
  }

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  transition: all 0.3s;
}

@keyframes viewer-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.viewer-loading::after {
    animation: viewer-spinner 1s linear infinite;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
  }

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}

@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}

@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}

/*!
 * Viewer.js v1.11.6
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:16:35.830Z
 */.viewer-close:before,.viewer-flip-horizontal:before,.viewer-flip-vertical:before,.viewer-fullscreen-exit:before,.viewer-fullscreen:before,.viewer-next:before,.viewer-one-to-one:before,.viewer-play:before,.viewer-prev:before,.viewer-reset:before,.viewer-rotate-left:before,.viewer-rotate-right:before,.viewer-zoom-in:before,.viewer-zoom-out:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-size:280px;color:transparent;display:block;font-size:0;height:20px;line-height:0;width:20px}.viewer-zoom-in:before{background-position:0 0;content:"Zoom In"}.viewer-zoom-out:before{background-position:-20px 0;content:"Zoom Out"}.viewer-one-to-one:before{background-position:-40px 0;content:"One to One"}.viewer-reset:before{background-position:-60px 0;content:"Reset"}.viewer-prev:before{background-position:-80px 0;content:"Previous"}.viewer-play:before{background-position:-100px 0;content:"Play"}.viewer-next:before{background-position:-120px 0;content:"Next"}.viewer-rotate-left:before{background-position:-140px 0;content:"Rotate Left"}.viewer-rotate-right:before{background-position:-160px 0;content:"Rotate Right"}.viewer-flip-horizontal:before{background-position:-180px 0;content:"Flip Horizontal"}.viewer-flip-vertical:before{background-position:-200px 0;content:"Flip Vertical"}.viewer-fullscreen:before{background-position:-220px 0;content:"Enter Full Screen"}.viewer-fullscreen-exit:before{background-position:-240px 0;content:"Exit Full Screen"}.viewer-close:before{background-position:-260px 0;content:"Close"}.viewer-container{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;bottom:0;direction:ltr;font-size:0;left:0;line-height:0;overflow:hidden;position:absolute;right:0;top:0;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.viewer-container ::-moz-selection,.viewer-container::-moz-selection{background-color:transparent}.viewer-container ::-moz-selection, .viewer-container::-moz-selection{background-color:transparent}.viewer-container ::selection,.viewer-container::selection{background-color:transparent}.viewer-container:focus{outline:0}.viewer-container img{display:block;height:auto;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.viewer-canvas{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.viewer-canvas>img{height:auto;margin:15px auto;max-width:90%!important;width:auto}.viewer-footer{bottom:0;left:0;overflow:hidden;position:absolute;right:0;text-align:center}.viewer-navbar{background-color:rgba(0,0,0,.5);overflow:hidden}.viewer-list{box-sizing:content-box;height:50px;margin:0;overflow:hidden;padding:1px 0}.viewer-list>li{color:transparent;cursor:pointer;float:left;font-size:0;height:50px;line-height:0;opacity:.5;overflow:hidden;transition:opacity .15s;width:30px}.viewer-list>li:focus,.viewer-list>li:hover{opacity:.75}.viewer-list>li:focus{outline:0}.viewer-list>li+li{margin-left:1px}.viewer-list>.viewer-loading{position:relative}.viewer-list>.viewer-loading:after{border-width:2px;height:20px;margin-left:-10px;margin-top:-10px;width:20px}.viewer-list>.viewer-active,.viewer-list>.viewer-active:focus,.viewer-list>.viewer-active:hover{opacity:1}.viewer-player{background-color:#000;bottom:0;cursor:none;display:none;right:0;z-index:1}.viewer-player,.viewer-player>img{left:0;position:absolute;top:0}.viewer-toolbar>ul{display:inline-block;margin:0 auto 5px;overflow:hidden;padding:6px 3px}.viewer-toolbar>ul>li{background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;float:left;height:24px;overflow:hidden;transition:background-color .15s;width:24px}.viewer-toolbar>ul>li:focus,.viewer-toolbar>ul>li:hover{background-color:rgba(0,0,0,.8)}.viewer-toolbar>ul>li:focus{box-shadow:0 0 3px #fff;outline:0;position:relative;z-index:1}.viewer-toolbar>ul>li:before{margin:2px}.viewer-toolbar>ul>li+li{margin-left:1px}.viewer-toolbar>ul>.viewer-small{height:18px;margin-bottom:3px;margin-top:3px;width:18px}.viewer-toolbar>ul>.viewer-small:before{margin:-1px}.viewer-toolbar>ul>.viewer-large{height:30px;margin-bottom:-3px;margin-top:-3px;width:30px}.viewer-toolbar>ul>.viewer-large:before{margin:5px}.viewer-tooltip{background-color:rgba(0,0,0,.8);border-radius:10px;color:#fff;display:none;font-size:12px;height:20px;left:50%;line-height:20px;margin-left:-25px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:50px}.viewer-title{color:#ccc;display:inline-block;font-size:12px;line-height:1.2;margin:5px 5%;max-width:90%;min-height:14px;opacity:.8;overflow:hidden;text-overflow:ellipsis;transition:opacity .15s;white-space:nowrap}.viewer-title:hover{opacity:1}.viewer-button{-webkit-app-region:no-drag;background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;height:80px;overflow:hidden;position:absolute;right:-40px;top:-40px;transition:background-color .15s;width:80px}.viewer-button:focus,.viewer-button:hover{background-color:rgba(0,0,0,.8)}.viewer-button:focus{box-shadow:0 0 3px #fff;outline:0}.viewer-button:before{bottom:15px;left:15px;position:absolute}.viewer-fixed{position:fixed}.viewer-open{overflow:hidden}.viewer-show{display:block}.viewer-hide{display:none}.viewer-backdrop{background-color:rgba(0,0,0,.5)}.viewer-invisible{visibility:hidden}.viewer-move{cursor:move;cursor:grab}.viewer-fade{opacity:0}.viewer-in{opacity:1}.viewer-transition{transition:all .3s}@keyframes viewer-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.viewer-loading:after{animation:viewer-spinner 1s linear infinite;border:4px solid hsla(0,0%,100%,.1);border-left-color:hsla(0,0%,100%,.5);border-radius:50%;content:"";display:inline-block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:1}@media (max-width:767px){.viewer-hide-xs-down{display:none}}@media (max-width:991px){.viewer-hide-sm-down{display:none}}@media (max-width:1199px){.viewer-hide-md-down{display:none}}
/**
** Custom font small
**/
/**
** Custom font big
**/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em rgba(241, 27, 11, 0.2392156863), 1.8em -1.8em 0 0em rgba(241, 27, 11, 0.6901960784), 2.5em 0em 0 0em rgba(241, 27, 11, 0.6901960784), 1.75em 1.75em 0 0em rgba(241, 27, 11, 0.6901960784), 0em 2.5em 0 0em rgba(241, 27, 11, 0.6901960784), -1.8em 1.8em 0 0em rgba(241, 27, 11, 0.6901960784), -2.6em 0em 0 0em #F11B0B, -1.8em -1.8em 0 0em red;
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em red, 1.8em -1.8em 0 0em rgba(241, 27, 11, 0.2392156863), 2.5em 0em 0 0em rgba(241, 27, 11, 0.6901960784), 1.75em 1.75em 0 0em rgba(241, 27, 11, 0.6901960784), 0em 2.5em 0 0em rgba(241, 27, 11, 0.6901960784), -1.8em 1.8em 0 0em rgba(241, 27, 11, 0.6901960784), -2.6em 0em 0 0em rgba(241, 27, 11, 0.6901960784), -1.8em -1.8em 0 0em #F11B0B;
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em #F11B0B, 1.8em -1.8em 0 0em red, 2.5em 0em 0 0em rgba(241, 27, 11, 0.2392156863), 1.75em 1.75em 0 0em rgba(241, 27, 11, 0.6901960784), 0em 2.5em 0 0em rgba(241, 27, 11, 0.6901960784), -1.8em 1.8em 0 0em rgba(241, 27, 11, 0.6901960784), -2.6em 0em 0 0em rgba(241, 27, 11, 0.6901960784), -1.8em -1.8em 0 0em rgba(241, 27, 11, 0.6901960784);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(241, 27, 11, 0.6901960784), 1.8em -1.8em 0 0em #F11B0B, 2.5em 0em 0 0em red, 1.75em 1.75em 0 0em rgba(241, 27, 11, 0.2392156863), 0em 2.5em 0 0em rgba(241, 27, 11, 0.6901960784), -1.8em 1.8em 0 0em rgba(241, 27, 11, 0.6901960784), -2.6em 0em 0 0em rgba(241, 27, 11, 0.6901960784), -1.8em -1.8em 0 0em rgba(241, 27, 11, 0.6901960784);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(241, 27, 11, 0.6901960784), 1.8em -1.8em 0 0em rgba(241, 27, 11, 0.6901960784), 2.5em 0em 0 0em #F11B0B, 1.75em 1.75em 0 0em red, 0em 2.5em 0 0em rgba(241, 27, 11, 0.2392156863), -1.8em 1.8em 0 0em rgba(241, 27, 11, 0.6901960784), -2.6em 0em 0 0em rgba(241, 27, 11, 0.6901960784), -1.8em -1.8em 0 0em rgba(241, 27, 11, 0.6901960784);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(241, 27, 11, 0.6901960784), 1.8em -1.8em 0 0em rgba(241, 27, 11, 0.6901960784), 2.5em 0em 0 0em rgba(241, 27, 11, 0.6901960784), 1.75em 1.75em 0 0em #F11B0B, 0em 2.5em 0 0em red, -1.8em 1.8em 0 0em rgba(241, 27, 11, 0.2392156863), -2.6em 0em 0 0em rgba(241, 27, 11, 0.6901960784), -1.8em -1.8em 0 0em rgba(241, 27, 11, 0.6901960784);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(241, 27, 11, 0.6901960784), 1.8em -1.8em 0 0em rgba(241, 27, 11, 0.6901960784), 2.5em 0em 0 0em rgba(241, 27, 11, 0.6901960784), 1.75em 1.75em 0 0em rgba(241, 27, 11, 0.6901960784), 0em 2.5em 0 0em #F11B0B, -1.8em 1.8em 0 0em red, -2.6em 0em 0 0em rgba(241, 27, 11, 0.2392156863), -1.8em -1.8em 0 0em rgba(241, 27, 11, 0.6901960784);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(241, 27, 11, 0.6901960784), 1.8em -1.8em 0 0em rgba(241, 27, 11, 0.6901960784), 2.5em 0em 0 0em rgba(241, 27, 11, 0.6901960784), 1.75em 1.75em 0 0em rgba(241, 27, 11, 0.6901960784), 0em 2.5em 0 0em rgba(241, 27, 11, 0.6901960784), -1.8em 1.8em 0 0em #F11B0B, -2.6em 0em 0 0em red, -1.8em -1.8em 0 0em rgba(241, 27, 11, 0.2392156863);
  }
}
ol.breadcrumb {
  flex-wrap: nowrap;
}
ol.breadcrumb .breadcrumb-item.active {
  flex: 1;
}

.site-qa-detail {
  padding-bottom: 0;
}
.site-qa-detail .option-change-font-size {
  flex-shrink: 0;
  margin-left: 5rem;
}
@media (max-width: 991px) {
  .site-qa-detail .option-change-font-size {
    margin-left: 0;
  }
}
.site-qa-detail .qa-post {
  margin-bottom: 3rem;
  padding: 1rem 1.6rem 3rem;
  border: 1px solid #fbaed2;
  border-radius: 5px;
}
.site-qa-detail .qa-post img {
  cursor: pointer;
  height: auto;
}
.site-qa-detail .qa-post .heading {
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
}
.site-qa-detail .qa-post .heading p {
  margin-bottom: 0;
}
.site-qa-detail .qa-post .heading .cate {
  color: #fbaed2;
}
.site-qa-detail .qa-post .heading .cate span {
  position: relative;
}
.site-qa-detail .qa-post .heading .cate span ~ span {
  margin-left: 0.5rem;
}
.site-qa-detail .qa-post .heading .cate span ~ span:before {
  position: absolute;
  content: ",";
  left: -0.8rem;
  bottom: 0;
}
.site-qa-detail .qa-post .heading .date {
  color: #707070;
}
.site-qa-detail .qa-post .title {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 1.2rem 1.5rem 1.2rem 5rem;
  font-weight: 400;
  font-size: 1.8rem;
  border-radius: 3px;
  background-color: #F5F6FA;
}
.site-qa-detail .qa-post .title:before {
  position: absolute;
  top: 1.1rem;
  left: 1.5rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fbaed2;
}
.site-qa-detail .qa-post .title:after {
  position: absolute;
  content: "Q";
  top: 0.2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  left: 1.3rem;
  color: #fbaed2;
  font-size: 3rem;
  font-weight: 600;
}
.site-qa-detail .qa-post .content {
  position: relative;
  padding: 0 1.5rem 0 5rem;
}
.site-qa-detail .qa-post .content:after {
  position: absolute;
  content: "A";
  top: -1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  left: 1.3rem;
  color: #fbaed2;
  font-size: 3rem;
  font-weight: 600;
}
.site-qa-detail .qa-post .content p {
  margin-bottom: 0;
}
.site-qa-detail .qa-post .content p + p {
  margin-top: 3rem;
}
.site-qa-detail .btn-add-favorite,
.site-qa-detail .btn-update-questionnaire {
  padding: 0.8rem 3.8rem;
  color: #fbaed2;
  font-size: 1.8rem;
  border: 1px solid #fbaed2;
  transition: all 0.4s ease-in-out;
}
.site-qa-detail .btn-add-favorite span ~ span,
.site-qa-detail .btn-update-questionnaire span ~ span {
  margin-left: 0.8rem;
}
.site-qa-detail .btn-add-favorite:hover, .site-qa-detail .btn-add-favorite.active,
.site-qa-detail .btn-update-questionnaire:hover,
.site-qa-detail .btn-update-questionnaire.active {
  color: #ffffff;
  background-color: #fbaed2;
}
@media (max-width: 575px) {
  .site-qa-detail .btn-add-favorite,
  .site-qa-detail .btn-update-questionnaire {
    padding: 0.8rem 1rem;
    font-size: 1.6rem;
  }
}
.site-qa-detail .question {
  padding: 1.6rem 1.6rem 3rem 1.6rem;
  width: 100%;
  max-width: 650px;
  margin: auto;
}
.site-qa-detail .question__form .comment {
  margin-bottom: 0.6rem;
  height: 130px;
}
.site-qa-detail .question__form .note {
  margin-bottom: 3.2rem;
  color: #707070;
}
.site-qa-detail .question__form .btn-submit-question {
  padding: 0.55rem 3.8rem;
  border-radius: 3px;
  border: 1px solid #707070;
  background-color: #f5f6fa;
  transition: all 0.4s ease-in-out;
}
.site-qa-detail .question__form .btn-submit-question:hover {
  color: #ffffff;
  border-color: #fbaed2;
  background-color: #fbaed2;
}
@media (max-width: 991px) {
  .site-qa-detail .question {
    padding: 1.6rem;
  }
}
.site-qa-detail .related-question {
  padding: 1.6rem 1.6rem 3rem 1.6rem;
}
.site-qa-detail .custom-list-group {
  margin-top: 2.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-qa-detail .custom-list-group .list-group-item {
  margin-right: 1rem;
}
.site-qa-detail .list-group-radio .form-check-input[type=radio]:checked ~ label:after {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fbaed2;
}
.site-qa-detail .list-group-radio .form-check-label:before {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.site-qa-detail .list-group-radio .form-check-label:before, .site-qa-detail .list-group-radio .form-check-label:after {
  position: absolute;
  content: "";
  cursor: pointer;
}
.site-qa-detail .box-bottom {
  margin-top: 20px;
}

.modal-lg,
.modal-xl {
  --bs-modal-width: 980px;
  max-height: 90%;
}
.modal-lg .modal-body,
.modal-xl .modal-body {
  overflow: auto;
}
.modal-lg .modal-body img,
.modal-xl .modal-body img {
  max-width: unset;
}
.modal-lg .modal-content,
.modal-xl .modal-content {
  height: 100%;
}

body.font-size-small .site-qa-detail .list-group-radio .form-check-input[type=radio]:checked ~ label:after, body.font-size-big .site-qa-detail .list-group-radio .form-check-input[type=radio]:checked ~ label:after {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fbaed2;
}
body.font-size-small .site-qa-detail .list-group-radio .form-check-label:before, body.font-size-big .site-qa-detail .list-group-radio .form-check-label:before {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.tags {
  padding: 5rem 1.3rem;
}
.tags .tag {
  padding: 0.1em 0.5em;
  background-color: #fff8f8;
  display: inline-block;
  margin-top: 4px;
}

/*# sourceMappingURL=detail.css.map*/