@font-face {
    font-family: 'Superspace';
    src: url('../fonts/SuperspaceBold-Italic.eot');
    src: url('../fonts/SuperspaceBold-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuperspaceBold-Italic.woff2') format('woff2'),
        url('../fonts/SuperspaceBold-Italic.woff') format('woff'),
        url('../fonts/SuperspaceBold-Italic.ttf') format('truetype'),
        url('../fonts/SuperspaceBold-Italic.svg#SuperspaceBold-Italic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Superspace';
    src: url('../fonts/SuperspaceRegular.eot');
    src: url('../fonts/SuperspaceRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuperspaceRegular.woff2') format('woff2'),
        url('../fonts/SuperspaceRegular.woff') format('woff'),
        url('../fonts/SuperspaceRegular.ttf') format('truetype'),
        url('../fonts/SuperspaceRegular.svg#SuperspaceRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 
@font-face {
    font-family: 'Superspace';
    src: url('../fonts/SuperspaceLight-Italic.eot');
    src: url('../fonts/SuperspaceLight-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuperspaceLight-Italic.woff2') format('woff2'),
        url('../fonts/SuperspaceLight-Italic.woff') format('woff'),
        url('../fonts/SuperspaceLight-Italic.ttf') format('truetype'),
        url('../fonts/SuperspaceLight-Italic.svg#SuperspaceLight-Italic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Superspace';
    src: url('../fonts/SuperspaceRegular-Italic.eot');
    src: url('../fonts/SuperspaceRegular-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuperspaceRegular-Italic.woff2') format('woff2'),
        url('../fonts/SuperspaceRegular-Italic.woff') format('woff'),
        url('../fonts/SuperspaceRegular-Italic.ttf') format('truetype'),
        url('../fonts/SuperspaceRegular-Italic.svg#SuperspaceRegular-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
 
@font-face {
    font-family: 'Superspace';
    src: url('../fonts/SuperspaceBold.eot');
    src: url('../fonts/SuperspaceBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuperspaceBold.woff2') format('woff2'),
        url('../fonts/SuperspaceBold.woff') format('woff'),
        url('../fonts/SuperspaceBold.ttf') format('truetype'),
        url('../fonts/SuperspaceBold.svg#SuperspaceBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Superspace';
    src: url('../fonts/SuperspaceLight.eot');
    src: url('../fonts/SuperspaceLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SuperspaceLight.woff2') format('woff2'),
        url('../fonts/SuperspaceLight.woff') format('woff'),
        url('../fonts/SuperspaceLight.ttf') format('truetype'),
        url('../fonts/SuperspaceLight.svg#SuperspaceLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&display=swap');
 
/*==================================================
    General
==================================================*/

html,body{
  padding: 0;
  margin: 0; 
  height: 100%
}  
body{  
  font-family:'Superspace','Noto Serif TC', sans-serif; 
  color:#000000;
  font-size:20px; 
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  margin: 0px;
  padding:0;  
  
  
  position: relative;
  overflow-x: hidden;
}

.pc body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  image-rendering: -webkit-optimize-contrast;
}

b, strong{
  font-weight: bold; 
  font-family: inherit;
}
h1,h2,h3,h4,h5,h6{   
  margin:0;  
  color:inherit; 
  line-height: 1.4; 
  font-weight: bold;
  font-style: normal;  
}  

.nowrap{ white-space: nowrap; }
 
a{
  color:inherit;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
a:hover{ text-decoration: none; color:inherit; }
 
.star{ color: red }
.form-control{
 -webkit-appearance: none;
  
  border-radius: 0; 
  color: #000000 ;  
  padding:0 20px;
  font-size: 16px;
  font-weight: inherit;
  height: 45px;
  line-height: 45px; 
  /*border:1px solid #f2f2f2;*/
  border:0;
  background-color: #f2f2f2;
  font-family: tahoma,arial;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
 
.form-control:focus{
  border-color: #80bdff !important;
  background-color: #f2f2f2;
}

textarea.form-control{
  height: 150px;
  line-height: normal;
  padding-top: 15px;
}
 
 
.radio-group, 
.checkbox-group{ 
  padding-left:0; 
  position:relative;
  list-style-type:none;
  margin:0px;
  padding:0px;
  text-align:center;
  display:inline-block;
  vertical-align:top
}
.radio-group{ display:inline-block; position:relative}
.radio-group.block{display: block; margin-left:0 !important }


.radio-group input[type="radio"],
.checkbox-group input[type="checkbox"] {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  width: 0;
 
}
.checkbox-group label:before,
.radio-group label:before {
  content: "";
  display: inline-block;

  margin-right: 5px;
  position: absolute;
  left:0;
  top:3px;
  background-color:#fff;
  border:2px solid var(--color-primary);
  width:19px;
  height:19px; 

   -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.radio-group label:before { 
  top:4px; 
  width:16px;
  height:16px;
  border:2px solid var(--color-primary);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
 

.radio-group label,
.checkbox-group label {
  position:relative;
  padding-left:30px;
  padding-right:15px;
  text-align:left;
  margin:1px 0;
  display:block;
  font-weight:400;
  font-size:inherit;
  line-height:inherit;
  cursor:pointer;

  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.checkbox-group label{color: inherit;}
.checkbox-group label span{ font-size: 12px; font-style: italic; color: #8f8f8f } 
.radio-group label{color: inherit; padding-left: 30px} 

 
.radio-group input[type="radio"]:checked + label:after{
  content: "";
  color: #ea6f21;
  background-color:var(--color-primary); 
  position:absolute;
  left: 3px;
  top: 7px;
  width: 10px;
  height: 10px;

  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.checkbox-group input[type="checkbox"]:checked + label:after,
.checkbox-group input[type="checkbox"]:checked + span + label:after {
    content: "";
    color: #ea6f21;
  background-color:var(--color-primary);
  background-image: url(../img/icons/icon-check-mark-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
 
  position:absolute;

    top: 4px;
    left: 0px;
    width: 18px;
    height: 18px;
    background-size: 12px;
    border-radius: 3px
}

.checkbox-group.default label:before{
  border:1px solid #bcbcbc;
  top: 6px;
}

.checkbox-group.default input[type="checkbox"]:checked + label:after,
.checkbox-group.default input[type="checkbox"]:checked + span + label:after {
  top: 6px
}
 
.radio-group.no-text,
.checkbox-group.no-text{
  width: 29px;
  height: 29px;
  margin-top:-2px; 
} 
.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  color: inherit;
  opacity:0.5;
}

.form-control::placeholder {
  color: inherit;
  opacity:0.5;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e2e2e2;
  border-color: #c7c7c7;
}
.select-hidden { 
  opacity: 0;
  visibility: hidden;
  padding-right: 0;

  width: 100%;
  height: 50px;

  position: relative;
  z-index: 99
}
.select {
  position:relative;
  padding-left:0 !important;
  padding-right: 0;
  cursor:pointer;
  display:block;
  margin-bottom:0; 
  height: 55px; 
  cursor: pointer;
  font-weight: 300;
}



.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  padding:0 30px 0 20px;
  line-height: 55px;
  white-space: nowrap;
 color: rgba(79,79,79,0.5);; 
  border-radius: 25px;
  border:1px solid #F2F2F2;
  background-color: #F2F2F2;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.has-value .select-styled{ color: rgba(79,79,79,1);}
 
.select-styled:after {
  content:'';
  position: absolute;
  right: 17px;
  top: 50%;
  width:20px;
  height:20px;
  vertical-align:top;
  margin-left:1px;
  margin-top:-10px;  
  
  background-image: url(../img/icons/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;

   -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
 

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding:5px 0;
  list-style: none;
  background-color: #fff;
  border:1px solid #f1f1f1;
  border-radius: 5px; 
  max-height: 200px;
  overflow-x: auto;
}
.select-options li {
  margin: 0;
  padding: 1px 20px;
  text-indent: 0; 
  font-size: inherit;
  font-weight: inherit;
  color: #000;
  font-family: inherit;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  background: #f1f1f1;
}
.select-options li[rel="hide"] {
  display: none;
}

.custom-select{
  padding: 0;
  height: 45px;
  line-height: 41px;
  padding: 0 20px;
  border-radius: 0;
  font-family: tahoma,arial;
  font-size: 16px;  
  border:0;

  background: #f2f2f2 url("../img/icons/icon-arrow-option-2.svg") no-repeat right 15px center/12px 20px;
}
.custom-select.has-bg{
  color: #ffffff;
  background: #0b348a url("../img/icons/icon-arrow-option.svg") no-repeat right 15px center/12px 20px;
}

.custom-select.outline-blue-medium{
  background: #ffffff url("../img/icons/icon-arrow-option-2.svg") no-repeat right 15px center/12px 20px;
  border:2px solid #3080cb;
  color: #3080cb
}
.custom-select.outline-blue{
  background: #ffffff url("../img/icons/icon-arrow-option-2.svg") no-repeat right 15px center/12px 20px;
  border:2px solid var(--color-primary);
  color: var(--color-primary)
}

.custom-file{
  display: block;
  position: relative; 
  padding-right: 0;
  font-family: 'Open Sans' ;
  font-weight: normal;
  font-size: 15px
}

.custom-file.has-error{
  border-color: var(--color-red) !important;
background-color: #fff;
}
.custom-file-button{
  position: absolute;
  top:0;
  left: 0; 
  width: auto;
  padding: 0 20px;  
  color: #fff;
  font-family: 'Superspace','Noto Serif TC', sans-serif;
  font-size: 18px;

  border:0;
  background-color: #265d98; 
  height: 45px;
  line-height: 45px; 
}
 
.form-control-file{
  position: absolute;
  top: 0;
  left: 175px;
  right: 0;
  bottom: 0;
  height: 45px;
  line-height: 45px;
  max-width: calc(100% - 155px);
   white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-file span.error{line-height: 1.45;}

.custom-file-input.error ~ .custom-file{
  border-color: #000
}

.custom-file.selected span.error{display: none !important;}

span.error{
  font-family: inherit;
  font-size: 11px;
  padding-top: 5px;
  color: red;
  display: block;   
  text-align: right; 
}  
.form-control.error,
.custom-select.error{
  border-color: red
}
.form-control.error:focus,
.custom-select.error:focus {
    box-shadow: 0 0 0 .2rem rgba(255,5,5,.25);
}

.select .error + .select-styled{border-color: red}
.select.has-value select{ margin-bottom:0  }
.select.has-value select.error + .error{ display: none; }
.select.has-value .error + .select-styled{border:1px solid #BDBDBD}

.custom-file input.error + span + .custom-file-label{border-color: red}
 
.btn{
  position: relative;
  border:0;
  padding: 0 20px;
  font-size: 24px;
  height: 56px;
  line-height: 54px;
  font-family:inherit;
  font-weight: bold; 
  color: #fff; 
  border-radius: 0;
  background-color: var(--color-primary);
  border:2px solid var(--color-primary);

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} 
.btn:hover{
  color: #fff;
  background-color: var(--color-primary-hover);
  border-color:var(--color-primary-hover);
}
.btn.normal{border-radius: 0;}

.btn-gray{
  background-color: #da1717;
  border-color: #da1717;
}
.pc .btn-gray:hover{
  background-color: #f12626;
  border-color: #f12626;
}

.btn-red{
  background-color: #da1717;
  border-color: #da1717;
}
.pc .btn-red:hover{
  background-color: #f12626;
  border-color: #f12626;
}

.btn-blue-medium{
  background-color: #417cb8;
  border-color: #417cb8;
}
.pc .btn-blue-medium:hover{
  background-color:var(--color-primary);
  border-color:var(--color-primary);
}


.btn-gray{
  color: var(--color-primary);
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.pc .btn-gray:hover{
  color:#ffffff;
  background-color:var(--color-primary);
  border-color:var(--color-primary);
}


.btn.has-line{
  border-color: #ffffff !important;
}
 
.btn-outline-primary{
  border-color: var(--color-primary);
  background-color:transparent;
  color: var(--color-primary);  
}
.pc .btn-outline-primary:hover {
  color: #fff;
  background-color:var(--color-primary); 
  border-color: var(--color-primary);
} 

.btn-outline-primary.has-bg{
  background-color: rgba(255,255,255,0.85);
}
.pc .btn-outline-primary.has-bg:hover {
  color: var(--color-primary);  
  background-color: rgba(255,255,255,1);
} 

.btn-outline-blue-medium{
  border-color: #3080cb;
  background-color:transparent;
  color: #3080cb;  
}
.pc .btn-outline-blue-medium:hover {
  color: #fff;
  background-color: #3080cb; 
  border-color:  #3080cb;
} 
 
.btn-outline-white{
  border-color: #ffffff;
  background-color:transparent;
  color: #ffffff; 
}
.pc .btn-outline-white:hover {
  color: var(--color-primary);
  background-color:#ffffff; 
  border-color:#ffffff;
}  
.pc .btn.hover-red:hover{
  color: #ffffff;
  background-color:#e41a23; 
  border-color:  #e41a23
}  
.btn.bw-1{border-width: 1px}
.btn[disabled]{
  border-color: #D4EAEA;
  background-color:#D4EAEA;
  color:#A1C9C9;
  line-height: 56px;
  pointer-events: none;
  opacity: 1;
}
 

.btn svg,
.btn img{
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
 

.btn-link, 
.btn-link:hover, 
.btn-link:focus, 
.btn-link:active{
  background-color: transparent;
}
 

.btn:focus,.btn:active,
button:focus,button:active,
a:focus,a:active {
   outline: none !important;
   box-shadow: none!important;
}
.btn.has-arrow {padding: 0 25px}
.btn.has-arrow .icon{
  position: relative;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  margin-left: 3px;
  transition: all 0.3s ease-in-out;
}
.btn.has-arrow .icon > span {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  width: 100%;
  height: 100%;
}
.pc .btn.has-arrow:hover .icon > span {
    left: 8px;
}
.btn.btn-md{
  height: 45px;
  line-height: 41px;
  font-size:20px
}

.buttons{
  display: block; 
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
} 

.buttons.d-flex{
  -ms-flex-pack: center;
  justify-content: center ;
} 
.buttons.center .btn{
  margin: 0 auto;
}

svg path,
svg rect,
svg line,
svg circle,
svg polygon{ 
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
 
/*==================================================
    Icon Setup
==================================================*/  

.icons{
  display:inline-block;
  position:relative;
  vertical-align:top; 
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.icons.before:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.pc .btn:hover .icons.before:before{ opacity: 1; }
.inline-black{
  display: inline-block;
  padding: 0 10px
}

/**/

.arrow-left,
.arrow-right,
.arrow-up,
.arrow-down{
  position: absolute;
  left: 0;
  top: 0;
  width:5px;
  height:5px;
  vertical-align:top;

  border-top: 1px solid #676767;
  border-left: 1px solid #676767;

   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.arrow-left{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);  
}

.arrow-right{
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);  
}

.arrow-up{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);  
}
.arrow-down{
   margin-left:1px; 
   -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);  
}
 
 
.container{
  max-width:calc(1480px + 300px);
  padding-left:150px;
  padding-right:150px; 
  position: relative;
  z-index: 9; 
}

.container-fluid{
   max-width:calc(1920px + 160px);
  padding-left:80px;
  padding-right:80px;
}

.hgroup{
  display: block;
  position: relative;
}
.hgroup hr{
    height: 4px;
    width: 30px;
    border-top: 4px solid var(--color-red);
    margin-left: 0;
}
@media (max-width: 1680px) {
  .btn{
    height: 52px;
    line-height: 48px;
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  body{font-size: 18px}
  .container-fluid{ 
    padding-left:50px;
    padding-right:50px;
  }

  .container{
    padding-left:100px;
    padding-right:100px;
  }

  .btn{
    height: 48px;
    line-height: 44px;
    font-size: 18px;
  }
}
 
@media (max-width: 1024px) {
   body{font-size: 16px}
  .container-fluid{ 
    padding-left:30px;
    padding-right:30px;
  }
  .container{
    padding-left:50px;
    padding-right:50px;
  }

  .btn{
    height: 45px;
    line-height: 43px;
    font-size: 18px;
  }

  .btn.btn-md{
    height: 40px;
    line-height: 36px;
    font-size:16px
  }
}
 
@media (max-width: 767px) {
  body{font-size: 15px}
  .container,
  .container-fluid{
    padding-left: 25px;
    padding-right: 25px
  }

  .form-control{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .btn{
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    border-width: 1px;
  }

  .hgroup hr{border-top:2px solid var(--color-red)}

  .custom-file-button{
    font-size: 12px;
    padding: 0 10px;
    height: 40px;
    line-height: 38px
  }
  .form-control-file{
    left: 115px;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    max-width: calc(100% - 105px)
  }
}
   
.compensate-for-scrollbar{ margin-right: 0 !important } 
.compensate-for-scrollbar .header{ right: 0 } 
body.fancybox-active{ overflow: visible !important;padding-right: 0 !important  }
 
/*==================================================
    Header Setup
==================================================*/  
.page{
  position: relative; 
  display: block;   
  overflow: hidden;     
}   

:root { 
  --color-primary: #063291;   
  --color-primary-hover: #417bb8;  
  --color-secondary:#86cbff; /*54b6ee*/
  --color-red:#e41a23;
  --font-standard:tahoma,arial,sans-serif;
  /*--font-ch:'Noto Serif TC','Superspace', sans-serif;*/

  --font-ch:400 'Noto Serif TC','Superspace', sans-serif;

 
}
.header,
.header .container,
.navbar-brand,
.navbar-main, 
.nav-main li a,
.nav-main li a span,
.nav-main > li > a > span:before{ 
   -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}

.header{
   -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}

.nav-main > li > a > span:before{
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}

.header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding:0;
  background-color:transparent;
  z-index: 1010
}  

.navbar-brand{
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 9
}
.navbar-brand img{
  width: 100%;
}

.navbar-genaral{ 
  padding:35px 0 15px; 
  z-index: 99;
  display: block;
} 

.nav-general{  
  padding:0;
  position: relative; 
  -ms-flex-pack: end;
  justify-content: flex-end;

  -ms-flex-align: center;
  align-items: center;
}

.nav-general .tip-society{
  display: block;
  width: 160px;
}
.nav-general .tip-society img{ width: 100% }

.nav-general > li{
  border-left:0;
  padding: 0 40px;
  height:41px;
  display: flex;
  border-left:1px solid rgba(255,255,255,0.4);
  -ms-flex-align: center;
  align-items: center;
}
.nav-general > li.nav-switch{ padding: 0 30px; }
.nav-general > li:first-child{border:0;}
.nav-general > li:last-child{
  padding-left: 0;
  border:0;
}
.nav-general li.nav-lang{}
.lang{
  display: block; 
  margin: 0 0;
}
.lang > a{
  display: block;
  position: relative;
  padding-right:20px;
  color: #fff;
}
.lang > a:before{
  content: '';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-top:6px solid #ffffff;

  position: absolute;
  top: 50%;
  right: 0; 
}

.lang .dropdown-menu{
  left: auto !important;
  right: 0 !important;
  width: 50px;
  min-width: 0;
  text-align: center;
  background-color:#f1f1f1;
  border:0;
  border-radius: 0;
  margin-top: 0;
  /*font-family: 'Noto Serif TC', serif;*/
} 
.lang .dropdown-menu a{ display: block; }
.lang .dropdown-menu .ch a{font:var(--font-ch); font-size: 12px}
.lang .dropdown-menu .active a{ background-color: var(--color-bg) }

.search-general{
  display: block;
  background-color: #081895;
  border-radius: 50px;
  position: relative;
}

.search-general .form-control{
  position: relative;
  background-color: transparent !important;
  border:0 !important;
  color: var(--color-secondary);
  height: 36px;
  line-height: 32px;
  border-radius: 50px;
  width: 250px;
  font-family: var(--font-standard);
}

.search-general .btn{
  position:absolute;;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;

  padding: 0 !important;
  border:0!important;
  background-color: transparent !important;
  
  line-height: normal;
  background-size:45%;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-general .btn.btn-search{
  background-image: url(../img/icons/icon-search.svg);
  right: 2px;
  width:40px;
}

.search-general .btn.btn-search:before{
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;

  border-left: 1px solid #4753b0;
}

.search-general .btn.btn-microphone{
  background-image: url(../img/icons/icon-microphone.svg);
  right: 42px;
  width:40px;
}


.custom-switch{
  padding:0;
  display: inline-block; 
  position: relative;
  top:-6px;
}
.custom-switch .custom-control-input{
  border:0 !important;
  box-shadow: 0 !important
}
.custom-switch .custom-control-label{
  width: 51px;
  height:25px; 
}
.custom-switch .custom-control-label::before{
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  width: 51px;
  height: auto;
  border-radius: 100px;
 

  color: #fff;
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
}
.custom-switch .custom-control-label::after {
    top: 3px;
    left: 3px;
    width: calc(25px - 6px);
    height: calc(25px - 6px);

    background-color:#ffffff;
    border-color:#ffffff;
    border-radius: 50px;
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #222222;
    border-color: #222222;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.custom-switch.night-mode label .text{
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  line-height: 40px;
  color: #3ECAB7;
  font-size: 10px;
  text-transform: uppercase;
}
.custom-switch label .icon:before{
  position: absolute;
  top: 3px;
  left: 0;
  content: ''; /*day*/
  z-index: 9;

  width: 18px;
  height: 18px;
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;

     background-image: url(../img/icons/icon-day.svg);
  -webkit-transform: translateX(8px);
    transform: translateX(8px);
}
 
.custom-switch .custom-control-input:checked ~ .custom-control-label .icon:before{
  background-size: contain; 
  background-image: url(../img/icons/icon-moon.svg);

  -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

.custom-switch .text{
  display: block;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Kanit',sans-serif;
  line-height: 1.2
}

.custom-switch .text > span{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}

.custom-switch .text > span.day{display: block;}
.custom-switch .custom-control-input:checked ~ .text > span.night {display: block;}
.custom-switch .custom-control-input:checked ~ .text > span.day {display: none;}
@media (min-width:768px) {
  .custom-switch .text{line-height: 2.2}
}

@media (min-width:992px) {
  .page{ padding-top: 138px; }
}

@media (min-width:1200px) {
  .page{ padding-top: 138px; }
   
  .header{ padding:0 0 15px; background-color:#21479a;}
  .page.p-0 .header{ background-color: transparent;}
  .scrolling .header{box-shadow: 0 0 25px rgba(0,0,0,.15)}
  .scrolling .page.p-0 .header{ background-color:#21479a;}

  .navbar-brand{
    width: 140px;
    position: absolute;
    left: 0;
    bottom: 0; 
  }
  
  .navbar-main{
    padding: 0;
    z-index: 1;
    display: block;
  }

  .nav-main{  
    margin-right: -10px;  
    padding:0;
 
    position: relative; 

    -ms-flex-pack: end;
    justify-content: flex-end;
  }
   
  .nav-main > li{
    padding: 0 0px;
    position: relative;
    z-index: 1
  }
  .nav-main > li > a{
    color:#fff; 
    font-size: inherit;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 24px;  
    display: block;
    text-align: center;
  }
  .nav-main > li > a > span{
    display: inline-block;
    position: relative; 
    line-height: 1; 
    padding: 0 5px;
  }

  .nav-main > li > a > span:before{
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: -10px;
    height: 3px;
    background-color:var(--color-red);
  }

  .nav-main > li.active > a,
  .pc .nav-main > li:hover > a{
    background-color: var(--color-secondary-hover);
  }
  
  .pc .nav-main > li:hover > a > span:before{width: 100%} 
  .nav-main > li.active > a > span:before{width:100%}

  .custom-switch .text{line-height: 1.2}
} 
@media (min-width:1200px) {
  .page{ padding-top:140px; }
  .navbar-slideout{display: none;}
  .navbar-brand{ width: 14vw; left: 50px }
  .navbar-genaral{ padding: 25px 0 10px }
  .nav-general{ margin-right: -40px; }

  .nav-main{ margin-right: -5px; }
  .nav-main > li > a{
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    padding: 0 5px;
  } 

  .nav-general .tip-society{ width: 120px; }
  .nav-general > li{height: 35px;}
  .nav-general li.nav-lang{font-size: 18px}
  .header.scrolling-down{transform: translate(0, -65px); padding-bottom: 12px}
  .header.scrolling-down .navbar-brand{width: 160px;}
  
}

@media (min-width:1360px) { 
  .nav-main{ margin-right: -10px; }
  .nav-main > li > a{ padding: 0 10px; }

  
}

@media (min-width:1441px) {
  .navbar-brand{ left: 80px }
  .nav-general .tip-society{ width: 160px; }
  .nav-general > li{height: 41px;}
  .nav-general li.nav-lang{font-size: 20px;}
  .nav-main > li > a > span:before{ height: 4px }

}

@media (min-width:1550px) {
  .page{ padding-top: 161px; }
  .navbar-brand{ width: 240px; left: 80px}

  .navbar-genaral{ padding: 35px 0 15px }
  
  .nav-main > li > a{ 
    font-size: 22px;
  } 

  .header.scrolling-down{transform: translate(0, -77px);} 
  
}

@media (min-width:1681px) {
  .page{ padding-top: 161px; }
  .navbar-brand{ width: 300px; }
   
  .nav-main > li > a{ font-size: 24px; }

}
 


.btn.btn-icon{
  padding: 0 !important;
  border:0 !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  z-index: 1060; 
  float: right;
  border-radius: 0;
  overflow: visible;
  display: none;
 
}
.btn.btn-icon{
  height: 20px;
  line-height: 25px;
  top: 30px;
} 

.btn-icon .group{
  display: block;
  position: relative;
  width: 35px; 
  height:22px;
  margin: 0 auto 0
}
.btn-icon .group span{ 
  height: 3px;
  background:#fff;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;
  -webkit-transform-origin: 25px, 1px;
  -ms-transform-origin: 25px, 1px;
  transform-origin: 25px, 1px
}

.btn-icon .group span:nth-child(1) {
    top: 0;
    -webkit-transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98)
}

.btn-icon .group span:nth-child(2) {
    top: 8px;  
    -webkit-transition: -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98)
}

.btn-icon .group span:nth-child(3) {
    top: 16px;
    -webkit-transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98)
}
 

.nav-opened .btn-icon .group span:nth-child(1){
    -webkit-transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    -webkit-transform: rotate(45deg) translate3d(6px, 6px, 0);
    transform: rotate(45deg) translate3d(6px, 6px, 0)
}
 
.nav-opened .btn-icon .group span:nth-child(2){
    -webkit-transition: -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0)
}
 
.nav-opened .btn-icon .group span:nth-child(3) {
    -webkit-transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98), -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
    -webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    transform: rotate(-45deg) translate3d(5px, -5px, 0)
}


/*---Mobile & Tablet---*/

@media (max-width:1440px) {
  .custom-switch{top: -3px;}
  .custom-switch .custom-control-label{
    height: 20px;
    width: 45px;
  }
  .custom-switch .custom-control-label:before {
    width: 45px;
  }
  .custom-switch .custom-control-label::after {
    top: 3px;
    left: 3px;
    width: calc(20px - 6px);
    height: calc(20px - 6px);
  }
  
  .custom-switch label .icon::before {
    width: 15px;
    height: 15px;
  }
  .custom-switch label .icon::before { 
    background-size: 13px;
    -webkit-transform: translateX(5px);
    transform: translateX(5px); 
  }

  .custom-switch .text > span{ top: -7px }
}

@media (max-width:1199px) {
  .header{ padding: 0 }
  .navbar{ padding: 0 }
   
  .btn.btn-icon{display: block;}

  .page:not(.p-0) .navbar-genaral,
  .scrolling .navbar-genaral{ 
    padding:15px 0; 
    margin-right:0px;
    background-color: #21479a
  }

  .navbar-genaral{ 
    padding-top: 20px; 
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
  }
  .navbar-genaral:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    z-index: 100;
    display: block;
  }
  .scrolling .navbar-genaral:before{display: none; }

  .nav-general{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-general > li{ padding: 0 30px; height: 30px;} 
  .nav-general > li.nav-button{padding: 0}
  .nav-general > li.nav-search{ padding-right:0  }

  .navbar-brand{ 
    width:150px;
    position: relative;
    margin: 15px 0; 
  }
  
  .nav-general .tip-society{width: 120px;}

  .custom-switch{ top:0px; }
  

  .page:not(.p-0) .navbar-main,
  .scrolling .navbar-main{
    padding: 0;
    background-color:#063291;
    box-shadow: 0 0 20px rgba(0,0,0,0.14)
  }
  .nav-main{display: none;}

  .scrolling .header.scrolling-down{top:-60px;/*transform: translate(0, -60px);*/ padding-bottom: 12px}
  .scrolling .header.scrolling-down .navbar-brand{}

  .header .nav-main{display: none;} 
  .page-slideout,
  .header-slideout {
      transition: -webkit-transform .6s ease;
      transition: transform .6s ease;
      transition: transform .6s ease, -webkit-transform .6s ease;
  }
  .page-slideout{
      position: relative;
      /*z-index: 1010;*/
      background-color:#ffffff;
      overflow: hidden;
  }
  .closing .page-slideout,
  .nav-opened .page-slideout{z-index: 1040;}
  .closing .header-slideout,
  .nav-opened .header-slideout{z-index: 1043;}

  .page-blocker{
    position: fixed;
    top: 0;
    left: 0; 
    bottom: 0;
    width: 100%;
    background-color:rgba(0,0,0,0);
    z-index: 1050;

    pointer-events: none; 
    transition: -webkit-transform .6s ease;
      transition: transform .6s ease;
      transition: transform .6s ease, -webkit-transform .6s ease;

  }

  .nav-opened .page-slideout,
  .nav-opened .header-slideout,
  .nav-opened .page-blocker {
    -webkit-transform: translate(-280px, 0);
    -ms-transform: translate(-280px, 0);
    transform: translate(-280px, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }
  .nav-opened .page-blocker{ background-color:rgba(0,0,0,0.6);}
  .nav-opened .page-blocker{
    pointer-events: auto;
    display: block;
    cursor: pointer;
  }


  .navbar-slideout{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 280px;
    overflow: hidden; 
    padding: 0;

    background-color:var(--color-primary);
    align-items:normal;
    -ms-flex-align:normal; 

     -webkit-transform: translate(280px, 0);
    -ms-transform: translate(280px, 0);
    transform: translate(280px, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(280px, 0, 0);

      transition: -webkit-transform .6s ease;
      transition: transform .6s ease;
      transition: transform .6s ease, -webkit-transform .6s ease;
  }

  .nav-opened .navbar-slideout{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
 
  .nav-main{
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    right:-280px;
    width: 560px;
    padding-top: 0;

     -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  .nav-main li{
    display: block;
    position: static;
  }
  .nav-main li{ padding-left: 20px; }
  .nav-main li a{
    padding: 15px 0 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,1);
    font-weight: 400;
    font-size: 18px;
    display: block;
    position: relative; 
  }

  .nav-main > li.dropdown > a:after{
    content: '';
    position: absolute;
    top: 25px;
    left:226px;

    content: '';
    width:9px;
    height:9px;
    vertical-align:top; 

    border-top: 1px solid var(--color-primary);
    border-left: 1px solid var(--color-primary);

     -webkit-transform: rotate(135deg);
     transform: rotate(135deg);  
  }
  .nav-main .dropdown-menu{
    position: absolute;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: auto !important;
    width: 280px; 
    margin:0;
    padding: 0;  
    transition:none;
    border:0; 
    background-color: #f0ede2
  }
  .nav-main li.nav-lang{display: none;}
  .nav-main div.nav-close,
  .nav-main li.nav-close{ 
    padding-left: 0;
    position: relative;
    cursor: pointer; 
  }

  .nav-main div.nav-close a,
  .nav-main li.nav-close a{
 
    position: relative;
    opacity: 0.8;
    font-weight: 300;
    font-size: 16px;
    padding: 20px 0 20px 40px
  }
  .nav-main div.nav-close a .arrow,
  .nav-main li.nav-close a .arrow{ 
    display: inline-block; 
    position: absolute; 
    vertical-align: top; 
    left: 20px;
    top: 50%;
    margin-top:-6px; 
  }
  .nav-main div.nav-close a .arrow:before,
  .nav-main li.nav-close a .arrow:before{
    content: '';
    width:12px;
    height:12px;
    vertical-align:top;

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

    border-top: 1px solid var(--color-primary);
    border-left: 1px solid var(--color-primary);

  -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);  

  }

  .nav-main .dropdown.showing .dropdown-menu{
    display: block;
    opacity: 1;
  }

  .level-1-opened .nav-main{ right: 0 }
}

@media (max-width:991.98px) {
  .page{ padding-top: 138px; }
  .lang > a{font-size: 16px}
  .search-general .form-control{font-size: 15px}
}

@media (max-width:767px) { 
  .page{ padding-top: 114px; }
  .btn.btn-icon{top: 22px;}
  .navbar-brand{ width: 130px; margin: 10px 0 }
  .navbar-genaral{ padding: 10px 0 }
  .scrolling .navbar-genaral{ padding: 10px 0 }
  .nav-general > li{ padding: 0 15px; height: 23px }
  .nav-general > li.nav-search{display: none;}
  .nav-general > li.nav-switch{ padding: 0 15px; }

  .custom-switch{top: 3px}
  .custom-switch .text{display: none;}
  .custom-switch .custom-control-label{ width: 45px; }

  .nav-general .tip-society{ width: 100px; }

  .search-general{ 
    background-color:#21479a;
    max-width: 240px; 
    margin:0;
  }
  .search-general.location{ max-width: 100% }
  .nav-main li.nav-search{
    background-color: rgba(255,255,255,0.05); 
    padding-top: 20px; 
    padding-bottom: 20px;
    margin-bottom:10px; 
  }
  .nav-main li a{ padding: 12px 0 }

  .search-general .form-control{ width: 100%; color: #ffffff; }
  .search-general .btn.btn-search{ width: 33px; }
  .search-general .btn.btn-microphone{ width: 35px; right: 36px }

  .scrolling .header.scrolling-down{/*transform: translate(0, -43px); */ top:-51px;padding-bottom: 0}
  .scrolling .header.scrolling-down .navbar-brand{width: 130px;}
}


 
/*==================================================
    Section - setup
==================================================*/ 
.preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#f0f4fd;
    z-index: 1080;

    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
} 


.wd-preload-container { 
  padding: 0 0px 16px 0px;
  margin: 0 auto;
}

.wd-preload-container .logo{
  width: 150px;
  display: block;
  margin:25px auto;
}

.wd-preload-progress {
  margin:auto;
  position: relative;
  height: 2px;
  display: block;
  width:150px;
  background-color: #F0F1F2;
  border-radius: 0px;
  overflow: hidden;
}

.wd-preload-progress .wd-preload-indeterminate {
  background-color:var(--color-primary);
  
}

.wd-preload-progress .wd-preload-indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius:0px;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.wd-preload-progress .wd-preload-indeterminate:after {
  content: '';
  position: absolute;
  background-color:var(--color-primary);
  top: 0;
  left: 0;
  bottom: 0;
  border-radius:0px;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

 
.navbar .container, 
.navbar .container-fluid, 
.navbar .container-lg, 
.navbar .container-md, 
.navbar .container-sm, 
.navbar .container-xl{
  display: block;
}
 
.section{
  display: block;
  position: relative;   
  padding: 70px 0;
}  

.section.bg-gray{background-color: #f1f2f4}
.background{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none; 
}
.background.contain{background-size: contain;}     

.device .background.parallaxie{
  background-attachment: scroll !important;
  background-position: center center !important;
}


@media (max-width:1199px) {
  .background.parallaxie{
    background-attachment: scroll !important;
    background-position: center center !important;
  }
}

.section-text-label{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 344px;
  font-family: 'Kanit',sans-serif;

  color: rgba(40,75,153,0.05);
  line-height: 0.7;
  font-weight: 600;
  text-transform: uppercase;
}

.title-xl{
  font-size: 60px;
}
.title-lg{
  font-size: 50px;
}
.title-md{
  font-size: 40px;
}
.title-sm{
  font-size:30px;
}

.section-title.has-padding{
  padding: 30px 0
}
.section-title p{
  font-size: 22px;
  color: #9e9e9e;
  font-family: var(--font-standard);
  line-height: 1.3
}

.section-title .tip-icon{
  width: 65px;
}

.section-title.has-icon .title-xl{ 
  margin:10px 0; 
  line-height: 1.3
}

.section-title.center{
  text-align: center;
}
 
.row.space-0{ margin:0}
.row.space-0 > div{ padding:0}
 
.row.space-5{ margin:0 -5px}
.row.space-5 > div{ padding:0 5px} 

.row.space-10{ margin:0 -10px}
.row.space-10 > div{ padding:0 10px}
 
.row.space-20{ margin:0 -20px}
.row.space-20 > div{ padding:0 20px} 
  
.light{ font-weight: 300 !important }
.regular{ font-weight: 400 !important }
.medium{ font-weight: 500 !important }
.semibold{ font-weight: 600 !important }
.bold{font-weight: 700 !important }
.italic{font-style: italic;}

@media (max-width:1680px) {
  .title-xl{font-size: 46px;}
  .title-lg{font-size: 40px;}
  .title-md{font-size: 35px;}
  .section-title p {font-size: 18px;}
  .section-title .tip-icon{width: 50px}
}

@media (max-width:1440px) {
  .title-xl{font-size:38px;} 
  .title-lg{font-size:35px;}
  .title-md{font-size: 30px;}
  .section-title p {font-size: 16px;}
  .section-title .tip-icon{ width: 42px }
  .section{ padding: 50px 0 }

  .section-title.has-padding{padding: 20px 0}
}

@media (max-width:1280px) {
  .section{ padding: 50px 0 }

  .title-xl{font-size:32px;} 
  .title-lg{font-size:30px;}
  .title-md{font-size:28px;}
}

@media (max-width:991.98px) {
  .title-lg{font-size:26px;}
  .title-md{font-size:26px;}
  .section-title.has-icon{
    position: relative;
  }
  .section-title.has-icon .tip-icon{
    position: absolute;
    top: 8px;
    left: 0;
    width: 35px
  }
  .section-title.has-icon .title-xl{padding-left: 55px}

  .section-title.has-padding{padding: 0 0 20px}
}

@media (max-width:767px) {
  .section{ padding: 30px 0 }
  .title-xl{font-size:26px;} 
  .title-lg{font-size:24px;}
  .title-md{font-size:21px;}
  .section-title p {font-size: 14px;}

  .section-title.has-icon .tip-icon{ 
    top: 4px; 
    width:25px
  }

  .section-title.has-icon .title-xl{padding-left: 40px}

  .section-text-label{display: none;}
}
/*==================================================
    Section - Questionnaire
==================================================*/  
.input-block{
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.input-text{
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}

.input-icon{
  display: block;
  position: relative;
}

.input-icon .icons{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: auto;
  background-color: #e0e3ea;
  margin: 0;
  background-size: 23px;
  pointer-events: none;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-icon .icons svg,
.input-icon .icons img{
  width: 23px;
  height: 23px;
  margin: 0 auto;
}
.input-icon .icons svg path{fill: #417cb8}
.input-flex{
  display: flex;
}

.input-flex .input-text{
  white-space: nowrap;
  padding-right: 20px;
  padding-bottom: 0;
}
.questionnaire-wrap{
  display: block;
  max-width: 970px;
  margin:0 auto 70px;
}

.questionnaire-wrap h2{ 
  text-align: center; 
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  margin-bottom:35px; 
}
.nav-tabs{
  border:0;
  margin:0;
}
.nav-tabs .nav-item{
  margin: 0;
}
.ie .tab-content > .tab-pane.fade{transition:none !important;}
.nav-form-tabs{ margin-bottom: 30px; }
.nav-form-tabs .nav-link{
  border:0;
  color: #000;
  font-weight: bold;
  padding: 10px 0;
  cursor:pointer;
}
.nav-form-tabs .nav-link .circle{
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  border:1px solid #cbcbcb;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 10px;
}
.nav-form-tabs .nav-link .circle:before{
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
}
.nav-form-tabs .nav-item{ padding-left:50px; }
.nav-form-tabs .nav-item:first-child{ padding-left: 0 }
.nav-form-tabs .nav-item.show .nav-link, 
.nav-form-tabs .nav-link.active{
  border:0 !important;
  color: #000;
  
  opacity: 1
}

.nav-form-tabs .nav-link.active .circle:before{opacity: 1}

.tab-form-content .complaint-item{display: none;}
.tab-form-content.if-complaint .general-item{display: none;}
.tab-form-content.if-complaint .complaint-item{display: block;}

.questionnaire-wrap ul.note{
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 18px
}
.questionnaire-wrap ul.note li{
  display: block;
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
}
.questionnaire-wrap ul.note li .star{
  position: absolute;
  top: 0;
  left: 0;
}
.form-questionnaire .captcha{
  display: block;
  width: 270px;
  margin: 30px 0 40px
}
.form-questionnaire .btn[type="submit"]{
  width: 270px;
}

.form-questionnaire .font-ariel{
  font-family: arial;
  font-size: 14px;
}

.form-questionnaire .form-footer{
  position: relative;
  padding-top: 10px;
}
.form-questionnaire .form-footer .row{
  display: block;
}
.form-questionnaire .form-footer .row > div.left{
  float: right;
}

.hanuman-chat{
  position: fixed;
  right:10px;
  bottom: -100px;
  z-index: 1010;
  color: #fff;
  opacity: 0;
  pointer-events: none;

   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hanuman-chat .hanuman{
  display: block;
  width:230px; 
  position: relative;
  z-index: 9;
 
}
.hanuman-chat .hanuman img{ width: 100% }
.hanuman-chat .chatbox{
  position: absolute;
  top:180px;
  right: 200px;
  width: 350px;
  height: 190px;
  padding: 27px 60px 30px 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/thumb/hanuman-bg-chat.png);
  opacity: 0;

  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.hanuman-chat .chatbox h4{
  color: inherit;
  font-size: 36px;
  font-weight: 400;
  line-height: 1
}
.hanuman-chat .chatbox p{
  font-size: 24px;
  margin-bottom: 0;
}
.hanuman-chat .chatbox .buttons{
  margin:15px -2% 0;
  padding-top: 0;
}
.hanuman-chat .chatbox .buttons .btn{
  height: 45px;
  line-height: 41px;
  font-size: 24px;
  padding: 0;
  width: 46%;
  margin:0 2%;
  border:2px solid #da1717;
}
.hanuman-chat .chatbox .buttons .btn:hover{
  border:2px solid var(--color-primary);
  background-color:rgba(255,255,255,0.85);
  color: var(--color-primary)
}

.hanuman-chat .chatbox .btn-close{
  border-radius: 50%;
  background-color: #081895;
  width: 28px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  top: 13px;
  right: 38px;
  padding: 0; ;
  border:0;
  font-weight: normal;
  font-size: 16px;
  
}
.pc .hanuman-chat .chatbox .btn-close:hover{
  background-color: #da1717;
}
.chat-opened .hanuman-chat{
  bottom: 0;
  opacity: 1;
  pointer-events: auto;
}
.chat-opened .hanuman-chat .chatbox{
  top: 69px;
  opacity: 1;
}

.tip-chat-button{
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/thumb/tip-chat.png);
  width: 90px;
  height: 90px;
  position: fixed;
  right: 15px;
  bottom: 5px;
  padding: 0;
  margin: 0;
  border:0 !important;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.chat-opened .tip-chat-button{
  opacity: 0;
  pointer-events: none;
}


@media (max-width: 1440px) {
  .section-questionnaire{ padding-top: 40px; }
  .questionnaire-wrap h2{font-size: 35px;}

  .tip-chat-button{
    width: 65px;
    height: 65px;
    right: 5px;
  }
  .hanuman-chat{ right: 0 }
  .hanuman-chat .hanuman{width: 140px}
  .hanuman-chat .chatbox{
    width: 270px;
    height: 156px;
    right:120px;
    padding: 29px 50px 0px 25px
  }

  .hanuman-chat .chatbox h4{font-size: 22px}
  .hanuman-chat .chatbox p{font-size: 16px}
  .hanuman-chat .chatbox .buttons .btn {
    height: 32px;
    line-height:28px;
    font-size: 14px
  }
  .chat-opened .hanuman-chat .chatbox{top: 10px;}

  .hanuman-chat .chatbox .btn-close{
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 17px;
    right: 32px;
  }
}

@media (max-width: 1024px) {
  .questionnaire-wrap h2{font-size: 30px;}
  .questionnaire-wrap ul.note{
    font-size: 15px
  }

  .form-questionnaire .btn[type="submit"]{
    height: 50px;
    line-height: 46px
  }
  .questionnaire-wrap ul.note li br{ display: none; }
 
}

@media (max-width: 767px) {
  .input-block{ margin-bottom: 20px }
  .section-questionnaire{padding-top: 30px;}
  .questionnaire-wrap h2{font-size: 24px; margin-bottom: 20px;}
  .questionnaire-wrap ul.note{
    font-size: 15px
  }

  .form-questionnaire .btn[type="submit"]{
    height: 50px;
    line-height: 46px
  }

  .questionnaire-wrap ul.note li{ padding-left: 18px; }
  .questionnaire-wrap ul.note li br{ display: none; }

  .nav-form-tabs{ margin-bottom: 20px; }
  .nav-form-tabs .nav-item{
    padding: 0;
    width: 50%;
    margin:0;
    text-align: center;
  }

  .form-questionnaire .form-footer .row > div.left{ margin-bottom: 20px; }
  .form-questionnaire .captcha{ margin:30px auto; }
  .form-questionnaire .btn[type="submit"]{width: 100%}

  .questionnaire-wrap{margin-bottom: 40px}

  .hanuman-chat{ right: 0 }
  .hanuman-chat .hanuman{width: 115px}
  .hanuman-chat .chatbox{
    width: 254px;
    height: 133px;
    right:91px;
    padding: 20px 50px 0px 25px
  }

  .hanuman-chat .chatbox h4{font-size: 22px}
  .hanuman-chat .chatbox p{font-size: 15px}
  .hanuman-chat .chatbox .buttons .btn {
    height: 33px;
    line-height: 28px;
    font-size: 16px;
  }
  .chat-opened .hanuman-chat .chatbox{top: -5px;}

  .hanuman-chat .chatbox .btn-close{
    width: 23px;
    height: 23px;
    line-height: 23px;
    top: 8px;
    right: 28px;
  }
}

/*==================================================
    Section - breadcrumb
==================================================*/ 
.section-breadcrumb{
  padding: 0;
  background-color: #dee2e9;
}

.breadcrumb{
  padding:6px 0 7px; 
  border-radius: 0;
  background-color: transparent; 
  color: var(--color-primary);
  margin-left: -10px;
  margin-bottom: 0;  
  color: #000000;
  font-size: inherit; 

}
.breadcrumb .breadcrumb-item{
  position: relative; 
  padding:0 10px; 
  font-size: 14px
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item span{  
  position: relative;
  font-size: inherit; 
  display: inline-block;
}
 
.pc .breadcrumb .breadcrumb-item a:hover{color: var(--color-primary) }   
.breadcrumb .breadcrumb-item.active {color:#000000; font-weight: 500 }

.breadcrumb .breadcrumb-item:before{
  content: ''; 
  position: absolute;
  left: auto;
  right:-2px;
  top:10px;   
  padding: 0 !important; 

  width:6px;
  height:6px;
  vertical-align:top;

-webkit-transform: rotate(135deg);
  transform: rotate(135deg);  

  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
 
}
.breadcrumb .breadcrumb-item:last-child:before{ display: none; }

@media (max-width:767px) {
  .breadcrumb .breadcrumb-item{font-size: 12px}
  .breadcrumb .breadcrumb-item::before {top: 7px}
}


/*==================================================
    Section - Banner
==================================================*/ 

.section-banner.main{
  height: auto;
  background-color: #ccc;
  position: relative;
}
.section-banner.has-shadow .swiper-slide:before{
  content: '';
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  z-index: 20;
  pointer-events: none;

  background-position: top center;
  background-repeat: repeat-x;
  background-image: url(../img/thumb/banner-shadow.png);
}

.section-banner.has-shadow .swiper-slide:after{
  content: '';
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color:rgba(0,0,0,.2);
  pointer-events: none;
}
.section-banner.video{ height: 100vh; background-color: #000 }

.section-banner.medium{
  height: auto;
  background-color: #ccc;

}
.section-banner.medium .container-fluid{
  height: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.section-banner.medium .caption{
  font-size: 34px;
  text-align: center;
  margin: 0 auto;
  padding: 10vw 0;
  color: #ffffff;
  position: relative;
  z-index: 100;
}

.section-banner.medium.info-long .caption{padding: 7vw 0;}
.section-banner.medium .caption h2{
  margin-bottom: 10px;
  color: inherit;
}

.section-banner.medium.ir .caption{padding: 7.5vw 0}

.section-banner.search{padding: 80px 0; background-color: #f1f1f1}
.section-banner.search .container{
  height: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.section-banner.search .caption{
  color: #fff;
  max-width:45%;
  font-size: 34px;
}

.section-banner .info-list{
  margin:50px 0 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  font-size: 23px;
}
.section-banner .info-list li{
  width: 33.333%;
  text-align: center;
  position: relative;
  padding: 0 40px;
  white-space: nowrap;
}
.section-banner .info-list li:before{
  content: '';
  position: absolute;
  top: 16%;
  left: 0;
  height: 50%;
  border-left: 1px solid rgba(255,255,255,0.6)
}
.section-banner .info-list li:first-child:before{display: none;}
 
.section-banner .info-list h3{
  font-size: inherit;
  font-weight: 400;
}
.section-banner .info-list p{
  margin: 0
}
.section-banner .info-list p.font-lg{
  font-size: 36px;
  color: var(--color-secondary);
    font-weight: bold;
  line-height: 1.3
}

.section-banner.board{
  color: #fff
}
.section-banner.board .caption{
  max-width: 640px;
  display: block;
  margin: 3vw auto 4vw;
  font-size: 24px
}
.section-banner.board .caption .info{
  margin: 30px 0;
}
.section-banner.board .caption h6{
  font-size: 30px;
}

.mb_YTPBar ,
.mbYTP_wrapper{ z-index: 10 !important}

.preload-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#000000;
    z-index: 2;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
} 
 .lds-ring {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin:  0 auto;
  opacity: 0.3
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  margin: 4px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.banner-video-device{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10
}
.pc .banner-video-device{display: none;}
.device .section-banner.video .mb_YTPBar,
.device .section-banner.video .mbYTP_wrapper {
  display: none;
}
.device .banner-video-device{display: block;}
.banner-video-device  .video-link{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 122;
}

.swiper-banner .swiper-slide,
.swiper-banner .swiper-wrapper{
  height: 100vh;
  position: relative;
}

.swiper-caption{
  position: absolute;
  bottom: 250px;
  left: 80px;
  z-index: 120;
  color: #ffffff;
}

.swiper-caption h2{
  font:var(--font-ch);
  font-size: 60px;
  line-height: 1.3;
  text-shadow:0 0 10px rgba(0,0,0,0.7)
}
.swiper-caption p{
  font-size: 30px;
  text-shadow:0 0 20px rgba(0,0,0,0.7)
}
.swiper-caption .buttons{
  text-align: left;
  padding: 20px 0 0;
}
.swiper-caption .btn{
  background-color: rgba(255,255,255,0.84);
  width: 100%;
  max-width: 350px;
}

.swiper-caption .video-btn{
  position: relative;
  left: auto;
  right: auto;
  -webkit-transform: none;
  transform:none;
  margin:0 auto 15px;
}
.banner-video-device .swiper-caption{ margin-top: -20px; }
.pc .swiper-caption .btn:hover{
  border-color: #fff;
  background-color: #417bb8
}

.swiper-pagination.banner {
  bottom: 170px;
  text-align: left;
  padding-left: 80px;
}
.swiper-pagination-bullet{background-color:var(--color-secondary); width: 10px; height: 10px; margin: 0 6px !important}
.swiper-pagination-bullet-active{ background-color:#fff}

/**/
.swiper-banner .swiper-caption{
   -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
      -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.swiper-banner .swiper-slide-active .swiper-caption{ 
 
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
} 

  
.swiper-banner .swiper-caption h2, 
.swiper-banner .swiper-caption p,
.swiper-banner .swiper-caption .btn{  
    opacity: 1;
    visibility: visible;
    

    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
  
.swiper-banner .swiper-slide-active .swiper-caption h2{
   -webkit-animation-delay: 200ms;
    animation-delay: 200ms; 
} 
 
.swiper-banner .swiper-slide-active .swiper-caption p{
   -webkit-animation-delay: 300ms;
    animation-delay: 300ms; 
}

.swiper-banner .swiper-slide-active .swiper-caption .btn{
   -webkit-animation-delay:500ms;
    animation-delay: 500ms; 
}

@media (min-width:1440px) {
  
}


@media (min-width:1025px) {
  .banner-video-device{display: none;}
}
@media (min-width:992px) {
  .swiper-banner .swiper-caption h2, 
  .swiper-banner .swiper-caption p,
  .swiper-banner .swiper-caption .btn{
    -webkit-animation-duration: 1300ms;
    animation-duration: 1300ms; 
  }

  .swiper-banner .swiper-slide-active .swiper-caption h2,
  .swiper-banner .swiper-slide-active .swiper-caption p,
  .swiper-banner .swiper-slide-active .swiper-caption .btn{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  } 
}

@media (max-width:991.98px) {
  .swiper-banner .swiper-caption h2, 
  .swiper-banner .swiper-caption p,
  .swiper-banner .swiper-caption .btn{
    -webkit-animation-duration:900ms;
    animation-duration: 900ms; 
  }
  .swiper-banner .swiper-slide-active .swiper-caption h2,
  .swiper-banner .swiper-slide-active .swiper-caption p,
  .swiper-banner .swiper-slide-active .swiper-caption .btn{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  } 
}

@media (max-width:1680px) {
  .swiper-caption h2{font-size: 50px;}
  .swiper-caption p{font-size: 28px}
  .swiper-caption .btn{ max-width: 320px; }

  .section-banner.search{padding: 50px 0}
  .section-banner.search .caption{font-size:31px}
}

@media (max-width:1440px) {
  .swiper-banner .swiper-slide,
  .swiper-banner .swiper-wrapper{ min-height: 600px }

  .swiper-caption h2{font-size: 36px;}
  .swiper-caption p{font-size: 20px}
  .swiper-caption .buttons{ padding-top: 10px; }
  .swiper-caption .btn{ max-width: 230px; font-size: 18px }

  .section-banner.medium .caption{font-size: 28px}

  .section-banner .info-list{font-size: 20px; margin-top: 25px;}
  .section-banner .info-list p.font-lg{font-size: 32px}

  .section-banner.search .caption{font-size: 28px}
}

@media (max-width:1280px){
  .section-banner.search .caption{font-size: 22px}
}

@media (max-width:1024px){
  .fancybox-slide--video .fancybox-content {
      position: relative;
      padding-bottom: 56.20%;
      /* 16:9 */
      padding-top: 0;
      height: 0;

      width: 100%;
      height: auto;
      max-width: 100%;
      max-height: 0
  }
  .fancybox-slide--video .fancybox-iframe{
    position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

  .section-banner.medium .caption{font-size: 21px}

  .section-banner.medium.info-long {height: auto;}
  .section-banner.medium.info-long .caption{padding: 10vw 0}
  .section-banner .info-list p.font-lg{font-size: 28px}
}

@media (max-width:991.98px) {
  .section-banner.medium{height: 40vw}
  .swiper-caption{ 
    top: 36vh;
    left: 0;
    right: 0;
    bottom: auto; 
    text-align: center;
  }
  .swiper-caption .buttons{ text-align: center; }
  .swiper-pagination.banner{
    padding: 0;
    text-align: center;
    bottom: 180px;
  }

  .swiper-banner .swiper-slide,
  .swiper-banner .swiper-wrapper{
    height: 90vh;
  }

  .section-banner.search{ padding: 0; }
  .section-banner.search .background{
    position: relative;
  }
  .section-banner.search .caption{
    display: block;
    text-align: center;
    padding: 10vw 50px;
    max-width: 100%;
    font-size: 18px
  }
  .section-banner.search .title-xl{margin-bottom: 15px}

}

@media (max-width:767px) {
  .section-banner.video{ height: calc(100vh - 80px) }
  .swiper-caption{top: 26vh; }
  .swiper-caption h2{font-size: 26px;}
  .swiper-caption p{font-size: 18px}

  .swiper-caption .buttons{ padding-top: 0 }
  .swiper-caption .btn{
    height: 40px;
    line-height: 38px;
    max-width:180px;
    font-size: 16px;
    padding: 0;
  }

  .swiper-pagination.banner{ bottom: 220px }

  .swiper-pagination-bullet{ width: 7px; height: 7px; margin: 0 4px !important }

  .section-banner.medium{height:60vw}
  .section-banner.medium .caption{font-size: 16px}
  .section-banner.medium .caption h2{margin-bottom: 0}
  .section-banner.medium .caption p{margin-bottom: 0}

  .section-banner .info-list{
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    margin-top: 10px;
  }
  .section-banner .info-list li{
    width: 100%;
    padding: 20px 0
  }
  .section-banner .info-list li:before {
    left: 50%;
    top:0; 
    width: 50px;
    height: auto;
    border-left: 0;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    margin-left: -25px;
  }
   .section-banner .info-list li br{display: none;}

  .section-banner.search .caption{
    padding: 10vw 20px; 
    font-size: 15px
  }
  .section-banner.search .title-xl{margin-bottom: 10px} 
}

/*==================================================
    Section - Shortcut Menu
==================================================*/ 

.section-shortcut-menu{
  background-color: rgba(0,0,0,.35);
  padding: 20px 0;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 100
}



.shortcut-menu{
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.shortcut-menu .icon-wrap{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border:1px solid rgba(255,255,255,0.5);
  position: relative;
  text-align: center;
}
.shortcut-menu .icons{
  width: 40px;
  height: 40px;  
  background-position: center center;
}
.icon-experience{margin-top: 15px;background-image: url(../img/icons/icon-experience.png);}
.icon-financial-institution{ margin-top: 10px; background-image: url(../img/icons/icon-financial-institution.png);}

.shortcut-menu .icon-wrap .bar{
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid var(--color-red); 
  clip: rect(0em,1em,1em,0em);
  border-radius: 50%;

  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);

  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
} 

.pc .shortcut-menu:hover .icon-wrap .bar{
  -webkit-transform: rotate(130deg);
  -moz-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  -o-transform: rotate(130deg);
  transform: rotate(130deg);
}


.shortcut-menu h4{
  font-size: 30px;
  color: var(--color-secondary);
  font-weight: bold;
  line-height: 1;
  margin: 0 0 3px;

   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shortcut-menu p{
  font-size: 14px;
  font-family: var(--font-standard);
  color: #bdbdca;
  margin: 0
}

.shortcut-menu .group{
  padding-left: 20px;
}

.pc .shortcut-menu:hover h4{ color: #fff }

@media (max-width:1550px) {
  .shortcut-menu .icon-wrap{ width: 60px; height: 60px; }
  .shortcut-menu .icons{ width: 35px; height: 35px; }
  .shortcut-menu h4{font-size: 24px}
}

@media (max-width:1199px) {
  .shortcut-menu .icon-wrap{ width: 50px; height: 50px; }
  .shortcut-menu .icons{ width: 27px; height: 27px; }
  .shortcut-menu .group{ padding-left: 10px; }

  .shortcut-menu h4{font-size: 22px;}
  .shortcut-menu p{font-size: 12px;}

  .icon-experience{ margin-top: 13px; }
  .icon-financial-institution{margin-top:10px;}
}

@media (max-width:991.98px) {
  .section-shortcut-menu { padding: 10px 0 }
  .section-shortcut-menu .row > div{ position: static; }
  
  .shortcut-menu{ padding:5px 0; }
}

@media (max-width:767px) {
  .shortcut-menu h4{
    font-size: 18px
  }
}

/*==================================================
    Section - Search Place Box
==================================================*/
 
.modal-open.modal-open-visible,
.modal-open.modal-open-visible .modal { padding-right: 0 !important }

.modal-open.modal-open-visible{ 
  overflow: visible;
   
}

.modal-open.modal-open-visible .modal {
  overflow: visible;
  position: absolute;
}
.modal-open.modal-open-visible .modal-backdrop{ display: none; }

.modal-content{
  border:0;
}
.modal .btn-close{
  background-color: transparent !important;
  border:0;
  background-image: url(../img/icons/icon-close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  width: 25px;
  height: 25px;
  padding: 0;

  position: absolute;
  right: 25px;
  top: 35px; 
  z-index: 100;
}
.pc .modal .btn-close:hover{ opacity: 0.8 }

.btn.btn-search-place{
  background-color: var(--color-red);
  color: #fff;  
  display: inline-block;
  padding: 0 25px;
}
.icon-search-place-2{
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url(../img/icons/icon-search-place-2.png);
  vertical-align: middle;
  margin-right:5px;
  margin-top: -8px; 
}

.pc .btn.btn-search-place:hover{ background-color: #ff2d36; color: #fff }


@media (min-width:1025px) {
  .modal-search-place.fade:not(.in-result){
    position: static !important;
    height: auto;
    width: auto;
    visibility: visible;
    opacity: 1;
    display: block;
    overflow: visible;
  }

  .modal-search-place:not(.in-result) .modal-dialog{
    margin: 0;
    max-width: 100%;
    transform:none !important;
    position: static;
  }
  .modal-search-place:not(.in-result) .modal-content{
    position: static;
    display: unset;
    pointer-events: auto;
  }

  .btn.btn-search-place[data-toggle="modal"]{display: none;}


  .modal-search-place:not(.in-result) .search-place-box{
    display: block; 
    z-index: 110;
    width: 100%;
    max-width: 556px;
    float: right;
    
   
    position: absolute;
    margin-top: 155px;
    top: 100px;
    right:85px;
    opacity: 0;
    pointer-events: none;
    

     -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
} 

@media (max-width:1024px) {
  .modal-search-place .modal-dialog{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
  }

  .modal-search-place .modal-content{
    background-color: transparent;
    border-radius: 0;
  }

  .btn.btn-search-place{display: none !important;}
  .btn.btn-search-place[data-toggle="modal"]{display: block!important;}

  .modal .btn-close{ background-size: 20px; }
}

@media (max-width:576px) {
  .modal-search-place .modal-dialog{
    min-height: calc(100% - 3.5rem);
  }
}




.modal-search-place.active .search-place-box{
  opacity: 1;
  top: 0; 
  pointer-events: auto;
}

.search-place-overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.6);
  z-index: 1020;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.modal-backdrop.show{opacity: 0.8}

.search-place-box .sp-header{
  display: block;
  background-color: #081895;
  color: #fff;
  padding: 30px 30px 15px 30px;
  position: relative;
  overflow: hidden;
}
.search-place-box .sp-header .text-label{
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0; 
  font-size: 133px;
  line-height:0.7;
  color: rgba(185,207,254,0.06);
  font-family: 'Kanit', sans-serif;
  font-weight: 600; 
  z-index: 1;
  display: block;
}

.search-place-box .sp-header .hgroup{
  display: block;
  padding-bottom: 5px;
  position: relative;
  z-index: 9
}
.search-place-box .sp-header h3{
  font-size: 36px;
  line-height: 1.3;
}
.search-place-box .sp-header h6{
  font-size: 22px;
  padding-bottom: 10px;
}
.search-place-box .sp-header .hgroup p{
  color: var(--color-secondary);
  font-family: var(--font-standard);
  font-size: 18px;
}

.icon-search-place{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color:#1432ae;
  background-image: url(../img/icons/icon-pin.png); 
  background-size: 30px;
}
.search-general.location {
  background-color: #021080;
  border-radius: 0;
  position: relative;
  z-index: 9
}
.search-general.location .form-control{
  width: 100%;
  height: 45px;
  color: #fff;
  border-radius: 0;
}
.search-general.location .btn{
  height: 45px;
}
.search-general.location .btn.btn-search{
  width: 50px;
  background-size: 20px;
}
.search-general.location .btn.btn-microphone{
  right: 60px;
}

.search-place-box .sp-body{
  display: block;
  padding: 15px 0 15px;
  background-color: #fff;
  overflow: hidden;
  position: relative;

}

.nav-search-tabs{
  padding: 0 0;
  margin: 0;
  border-bottom: 2px solid #efefef;
}
.nav-search-tabs .nav-item{
  padding: 0;
}
.nav-search-tabs .nav-link{
  border:0;
  background-color: transparent;
  margin: 0;
  padding: 0 0 6px!important;
  color: #c6c6c6;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 110px;
  position: relative;
}
.nav-search-tabs .nav-link:before{
  content: '';
  position: absolute;
  left: 0;  
  bottom: 0;
  height: 3px;
  width:0;
  background-color: var(--color-primary); 
  transition: all 0.4s ease-in-out;
}
.nav-search-tabs .nav-item .icons{
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 10px;
  background-color: #efefef;
  border:1px solid #efefef;
  border-radius: 50%;
}

.nav-search-tabs .nav-item .icons:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 30px;

  background-position: center center;
  background-repeat: no-repeat;

  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); 
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-search-tabs .nav-item .icons:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border:7px solid var(--color-primary);
  border-radius: 50%;
  transform: scale(0.9);
  opacity: 0;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html:not(.ie) .nav-search-tabs .nav-item .icons.icon-tab-all:before{
  background-image: url(../img/icons/icon-tab-all.png);
}
html:not(.ie) .nav-search-tabs .nav-item .icons.icon-tab-garage:before{
  background-image: url(../img/icons/icon-tab-garage.png);
}

html:not(.ie) .nav-search-tabs .nav-item .icons.icon-tab-hospital:before{
  background-image: url(../img/icons/icon-tab-hospital.png);
}
.nav-search-tabs .nav-link.active:before{ width: 100%; }

/*IE*/
.ie .nav-search-tabs .nav-item .icons.icon-tab-all:before{
  background-image: url(../img/icons/icon-tab-all-gray.png);
  opacity: 1;
}
.ie .nav-search-tabs .nav-item .icons.icon-tab-garage:before{
  background-image: url(../img/icons/icon-tab-garage-gray.png);
  opacity: 1;
}

.ie .nav-search-tabs .nav-item .icons.icon-tab-hospital:before{
  background-image: url(../img/icons/icon-tab-hospital-gray.png);
  opacity: 1;
}

/*active - hover*/
.ie .nav-search-tabs .nav-item:hover .icons.icon-tab-all:before,
.ie .nav-search-tabs .nav-link.active .icons.icon-tab-all:before{
  background-image: url(../img/icons/icon-tab-all.png);
}
.ie .nav-search-tabs .nav-item:hover .icons.icon-tab-garage:before,
.ie .nav-search-tabs .nav-link.active .icons.icon-tab-garage:before{
  background-image: url(../img/icons/icon-tab-garage.png);
}

.ie .nav-search-tabs .nav-item:hover .icons.icon-tab-hospital:before,
.ie .nav-search-tabs .nav-link.active .icons.icon-tab-hospital:before{
  background-image: url(../img/icons/icon-tab-hospital.png);
}

/*END - IE*/

.nav-search-tabs .nav-item.show .nav-link, 
.nav-search-tabs .nav-link.active,
.pc .nav-search-tabs .nav-item:hover .nav-link{
  background-color:transparent;
  border:0;
  color: #000000;
}

.nav-search-tabs .nav-item.show .nav-link .icons, 
.nav-search-tabs .nav-link.active .icons ,
.pc .nav-search-tabs .nav-item:hover .nav-link .icons{
   background-color: #ffffff;
  border:1px solid var(--color-primary);
}


.nav-search-tabs .nav-item.show .nav-link .icons:before, 
.nav-search-tabs .nav-link.active .icons:before,
.pc .nav-search-tabs .nav-item:hover .nav-link .icons:before {
  opacity: 1;
   -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0); 
}

.nav-search-tabs .nav-item.show .nav-link .icons:after, 
.nav-search-tabs .nav-link.active .icons:after,
.pc .nav-search-tabs .nav-item:hover .icons:after{
  opacity: 1;
  border-width: 2px;
  transform: scale(1);
}

.tab-search-content{
  overflow: hidden;
  position: relative;
  padding-top: 20px;
} 

.tab-search-content .scrollbar-inner .row > div{ 
  padding: 0 7px 14px;
}
.tab-search-content .form-control,
.tab-search-content .custom-select{
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  margin: 0;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.tab-search-content h4{
  font-size: 20px;
  color: var(--color-secondary);
  margin-top: -2px;
  margin-bottom:7px; 
}
.tab-search-content h4 a.viewall{
  float: right;
  font-size: 14px;
  color: var(--color-primary);
  margin-top: 3px;
}
.pc .tab-search-content h4 a.viewall:hover{ text-decoration: underline; }
.tab-search-content .scrollbar-inner{
  height:calc( 100vh - 675px);
  min-height: 200px; 
  top: 0;
  right: 0;
  left: 0;
  padding: 0 28px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer{border-radius: 0!important;}
.scrollbar-inner > .scroll-element .scroll-element_track{ background-color: #f1f1f1; opacity: 1; width: 5px;}
.scrollbar-inner > .scroll-element .scroll-bar{
  background-color: #c6c6c6;
  width: 5px;
  border-radius: 0!important;
  opacity: 1 !important
}

.repair-center-list{
  padding: 0;
  margin: 0 -5px;
  list-style-type: none;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.repair-center-list li{
  padding: 0 5px 0;
  width: 33.333%;
  height: 73px;
  margin: 5px 0;
} 

.repair-center-list.has-2item li{width: 50%}
.repair-center-list .repair-center{
  background-color: #f8f8f8;
  border:2px solid  #f8f8f8;
  padding:17px 24px 10px 10px;
  height: 100%;
  font-size: 13px;
  line-height: 1.1;
  font-family: var(--font-standard);
  color: #c6c6c6;
  position: relative;
  cursor: pointer;

  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.repair-center-list .repair-center .icon{
  width: 18px;
  height: 18px;
  border:2px solid #dfdfdf;
  border-radius: 50%;
  display: block;

  position: absolute;
  top:5px;
  right:5px;
  transition: all 0.2s ease-in-out;
  background-position: center center;
 background-size:8px;
 background-repeat: no-repeat;
}

.repair-center-list .repair-center.active,
.pc .repair-center-list .repair-center:hover{
 border:2px solid  #ffffff;
 background-color: var(--color-primary);
 color:#ffffff;

}

.repair-center-list .repair-center.active .icon{
  background-color: var(--color-primary);
  border-color:#ffffff;

  background-image: url(../img/icons/icon-check-mark-white.svg);
 
}

.location-list{
  display: block;
  padding: 0;
  margin:0;
  list-style-type: none;
}
.location-list li{
  display: block;
  background-color: #f8f8f8;
  padding: 10px 18px;
  position: relative;
  margin: 0 0 10px; 
  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.location-list li:before{
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  
  width:10px;
  height:10px;
  margin-top: -5px;
  vertical-align:top;

  border-top: 2px solid var(--color-primary);
  border-left: 2px solid var(--color-primary);

   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); 
}
.pc .location-list li:hover{background-color: #f1f1f1;} 
.location-list li h6{
  font-size: 18px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-standard);
  line-height: 1.2
}
.location-list li p{
  color: #8d8d8d;
  font-size: 14px;
  font-family: var(--font-standard);
  margin: 0;
}

.search-place-box.static{
  max-width: 510px;
  margin-left: auto; 
}
.search-place-box.static .tab-search-content{padding-top: 10px;}
.search-place-box.static .tab-search-content .scrollbar-inner{ height:300px }

.search-place-box .buttons {
  padding: 0 28px 10px;
}
.search-place-box .buttons .btn{
  width: 100%;
}
@media (max-width:1680px) {
  .search-place-box{ max-width: 500px; }
  .search-place-box .sp-header{ padding-top: 20px; }
  .search-place-box .sp-header h3{font-size: 30px}
  .search-place-box .sp-header h6{font-size: 20px;}
  .search-place-box .sp-header .hgroup p{font-size: 17px; margin-bottom: 10px;}

  .icon-search-place{ width: 45px; height: 45px; }
  .search-general.location .form-control{ height: 40px; }
  .search-general.location .btn{ height: 40px; }
  .nav-search-tabs .nav-item .icons{ width: 45px; height: 45px; margin-bottom: 5px }

  .tab-search-content .scrollbar-inner{height:calc( 100vh - 635px);}
}

@media (max-width:1550px) {
  .search-place-box .sp-header h3{font-size:22px}
  .search-place-box .sp-header h6{font-size: 16px;}
  .search-place-box .sp-header .hgroup p{font-size: 14px;}

  .search-place-box .sp-header .text-label{font-size: 100px;}

  .location-list li h6{font-size: 15px;}
  .location-list li p{font-size: 12px}
  .tab-search-content h4{font-size: 18px}

  .icon-search-place{ width: 40px; height: 40px; background-size: 20px; }
  .search-general.location .form-control{ height: 35px; }
  .search-general.location .btn{ height: 35px;}
  .search-general.location .btn.btn-search{  background-size: 15px  }
  .nav-search-tabs .nav-item .icons{ width: 40px; height: 40px; margin-bottom: 5px }


  .tab-search-content .scrollbar-inner{height:calc( 100vh - 635px);}

  .btn.btn-search-place{
    float: right;
    white-space: nowrap;
  }
  .icon-search-place-2{
    width: 35px;
    height: 35px;
  }
}

@media (max-width:1440px) {

  .search-place-box .sp-header{padding: 20px 20px 15px 20px}
 
  .repair-center-list .repair-center .icon{ width: 17px; height: 17px; }
  .repair-center-list .repair-center.active .icon{ background-size: 8px }

  .nav-search-tabs .nav-link{ width: 85px; }

  .tab-search-content .scrollbar-inner{ padding: 0 16px; height: calc( 100vh - 450px) }
  .search-place-box.static .tab-search-content .scrollbar-inner{ height:250px }

  .btn.btn-search-place{
    float: none;
    margin: 5px auto 0; 
  }
  .icon-search-place-2 {
    width: 32px;
    height: 32px;
  }

}

@media (max-width:1024px) {
  .search-place-box{right: 30px; }
  .search-place-box .sp-header h3{font-size:22px}
  .search-place-box .sp-header h6{font-size: 18px;}
  .search-place-box .sp-header .hgroup p{font-size: 15px;}

  .search-place-box.static{max-width: 460px}
}

@media (max-width:991.98px) {
    .modal-search-place .search-place-box{
    margin: 0;
    right: 0;
    position: relative;
   } 
  .search-place-box{
    position: relative;
    margin: 0;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: 100%;

    opacity: 1;
    display: block;
    pointer-events: auto;
  }
  .btn.btn-search-place{
    position: absolute;
    right: 30px;
    top: 45px;
  }

  .tab-search-content .scrollbar-inner{
    min-height: 0;
    height: 300px;
  }


  .search-place-open .search-place-overlay{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .search-place-box.static{
    margin: 50px auto
  }
}

@media (max-width:767px) {
  .section-shortcut-menu{ bottom: 0 }
  .btn.btn-search-place{
    position: relative;
    top: auto;
    right: auto; 
    margin:10px auto 20px auto;
    height: 40px;
    line-height: 38px;
    font-size:16px;
    float: none; 
  }

  .icon-search-place{
    width: 35px;
    height: 35px;
    background-size: 20px;
  }
  .icon-search-place-2{
    width: 26px;
    height: 26px;
  }

  .repair-center-list li{height: auto;}
  .repair-center-list .repair-center{
    font-size: 15px;
    padding:10px 15px;
   
  }

  .repair-center-list .repair-center .icon{
    top: 12px;
    right: 10px;
  }
  .repair-center-list{
    display: block;
  }
  .repair-center-list li{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .repair-center-list li p br{display: none;}

  .repair-center-list.has-2item li{width: 100%}

  .nav-search-tabs{ 
    -ms-flex-pack: center;
    justify-content: center
  }

  .nav-search-tabs .nav-item .icons{
    width: 35px;
    height: 35px;
    border-width: 1px;
    background-size: 16px
  }
  .nav-search-tabs .nav-item.show .nav-link .icons, .nav-search-tabs .nav-link.active .icons{
    border-width: 1px;
  }
  .nav-search-tabs .nav-item .icons::before {
    background-size: 25px;
  }

  .search-place-box .sp-header{
    padding-left: 20px;
    padding-right: 20px;
  }
   
  .search-general.location .form-control{
    padding: 0 70px 0 10px;
  } 
  .search-general.location .btn.btn-search{
    width: 36px;
    background-size: 16px;
  }
  .search-general.location .btn.btn-microphone{ 
    right: 40px;
    width: 35px; 
  } 

  
  .tab-search-content .form-control, 
  .tab-search-content .custom-select{
    font-size: 15px
  }

  .search-place-box.static{
    margin: 25px auto
  }
  
  .search-place-box .buttons{padding: 0 24px}
}

@media (max-width:375px) {
  .search-place-box.static .tab-search-content .scrollbar-inner{height: 200px}
}

/*==================================================
    Section - Application Download
==================================================*/
.section-application{
  overflow: hidden;
}
.section-text-label.apps{
  left: auto;
  right: 0;
  top: 10%;
  font-size: 16vw;
  line-height: 0.8
}
.article.apps { padding-left:5vw }
.article.apps .hgroup,
.article.apps .tgroup{
  display: block;
  position: relative;
  color: #555555;
  padding:18px 0;
  font-weight: bold;
  line-height: 1.4;
}
.article.apps .tgroup{ font-size: 35px }
.article.apps .hgroup h2{
  line-height: 1.0
}
.article.apps .hgroup h2 span{
  display: block;
}
.article.apps .hgroup h2 .t1{font-size: 48px;}
.article.apps .hgroup h2 .t2{font-size: 68px;}

.article.apps .group-1 .block-1 .text{
  display: inline-block;
  font-size: 45px;
}

.article.apps .group-1 .block-1 .site{
  display: inline-block;
  font-size: 30px;
  color: var(--color-primary);
  width: 350px;
  height: 48px; 
  line-height: 46px;
  border:1px solid #e0e1e2;
  background-color: #f1f1f4;
  font-size: 30px;
  padding: 7px 80px 7px 20px;
  margin-left: 15px;
  position: relative;
  vertical-align: top;
}

.article.apps .group-1 .block-1 .site svg{
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right:15px;
}
.article.apps .group-1 .block-1 .site svg path{ fill: var(--color-red) }

.article.apps .group-1 .block-2{ 
  line-height: 1.05
}
.article.apps .black{color: #000000}
.article.apps .blue{color:var(--color-primary)}

.article.apps .group-2{ 
  line-height: 1.05;
  word-spacing: 10px;
  padding-top: 40px;
}
.article.apps .group-2 .black,
.article.apps .group-2 .blue{
  font-size: 65px; 
}
.article.apps .group-2 .apps-link{
  display: block;
}
.article.apps .group-2 img{ 
  width: 92px; 
  height: 92px; 
  display: inline-block;
  vertical-align: middle;
  margin-top:-23px; 
}

.article.apps .group-3 img{ 
  width: 158px;
  display: inline-block;
  vertical-align: middle;
}

.article.apps .group-3 a{
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 10px;
  position: relative;
  top: -3px;
}

.article.apps hr{
  height: 3px;
  width: 35px;
  border-top: 3px solid var(--color-red);
  margin-left: 0;
  margin-bottom: 0;
}

/* Animation */
 
.anim-typewriter{
  display: inline-block;
  position: relative; 
  line-height: normal;
  top: 50%;
  width:220px;
  margin: 0 auto;
  border-right: 2px solid rgba(0,0,0,.75); 
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
  animation: typewriter 2s steps(30) 0.4s 1 normal both,
             blinkTextCursor 500ms steps(30) infinite normal;   
}
.anim-typewriter.animated{
  animation: typewriter 2s steps(30) 0.4s 1 normal both,
             blinkTextCursor 500ms steps(30) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 220px;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(0,0,0,.75);}
  to{border-right-color: transparent;}
}

.device-model-container{
  display: block;
  position: relative;
  padding-bottom:6vw;
  margin-right: -2vw;
}
.ipad-model-group{
  display: block;
  position: relative;
  width: 37vw;
  
}
.ipad-model-group img.ipad-model{
  width: 100%;
  display: block;
}
.ipad-model-group img.img-website{
  display: block; 
  width: 100%
}

.ipad-model-inner{
  position: absolute;
  top: 4.3%;
  left: 3%;
  right: 3.5%;
  bottom:4.2%;
  overflow: hidden;
  border-radius: 13px;
  z-index: 9
}

.iphone-model-group{
  display: block;
  position: absolute;
  bottom: 0;
  right:-2.5vw;
  width:14.8vw;
  z-index: 100;
}
.iphone-model-group img.ipad-model{ opacity: 0 }
.iphone-model-group:before{
  content: '';
  position: absolute;

  top: 0;
  left:0px; 
  width: 100%;
  height: 100%;
  z-index: 100;

  background-image: url(../img/thumb/iphone-model.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.iphone-model-group img.iphone-model{
  width: 100%;
  display: block;
}
.iphone-model-group img.img-website{
  display: block; 
  width: 100%
}

.iphone-model-inner{
  position: absolute;
  top:3%;
  left:10.9%;
  right: 10.9%;
  bottom:4.3%;
  overflow: hidden;
  border-radius: 17px;
  z-index: 9
}

.swiper-ipad-model,
.swiper-iphone-model{ margin-right: -3px; margin-left: -2px }

.swiper-button-prev.device{
  left: 0; 
}
.swiper-button-next.device{
  left: 57px;
  right: auto; 
} 



@media (max-width:1680px) {
  .article.apps .hgroup, 
  .article.apps .tgroup{
    padding: 15px 0;
    line-height: 1.6;
  }
  .article.apps .tgroup{font-size: 1.7vw}
  .article.apps .hgroup h2 .t1{font-size: 1.8vw;}
  .article.apps .hgroup h2 .t2{font-size: 2.8vw;}
  .article.apps .group-1 .block-1 .text{font-size: 1.8vw}
  .article.apps .group-1 .block-1 .site{
    font-size:22px; 
    margin-left: 10px;
    width: 290px;
    height: 40px;
    line-height: 36px;
    padding: 7px 50px 7px 15px
  }
  .article.apps .group-1 .block-1 .site svg{
    width: 20px;
    top: 6px; 
  }
  .article.apps .group-1 .block-2{font-size: 1.5vw}

  .article.apps .group-2{ padding-top: 25px }
  .article.apps .group-2 img{ width: 4vw; height: 4vw; }
  .article.apps .group-2 .black, 
  .article.apps .group-2 .blue{font-size:3vw}

  .article.apps .group-3 img{ width: 8.5vw }

  .anim-typewriter{ width: 165px; }
  @keyframes typewriter{
    from{width: 0;}
    to{width: 165px;}
  }
}

@media (max-width:1440px) {
  .article.apps{ padding-top: 3.5vw; }
  .article.apps .tgroup{padding: 10px 0; }
  .article.apps .group-2{ padding-top: 20px }

  .ipad-model-group{width: 39vw}

  .swiper-button-next.device{ left: 41px }
  .article.apps hr{ margin-top: 10px; }
}

@media (max-width:1280px) {
  .article.apps .group-1 .block-1 .site{
    font-size:20px; 
    margin-left: 10px;
    width: 230px;
    height: 38px;
    line-height: 32px;
    top: -8px;
  }
  .article.apps .group-1 .block-1 .site svg{
    width: 18px; 
    top: 6px;
    right: 10px;
  }
  .article.apps hr{ margin-top: 10px }
  .article.apps .group-3 a{ padding-left: 5px; }
  .article.apps .group-2 img{ margin-top: -1vw }
  .article.apps .group-2 .black, 
  .article.apps .group-2 .blue{ padding-top: 5px; padding-bottom: 5px; }
  .anim-typewriter{ width: 152px; }
  @keyframes typewriter{
    from{width: 0;}
    to{width: 152px;}
  }
}

@media (max-width:1024px) {
  .device-model-container{ margin-right: -5vw }
  .ipad-model-inner{border-radius: 6px; top: 4.2%}
  .iphone-model-inner{border-radius: 12px}

  .ipad-model-group{ width: 42vw }
 
  .article.apps{ padding-left: 7vw }

  .section-application{ padding: 70px 0 }
  .swiper-button-next.device{ left: 42px }

}

@media (max-width:991.98px) {
  .device-model-container{
    margin-right: -2vw;
  }

  .article.apps{ padding-left: 5vw }
  .article.apps .hgroup, 
  .article.apps .tgroup{ padding: 15px 0 }
  .article.apps .tgroup{font-size:2.2vw}
  .article.apps .tgroup.line{ padding: 5px 0 }
  .article.apps .hgroup h2 { line-height: 1.2 }
  .article.apps .hgroup h2 .t1{font-size:20px;}
  .article.apps .hgroup h2 .t2{font-size: 28px;}
  .article.apps .group-1{ padding-top: 0 }
  .article.apps .group-1 .block-1 .text{display: block; font-size:22px; margin-bottom: 8px; margin-bottom: 0}
  .article.apps .group-1 .block-1 .site{display: block;margin-left: 0; margin-bottom: 5px; top: 0; padding-top:2px; width: 264px}

  .article.apps .group-1 .block-2{font-size: 18px}

  .article.apps .group-2{ word-spacing: normal; }
  .article.apps .group-2 img{ width: 50px; height: 50px;  margin-right: 5px}
  .article.apps .group-3 .text{display: block; padding-bottom: 10px}
  .article.apps .group-3 img{ width: 130px; }
  .article.apps .group-3 a{  padding-left: 0; padding-right: 5px }
  .article.apps .tgroup{font-size: 22px}

  .swiper-button-prev.device{ bottom: -30px }
  .swiper-button-next.device{ bottom: -30px }

  .anim-typewriter{ width: 150px; }
  @keyframes typewriter{
    from{width: 0;}
    to{width: 150px;}
  }
}


@media (max-width:767px) {
  .section-application{ padding: 30px 0 }
  .device-model-container{
    margin:0 0 40px;
    padding-bottom: 20px;
  }

  .ipad-model-group{ width: 70vw; }
  .iphone-model-group{
    right: 0;
    width: 23vw
  }
  .iphone-model-inner{border-radius: 7px}

  .article.apps{ padding-left: 0 }
  .article.apps .hgroup{ padding:8px 0 }
  .article.apps .tgroup{font-size: 16px; padding-bottom: 10px;}
  .article.apps .hgroup h2 .t1{font-size: 16px}
  .article.apps .group-1 .block-1 .text{font-size: 18px; padding-bottom: 5px}
  .article.apps .group-1 .block-1 .site{ margin-bottom: 10px ; width: 100%}
  .article.apps .group-2 .black, 
  .article.apps .group-2 .blue{font-size: 22px}
  .article.apps .group-3{ padding-bottom: 0 }

  .article.apps hr{ width: 28px }
  .article.apps .hgroup h2 .t2{font-size: 25px;}

  .article.apps .group-2 img{ width: 40px; height: 40px; }

  .swiper-button-prev.device,
  .swiper-button-next.device{ 
    bottom: -25px;

    width: 30px;
    height: 30px; 
  }

  .article.apps hr{ margin-top: 10px; border-top:2px solid var(--color-red) }


  .swiper-button-next.device{ left: 32px }

  .swiper-button.device .arrow-left, 
  .swiper-button.device .arrow-right{
    width: 10px;
    height: 10px;
    margin-top: -5px
  }

  .swiper-button.device .arrow-left{left: 12px}
  .swiper-button.device .arrow-right{left: 7px}
}

/*==================================================
    Section - Coworking Space
==================================================*/

.section-coworking-space{
  position: relative;
  padding: 0;
}
.coworkingspace-container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 80px;
  color: #fff;
}

.swiper-coworkingspace .background{ background-color:#ccc; display: none;}
.coworkingspace-container .section-title{
  position: relative;
  z-index: 9;
}
.section-coworking-space{
  text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.section-coworking-space h2{
  font-size: 60px;
  color: inherit;
  line-height: 1.1;
}
.section-coworking-space h3{
  font-size: 45px;
  color: inherit;
  line-height: 1.1;
  font-weight: 400;
  color: var(--color-secondary);
}

.section-coworking-space p{
  font-size: 35px;
  color: inherit;
  line-height: 1.1; 
}
.section-coworking-space .section-title .hgroup{
  display: block;
  padding-bottom: 30px;
}
.section-coworking-space .buttons{
  position: absolute;
  bottom: 30px;
  right: 80px;
  z-index: 8;
  text-shadow: none;

  display: flex;
  margin-right: -10px;
  max-width: 650px;
  float: right;
  width: 100%;
  padding: 0 0 10px;
}

.section-coworking-space  .buttons .btn {
  padding: 0;
  width: calc(50% - 10px);
  margin: 0 10px;
  border-width: 2px;
  background-color:#7b9ce4;
  color: #fff;
}
.pc .section-coworking-space  .buttons .btn:hover { background-color: #417bb8 }

.swiper-coworkingspace:before{
  content: '';
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0.7;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#063291+0,000000+100&0.54+0,0+100 */
background: -moz-linear-gradient(left,  rgba(6,50,145,0.54) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(6,50,145,0.54) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(6,50,145,0.54) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a063291', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */


}
.swiper-coworkingspace .caption{
  position: absolute;
  top: 80px;
  right: 80px;
  color: #ffffff;
  text-align: right;
  z-index: 100 
}
 
.swiper-coworkingspace h5.text-label{
  position: absolute;
  top: auto;
  right: 3vw;
  bottom: 3vw;
  color: rgba(255,255,255,0.07);
  font-size:12vw;
  line-height: 0.9;
  font-family: 'Kanit',sans-serif;
  text-shadow: none;

}
.swiper-coworkingspace-thumb{
  position: absolute;
  left: 80px;
  bottom: 30px;
  z-index: 9;
}

.swiper-coworkingspace-thumb .swiper-wrapper{
  transform:none !important;
  display: block;
}
.swiper-coworkingspace-thumb .swiper-slide{
  width: 100% !important;
}

.coworkingspace-thumb{
  display: block;
  position: relative;
  line-height: 1;
  padding-left: 25px;
  cursor: pointer;
}
.coworkingspace-thumb:before{
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  width: 12px;
  height: 3px;
  background-color: #fff;
}
.section-coworking-space .coworkingspace-thumb h4{
  font-size: 30px;
  color: rgba(255,255,255,0.8); 
}
.section-coworking-space .coworkingspace-thumb p{
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,0.8); 
}
.coworkingspace-thumb,
.coworkingspace-thumb:before,
.coworkingspace-thumb h4,
.coworkingspace-thumb p{
   -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.section-coworking-space .swiper-slide-thumb-active .coworkingspace-thumb h4{
  font-size: 40px;
  font-weight: 500;
  font-family: 'Kanit',sans-serif;
  color: #fff
}
.section-coworking-space .swiper-slide-thumb-active .coworkingspace-thumb p{
  color: var(--color-secondary);
}
.swiper-slide-thumb-active .coworkingspace-thumb{
  padding-left: 50px;
}
.swiper-slide-thumb-active .coworkingspace-thumb:before{
  background-color: red;
  width: 30px;
  top: 28px;
}

/**/
.swiper-coworkingspace .caption{
   -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
      -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.swiper-coworkingspace .swiper-slide-active .caption{ 
 
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
} 

  
.swiper-coworkingspace .caption h2, 
.swiper-coworkingspace .caption p{  
    opacity: 1;
    visibility: visible;
       -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
  
.swiper-coworkingspace .swiper-slide-active .caption h2{
   -webkit-animation-delay: 200ms;
    animation-delay: 200ms; 
     -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
} 
 
.swiper-coworkingspace .swiper-slide-active .caption p{
   -webkit-animation-delay: 400ms;
    animation-delay: 400ms; 
      -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
 
@media (max-width:1680px) { 
  .section-coworking-space h2{ font-size: 50px; }
  .section-coworking-space p{font-size: 30px}
  .section-coworking-space h3{font-size: 36px}

  .section-coworking-space .coworkingspace-thumb h4{font-size: 24px}
  .section-coworking-space .coworkingspace-thumb p{font-size: 18px}
  .section-coworking-space .swiper-slide-thumb-active .coworkingspace-thumb h4{font-size: 32px}

  .coworkingspace-thumb:before{ top: 16px }
}

@media (max-width:1440px) {
  .coworkingspace-container{ padding-top: 60px; padding-left: 50px; padding-right: 50px; } 
  .swiper-coworkingspace .caption{top: 60px; right: 50px;}

  .section-coworking-space h2{ font-size: 36px; }
  .section-coworking-space p{font-size: 20px; font-weight: normal !important;}
  .section-coworking-space h3{font-size:26px}

  .section-coworking-space .coworkingspace-thumb h4{font-size: 20px}
  .section-coworking-space .coworkingspace-thumb p{font-size: 16px}
  .section-coworking-space .swiper-slide-thumb-active .coworkingspace-thumb h4{font-size: 25px}
  
  .swiper-coworkingspace-thumb{ left: 50px; bottom:35px; }
  .swiper-slide-thumb-active .coworkingspace-thumb h4{font-size: 30px}
  .coworkingspace-thumb:before{ top: 12px }
  .swiper-slide-thumb-active .coworkingspace-thumb::before {top: 20px}

  .section-coworking-space .buttons{ right: 50px; padding-bottom: 15px; }
}


@media (max-width:1280px) {
  .coworkingspace-container .section-title .hgroup{ padding-bottom: 15px }

  .section-coworking-space h2{ font-size: 34px; }
  .section-coworking-space p{font-size: 20px}
  .section-coworking-space h3{font-size:24px}

  .section-coworking-space .coworkingspace-thumb h4{font-size: 20px}
  .section-coworking-space .coworkingspace-thumb p{font-size: 16px}
  .section-coworking-space .swiper-slide-thumb-active .coworkingspace-thumb h4{font-size: 24px}
  
  .swiper-coworkingspace .caption{top: 60px; right: 50px } 
}

@media (max-width:1199px) {
  .coworkingspace-container{ padding-top: 40px }
  .swiper-coworkingspace .caption{top: 40px;}
  .section-coworking-space .coworkingspace-thumb p{ margin: 0 0 10px }

  .section-coworking-space .buttons{ right: 50px; width: 44vw }
}

@media (max-width:1024px) {
  .section-coworking-space .buttons{ width: 46vw; right: 30px}
}

@media (max-width:991.98px) {
  .coworkingspace-container{
    position: static;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: #2a55a2
  }

  .coworkingspace-container .section-title{
    position: absolute;
    top: 40px;
    left: 30px;
  }
  .swiper-coworkingspace-thumb{
    position: relative;
    bottom: auto;
    left: auto;
  }
  .swiper-coworkingspace-thumb .swiper-wrapper{
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-coworkingspace-thumb .swiper-slide{ width: 50% !important; margin: 0 !important }

  .section-coworking-space h2{ font-size: 28px; }
  .section-coworking-space p{font-size: 16px}
  .section-coworking-space h3{font-size:18px} 

  .section-coworking-space .coworkingspace-thumb h4{font-size:18px}
  .section-coworking-space .coworkingspace-thumb p{font-size: 16px}
  .section-coworking-space .swiper-slide-thumb-active .coworkingspace-thumb h4{font-size: 20px}

  .section-coworking-space .buttons{
    position: absolute;
    bottom: 27vw; 
    width: 520px;
    left: 30px;
    right: 0
  }
}


@media (max-width:767px) {
  .coworkingspace-container{position:relative; padding:30px 25px;}
  .coworkingspace-container .section-title{
    position: relative;
    top: auto;
    left: auto;
  }

  .section-coworking-space h2{ font-size: 24px; line-height: 1.2}
  .section-coworking-space p{font-size: 17px;line-height: 1.2; margin: 0}
  .section-coworking-space h3{font-size:20px;line-height: 1.2} 

  .section-coworking-space .section-title{
    display: flex;
  }
  .section-coworking-space .section-title .hgroup{
    padding-bottom: 0;
    width: 50%
  }
  .section-coworking-space .section-title .hgroup p{
    margin-bottom: 0;
  }

  .section-coworking-space .section-title .group{ 
    width: 50%;
    padding-top: 5px;
    text-align: right; 
  }

  .swiper-coworkingspace:before{display: none;}

  .swiper-coworkingspace .caption{
    text-align: center;
    right: 20px;
    left: 20px;
    top: 16vw
  }
  .swiper-coworkingspace .caption h2{ font-size: 28px }
  .swiper-coworkingspace-thumb{display: none;}

  .section-coworking-space .buttons{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 20px 0 0;
    margin: 0 -4px;
    width: auto;
    float: none; 
  }
 
}

/*==================================================
    Section - Service
==================================================*/

.section-service{
  background-color:#22499d;
  padding-bottom: 0;
  overflow: hidden;
}
.section-service .container-fluid{ padding-right: 0 }
.section-service .background{ background-color:#22499d;opacity: 0.05; background-blend-mode: multiply; }

.section-service > div > .row{
  -ms-flex-wrap: unset;
  flex-wrap: unset; 
}

.section-service .section-title.service{
  position: absolute;
  left: 80px;
  top: 50px;
  bottom:40px;
  z-index: 100;
}
.section-service .col-right{
  padding-left: 460px
}

.section-text-label.service{ 
  color: rgb(255, 255, 255,0.02);
  top: 40%

}
.section-title.service .inner{
  width: 460px;
  padding-top: 65px;
  padding-bottom: 100px;
  padding-right: 100px;
  padding-left: 15px;
  position: relative;
  height: 100%;
}
.section-title.service h2{
  font-size: 60px;
  color: #f2f2fa;
}
.section-title.service p{
  font-size: 22px;
  color: #90d2f8;
  font-family: var(--font-standard);
}

.section-title.service .btn{
  width: 350px;
  position: absolute;
  left: 15px; 
  bottom:100px;
}


.card-service{
  width: 19vw;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
}
.card-service.card{transition: all 0.3s ease-in-out !important;}
.card-service .photo{ background-size: cover; }
.card-service .card-body{
  padding:20px 0
}
.card-service h2{
  font-size: 28px;
  color:#000000;
  line-height: 1.25
}

.card-service p{
  font-size: 18px;
  font-family: var(--font-standard);
  margin: 0; 
  color:#000000;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section:not(.siglepage) .card-service h2,
.section:not(.siglepage) .card-service p{
  color: #f2f2fa
}

.card-service hr {
  height: 4px;
  width: 30px;
  border-top: 4px solid var(--color-red); 
  margin:15px 0 20px; 
  float: left;
}

.swiper-service {
  padding-top: 80px; 
}

.pc .card-service:hover{
  top: -45px;
}
.pc .card-service:hover p{
  opacity: 1;
}
.swiper-button-service{
  display: block;
  position: relative;
  top: -40px;
  height: 45px;
  z-index: 9
}
.swiper-button-next.service, .swiper-button-prev.service{
  background-color: #2d59a7
}

/*animate*/ 
.swiper-service .swiper-slide{ 
     
      -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
}
.swiper-service .swiper-slide:nth-child(1){
  -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.swiper-service .swiper-slide:nth-child(2){
  -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.swiper-service .swiper-slide:nth-child(3){
  -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
} 
.swiper-service .swiper-slide:nth-child(4){
  -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
} 
@media (max-width:1680px) {
  .section-title.service .inner{
    max-width: 357px; 
    padding-top: 45px;
    padding-right: 70px;
  }
  .section-title.service h2{font-size:46px}
  .section-title.service p{font-size: 18px}

  .swiper-service{ padding-top: 60px; }
  .swiper-button-service{ margin-top: -15px }
  .section-title.service .btn{width: 100%; max-width: 270px;}

  .card-service h2{font-size: 24px}
  .card-service p{font-size: 16px}
  .card-service hr{ margin: 10px 0 15px; border-width: 3px; width: 25px }

  .section-service .section-title.service{
    top: 60px;
    bottom:20px;
  }
  .section-service .col-right{
    padding-left: 357px
  }
}

@media (max-width:1440px) {
  .section-service{ padding-top: 30px}
  .section-title.service h2{font-size: 30px;}
  .section-title.service p{font-size: 16px}
  .section-title.service .inner{ max-width: 320px; padding-right: 60px }
  .section-title.service .btn{max-width: 240px;}

  .card-service h2{font-size: 20px}
  .card-service p{font-size: 14px}

  .siglepage .section-title.service h2{font-size: 38px;}
  .siglepage .section-title.service p{font-size: 18px}

  .section-service .section-title.service{
    top: 40px;
    left: 50px
  }
  .section-service .col-right{
    padding-left: 340px
  }
}

@media (max-width:1024px) {
  .card-service { width: 22vw }
  .card-service h2{font-size: 20px;}
  .card-service p{opacity: 1}
  .section-title.service .btn{font-size:18px}

  .swiper-button-service{
    bottom: auto;
    top: auto;
    margin-top: 0;
    margin-bottom: 40px; 
  }

  .section-service .section-title.service{
    top: 40px;
    left: 30px
  }
 
}

@media (max-width:991.98px) {
  .section-service > div > .row{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-service .container-fluid{ padding-right: 0 }
  .section-title.service .inner{
    width: 100%;
    max-width: 100%;
    padding: 0;
    padding-left: 15px;
    height: auto;
    position: static;
  }

  .section-title.service .btn{
    bottom: auto;
    left: auto;
    right: 30px;
    top: 80px;
  }

  .section-title.service h2{font-size: 36px}
  .section-title.service p{max-width: 250px; font-size: 16px}
  .section-title.service .btn{max-width: 250px}

  .swiper-service{ padding-top: 30px; }
  .card-service{ width: 36vw; }

  .section-service .section-title.service{
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
  }

  .section-service .col-right{
    padding-left: 15px
  }
}

@media (max-width:767px) {
  .section-title.service .btn{
    position: relative;
    top: auto;
    right: auto; 

    height: 40px;
    line-height: 38px;
    font-size: 16px;
    float: none;
    max-width: 220px;
    
  }

  .section-title.service h2{font-size: 26px}
  .section-title.service p{max-width:200px;  font-size: 14px}

  .siglepage .section-title.service h2{font-size: 26px;}
  .siglepage .section-title.service p{font-size: 14px}

  .card-service{ width:80vw; }

  .swiper-button-service{ margin-bottom: 30px }
}

/*-------------------Sigle Page------------------*/
.highlight{ color: var(--color-primary) }
.section-service.siglepage{
  background-color: #fff;
  padding: 0;
}


.siglepage .section-title.service{padding-left: 70px;}
.siglepage .section-title.service h2{color: #000000;}
.siglepage .section-title.service p{ color: #9e9e9e; padding-top: 10px }

.section-service .tip-heart{
  display: block;
  width: 50px;
  padding-bottom: 5px;
  margin-top: -100px;
}

.section-service.section-01 > div > .row{
  position: static;
  padding-top: 120px;
} 

.section-service.section-01 .background{
  width:calc( 50% - 50px);
  background-color: #f1f1f1;
  bottom: 40px;
  opacity:1;
  background-blend-mode: unset;
}
.section-service.section-02 {
  padding: 80px 0 50px
}

.service-wrap .row{ margin: 0 -20px; }
.service-wrap .row > div{ padding: 0 20px; }
.service-wrap .card-service{ width: auto; }
.service-wrap .card-service .card-body{ 
  padding-bottom: 0; 
}

@media (min-width:1025px) {

  .service-wrap > .row > div:nth-child(1n+0){
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
  }
  .service-wrap > .row > div:nth-child(2n+0){
     -webkit-animation-delay: 250ms;
     animation-delay: 250ms;
  }
  .service-wrap > .row > div:nth-child(3n+0){
     -webkit-animation-delay: 350ms;
     animation-delay: 350ms;
  }
  .service-wrap > .row > div:nth-child(4n+0){
     -webkit-animation-delay: 450ms;
     animation-delay: 450ms;
  }
   

  .service-wrap > .row > div:nth-child(5n+0){
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
  }
  .service-wrap > .row > div:nth-child(6n+0){
     -webkit-animation-delay: 250ms;
     animation-delay: 250ms;
  }
  .service-wrap > .row > div:nth-child(7n+0){
     -webkit-animation-delay: 350ms;
     animation-delay: 350ms;
  }
  .service-wrap > .row > div:nth-child(8n+0){
     -webkit-animation-delay: 450ms;
     animation-delay: 450ms;
  }
}
 
@media (max-width:1680px) {
  .section-service .tip-heart{ width: 45px; }
  .section-service.section-01 > div > .row{ padding-top: 100px }
  .section-service.section-02{ padding: 50px 0; }
} 
@media (max-width:1440px) {
  .section-service.section-01 > div > .row{ padding-top:90px; }
  .section-service.section-02{ padding: 30px 0 }

  .section-service.section-01 .background{width:calc( 50% - 35px);}

  .service-wrap .row{margin:0 -15px;}
  .service-wrap .row > div{ padding: 0 15px }

  .section-service .tip-heart{ width: 35px; }
} 

@media (max-width:1024px) {
  .section-service.section-01 > div > .row{ padding-top:40px; }
  .section-service.section-01 .background{ bottom: 0;width:calc( 50% - 15px); } 
  .section-service.section-02{ padding: 50px 0 10px}

  .service-wrap .card-service{ margin-bottom: 40px }
}

@media (max-width:991.98px) {
  .section-service.section-01 .background{
    width: 100%;
  }

  .section-service .tip-heart{
    margin-top: 0;
    position: absolute;
    top:7px;
    left: 15px
  }
  .siglepage .section-title.service{
    padding-left: 0;
    padding-bottom: 20px;
  }

  .siglepage .section-title.service h2{ padding-left: 55px }

   
}  

@media (max-width:767px) {
  .section-service.section-01 > div > .row{padding-top: 20px}
  .section-service .tip-heart{ width: 20px; top: 5px }
  .siglepage .section-title.service{padding-bottom: 5px;}
  .siglepage .section-title.service h2{ padding-left: 32px }

  .service-wrap .card-service{ margin-bottom: 30px }
}

/*==================================================
    Page - Service - Search Result
==================================================*/

.section-location-header{
  padding:40px 0;
  background-color: #375fb6;
  color: #ffffff;
}
.section-location-header .container{
  position: static;
}
.section-location-header .row,
.section-location-header .row > div{position: static;}

.section-location-header .title-md{
  white-space: nowrap;
}

.nav-service-wrap{
  display: block;
  float: right;
  position: absolute;
  top: 0;
  right: 30px;
}

.nav-service-wrap h4{
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px 0 5px
}
.nav-service-tabs{
  float: none;
  position: relative;
  top: auto;
  right: auto;
  -ms-flex-align: center;
  align-items: center;
}
.nav-service-tabs .nav-item{
  padding: 2px
}
.nav-service-tabs .nav-item.title{
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 30px;
}

.nav-service-tabs .repair-center{
  display: block;
  background-color: #ffffff;
  border:1px solid #879fd3;
  font-size: 14px;
  color: #c6c6c6;
  padding:10px 15px 10px 15px;
  font-family: var(--font-standard);
  width: 170px;
  height: 70px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.nav-service-tabs .repair-center .text{
  display: inline-block;
  max-width: 80%;
  line-height: 1.1
}

.nav-service-tabs .repair-center .icons{
  border:2px solid #c6c6c6;
  display: block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all 0.3s ease-in-out;
  display: flex;
   -ms-flex-align: center;
  align-items: center;
}
.nav-service-tabs .repair-center .icons svg{
  width: 8px;
  height: 8px;
  margin:0 auto;
}
.nav-service-tabs .repair-center .icons svg path{
  fill: #c6c6c6 !important;
  transition: all 0.3s ease-in-out;
}

.nav-service-tabs .nav-link.active .repair-center,
.pc .nav-service-tabs .nav-link:hover .repair-center{
  background-color:var(--color-primary);
  border-color: var(--color-primary);
  color: #ffffff;
}
.nav-service-tabs .nav-link.active .repair-center .icons,
.pc .nav-service-tabs .nav-link:hover .repair-center .icons{
  border-color: #83bdf1;
  background-color: #000c70;
}
.nav-service-tabs .nav-link.active .repair-center .icons svg path,
.pc .nav-service-tabs .nav-link:hover  .repair-center .icons svg path{
  fill: #83bdf1 !important; 
}

.nav-service-wrap.d-flex{ 
  top: 33px;
  -ms-flex-align: center ;
  align-items: center;
}

.nav-service-wrap.d-flex h4{
  font-size: 24px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.nav-service-wrap.d-flex .repair-center{ width: 220px; font-size: 15px; padding-top: 15px }

.location-search{
  display: flex;
  float: right;
}

.location-search .input-block{
  margin: -15px 10px 0;
}
.location-search .input-text{font-weight: normal;font-size: 18px}
.location-search .input-block.w-330{width: 330px;}
.location-search .input-block.w-230{width: 230px;}

.location-search .form-control{
  height: 38px;
  line-height: 38px;
  font-size: 15px;
}
.location-search .custom-select{
  height: 38px;
  line-height: 35px;
  font-size: 15px;
}
@media (max-width:1680px) { 
  .nav-service-tabs .nav-item.title{
    font-size: 21px;
    padding-right: 20px
  }
  .nav-service-wrap.d-flex {top: 28px;}
}

@media (max-width:1440px) {
  .section-location-header{padding: 35px 0}
  .nav-service-wrap h4{font-size: 16px}
  .nav-service-tabs .repair-center{
    font-size: 12px;
    width: 150px;
    height: 60px
  }

  .location-search .input-block.w-330{width: 280px;}
  .location-search .input-block.w-230{width: 200px;}

  .nav-service-wrap.d-flex {top: 20px;}
  .nav-service-wrap.d-flex h4{font-size: 24px;}
}

@media (max-width:1280px) {
  .nav-service-tabs .nav-item.title{
    line-height: 1.1;
    font-size: 16px;
    padding-right: 15px;
    text-align: right;
    font-weight: normal;
  }
  .nav-service-tabs .nav-item.title span{
    display: block;
  }

  .nav-service-tabs .repair-center{
    width: 140px;
  } 
  .location-search .input-block {
    margin: -15px 5px 0;
  }
}

@media (max-width:1199px) {
  .section-location-header{padding: 20px 0}
  .section-location-header .title-md{
    text-align: center;
    padding-bottom:5px
  }

  .nav-service-wrap{
    position: relative;
    top: auto;
    right: auto;
    float: none;
  }
  .nav-service-tabs{
    position: relative;
    top: auto;
    right: auto;
    float: none;
  }
  .nav-service-tabs .nav-item{
    width:33.333%;
  }
  .nav-service-tabs .nav-item.title{
    width: 100%;
    padding: 0 0 15px;
    text-align: center;
    font-size: 18px;
  }
  .nav-service-tabs .nav-item.title span{display: inline;}
  .nav-service-tabs .repair-center{ width: 100%;font-size: 14px; height: 55px }
  .nav-service-wrap h4{text-align: center;}

  .location-search{
    margin-top:20px;
    margin-bottom: 15px;
    float: none;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-service-wrap.d-flex {
    flex-direction: column;
    top: auto;
  }
  .nav-service-wrap.d-flex h4{
    font-size: 16px;
    margin-bottom: 5px
  }
  .nav-service-wrap.d-flex .nav-item{
    width: auto;
  }
  .nav-service-wrap.d-flex .repair-center{font-size: 14px; padding-top: 10px;}
}

@media (max-width:767px) {
  .nav-service-tabs .nav-item{
    width:50%;
  }

  .nav-service-tabs .nav-item.title{
    font-size: 16px
  }
  .nav-service-tabs .repair-center{ 
    font-size: 12px; 
  }

  .nav-service-tabs .repair-center .icons{
    width: 16px;
    height: 16px;  
  }
  .nav-service-tabs .repair-center .icons svg{
    width: 8px;
    height: 8px;
  }

  .location-search .input-text{font-size: 16px}
  .location-search{margin-bottom: 0}

  .nav-service-wrap.d-flex .nav-item{width: 50%}
  .nav-service-wrap.d-flex .repair-center{width: auto;}
   
}

@media (max-width:576px) {
  .location-search{
    display: block;
  }
  .location-search .input-block{
    margin: 0 0 10px;
  }
  .location-search .input-block.w-330,
  .location-search .input-block.w-230{width: 100%;}

  .nav-service-wrap.d-flex .nav-item{width: 100%}
}


.section-location-content{
  position: relative;
  height:670px; 
  background-color: #cccccc;
  padding:0;
}

.btn-result-sideout{
  position: absolute;
  top: 0;
  left: -35px;
  width: 35px;
  height: 88px;
  padding: 0;
  background-color: #ffffff;
  border:0!important;
  box-shadow: 0 0 30px rgba(0,0,0,0.2) !important;
}
.btn.btn-result-sideout:focus, .btn.btn-result-sideout:active{
  box-shadow: 0 0 30px rgba(0,0,0,0.2) !important;
}
.btn-result-sideout:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%; 

  margin:-12px 0 0 -2px;

  width: 0; 
  height: 0; 
  border-top:12px solid transparent;
  border-bottom: 12px solid transparent;
  
  border-left: 8px solid #e0e3ea;
}

.result-sideout{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 300;
  width: 510px;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0,0,0,0.2);

  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);

      transition: -webkit-transform .8s ease;
      transition: transform .8s ease;
      transition: transform .8s ease, -webkit-transform .8s ease;
}

.garage-result-header{
  display: block;
  position: relative;
  background-color: var(--color-primary);
  color: #ffffff;
}
.garage-result-header .inner{
  display: block;
  padding: 25px 35px 25px;
  position: relative;
  display: flex;
 /* -ms-flex-align: center ;
  align-items: center;*/
}
.garage-result-header h3{
  font-size: 21px;
  line-height: 1;
  margin-bottom:2px; 
  max-width: 190px;
}
.garage-result-header p{
  font-size: 15px;
  color: #90d2f8;
  font-family: var(--font-standard);
  line-height: 1;
  margin:0;
}
.garage-result-header .number{
  position: absolute;
  top: auto;
  right: 30px;
  font-size: 36px;
  color: #da1717;
  font-weight: bold;
  line-height: 1
}
.garage-result-header .number span{
  font-size:22px;
  color: #ffffff; 
}

.garage-result-footer{
  background-color: #f2f2f2;
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
  
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.garage-result-footer > a{
  display: block;
  padding:15px 20px;
  font-size: 22px;
  color: var(--color-primary)
}
.garage-result-footer > a .arrow{
  display:inline-block;
  width: 10px;
  height: 10px;
  position: relative; 
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
  transition: all 0.2s ease-in-out;
}
.garage-result-footer > a .arrow > span{
  width: 100%;
  height: 100%;
  border-top: 2px solid var(--color-primary);
  border-left: 2px solid var(--color-primary);
}
.garage-result-body{
  height:calc( 670px - 156px); 
}
.garage-result-body .scrollbar-inner{
  height:100%; 
}
.garage-result-body .scrollbar-inner > .scroll-element.scroll-y{
  right: 0;
  width: 5px
}
.garage-result-body .scrollbar-inner > .scroll-element .scroll-bar{border-radius: 10px !important}
.garage-card{
  display: flex;
  border-bottom: 1px solid #f5f5f5;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.garage-card:last-child{border-bottom:1px solid transparent}
.garage-card .col-left{
  padding: 25px 0;
  text-align: center;
}
.garage-card .col-left.flex-fill{
  text-align: left;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.garage-card .col-center{
  padding: 20px 20px 25px 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  position: relative;
}
.garage-card .col-right{  
  border-left: 1px solid #ffffff;
}

.garage-card .col-center .close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  opacity: 1;
  cursor: pointer;
  
  background-image: url(../img/icons/icon-close-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
}
.garage-card .photo-group{
  width: 145px;
  display: block;
}
.garage-card .photo{
  width: 84px;
  height: 84px;
  border-radius: 50%; 
  margin: 0 auto;
  display: block;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.garage-card .photo:before,
.garage-card .photo:after{
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;

  border-top: 2px solid #4b75ce;
  border-left: 2px solid #4b75ce;
}

.garage-card .photo:before{
  left: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.garage-card .photo:after{
  right: -10px;
  -webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
/*.garage-card .photo:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;

  background-color: rgba(0,0,0,0);
}*/

.pc .garage-card .photo:hover{ opacity: 0.8 }
.garage-card .status{
  display: block;
  margin:12px auto 0;
  width: 60px;
  height: 20px;
  line-height: 20px;
  color: #ffffff;
  font-size: 13px;
  border-radius: 30px;
  text-transform:uppercase;
  background-color: #cccccc;
}
.garage-card .status.gold{
  background-color: #ba9855;
}
.garage-card .status.gold{
  background-color: #ba9855;
}
.garage-card .status.telemedicine{
  background-color: #0b8d8f;
  width: auto;
  display: inline-block;
  padding: 0 10px;
}

.garage-card h3{
  font-size: 22px;
  color: var(--color-primary);
  margin-bottom:5px; 
  line-height: 1
}
.garage-card p{
  font-family: var(--font-standard);
  font-size: 14px;
  line-height: 1.3
}
.garage-card p.blue{ 
  color: var(--color-primary); 
  margin-bottom: 5px;
}
.garage-card p:last-child{ margin-bottom:0;}

.garage-card .icon-item {
  display: flex;
  width:70px;
  height: 50%;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  font-weight: bold;
  -ms-flex-align: center;
  align-items: center ;
  transition: all 0.2s ease-in-out;
}
.garage-card .icon-item:nth-child(2) {border-bottom: 0}

.garage-card .icon-item .group{
  margin:0 auto;
}

.garage-card .icon-item p{
  font-size: 14px;
  color: #4b75ce;
  font-family:'Superspace','Noto Serif TC', sans-serif;
}
.garage-card .icon-item .icons{
  width: 31px;
  height: 31px;
  margin-bottom:2px; 
}
.garage-card .icon-item .icon-directions{background-image: url(../img/icons/icon-directions.png);}
.garage-card .icon-item .icon-eye{background-image: url(../img/icons/icon-eye-2.png);}


.garage-card.active,
.pc .garage-card:hover{
  background-color:#f5f5f5;
  border-bottom: 1px solid #ffffff;
}
/*.pc .garage-card .photo:hover:before{background-color: rgba(0,0,0,0.3);}*/
.pc .garage-card .icon-item:hover {background-color: #f0f0f0}

.pc .garage-result-footer > a:hover .arrow{left: -8px }

.garage-result-opened .result-sideout{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (max-width:1680px) { 
  .garage-result-header .number span{font-size: 21px}
  .garage-result-header p{font-size: 15px}

  .garage-result-header .inner { 
    padding: 20px 35px 20px;
  }
  .garage-result-header .number{top: 21px;}

  .garage-result-body{
    height:calc( 670px - 140px) 
  }
 

  .garage-card h3{font-size: 21px}
  .garage-card .photo{
    width: 70px;
    height: 70px
  }
  .garage-card .status{font-size: 12px}

  .garage-card .col-center{
    padding: 15px 20px 20px 0
  }

  .garage-result-footer > a{
    font-size: 20px;
    font-weight: bold;
  }
}

@media (max-width:1550px) {
  .section-location-content{height: 550px;} 

  .result-sideout{ 
    width: 460px; 
  } 

  .garage-result-header h3,
  .garage-result-header .number span{font-size: 19px}
  .garage-result-header p{font-size: 15px}
  .garage-result-header .number{font-size: 32px}

  .garage-result-body{height:calc( 550px - 130px)}

  .garage-card h3{font-size: 18px}
  .garage-card .icon-item .icons{ width: 28px; height: 28px }
  .garage-card p{font-size: 12px; margin-bottom:10px; }
  .garage-card .status{
    font-size: 11px;
    width: 50px;
    height: 18px;
    line-height: 18px;
  }
  .garage-result-footer > a{
    font-size: 18px;
    padding: 12px 20px;
  }
  .garage-result-footer > a .arrow{ width: 9px; height: 9px }

}

@media (max-width:1440px) {
  .garage-card .col-left{
    padding-top: 15px;
    padding-bottom: 0
  }
  .garage-result-header .inner{
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (max-width:767px) {
  :root{
    --result-sideout-px:calc(100% - 45px);
  }
  .btn-result-sideout{
    width: 25px;
    height: 74px;
    left: -25px
  }
  .result-sideout{ 
    width: calc(100% - 25px); 
  }

  .garage-result-header h3,
  .garage-result-header .number span{/*font-size: 18px*/ font-size: 14px;}

  .garage-result-header h3{max-width: 200px;}

  .garage-result-header p{/*font-size: 14px*/ font-size: 11px;}
  .garage-result-header .number{/*font-size: 24px*/ font-size: 18px; top: 27px}


  .garage-result-header .inner {
    padding: 20px 15px 20px;
  }
  .garage-result-body {
    height: calc( 550px - 124px);
  }
  .garage-card .photo-group{
    width: 100px;
  }
  .garage-card .photo {
    width: 45px;
    height: 45px;
  }
  .garage-card .col-center{padding-right: 10px;}
  .garage-card h3{font-size: 16px; line-height: 1.3}
  .garage-card p br{display: none;}
  .garage-card .icon-item{ width: 60px; }
  .garage-card .icon-item .icons {width: 24px; height: 24px;}
  .garage-card .icon-item p{font-size: 12px;}
}


.garage-result-header .button{
 margin: 2px 0 0 20px;
 position: relative;
 z-index: 9
}
.garage-result-header .btn.btn-search-place{
  max-width: 129px;
  border-width: 1px;
  font-size: 14px;
  height: 32px;
  line-height: 29px;
  padding: 0 10px;

  position: relative;
  top: auto;
  right: 0
}
 
@media (max-width:767px) { 
  .garage-result-header .btn.btn-search-place{
    font-size: 12px;
    height: 28px;
    line-height: 24px;
    max-width: 106px;
    margin: 0
  }
} 

@media (max-width:576px) {
  .garage-result-header h3{max-width: 135px;}
}


/*------------MAP-----------------*/

.map-container{
  display: block;

  position: relative; 
  height: 100%;
}

.map-content {
  display: block;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
}
.map-content iframe{
  display: block;
  width: 100%;
  height: 100%;
}

.map-pin-item{
  position: absolute;
  width: 40px;
  height: 63px;
}
.map-pin-item > a[data-toggle="dropdown"]{
  width: 100%;
  height: 100%;
  display: block;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/icon-pin-blue.png);
}

.map-pin-item > a[aria-expanded="true"],
.pc .map-pin-item > a:hover{
  background-image: url(../img/icons/icon-pin-red.png);
}

.map-infowindow{ 
  position: absolute;
  top: auto !important;
  bottom: 100px;
  left: 50%;
  z-index: 100;
  width: 520px;
  margin:0;
  margin-left: -260px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  padding: 0;
}


.map-infowindow:before{
  content: '';
  position: absolute;
  bottom:-38px;
  left: 50%;
  margin-left: -21px;

  width: 42px;
  height: 42px;

  background-image: url(../img/thumb/map-infowindow-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.map-infowindow .garage-card{
  background-color: #f5f5f5;
  border:0 !important;
  cursor: default;
}
.map-infowindow .garage-card .icon-item{
  border:0; 
  height: 90px;
  background-color: transparent !important;
}

.pc .map-infowindow .garage-card .icon-item:hover{ opacity: 0.85 }


.garage-card ul.gallery{
  display: flex;
  margin:0 -2px;
  padding:2px 0 0;
  list-style-type: none;
  cursor: pointer;
}
.garage-card ul.gallery li{
  width: 78px;
  height: 45px;
  margin:0 2px;
  position: relative;
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.garage-card ul.gallery li.last{
  width: 30px;
}
.garage-card ul.gallery li:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.pc .garage-card ul.gallery li:hover:before{ opacity: 0.3 }
.garage-card ul.gallery li.last:before{opacity: 1}
.garage-card ul.gallery li.last .number{
  display:block;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  z-index: 9
}

.garage-gallery-article{
  display: block;
  text-align: center;
  color: #fff;
  padding-top:25px;
}
.garage-gallery-article h3{
  font-size:28px;
  margin-bottom:7px;
}
.garage-gallery-article p{
  font-family: var(--font-standard);
  font-size: 16px
}

.garage-gallery-container{
  display: block;
  margin:0 auto;
  max-width: 910px;
  position: relative;
}
.modal .garage-gallery-container .btn-close{
  right: -50px;
  top: -26px;
}
 
.swiper-garage .background{
  position: relative;
}
.swiper-garage .background img{ width: 100% }

.swiper-garage-thumb{
  max-width: 600px;
  margin: 15px auto 0
}
.swiper-garage-thumb .swiper-slide {
  border:4px solid transparent;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.swiper-garage-thumb .background{
  position: relative;
  opacity: 0.6;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.2s ease-in-out;
}
.swiper-garage-thumb .background img{ width: 100% }

.swiper-garage-thumb .swiper-slide-thumb-active,
.pc .swiper-garage-thumb .swiper-slide:hover {
  border-color: #000000;
}
.swiper-garage-thumb .swiper-slide-thumb-active .background,
.pc .swiper-garage-thumb .swiper-slide:hover .background{opacity: 1}

.swiper-button.garage{
  bottom: auto;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -70px;
  background-color: transparent !important;
  border-radius: 50%;
  opacity: 0.6;
  border:1px solid #ffffff;
}
.pc .swiper-button.garage:hover{ opacity: 1 }
.swiper-button-prev.garage{
  left: -100px;
}
.swiper-button-next.garage{
  right: -100px;
} 
.swiper-button.garage .arrow-left{left:18px}
.swiper-button.garage .arrow-right{left: 10px}

.modal-garage{
  display: block;
  pointer-events: none;
  z-index: -1;
}
.modal-garage .modal-dialog{
  max-width: 1200px;
}
.modal-garage .modal-content{
  background-color: transparent;
  border-radius: 0;
}
.swiper-pagination.garage{display: none;}
.modal-open-dark .modal-garage{
  display: block;
  pointer-events: auto;
  z-index: 1050;
}
.modal-open-dark .modal-backdrop{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/thumb/backdrop-bg.jpg); 
} 
.modal-open-dark .modal-backdrop:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-color: rgba(0,0,0,0.75);
}
.modal-open-dark .modal-backdrop.show{
  opacity:1
}

.map-container.branches .map-infowindow,
.map-container.tip-garage .map-infowindow,
.map-container .map-infowindow.no-gallery{
  width: 400px;
  margin-left: -200px;
}
.map-container.branches .map-pin-item > a[data-toggle="dropdown"]{background-image: url(../img/icons/icon-pin-blue-branches.png)} 
.map-container.branches .map-pin-item > a[aria-expanded="true"], .pc .map-container.branches .map-pin-item > a:hover{background-image: url(../img/icons/icon-pin-red-branches.png)}

.map-container.tip-garage .map-pin-item > a[data-toggle="dropdown"]{background-image: url(../img/icons/icon-pin-blue-garage.png)} 
.map-container.tip-garage .map-pin-item > a[aria-expanded="true"], .pc .map-container.branches .map-pin-item > a:hover{background-image: url(../img/icons/icon-pin-red-garage.png)}

.map-container.representative .map-pin-item > a[data-toggle="dropdown"]{background-image: url(../img/icons/icon-pin-blue-representative.png)} 
.map-container.representative .map-pin-item > a[aria-expanded="true"], .pc .map-container.branches .map-pin-item > a:hover{background-image: url(../img/icons/icon-pin-red-representative.png)}

.map-container.healthcare .map-pin-item > a[data-toggle="dropdown"]{background-image: url(../img/icons/icon-pin-blue-healthcare.png)} 
.map-container.healthcare .map-pin-item > a[aria-expanded="true"], .pc .map-container.branches .map-pin-item > a:hover{background-image: url(../img/icons/icon-pin-red-healthcare.png)}


.garage-result-body.no-footer{
  height: calc( 670px - 90px);
}

@media (max-width:1680px) {
  .garage-gallery-container{
    max-width: 820px
  }
  .swiper-garage-thumb {
    max-width: 500px;
  }

  .swiper-garage-thumb .swiper-slide{
    border-width: 3px
  }

  .garage-gallery-article h3{
    font-size: 26px
  }
  .garage-gallery-article p{
    font-size: 15px
  }

}

@media (max-width:1550px) {
  .map-infowindow{bottom:87px;width: 460px; margin-left: -230px}
  .map-pin-item{width: 35px; height: 55px}

  .garage-card ul.gallery{
    padding-top: 5px;
  }
  .garage-card ul.gallery li{
    width: 55px;
    height: 36px;
  }
  .garage-card ul.gallery li.last .number{ 
    line-height: 36px;
    font-size: 14px
  }

  .map-infowindow .garage-card .col-left{ padding-top: 20px }
  .map-infowindow .garage-card .col-center{padding-top: 20px}

  .garage-result-body.no-footer{height:calc( 560px - 90px) }

  .map-container.branches .map-infowindow,
  .map-container.tip-garage .map-infowindow,
  .map-container .map-infowindow.no-gallery {
    width: 340px;
    margin-left: -170px;
  }
}

@media (max-width:1440px) {
  .garage-gallery-container{
    margin-top: 20px;
    max-width: 680px
  } 
  .swiper-garage-thumb {
    max-width: 400px;
  }

  .garage-gallery-article h3{
    font-size: 21px
  }
  .garage-gallery-article p{
    font-size: 14px
  }

  .swiper-button.garage{
    width: 35px;
    height: 35px;
    margin-top: -45px;
  }
  .swiper-button-prev.garage{
    left: -80px;
  }
  .swiper-button-next.garage{
    right: -80px;
  } 
  .swiper-button.garage .arrow-left,
  .swiper-button.garage .arrow-right{
    width: 10px;
    height: 10px;
    margin-top: -4px
  }
  .swiper-button.garage .arrow-left{left:14px}
  .swiper-button.garage .arrow-right{left: 9px}

  .modal .garage-gallery-container .btn-close{
    width: 22px;
    height: 22px;
    right: -35px;
    top: -22px;
  }

}

@media (max-width:991.98px) {
  .modal .garage-gallery-container .btn-close{
    right: 0;
    top: -35px;
  }
}

@media (max-width:767px) {
  .map-infowindow{
    top: 50% !important;
    left: 0 !important;
    bottom: auto;
    width: auto !important;
    max-width: 100%; 
    margin-left: 0 !important;
    margin-top: -90px;
  }
  .map-infowindow::before { display: none; }
  .map-pin-item{
    width: 25px; 
    height: 40px;
    position: static;
  }
  .map-pin-item > a[data-toggle="dropdown"]{
    left: inherit;
    top: inherit;
    position: absolute;
    width: 25px; 
    height: 40px;
  } 
  .garage-gallery-container{
    max-width: 100%;
  }
  .swiper-garage-thumb{
    display: none;
  }

  .garage-gallery-article{
    padding:10px 20px 20px;
  }
  .garage-gallery-article h3{
    font-size: 20px
  }

  .swiper-pagination.garage{
    margin: 0 auto;
    position: relative;
    padding:10px 0 0;
    display: block;
  }
  .swiper-pagination.garage .swiper-pagination-bullet{background-color: rgba(255,255,255,0.3);}
  .swiper-pagination.garage .swiper-pagination-bullet-active{background-color: rgba(255,255,255,1);}

  .garage-card ul.gallery li{
    width: 50px;
    height: 32px
  }
}
/*==================================================
    Section - CSR
==================================================*/

.section-csr{ padding-bottom: 0 }
.section-text-label.csr{
  left: 18%
}
.section-title.csr{
  padding:60px 0 40px;
}
.section-title.csr .hgroup h2{
  font-size: 60px;
  color: var(--color-primary);
  line-height: 1.1
}
.section-title.csr .hgroup p{
  margin: 0;
  font-family: var(--font-standard);
  color: #535461;
  font-size: 22px
}

.section-title.csr .buttons{
  display: flex;
  margin-right: -10px;
  max-width: 650px;
  float: right;
  width: 100%;
  padding: 0 0 10px;
}
.section-title.csr .buttons .btn{
  padding: 0;
  width: calc(50% - 10px);
  margin:0 10px;
  border-width: 2px;
}
.pc .section-title.csr .buttons .btn:hover{
  border-color: #ffffff;
  background-color: var(--color-red);
  color: #fff;
}

.icon-calendar,
.icon-calendar-white,
.icon-doc,
.icon-doc-white,
.icon-virtual-tour{
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right:7px;
}
.icon-calendar{background-image: url(../img/icons/icon-calendar.png);}
.icon-calendar:before{background-image: url(../img/icons/icon-calendar-white.png);}

.icon-calendar-white{background-image: url(../img/icons/icon-calendar-white.png);} 
.icon-virtual-tour{background-image: url(../img/icons/icon-virtual-tour.png); width: 40px; height: 40px} 

.icon-doc{background-image: url(../img/icons/icon-doc.png);}
.icon-doc:before{background-image: url(../img/icons/icon-doc-white.png);}

.icon-doc-white{background-image: url(../img/icons/icon-doc-white.png);}

.icon-clock{background-image: url(../img/icons/icon-doc-white.png);}

.background.csr{
  top: 90px;
  left: auto;
  bottom: 15vw;
  right:0;
  width: 800px;
  background-color: #f0f4fd;
}


.csr-gallery-wrap{
  display: block;
  position: relative;
  overflow: hidden;
}
.csr-gallery-wrap .row{
  margin:-19vw -25vw; 
}

.csr-photo{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: relative;
  margin:30px 0;
  overflow: hidden;
}
.csr-photo:before{
  content: '';
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: rgba(0,0,0,0.5);
}
.csr-photo.video:before{ display: none; }
.csr-photo img{ width: 100% }

.csr-photo .video-container{
  position: absolute;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
}

.video-container .btn__modal--play{
  position: absolute;
}

.video-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.video-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}
.video-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}
.video-btn:hover:after {
  background-color: #da0528;
}
.video-btn span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  top: 7px;
  left: 5px;
  border-left: 22px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.video-btn.blue:before{background-color: #ffffff}
.video-btn.blue:after {background-color: var(--color-primary)}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    border-radius: 100%;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    border-radius: 100%;
  }
}
@media (max-width:1680px) {
  .section-title.csr .hgroup h2{font-size: 52px}
  .section-title.csr .hgroup p{font-size: 20px}

  .background.csr{
    width: auto;
    left: 60%
  }
}

@media (max-width:1440px) {
  .section-text-label.csr{ left: 11% }
  .section-title.csr{ padding-top: 40px; }
  .section-title.csr .hgroup h2{font-size: 36px}
  .section-title.csr .hgroup p{font-size:14px}
  .background.csr{top: 51px}
 
  .csr-gallery-wrap .row {margin:-22vw -30vw;} 
  .csr-gallery-wrap .row > div{padding: 0 8px;}

  .background.csr{ left: 54% }

  .csr-photo{ margin: 16px 0 }

  .section-title.csr .buttons,
  .section-coworking-space .buttons { max-width: 520px; margin-right: -5px}

  .section-title.csr .buttons .btn,
  .section-coworking-space .buttons .btn{margin:0 5px;}

  .icon-calendar,.icon-calendar-white, .icon-doc, .icon-doc-white{ width: 26px; height: 26px; margin-right: 5px }
  .icon-virtual-tour{ width: 28px; height: 28px }
}


@media (max-width:1024px) {
  .background.csr{top:50px;}
  .section-title.csr{ padding: 35px 0 35px}
  .section-title.csr .hgroup h2{font-size: 30px;} 
  .section-title.csr .hgroup p{font-size:16px}

  .csr-gallery-wrap .row > div{padding: 0 5px;}

  .csr-photo{ margin: 10px 0 }
}

@media (max-width:991.98px) {
  .csr-gallery-wrap .row {margin:-25vw -38vw;} 

  .section-text-label.csr{ left: 14% }
  .background.csr{ left: 50% }

  .section-title.csr .buttons{
    float: none;
    padding-top: 20px;
    margin-left: -5px
  }
}

@media (max-width:767px) {
  .section-csr{ padding-top: 45px }
  .section-title.csr{ padding-bottom: 25px }
  .section-title.csr .hgroup h2{font-size: 26px}
  .section-title.csr .hgroup p{font-size:14px}

  .section-text-label.csr{display: none;}

  .csr-gallery-wrap .row {margin:-35vw -70vw;}
  .csr-gallery-wrap .row > div{padding: 0 1px;}
  .csr-photo{ margin:2px 0 } 

  .video-btn:before,
  .video-btn:after{
    width: 55px;
    height: 55px;
  }

  .video-btn span {
    top: 10px;
    left: 7px;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }

  .background.csr{bottom: 0; top: 25px; left: 30%}
  .section-title.csr{ padding-top: 0 }

  .icon-calendar,.icon-calendar-white, .icon-doc{
    width: 20px;
    height: 20px;
    margin-right: 2px
  }
  .icon-virtual-tour{
    width: 23px;
    height: 23px;
    margin-right: 2px
  }
  .section-title.csr .buttons{ padding: 15px 0 0; margin:0 -4px; width: auto; }
  .section-title.csr .buttons .btn,
  .section-coworking-space .buttons .btn{
    border-width: 1px;
    font-size: 14px;
    margin:0 4px;
    width: calc(50% - 4px);
    height: 40px;
    line-height: 38px;
  }
}
/*==================================================
    Section - News
==================================================*/
.card{
  border:0;
  border-radius: 0;
  background-color: transparent;
  transition:none !important;
  -webkit-transform:translateZ(0);
     transform:translateZ(0);
}  

.card-photo{
  display: block;
  position: relative;
  overflow: hidden;

  
} 
.card-photo .photo{
  display: block;  
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  transition: all 0.45s ease 0s;
}
.card-photo .photo img{ 
  width: 100%;  
}
.card-photo .photo:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 9;
  display: none;
}
.pc .card:hover .photo{ transform: scale(1.1,1.1); } 

.section-text-label.news{
  left: 0;
}
.section-news{
  background-color: #f5f8ff;
  padding-bottom: 35px;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
.section-news .section-title { 
  padding-bottom: 10px;
}
.section-news .section-title h2{
  color: var(--color-primary);
  font-weight: bold;
  font-size: 48px;
}
.section-news .section-title h2 span{
  color: #000;
}
.nav-tabs .nav-link{
  border:0;
  padding: 0;
  border-radius: 0;
  background-color: transparent !important;
}
.nav-news-tabs{
  float: right;
  border:0;
  padding: 0 0 10px;
  margin-right:50px; 
}

.nav-news-tabs .nav-link{
  font-size: 25px;
  font-weight: bold;
  color: rgba(0,0,0,.4);
  padding: 10px 30px;
  font-weight: 400
}
.nav-news-tabs .nav-item.show .nav-link,.nav-news-tabs .nav-link.active{
  color: #000;
  font-weight: bold;
}
.card-news{
  border:0;
  padding: 0;
  background-color: transparent;
  width: 470px;
}
 
.card-news .card-body{
  padding:15px 20px;
  background-color: var(--color-primary);
}
.card-news a{
  color: inherit;
}
.card-news .photo{background-size: contain; background-color: #f5f5f5}
.card-news h4{
  font-size: 18px;
   color: #f2f2fa;
   font-weight: 400;
}
.card-news h2{
  font-size: 24px;
  color: #b4d1f4;
  line-height: 1.25;
  padding-top: 10px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.pc .card-news h2:hover{ color: #ffffff }
.card-news hr{
  height: 4px;
  width: 30px;
  border-top: 4px solid var(--color-red);
  margin-left: 0; 
}

.card-news p{
  font-family: var(--font-standard);
  font-size: 16px;
  color: #fff;
  padding-top: 15px;
  margin-bottom: 0;
  font-weight: normal;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
 
.card-news .readmore{
  font-size: 16px;
  font-family: var(--font-standard);
  display: inline-block;
  vertical-align: top;
}
.pc .card-news .readmore:hover{ color: var(--color-secondary) }
.card-news .news-info{
  float: right;
  font-size:15px;
  font-family: var(--font-standard);
  color:rgba(255,255,255,0.7);
  margin-right:-5px; 
  white-space: nowrap;
} 
.card-news .news-info > span{ padding: 0 10px; padding-bottom: 2px }
.card-news .news-info .view{
 
  position: relative;
}
.card-news .news-info .view:before{
  content: '';
  position: absolute;
  top: 2px;
  left: -3px;
  bottom: 0;
   border-left: 1px solid rgba(255,255,255,0.4);
}
.card-news .news-info .icons{
  width:17px;
  height:17px;
  opacity: 0.7;
  vertical-align: middle;
  margin-right:4px; 
  top: -1px;
} 
.card-news .news-info .icon-view{ background-image: url(../img/icons/icon-eye.svg); }
.card-news .news-info .icon-clock{ background-image: url(../img/icons/icon-clock.svg);background-size: 15px }

.icon-clock{ background-image: url(../img/icons/icon-clock.svg);}
.card-news .card-footer{
  padding:10px 20px 20px;
  background-color: var(--color-primary);
  border:0;
  color: #fff;
  border-radius:0 !important;
}

.card-news.list{
  width: 100%;
  height:calc( 100% - 25px);
  margin-bottom: 25px
}

.news-list{
  padding-top: 40px; 
}

.swiper-news{
  overflow: visible;
  padding-right: 0;
  padding-bottom: 120px; 
}

.swiper-button-next, 
.swiper-button-prev{
  width: 55px;
  height: 50px;
  background-color: #29539e;
  border-radius: 0;
  top: auto;
  bottom: 0;
  margin-top: 0;
  transition: all 0.2s ease-in-out;
}
.swiper-button.swiper-button-disabled{
  display: block;
  opacity:0.2 !important;
}
.swiper-button-prev.news,
.swiper-button-prev.service{ left: auto; right: 140px; } 

.swiper-button-next.news,
.swiper-button-next.service{right: 80px}


.pc .swiper-button-prev:hover,
.pc .swiper-button-next:hover{ background-color: #417bb8 }

.swiper-button .arrow-left,
.swiper-button .arrow-right{
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.swiper-button .arrow-left{left: 22px;}
.swiper-button .arrow-right{ left: 15px; }

.tab-news-content .btn.viewall{
  width: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width:1680px) {
  .card-news{ width: 400px; }
  .section-text-label{font-size: 20vw}
}

@media (max-width:1440px) {
  .section-news .section-title h2{font-size: 36px}
  .card-news{width: 24.5vw;}
  .card-news h2{font-size: 18px;}
  .card-news h4{font-size: 16px}
  .card-news p{font-size: 14px}
  .card-news hr{height: 3px}
  .card-news .readmore{font-size: 14px}
  .card-news .news-info{font-size: 13px}

  .section-news{ padding-top: 60px; }
  .section-news .section-title{ padding-bottom: 0 }

  .swiper-news{ padding-bottom: 81px; }
  .nav-news-tabs .nav-link{padding: 10px 20px; font-size:20px}
  .swiper-button-next, .swiper-button-prev{
    width: 40px;
    height: 40px
  }
  .swiper-button .arrow-left, .swiper-button .arrow-right{
    width: 14px;
    height: 14px;
    margin-top: -6px;
  }

  .swiper-button .arrow-left{ left: 17px }
  .swiper-button .arrow-right{ left: 9px }

  .swiper-button-prev.news,
  .swiper-button-prev.service{right: 91px}
  .swiper-button-next.news,
  .swiper-button-next.service{ right: 50px; }

  .tab-news-content .btn.viewall{ max-width: 265px; }

  .news-list{padding-top: 30px;}
}
 
@media (max-width:1280px) {
  .news-list{margin: 0 -10px;}
  .news-list > div{padding: 0 10px;}
  .card-news.list p{font-size: 13px; padding-top: 10px}
  .card-news.list .readmore,
  .card-news.list .news-info{font-size: 12px}
  .card-news.list .news-info .icons{width: 13px; height: 13px; background-size: contain;}
}

@media (max-width:1024px) {
  .section-news{ padding-top: 50px; }
  .section-news .section-title h2{font-size: 36px}

  .nav-news-tabs{ margin-right:30px; padding-bottom: 0}
  .nav-news-tabs .nav-link{
    font-size: 20px; 
    padding: 10px 15px;
  }
  .card-news{width: 28vw;}

  .tab-news-content .btn.viewall{ width: 245px; }
  
  .swiper-news{padding-bottom: 80px;}
  .swiper-button-next, .swiper-button-prev{
    width: 40px;
    height: 40px
  }
  .swiper-button .arrow-left,
  .swiper-button .arrow-right{
    width: 12px;
    height: 12px;
    margin-top: -6px
  }
  .swiper-button .arrow-left{ left: 17px }
  .swiper-button .arrow-right{ left: 10px }

  .swiper-button-prev.news,
  .swiper-button-prev.service{right: 93px; }
  .swiper-button-next.news,
  .swiper-button-next.service{ right: 50px; }

  .card-news.list .readmore{display: none;}
  .card-news.list h2{padding-top: 0}
}

@media (max-width:991.98px) {
  .card-news{width: 40vw;}
  .card-news h2{ padding-top: 0 }

  .card-news .readmore{font-size: 13px; line-height: 1; vertical-align: middle;}
  .card-news .news-info{font-size: 13px}

  .card-news .news-info .icons{
    width: 14px;
    height: 14px
  }
  .card-news .news-info .icon-clock{
    background-size: 11px
  }

  .news-list{margin: 0 -15px; padding-bottom: 0}
  .news-list > div{padding: 0 15px;}
  .news-list .card-news.list{margin-bottom: 30px;}
}

@media (max-width:767px) {
  .section-news{ padding-top: 30px; padding-bottom: 20px }
  .section-news .section-title{
    text-align: center;
    padding-right: 25px
  }
  .section-news .section-title h2{
    font-size: 28px
  }
  .section-text-label.news{display: none;}
  .nav-news-tabs{
    float: none;
    margin-right:25px;
    margin-bottom:20px; 
    -ms-flex-pack: center;
    justify-content: center; 
  }
  .nav-news-tabs .nav-link{
    font-size:18px; 
    padding: 5px 8px;
  }
  .card-news{width: 80vw;}
  .card-news h2{font-size: 18px;} 
  .card-service hr{ margin-bottom: 10px }
  .card-service .card-body{padding-top: 15px}
  .card-news .card-footer{ padding-top: 0 }

  .swiper-news{ padding-bottom: 70px }

  .swiper-button-next, .swiper-button-prev{
    width: 35px;
    height: 35px;
  }

  .swiper-button .arrow-left{ left: 15px }
  .swiper-button .arrow-right{left: 8px}

  .swiper-button-next.news,
  .swiper-button-next.service{ right: 25px }

  .swiper-button-prev.news,
  .swiper-button-prev.service{ right: 62px }

  .section-text-label{font-size: 35vw}

  .tab-news-content .btn.viewall{
    width:160px;
    animation-name: fadeIn!important;
    height: 36px;
    line-height: 33px;
  }

  .news-list{padding-top: 20px}
  .news-list .card-news.list{margin-bottom: 15px;}
  .news-list + .buttons{ padding-top: 15px }
}


/*==================================================
    Section - Awards
==================================================*/

.section-awards {
  overflow: hidden;
  padding-bottom: 30px;
}
.section-awards .row > div.left{
  position: absolute;
  top: 0;
  right: 0;
}

.award-text-label{
  position: absolute;
  top: 50px;
  left: 0;
}
.award-text-label span{
  display: block;
  text-align: right;
  color: rgba(40,75,153,0.05);
  line-height: 0.7;
  font-weight: bold;
  font-family: 'Kanit', sans-serif;
}
.award-text-label span.t1{ font-size: 226px; }
.award-text-label span.t2{ font-size: 310px; }

.icon-quote-left,
.icon-quote-right{
  width: 30px;
  height: 30px;
}
.icon-quote-left{ background-image: url(../img/icons/icon-quote-left.png); position: absolute !important; left:-40px; top: 0}
.icon-quote-right{ background-image: url(../img/icons/icon-quote-right.png); margin-left: 10px }

.awards-article{
  display: block;
  position: relative; 
  padding: 20px 40px 0 ;
}

.awards-article h3{
  font-size: 51px;
  color: var(--color-primary);
  line-height: 1.1;
  position: relative;
}
.awards-article h3 .black{
  color: #000;
  display: inline-block;
}
.awards-article h3 .font-md{
  display: block;
  font-size: 36px;
}

.awards-article h3 span{
  position: relative;
  display: inline-block;
}

.awards-article .btn{
  margin-top: 35px;
  width: 350px;
}

.card-awards{
  border:0;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
}

.card-awards:before{
  content: '';
  position: absolute;
  top:-70px;
  left: 10px;
  right: 10px; 
  opacity: 0; 
  height: 100%;
  background: -moz-linear-gradient(top,  rgba(247,248,250,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(247,248,250,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(247,248,250,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-awards h3{
  font-size: 18px;
  color: #1f1f1f;
  opacity: 0.6;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  padding-bottom: 12px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-awards .card-photo {
  display: block;
  margin: 15px auto 5px;
  width: 70%;
  opacity: 0.6;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-awards .card-photo img{ width: 100% }

.swiper-awards-thumb{ margin-right:30px  }

.swiper-awards-thumb .swiper-slide-thumb-active .card-photo,
.pc .swiper-awards-thumb .swiper-slide:hover .card-photo{opacity: 1;}

.swiper-awards-thumb .swiper-slide-thumb-active .card-awards h3,
.pc .swiper-awards-thumb .swiper-slide:hover .card-awards h3{
  opacity: 1;
  color: var(--color-primary);
  border-color: var(--color-red)
}
.swiper-awards-thumb .swiper-slide-thumb-active .card-awards:before{
  opacity: 1;
  top: 0;
}
.swiper-awards a.img-group{
  display: block;
  padding-top: 40px;
}
.swiper-awards a.img-group p{display: none;}
.swiper-awards .frame{
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 500px;
  height: 450px;
  border:20px solid #f0f3fc;
  margin-left: -250px;
}
.swiper-awards img.img{
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
}

.swiper-pagination.awards{
  position: relative;
  padding-top: 30px;
}

.swiper-pagination.awards .swiper-pagination-bullet{ 
  width: 8px;
  height: 8px;
  background-color: rgba(0,0,0,0.12);
  margin:0 4px !important;
}
.swiper-pagination.awards .swiper-pagination-bullet-active{background-color:var(--color-primary)}

/**/
.swiper-awards .img-group{
   -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
      -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.swiper-awards .swiper-slide-active .img-group{ 
 
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
} 

  
.swiper-awards .img-group .frame, 
.swiper-awards .img-group .img{  
    opacity: 1;
    visibility: visible;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms; 

    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
  
.swiper-awards .swiper-slide-active .img-group frame{
   -webkit-animation-delay: 200ms;
    animation-delay: 200ms; 
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
} 
 
.swiper-awards .swiper-slide-active .img-group .img{
   -webkit-animation-delay: 300ms;
    animation-delay: 300ms; 
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.swiper-button-group{
  display: flex;
  margin-top: 110px;
  margin-bottom:40px; 
} 
.swiper-button.awards{
  position: relative;
  top: 0;
  width: 40px;
  height: 40px;
}

.swiper-button.awards .arrow-left, 
.swiper-button.awards .arrow-right{
  width: 12px;
  height: 12px;
  margin-top: -6px;
}

.swiper-button.awards .arrow-left{ left: 17px } 
.swiper-button.awards .arrow-right{ left: 10px; }

.swiper-button-next.awards, 
.swiper-button-prev.awards{
  left: auto;
  right: auto;
}
.swiper-button-next.awards{ margin-left: 2px }

.swiper-pagination.static .swiper-pagination-bullet{ background-color: #ccc}
.swiper-pagination.static .swiper-pagination-bullet-active {
    transform: none;
    background-color: var(--color-primary)
}



@media (max-width:1680px) {
  .award-text-label span{ line-height: 0.8}
  .award-text-label span.t1{font-size: 10vw;}
  .award-text-label span.t2{font-size: 15vw}

  .section-awards .row > div.left{ right: 50px; }

  .swiper-awards .frame{
    width: 26vw;
    height: 24vw;
    margin-left: -13vw;
    border:15px solid #f0f3fc;
  }

  .card-awards h3{font-size: 16px}

  .awards-article h3{font-size: 46px}
  .awards-article h3 .font-md{font-size: 32px}
  .awards-article .btn{ width: 300px; }

  .icon-quote-left, .icon-quote-right{
    width: 28px;
    height: 28px;
  }
}


@media (max-width:1440px) {

  .section-awards{ padding-bottom: 0 }
  .awards-article{ padding-top: 0 }
  .awards-article h3{font-size: 36px; line-height: 1.3}
  .awards-article h3 .font-md{font-size: 28px}
  .awards-article .btn{ max-width: 265px; margin-top: 25px; }
  .swiper-button-group{ margin-top: 80px; }
  .swiper-awards .frame{border-width: 12px;}
  .card-awards h3{font-size: 14px}

  .icon-quote-left, .icon-quote-right {
    width: 22px;
    height: 22px;
  }
}

@media (max-width:1280px) {
  .swiper-awards{ margin-top: 5vw }

  .awards-article h3{font-size: 36px; line-height: 1.5}
  .awards-article h3 .font-md{font-size: 26px}

  .icon-quote-left, .icon-quote-right{
    width: 23px;
    height: 23px;
  }
  .icon-quote-left{ left: -32px; top: 5px }

  .awards-article .btn{ width: 280px; margin-top: 25px }
}

@media (max-width:1024px) {
  .section-awards .row > div.left{ right: 30px; }
  .awards-article .btn{ width: 245px }
 
}

@media (max-width:991.98px) {
  .section-awards{ padding-bottom: 10px }
  .section-awards .row > div.left{
    position: relative;
    right: auto;
  }

  .swiper-awards{ 
    margin-top:0;
    max-width: 400px;
    margin: 40px auto 0 
  }

  .swiper-awards .frame {
    width: 46vw;
    height: 44vw;
    margin-left: -23vw;
  }

  .swiper-button-group{
    margin-top: 0;
    position: absolute;
    top: 130px;
    right: 0;
  }

  .awards-article{
    padding-left: 0
  }
}

@media (max-width:767px) {
  .award-text-label{display: none;}
  .awards-article{ padding: 0 0 0 10px}
  .awards-article h3{font-size: 24px; line-height: 1.5}
  .awards-article h3 .font-md{font-size: 20px}

  .swiper-awards{ max-width: 280px; }
  .swiper-awards .frame {
    width: 100%;
    height:60vw;
    margin-left:0;
    left: 0;
    border-width: 9px 
  }
  .swiper-awards a.img-group{ padding-top: 20px }

  .icon-quote-left, .icon-quote-right{
    width: 16px;
    height: 16px;
  }
  .icon-quote-left{ left: -22px; top: 5px }
  .icon-quote-right{ margin-left: 5px; top: 2px; }

  .swiper-button-group{
    position: relative;
    top: auto;
    display: none;
  }

  .award-text-label{
    left: auto;
    right: 10px
  }

  .award-text-label span.t1{font-size: 17vw;}
  .award-text-label span.t2{font-size: 23vw}

  .swiper-pagination.static.awards { padding-top: 0; }

  .awards-article .btn{ 
    margin-top:15px; 
    height: 36px;
    line-height: 33px; 
  }
  .swiper-awards a.img-group p{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 20px 0 10px;
    display: block;
  } 

  .swiper-pagination.awards{
    position: relative;
    padding-top: 0;
    bottom: 0
  }

}
@media (max-width:576px) {
  .awards-article .btn{ width:190px }
}

/*==================================================
    Section - Credit Rating
==================================================*/

.credit-rating{
  display: block;
  background-color:#051973;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/thumb/photo-credit-rating.png);
  padding: 40px;
  color: #fff;
  position: relative; 
  margin-right:-40px; 
}
.credit-rating h2{
  font-size: 67px;
  color: var(--color-secondary);
  font-weight: bold;
  line-height: 0.9;
  padding-bottom: 5px;
  padding-top: 35px;
}
.credit-rating h2 span{
  display: block;
  color: #fff;
  font-size: 48px;
}

.credit-rating .buttons{
  padding:20px 0 25px;
  text-align: left;
}
.credit-rating .buttons .btn{
  width: 100%;
  max-width: 312px;
  padding: 0;
}
.credit-rating .buttons .btn .icons{
  margin-right: 8px;
}

.credit-rating .buttons .btn:hover{
  background-color: transparent;
  color: #fff;
  border-color: #fcfcfc
}

.credit-rating .grade{
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: var(--color-primary);
  color: #fff;
  padding:20px 40px 25px 30px;
}
.credit-rating .grade h6{
  font-size: 32px;
  color: var(--color-secondary);
  font-weight: bold;
}
.credit-rating .grade h3{
  margin: -20px 0 15px 30px;
  font-size:200px;
  text-align: center;
  line-height: 0.8;
  font-weight: bold;
  font-style: normal; 
  font-family: 'Superspace';
  position: relative;
  overflow: hidden;
}
.credit-rating .grade h3 span{
  display: inline-block;
  margin-right:-50px; 
}

.icon-download{
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-image: url(../img/icons/icon-download.png);
}
.icon-download:before{
  background-image: url(../img/icons/icon-download-white.png);
}

.credit-rating p{
  font-size: 24px;
  font-family: var(--font-standard);
  margin: 0
}
.credit-rating p .font-lg{
  color: var(--color-secondary);
  font-size: 30px;
}
.credit-rating p.note{
  font-size: 16px;
  font-family: var(--font-standard);
  color: var(--color-secondary);
}
.pc .credit-rating p a:hover{ color: #fff }

.set-tip{
  display: block;
  max-width: 620px;
  margin-left: auto;
}


@media (max-width:1680px) {
  .credit-rating h2{font-size: 50px;}
  .credit-rating h2 span{font-size: 36px}

  .credit-rating .grade h3{font-size: 160px;}
  .credit-rating .grade h3 span{margin-right: -20px}

  .credit-rating p{font-size: 18px;}
  .credit-rating p .font-lg{font-size: 22px}
  .credit-rating p.note{font-size: 15px}

  .set-tip{ padding-left: 27px }
}


@media (max-width:1550px) {
  .credit-rating{ margin-right: 0; height: 100%}

  .credit-rating h2{font-size: 50px; padding-top: 20px}
  .credit-rating h2 span{font-size: 34px}

  .credit-rating .grade h3{font-size: 120px;}
  .credit-rating .grade h3 span{margin-right: -30px}
  .credit-rating .grade h6{font-size: 26px}

  .credit-rating .buttons{ padding: 10px 0 20px }
  .credit-rating .buttons .btn{
    font-size: 20px;
    height: 50px;
    line-height: 48px;
    max-width: 260px;
  }
  .icon-download{
    width: 25px;
    height: 25px
  }
}

@media (max-width:1400px) {
  .credit-rating p{font-size: 16px;}
  .credit-rating p .font-lg{font-size: 20px}
  .credit-rating p.note{font-size: 14px}
}

@media (max-width:1300px) {
  .credit-rating h2{font-size: 40px; padding-top: 0}
  .credit-rating h2 span{font-size: 34px}

  .credit-rating .grade{ padding-right: 20px; padding-bottom: 10px }
  .credit-rating .grade h3{font-size: 80px; margin-top:-5px}
  .credit-rating .grade h3 span{margin-right: -20px}
  .credit-rating .grade h6{font-size: 22px}
 
  .credit-rating .buttons .btn{
    font-size: 18px;
    height: 45px;
    line-height: 43px;
    max-width: 200px;
  }


  .set-tip{ padding-left: 0; max-width: 100% }
}

@media (max-width:991.98px) {
  .set-tip{
    margin-top: 30px
  }
}


@media (max-width:767px) {

  .credit-rating{
    padding:35px 25px;
    margin:0 -25px
  }
  .credit-rating h2{
    font-size: 30px
  }
  .credit-rating h2 span{font-size: 24px}
  .credit-rating .grade{
    position: relative;
    right: auto;
    top: auto; 
    margin-bottom:20px;
    margin-top: 30px;
    padding: 10px 30px 10px
  }
  .credit-rating .grade h3 span{
    margin: 0
  }

  .credit-rating .grade h6{font-style: 18px;}

  .credit-rating p{font-size: 16px;}
  .credit-rating p .font-lg{font-size: 20px} 

  .set-tip{
    margin-top: 25px
  }


}

/*==================================================
    Page - Tip Attention
==================================================*/

.section-attention{ margin-bottom: 20px; padding-top: 0 }

.section-attention .section-title{
  margin-bottom: 70px;
  margin-top: 70px;
}

.section-attention .background-color{
  position: absolute;
  top: 0px;
  left:150px;
  right: -40vw;
  bottom: 80px;
  background-color: #f7f7f7
}

.card-garage-wrap{
  margin-top:20px;
  margin-bottom:80px;
}

.card-garage{
  display: block;
  border:0;
  padding: 20px;
  background-color:var(--color-primary);
  color: #ffffff !important;
  height: 100%;
}
.card-garage .icon{
  display: block;
  width: 50px;
  margin-top: 5px;
  margin-bottom: 15px
}
.card-garage .icon img{
  width: 100%;
}
.card-garage h3{
  font-size: 24px;
  line-height: 1.2
}

.card-garage hr {
  height: 3px;
  width: 25px;
  border-top: 3px solid var(--color-red);
  margin: 20px 0 10px;
  float: left;
}
.card-garage p{
  font-family: var(--font-standard);
  font-size: 17px;
  margin-bottom: 10px;
}

.pc .card-garage:hover{ background-color: #1044b4}

.tip-flash-claim{ 
  position: relative; 
}
.tip-flash-claim img.logo{
  height: 45px;
  margin:0 auto;
  display: block;
}
.tip-flash-claim .btn{
  height: 45px;
  line-height: 41px;
  width: 100%;
  font-size: 14px;
  padding: 0; 
  font-size: 20px;
}
.tip-flash-claim .btn .icon{
  position: relative;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width:9px;
  height: 9px;
  margin-left: 3px;
  transition: all 0.3s ease-in-out;
}
.tip-flash-claim .btn .icon > span{
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  width: 100%;
  height: 100%;
}
.pc .tip-flash-claim .btn:hover .icon > span{left: 8px;}

.attention-photo{
  position: relative;
  display: block;
  height: 100%
}
.attention-photo .caption{
  position: absolute;
  top: auto;
  left:30px;
  right:30px;
  bottom: 30px;
  z-index: 9;
  color: #ffffff;
  padding:20px 40px 30px;
  text-shadow: 0 0 5px rgba(0,0,0,0.25);

  background-color: rgba(0,0,0,0.14);
}
.attention-photo .caption h2{
  line-height: 1.3
}
.attention-photo .caption p{
  font-size: 28px;
  margin-bottom: 0
}

@media (max-width:1680px){
  .card-garage h3{font-size: 20px}
  .card-garage p{font-size: 15px}
  .card-garage .icon{ width: 45px }

  .section-attention .section-title {
    margin-bottom: 60px;
    margin-top: 50px;
  }
  .attention-photo .caption p{font-size:25px }
}

@media (max-width:1440px){
  .section-attention{ padding-top: 0 }
  .section-attention .section-title {
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .card-garage-wrap{
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-garage-wrap > div{
    padding: 0 10px;
  }

  .tip-flash-claim img.logo{height: 40px}
  .tip-flash-claim .btn{
    height: 40px;
    line-height: 36px;
    font-size: 17px;
  }
  .tip-flash-claim .btn .icon{
    width: 8px;
    height: 8px;
  }

  .attention-photo .caption h2{font-size: 32px}
  .attention-photo .caption p{font-size:22px }
}

@media (max-width:1280px){
  .card-garage h3{font-size: 18px}
  .card-garage .icon {width: 35px;}
  .card-garage hr{margin:15px 0 10px;}
  .card-garage p br{display: none;}

  .attention-photo .caption h2{font-size: 28px}
  .attention-photo .caption p{font-size: 20px}

  .tip-flash-claim img.logo{height: 32px}
}

@media (min-width:992px) and (max-width:1199px) {
  .card-garage p{font-size: 13px}
}

@media (max-width:991.98px){
  .section-attention{
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .section-attention .background-color{display: none;}
  .attention-photo{
    height: 40vh;
    margin: 0 -50px;
  }

  .attention-photo .caption{
    left: 50px;
    right: 50px;
  }
  .card-garage-wrap{ margin-bottom: 30px }

  .tip-flash-claim{
    margin: 0 -50px;
    padding: 30px 50px;
    background-color: #f1f1f1
  }

  .section-attention .section-title{margin-top: 25px}

}

@media (max-width:767px){
  .section-attention .section-title{margin-bottom: 25px}

  .card-garage-wrap,
  .tip-flash-claim .row{
    margin-right: -5px;
    margin-left: -5px;
  }
  .card-garage-wrap > div,
  .tip-flash-claim .row > div{
    padding: 0 5px;
  }

  .attention-photo{margin: 0 -25px}
  .attention-photo .caption{
    padding: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.34)
  }

  .attention-photo .caption h2{font-size: 18px; margin-bottom: 5px}
  .attention-photo .caption p{font-size: 15px; line-height: 1.2; font-weight: 300}

  .tip-flash-claim img.logo{height: 27px}

  .card-garage p{font-size: 14px}

}

/*==================================================
    Page - Product
==================================================*/
.nav-product-tabs .nav-item{
  width: 14.285%
}
.nav-product-tabs .nav-link{
  height: 245px;
  padding-left: 25px;
  padding-bottom: 25px;
  color: #989898;
  font-size: 25px;
  background-color: #f1f2f4 !important;
  position: relative;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.nav-product-tabs .group{
  position: relative;
  z-index: 9
}
.nav-product-tabs h3{
  font-size: inherit;
  line-height: 1.2;
  color: inherit;
  height: 60px;
}
.nav-product-tabs hr{
  height: 4px;
  width: 30px;
  border-top: 4px solid var(--color-red);
  margin: 35px 0 0;
  float: left;
}

.nav-product-tabs .background{
  background-blend-mode: luminosity;
  background-color: #f1f2f4;
  opacity: 0.15
}
.nav-product-tabs .nav-link.active,
.pc .nav-product-tabs .nav-link:hover{
  background-color:var(--color-primary)!important;
  color: #ffffff;
}
.nav-product-tabs .nav-link.active .background,
.pc .nav-product-tabs .nav-link:hover .background{
  background-blend-mode: unset;
  background-color:var(--color-primary);
  opacity: 0.2;
  color: #ffffff;
}


@media (max-width:1680px){
  .nav-product-tabs .nav-link{
    font-size: 22px;
    padding-left: 20px;
    height: 230px;
  } 
  .nav-product-tabs hr{margin-top: 25px}
}

@media (max-width:1440px){
  .nav-product-tabs .nav-link{
    font-size: 19px; 
    height: 200px
  } 
  .nav-product-tabs h3{height: 45px}
  .nav-product-tabs hr{border-width: 3px; width: 25px;}
}

@media (max-width:1280px){
  .nav-product-tabs .nav-link{
    font-size: 18px; 
    padding-left: 15px;
    height: 190px;
  }
  .nav-product-tabs hr{margin-top: 15px}
}

@media (max-width:1199px){
  .nav-product-tabs{
    margin-left: -100px;
    margin-right: -100px;
  }
}

@media (max-width:1024px){
  .nav-product-tabs{
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media (max-width:991.98px){
  .nav-product-tabs{
    display: block;
    font-size: 0;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    overflow-x: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  .nav-product-tabs .nav-item{ 
    width: 155px;
    display: inline-block;
    vertical-align: top; 
  }
}

@media (max-width:767px){
  .nav-product-tabs{
    margin-left: -25px;
    margin-right: -25px;
  }

  .nav-product-tabs .nav-item{ 
    width: auto;
    min-width: 100px;
    display: inline-block;
    vertical-align: top; 
  }

  .nav-product-tabs .nav-link{
    font-size: 15px; 
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    height: 130px;
  }
  .nav-product-tabs h3{height: 45px}
  .nav-product-tabs hr{margin-top: 10px;border-width: 2px}
}

/*==================*/
.section-banner.product{padding: 0}
.section-banner.product .caption{
  display: block;
  text-align: center;
  padding: 9vw 0;
}
.section-banner.product h2{
  position: relative;
  color: #ffffff;
  font-size: 70px;
  display: inline-block;
  padding-left:80px;
  padding-right:80px;
}

.section-banner.product h2 .icons{
  width: 55px;
  height: 55px;
  position: absolute;
}

.section-banner.product .icon-quote-left{background-image: url(../img/icons/icon-quote-left-2.png);   top: 2%; left: 0}
.section-banner.product .icon-quote-right{background-image: url(../img/icons/icon-quote-right-2.png); bottom: 36%; right: 0; margin-left: 0}

.section-banner.product .icon-list{
  margin: 20px auto 0;
  padding: 0;
  list-style-type: none;
  display: flex; 
  -ms-flex-pack: center;
  justify-content: center;
}
.section-banner.product .icon-list li{
  padding: 0 50px;
  display: flex; 
  color: #ffffff;
  position: relative;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section-banner.product .icon-list li:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: 1px solid #ffffff; 
}
.section-banner.product .icon-list li:nth-child(3):before{display: none;}

@media (min-width:768px){
  .section-banner.product .icon-list li:nth-child(1){animation-delay: 0.6s;}
  .section-banner.product .icon-list li:nth-child(2){animation-delay: 0.8s;}
  .section-banner.product .icon-list li:nth-child(3){animation-delay: 1s;}
}

@media (max-width:767px){
  .section-banner.product .icon-list li:nth-child(1){animation-delay: 0.4s;}
  .section-banner.product .icon-list li:nth-child(2){animation-delay: 0.6s;}
  .section-banner.product .icon-list li:nth-child(3){animation-delay: 0.8s;}
}


.section-banner.product .icon-list .icon{
  width: 80px;
  height: 80px;
  display: inline-block;
  position: relative;
  bottom: -3px;
}
.section-banner.product .icon-list .icon img{ width: 100% }

.section-banner.product .icon-list .number{
  font-size: 75px;
  color: #a1dfff;
  font-weight: bold;
  line-height: 0.8;
  margin: 0 10px;
}

.section-banner.product .icon-list h4{
  color: inherit;
  text-align: left;
  line-height: 1.1;
  font-size: 30px;
}
.section-banner.product .icon-list h4 span{display: block;}
.section-banner.product .icon-list h4 span:nth-child(2){font-size:20px }

/**/

.section-product .title-list{
  position:relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.section-product .title-list li{
  display: block;
  padding: 0;
  margin:0;
  font-size: 50px;
  color: var(--color-primary);
  font-weight: 600;
  line-height: 1.3;
  display: none;
}
.section-product .title-list li span{ color: #000000 } 


.section-product .title-list li.active,
.section-product .title-list li:first-child{
  display: block;
}



.section-product .section-title{ padding-bottom: 65px; }
.section-product .section-title .btn{float: right;}

.product-content .row{
  margin:0 -25px;
}
.product-content .row > div{  
  padding: 0 25px 80px;
}
.product-content .row.download > div{ padding-bottom: 20px }
.card-product {
  height: 100%;
}
.card-product .card-body{
  background-color: #ebedef;
  padding: 25px 30px;
  transition: all 0.2s ease-in-out;
  min-height: 170px;
}
.card-product h2{
  font-size: 28px;
  color: var(--color-primary);
  margin-bottom: 2px;
}
.card-product h2 span{
  font-size: 24px;
}
.card-product h2 a{
  color: inherit;
}
.card-product p{
  font-size: 20px;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
  line-height:1.25
}
.pc .card-product:hover .card-body{
  background-color: var(--color-primary)
}
.pc .card-product:hover h2{color: #ffffff;}
.pc .card-product:hover p{color: #52b6fa;}

.filter-list .item{display: none;}
.filter-list .item.pd_type_01{display:block;}

.page-button-group{
  display: flex;
  position: relative;
  -ms-flex-pack: end;
  justify-content: flex-end; 
}
.page-button-group .swiper-button-next, 
.page-button-group .swiper-button-prev{
  position: relative;
  left: auto;
  right: auto;
}
.page-button-group .swiper-button-prev{margin-right: 1px}

.section-buy-insurance{
  background-color: #17336f;
  padding: 45px 0;
}
.section-buy-insurance .d-flex{
  -ms-flex-pack: center;
  justify-content: center;
}
.section-buy-insurance .btn-link{
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  padding: 0 50px;
  height: auto;
  line-height: inherit;
  position: relative;
  border:0 !important;
  box-shadow: 0!important;
  text-decoration: none;
}

.section-buy-insurance .btn-link:hover{
  color: var(--color-secondary)
}

.section-buy-insurance .btn-link:before{
  content: '';
  position: absolute;
  right: 0;
  top: -10px;
  bottom: -10px;
  width: 1px;
  background-color: rgba(255,255,255,0.4);
}
.section-buy-insurance .btn:not(.btn-link){
  margin:0 50px;
  padding: 0 35px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3)
}

.section-buy-insurance .btn.has-line{
  border-width: 1px 
}
.pc .section-buy-insurance .btn.has-line:hover{
  background-color: var(--color-red);
  border-color: var(--color-red)
}

@media (max-width:1680px){
  .section-product{padding-top: 55px}
  .section-product .section-title{ padding-bottom: 55px; }
  .section-product .title-list li{font-size: 45px}

  .product-content .row{margin:0 -20px;}
  .product-content .row > div {padding: 0 20px 70px;}
  .card-product .card-body{ min-height: 150px }
  .card-product h2{font-size: 25px}
  .card-product p{font-size: 18px}

  .section-buy-insurance{ padding: 40px 0; }
  .section-buy-insurance .btn-link{ font-size:28px }

  .section-banner.product h2{font-size: 60px; padding-left: 60px; padding-right: 60px}
  .section-banner.product h2 .icons{ width: 45px; height: 45px }

  .section-banner.product .icon-list .icon{ width: 72px; height: 72px; }
  .section-banner.product .icon-list .number{font-size: 65px}
  .section-banner.product .icon-list h4{font-size: 25px}
  .section-banner.product .icon-list h4 span:nth-child(2){font-size: 17px}
}

@media (max-width:1440px){
  .section-product{padding-top: 45px}
  .section-product .section-title{ padding-bottom: 45px; }
  .section-product .title-list li{font-size: 36px}

  .product-content .row > div{ padding-bottom: 60px }

  .page-button-group{ padding-bottom: 15px }

  .section-banner.product h2{font-size:50px; padding-left: 45px; padding-right: 45px}
  .section-banner.product h2 .icons{ width: 35px; height: 35px }

  .section-banner.product .icon-list li{padding: 0 30px;}
  .section-banner.product .icon-list .icon{width: 65px; height: 65px; }
  .section-banner.product .icon-list .number{font-size: 60px} 

  .product-content .row.download > div{ padding-bottom: 10px } 
}

@media (max-width:1024px){
  .section-product{padding-top: 35px}
  .section-product .section-title{ padding-bottom: 35px; }
  .section-product .title-list li{font-size: 30px}

  .product-content .row{margin:0 -15px;}
  .product-content .row > div {padding: 0 15px 50px;} 

  .card-product .card-body{padding: 20px 20px ;min-height: 115px}
  .card-product h2,
  .card-product h2 span{font-size: 21px}
  .card-product h2{ margin-bottom: 7px }
  .card-product p{font-size: 16px}

  .section-buy-insurance{padding: 30px 0;}
  .section-buy-insurance .btn-link{ font-size:22px }
  .section-buy-insurance .btn-link::before {top: -5px; bottom: -5px}

  .section-banner.product h2 {font-size: 34px; padding-left: 35px; padding-right: 35px}
  .section-banner.product h2 .icons{ width: 22px; height: 22px } 

  .section-banner.product .icon-list li{
    padding: 0 20px;
    display: block; 
    width: 33.333%;
    text-align: center;
  }
  .section-banner.product .icon-list li span{
    display: block; 
  }
  .section-banner.product .icon-list li .group{display: flex;}
  .section-banner.product .icon-list .icon{width: 45px; height: 45px; }
  .section-banner.product .icon-list .number{
    font-size: 35px; 
    margin:10px 0;
   }  
  .section-banner.product .icon-list h4{ font-size: 21px;text-align: center;} 
  .section-banner.product .icon-list h4 span:nth-child(2){font-weight: 300;  margin-top: 3px}

  .product-content .row.download > div{ padding-bottom: 0px }
}

@media (max-width:767px){
  .section-product .title-list{
    text-align: center;
  }
  .section-product .title-list li{font-size: 26px}
  .section-product .section-title .btn{
    float: none;
    width: 173px;
    display: block;
    margin: 15px auto 0;
    padding: 0 0;

    height: 36px;
    line-height: 32px;
  }

  .card-product .card-body{ min-height: 0 }
  .product-content .row > div{ padding-bottom: 25px }

  .page-button-group{
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-buy-insurance .d-flex{
    display: block !important;
    text-align: center;
  }
  .section-buy-insurance .btn-link{padding: 0}
  .section-buy-insurance .btn-link::before{display: none;}
  .section-buy-insurance .btn:not(.btn-link){margin:15px auto 5px;}

  .section-banner.product h2 {font-size: 25px; padding-left: 20px; padding-right: 0}
  .section-banner.product h2 .icons{ width: 16px; height: 16px } 
  .section-banner.product h2 .icon-quote-right{
    position: relative;
  }

  .section-banner.product .icon-list{
    display: block;
    max-width: 250px;
    margin: 20px auto 0
  }
  .section-banner.product .icon-list li{
    width: 100%;
    display: flex;
    text-align: left;
    padding: 10px 0 10px 40px;
  }
  .section-banner.product .icon-list li::before {display: none;}
  .section-banner.product .icon-list .number{
    margin: 0 10px 0 0; 
    font-size: 30px;
    position: absolute;
    left: 0;
    bottom: 12px;
  }
  .section-banner.product .icon-list .icon {width: 40px;height: 40px; margin-right: 10px; bottom: 0}
  .section-banner.product .icon-list h4{ font-size: 20px;text-align: left;} 

  .product-content .row.download > div{ padding-bottom: 0 }
}


/*==================================================
    Page - CSR
==================================================*/
.section-csr-innovation .container-fluid{
  padding-right: 0
}
.section-csr-innovation .background{
  position: relative;
}
.article.innovation .section-title{ margin-bottom:3.5vw;  }
.article.innovation .section-title p{font-size: 26px;}

hr.line-default{
  height: 4px;
  width: 30px;
  border-top: 4px solid var(--color-red);
  margin-left: 0;
}
.article.innovation hr{
 margin-bottom:2vw; 
 margin-top: 0;
}

.article.innovation p{
  font-family: var(--font-standard);
  max-width: 550px;
}
.article.innovation .buttons{
  padding: 3vw 0 0;
  margin:0 -10px;
  display: flex;
  max-width: 600px;
}
.article.innovation .buttons .btn{
  margin: 0 10px;
  width: 50%;
}

@media (max-width:1680px){
  .article.innovation {
    padding-right: 5vw;
  }
  .article.innovation .section-title p{font-size: 22px}
}

@media (max-width:1440px){
  .article.innovation {padding-left: 50px;}
  .article.innovation hr{ margin-bottom: 1.5vw; }
  .article.innovation .buttons{ padding: 2vw 0; }
}


@media (max-width:1024px){
  .article.innovation {
    padding-left: 20px;
    padding-right: 20px
  }

  .article.innovation .section-title p{font-size: 18px}
}

@media (max-width:991.98px){
  .section-csr-innovation{ padding-top: 0 }
  .section-csr-innovation .container-fluid{
    padding-right: 30px
  }
  .section-csr-innovation .background{margin: 0 -30px;}
  .article.innovation{ padding-top: 30px; }

  .article.innovation .buttons{max-width: 450px;}
}

@media (max-width:767px){
  .article.innovation{
    padding: 20px 0;
  }
  .article.innovation .buttons .btn{
    padding: 0;
    margin:0 5px;
    font-size: 14px;
  }
  .article.innovation .buttons .btn .icons{
    width: 20px;
    height: 20px;
    margin-top: -2px;
  }

  .article.innovation .section-title{
    margin-bottom: 7.5vw
  }
  .article.innovation .section-title p{font-size: 16px}
  hr.line-default{
    border-width:  2px; 
  }
  .article.innovation hr {
    margin-bottom: 2.3vw;
  }
}



/*=============== CSR - VIDEO ================*/

.section-csr-video{ padding: 0 !important }
.section-csr-video .background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}

.section-csr-video .video-link{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.article.csr-video{
  padding: 14vw 0 6vw 0;
  display: block;
  color: #ffffff;
  max-width: 565px;
}
.article.csr-video .video-btn{
  position: relative;
  top: auto;
  left: auto;
  margin:0 0 25px 20px;
  transform:none; 
  padding: 0;
  width: 25px;
  height: 38px;
}
.article.csr-video .video-btn span{
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.article.csr-video .video-btn:before,
.article.csr-video .video-btn:after{
  width: 65px;
  height: 65px;
}
.article.csr-video hr{
  margin:15px 0 30px;
}
.article.csr-video p{
  font-size: 16px;
  font-family:var(--font-standard);
}


@media (max-width:767px){
  
  .article.csr-video{
    padding-top: 20vw
  }
  .article.csr-video p{font-size: 13px}
  .article.csr-video hr{margin-top: 20px; margin-bottom: 10px; }
  .article.csr-video .video-btn{margin-left: 10px}
  .article.csr-video .video-btn::before, 
  .article.csr-video .video-btn::after {
    width: 45px;
    height: 45px;
  }
  .article.csr-video .video-btn span {
    left: 9px;
    border-left: 14px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
  }
}

/*=============== CSR - Tabs ================*/

.section-csr-tabs{
  padding: 35px 0;
  background-color: #ebebeb
}

.csr-tab-item{
  background-color: var(--color-primary);
  color: #ffffff !important;
  color: #b4d6ff;
  text-align: center;
  font-size: 20px;
  padding: 30px 0;
  width: 240px;
  margin: 0 7px;
  border:2px solid var(--color-primary);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.csr-tab-item:nth-child(1){background-color: #4b75ce; border-color:#4b75ce }
.csr-tab-item:nth-child(2){background-color: #2b55b2;border-color:#2b55b2}
.csr-tab-item .icons{
  margin: 0 auto 10px;
}
.csr-tab-item h3{
  font-size: inherit;
  font-weight: 400;
}
.pc .csr-tab-item:hover{border-color: #b2fdff}

.section-csr-calendar{
  padding: 0;
}
.section-csr-calendar .row > div.left,
.section-csr-calendar .row > div.right{
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-csr-calendar .row > div.left{
  padding-right: 40px;
}
.section-csr-calendar .row > div.right{
  padding-left: 60px;
}

.section-csr-calendar .background-color{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -100vw;
  background-color: #f1f2f4;
}
.calendar-content .hgroup {
  display: block;
  padding-bottom: 50px
}
.calendar-content .hgroup .icons{
  margin-bottom:5px;
  width: 42px;
  height: 42px;
}
.calendar-content .input-text{
  font-size: 20px;
  color: #b4b4b4;
  padding-bottom: 10px;
}
.calendar-content .input-block{
  max-width: 245px;
}
.calendar-content .custom-select{
  height: 45px;
  line-height: 41px;
  /*background:#f2f2f2 url("../img/icons/icon-arrow-option-2.svg") no-repeat right 15px center/12px 20px;
  color: #ffffff;*/
  font-size: 20px;
  font-family:'Superspace','Noto Serif TC', sans-serif
}
.calendar-content .custom-select:not(.default){
  background:#3869d3 url("../img/icons/icon-arrow-option.svg") no-repeat right 15px center/12px 20px;
  color: #fff
}

.calendar-content .date-group{ 
  width: 190px;
  padding-top: 10px; 
  float: right;
  position: relative;
}
.calendar-content .date-group:before{
  content: '';
  position: absolute;
  top: 0;
  left: -70px;
  bottom: 0;
  border-left:1px solid rgba(255,255,255,0.7);
}
.calendar-content .date-group h4{
  font-size: 28px;
  line-height: 0.8
}
.calendar-content .date-group h3{
  font-size: 33px;
  line-height: 0.8
}
.calendar-content .date-group .date{
  font-size: 140px;
  color: var(--color-primary); 
  font-weight: bold;
  line-height: 0.8;
  padding-left:15px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.news-content .news-button{
  display:flex; 
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin:0 -10px 30px;
}
.news-content .news-button .btn{
  font-size: 21px;
  height: 50px;
  line-height: 46px;
  font-weight: 400;
  width: 250px;
  margin:0 10px;
}
.pc .news-content .news-button .btn:hover{
  background-color: #ff2d36;
  border-color: #ff2d36;
}

.news-content .news-info{
  display: block;
  padding: 15px 0 25px;
}
.news-content .news-info .icon-map{
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/icon-map.svg);
  vertical-align: middle;
  margin-right:5px;
}
.news-content .news-info h5{
  font-size: 25px;
  margin-bottom: 5px;
}
.news-content .news-info .date{
  display: block;
  padding-left: 38px;
  font-size: 17px
}
.news-content .news-info .date svg{
  width: 15px;
  height: 17px;
  margin-right: 5px;
}
.news-content .news-info .date .line{display: inline-block; padding: 0 5px}
.news-content .news-info .date.blue{ color: #417cb8;padding: 0 }
.news-content .news-info .date.blue svg path{fill: #417cb8}

.news-content .news-article p{
  font-size: 28px;
  margin:30px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  color: #000
}

.news-detail{
  display: block;
  max-width: 1000px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  font-family: var(--font-standard);
  font-size: 18px; 
  text-indent: 40px;
}

.news-detail.report{
  text-indent:60px;
}

.table-document{
  width: 100%;
  max-width: 780px;
  margin: 20px auto 0;
}
.table-document td{
  padding: 10px 0;
  line-height: 1.7
}
.table-document td.title{width:90px}
.table-document .text-indent{text-indent: 90px;}

.calendar-datepicker{
  display: block;
  position: relative;
  background-color: #ffffff;
  padding:20px 40px;
  margin-top: 50px;
}
.calendar-datepicker.gray-bg{
  background-color: #f9f9f9
}
.datepicker-inline table{
  width: 100%;
  text-align: center;
  font-size: 21px;
}

.datepicker-inline table tr td, 
.datepicker-inline table tr th{
  height: 60px
}

.datepicker-inline table thead tr:nth-child(2){display: none;}
.datepicker-inline table tbody tr td, 
.datepicker-inline table tbody tr th{
  color: #727272;
}
.datepicker-inline table tbody tr td{cursor: pointer;}
.datepicker-inline table tbody tr td.old,
.datepicker-inline table tbody tr td.new{
  opacity: 0.2;
}

.datepicker-inline table tbody tr td span{
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  line-height: 37px;
}
.datepicker-inline table tbody tr td.active span{
  color: #ffffff;
  background-color: #da1617;
}
.datepicker-inline table tbody tr td.today span{
  color: #ffffff;
  background-color: #3869d3;
}

/*============*/


.datepicker-dropdown{
  padding: 10px;
}
.datepicker-dropdown table tr td, 
.datepicker-dropdown table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    font-size: 14px; 
}

.datepicker-dropdown table tr th{
  font-weight: 500;  
}
.datepicker-dropdown table tr th.prev,
.datepicker-dropdown table tr th.next{cursor: pointer; position: relative;}

.pc .datepicker-dropdown table tr th.prev:hover,
.pc .datepicker-dropdown table tr th.next:hover{color: var(--color-yellow)}

.datepicker-dropdown .arrow-left,
.datepicker-dropdown .arrow-right{
  width: 10px;
  height: 10px;
  top: 10px;
}

.datepicker-dropdown .arrow-left{left: 10px;}
.datepicker-dropdown .arrow-right{ left: 10px; }
.datepicker-dropdown table tr td.new, 
.datepicker-dropdown table tr td.old {
    color: #777;
    font-weight: 300;
}

.datepicker-dropdown table tr td.day:hover, 
.datepicker-dropdown table tr td.focused {
    background: #eee;
    cursor: pointer;
}
.datepicker-dropdown table tr td.today {
    color: #fff;
    background-color:var(--color-primary);
    border-color:var(--color-primary);
}
.datepicker-dropdown table tr td.active {
    color: #fff;
    background-color:var(--color-secondary);
    border-color:var(--color-secondary);
}
.news-content.sm:not(.highlight){
  background-color: #f9f9f9;
  padding: 50px 60px;
}
.news-content.sm h2{
  color: var(--color-primary);
  line-height: 1.3;
  margin-bottom: 5px
}
.news-content.sm h3{
  font-size: 32px;
  color: var(--color-primary);
}
.news-content.sm .news-info{ text-align:left; }
.news-content.sm .news-info h5{font-size: 20px;}
.news-content.sm .news-info .icon-map{width: 20px;height: 20px;}
.news-content.sm .news-info .date{padding-left: 0}
.news-content.sm .news-info .date svg{width: 13px; margin-left: 4px;}
.news-content.sm .news-article p{
  white-space: normal;
  overflow: visible;
  font-size: 18px;
  font-family: var(--font-standard);
}

.news-content .news-article p.text-limit-4{
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.pc .news-content.sm a.card-photo:hover .photo {
    transform: scale(1.1,1.1);
}
.pc .news-content.sm h2 a:hover{ color: var(--color-secondary) }

.news-content.highlight{margin-right: 100px; margin-top: 60px; min-height: 450px}
.news-content.highlight p.readmore{text-align: right;}
.news-content.highlight p.readmore a{color:#3080cb; font-size: 24px;font-family: 'Superspace','Noto Serif TC', sans-serif}
.pc .news-content.highlight p.readmore a:hover{ color: var(--color-primary) }
.news-content.highlight .buttons{
  margin: 0 -10px;
  padding-bottom: 0;
  padding-top: 50px;
}
.news-content.highlight .buttons .btn{
  margin: 0 10px;
  padding:0 20px;
}

@media (max-width:1680px){
  .section-csr-calendar .row > div.left, 
  .section-csr-calendar .row > div.right {
    padding-top:60px;
    padding-bottom:60px;
  }
  .calendar-content .hgroup{ padding-bottom: 35px }
  .calendar-content .hgroup .icons{
    width: 30px;
    height: 30px;
  }
  .calendar-content .date-group{padding-bottom: 10px;}
  .calendar-content .date-group:before { left: -60px }
  .calendar-content .date-group .date{
    font-size: 120px;
    margin-top: 10px;
    margin-bottom: 25px; 
  }
  .calendar-content .date-group h4{font-size: 25px}
  .calendar-content .date-group h3{font-size: 28px}

  .calendar-content .input-block{max-width: 220px;}
  .csr-tab-item{
    padding: 25px 0;
    width: 220px;
  }
  .news-content .news-info h5{font-size: 21px}
  .news-content .news-info .icon-map{ word-spacing: 20px; height: 20px; margin-right: 2px; }
  .news-content .news-info .date{ padding-left: 33px; font-size: 16px}
  .news-content .news-info .date svg{ width: 14px; height: 16px }
  .news-content .news-button .btn {
    font-size: 19px;
    height: 45px;
    line-height: 41px;
    width: 220px;
  }

  .news-content .news-article p{font-size: 25px; margin-top: 25px}

  .calendar-datepicker{margin-top: 30px}
}


@media (max-width:1440px){
  .section-csr-tabs{padding: 25px 0;}
  .csr-tab-item{
    padding: 20px 0;
    width: 200px;
    font-size: 18px;
  }

  .calendar-content .date-group{width: 100%; padding-left: 3.5vw;}
  .calendar-content .date-group::before {left:10px}

  .calendar-content .custom-select{font-size: 18px}

  .calendar-datepicker{
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
  .datepicker-inline table{
    font-size: 19px
  }
  .datepicker-inline table tr td, .datepicker-inline table tr th{
    height: 51px;
  }
  .datepicker-inline table tbody tr td span{
    line-height: 40px;
  }

  .news-content.highlight{ min-height: 340px; }

  .news-content.sm h3{font-size: 28px}
  .news-content.sm .news-article p{font-size: 16px}
  .news-content.highlight p.readmore a{font-size: 20px}

  .news-detail{ font-size: 16px; padding-top: 30px; }
}

@media (max-width:1280px){
  .calendar-content .date-group .date{font-size: 100px;}
  .calendar-content .date-group h3{font-size: 25px}
  .calendar-content .date-group .date {
    font-size: 100px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .news-content .news-button{margin:0 -5px 20px;}
  .news-content .news-button .btn{
    width: 200px;
    margin:0 5px;
  }

  .news-content.sm:not(.highlight){
    padding: 40px 40px
  }
}

@media (max-width:1199px){
  .news-content.highlight{
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
  }

  .news-content.highlight .donate-number{
     -ms-flex-pack: center ;
      justify-content: center;
  }

  .news-content.sm h2{font-size: 26px}
  .news-content.sm h3{font-size: 22px}
  .news-content.sm .news-info h5{font-size: 18px}
  .news-content.sm .news-info .icon-map {
    width: 18px;
    height: 18px;
  }

  .news-content.highlight{ min-height: 0; }

  .table-document td.title{width: 80px}
  .table-document .text-indent{text-indent: 80px}
}

@media (max-width:1024px){
  .section-csr-calendar .row > div.left{padding-right: 20px}
  .section-csr-calendar .row > div.right{ padding-left: 35px }
  .datetime-option .row{margin:0 -5px;}
  .datetime-option .row > div{ padding: 0 5px }
  .calendar-content .input-text{font-size: 18px}
  .calendar-content .custom-select{
    font-size: 18px;
    padding-left: 10px;
  }
  .calendar-content .date-group{margin-top: 10px;}
  .calendar-content .date-group h4{font-size: 21px}
  .calendar-content .date-group h3{font-size: 22px}
}

@media (max-width:991.98px){
  .section-csr-calendar .background-color{right: -100vw;}
  .section-csr-calendar .row > div.left, 
  .section-csr-calendar .row > div.right{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-csr-calendar .row > div.left{
    padding-bottom: 30px
  }
  .calendar-content{
    position: relative;
    display: block;
    padding-left: 180px
  }
  .calendar-content .date-group{
    text-align: center;
  }
  .calendar-content .date-group::before {left: 3vw}
  .calendar-content .hgroup{
    position: absolute;
    left: 0;
    top: 0;
    padding-bottom: 0
  }
  .calendar-content .input-block{ margin-bottom: 15px }
  .calendar-content .input-text{ padding-bottom: 5px }
  .calendar-content .custom-select {
    height: 40px;
    line-height: 36px;
  }
  .calendar-content .date-group .date { 
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .csr-tab-item {
    padding: 15px 0;
    width: 160px;
    font-size: 16px;
  }
  .csr-tab-item .icons{ margin-bottom: 5px }

  .news-content .news-article p{font-size: 21px}
  .section-csr-calendar .row > div.right{ padding-left: 15px }

  .calendar-datepicker{margin-left: -180px; padding-top: 20px}
  .datepicker-inline table tr td, .datepicker-inline table tr th{
    height: auto;
    padding: 5px 0
  }

  .news-content.sm:not(.highlight){
    padding: 40px 20px
  }
  .news-content.sm .news-info h5{font-size: 16px}
  .news-content.sm .news-info .date svg{margin-left: 0}

   .news-detail{ font-size: 15px; padding-top: 30px; }
}

@media (max-width:767px){
  .calendar-content .hgroup{
    position: relative; 
  }

  .calendar-content{
    padding-left: 0
  }
  .calendar-content .hgroup{ padding-bottom: 20px }

  .calendar-content .custom-select,
  .calendar-content .input-text{font-size: 16px}

  .calendar-content .date-group{display: none;}

  .news-content .title-md{text-align: center;}
  .news-content .news-info{ padding: 10px 0 20px; text-align: center;}
  .news-content .news-info h5{font-size: 16px; margin-left: -5px;}
  .news-content .news-info .icon-map {
    word-spacing: 15px;
    height: 15px;
    margin-right: 0;
  }

  .news-content .news-info .date{ 
    padding-left: 29px;
    font-size: 15px 
  }
  .news-content .news-info .date svg {
    width: 12px;
    height: 14px;
  }

  .news-content .news-button .btn{
    padding: 0;
    font-size: 16px;
    height: 40px;
    line-height: 36px;
    margin:0 auto;
  }

  .news-content .news-article p{
    font-size: 18px;
    margin-top: 20px
  }
  .news-content.highlight  .news-article p{font-size: 14px; max-width: 320px; margin: 0 auto}
  .news-content.sm  .news-article p{font-size: 14px;}
  .news-content.sm .news-info h5{font-size: 14px}
  .news-content.sm h3{font-size: 18px} 
  .news-content.sm .news-info .date{font-size: 12px;}
  .news-content.sm .news-info .icon-map{font-size: 14px; height: 14px}
  .news-content.sm .news-info .date svg{width: 12px}

  .section-csr-calendar .row > div.right{padding-top: 30px}

  .section-csr-tabs{ padding: 15px 0 }
  .section-csr-tabs .d-flex{margin:0 -5px;}
  .csr-tab-item{ 
    padding: 10px 0;
    width: 50%;
  }

  .calendar-datepicker{
    margin-top: 10px;
    margin-left: 0px; 
    padding-top: 20px;
  }
  .datepicker-inline table{font-size: 16px}
  .datepicker-inline table tbody tr td span { 
    width: 32px;
    height: 32px;
    line-height: 32px
  }
  .datepicker-inline table tr td, .datepicker-inline table tr th{ padding:2px 0 }

  .news-content.highlight{padding-top: 20px;}
  .news-content.sm h2{font-size: 21px}
  .news-content.highlight .buttons .btn{
    width: 100%;
    margin: 5px 0
  }

  .news-content.sm:not(.highlight){
    margin: 0 -10px 25px
  }
  .news-content.sm:not(.highlight){
    padding: 20px 20px 30px
  }

  .news-detail{ font-size: 14px;}

  .news-content.highlight p.readmore{padding-top: 15px; text-align: center;}
  .news-content.highlight p.readmore a{font-size:16px}

  .table-document{margin-top: 10px}
  .table-document td{
    vertical-align: top; 
    font-size: 13px;
    padding: 5px 0
  }
  .table-document td.title{width:60px}
  .table-document .text-indent{text-indent: 60px}
}

/*==================================================
    Page - Chamber
==================================================*/

.section-banner.chamber .caption{
  text-align: center;
  display: block;
  padding: 5vw 0;
  color: #ffffff;
}

.section-banner.chamber h3{
  font-size: 34px;
  font-weight: 400
}
.section-banner.chamber hr{
  margin:25px  auto;
}
.section-banner.chamber p{
  font-family: var(--font-standard);
  font-size: 16px;
  word-spacing: 100%;
  max-width:590px;
  margin: 0 auto
}


.section-banner.chamber .wow{ 
  animation-name: fadeInUp;
}
.section-banner.chamber h2{
  animation-delay: 0.1s;
}
.section-banner.chamber h3{
  animation-delay: 0.2s;
}
.section-banner.chamber hr{
  animation-delay: 0.6s;
  animation-name: fadeIn;
  display: block;
}
.section-banner.chamber p{
  animation-delay: 0.4s;
}
.section-chamber-links{
  background-color: #f4f5f7;
  background-image: url(../img/thumb/photo-1920x247--1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
}

.section-chamber-links .row{
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.section-chamber-links .wow, .shortcut-link{
  animation-name: fadeInUp;
}
.shortcut-link.i1{animation-delay: 0.1s;}
.shortcut-link.i2{animation-delay: 0.2s;}
.shortcut-link.i3{animation-delay: 0.3s;}
.shortcut-link.i4{animation-delay: 0.4s;}

.shortcut-link{
  display: block;
  position: relative;
  background-color: #4b75ce;
  color: #ffffff !important;
  padding: 20px 10px 20px 30px;
}
.shortcut-link:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,.2);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.shortcut-link h3{
  font-size: 24px;
  line-height: 1.15;

  height: 56px;
}
.shortcut-link p{
  margin-bottom: 0;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-standard)
}
.shortcut-link hr{
  border-width: 3px;
  margin: 15px 0 8px;
}
.shortcut-link .icons.top{
  position: absolute;
  top: 25px;
  right:20px;
  width: 45px;
  height: 45px;
  margin: 0;
}
.shortcut-link .icon-user-group{background-image: url(../img/icons/icon-user-group.png);}
.shortcut-link .icon-calendar{background-image: url(../img/icons/icon-calendar-blue.png);}
.shortcut-link .arrow{
  position: absolute;
  bottom: 16px;
  right: 20px;
  width: 32px;
  height: 32px;
  background-color: #da1617;
  border-radius: 50%;
  display: flex;
  transition: all 0.2s ease-in-out;

  -ms-flex-align: center;
  align-items: center;
}
.shortcut-link .arrow .icons{
  position: relative;
  background-image: url(../img/icons/icon-arrow-option.svg);
  width: 14px;
  height: 14px;
  margin:0 auto;
  left: 1px;
  

  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); 
}
 
.shortcut-link.i2{background-color: #2b55b2}
.shortcut-link.i3{background-color: #0b348a}
.shortcut-link.i4{background-color: #002165}

.pc .shortcut-link:hover:before{ opacity: 1 }
.pc .shortcut-link:hover .arrow {right: 10px}


@media (max-width:1680px){
  .section-chamber-links .row{max-width: 1200px;}
  .shortcut-link h3{font-size: 21px; height: 50px;}
  .shortcut-link p{font-size: 16px}
  .shortcut-link .icons.top{ width: 40px; height: 40px; }
  .shortcut-link .arrow{ width: 28px; height: 28px }
}

@media (max-width:1440px){
  .section-banner.chamber h3{font-size: 24px}
  .section-banner.chamber p{max-width: 550px; font-size: 15px}
  .section-banner.chamber hr{ margin-bottom: 20px }
  .section-banner.chamber .caption{ padding: 3.5vw 0 }

  .section-chamber-links{padding: 35px 0}
  .section-chamber-links .row{max-width: 1100px;}
  .section-chamber-links .row > div{padding: 0 10px}
  .shortcut-link h3{font-size: 19px;  height:46px;}
  .shortcut-link p{font-size: 14px}
  .shortcut-link .icons.top{ width: 35px; height: 35px; top: 20px }
  .shortcut-link .arrow{ width: 25px; height: 25px }
  .shortcut-link .arrow .icons{ word-spacing: 11px; height: 11px }
}


@media (max-width:1280px){
  .section-chamber-links .row{margin-left: -10px; margin-right: -10px;}
  .shortcut-link{padding-left: 20px}
}


@media (max-width:1199px){
   .section-chamber-links .container{padding: 0 50px}
}

@media (max-width:1024px){
  .section-banner.chamber h3{font-size: 18px}
  .section-chamber-links .container{padding: 0 30px}

  .shortcut-link{padding-right:80px; height: 100%}
  .shortcut-link .nowrap{display: block;}
}


@media (max-width:991.98px){
  .section-chamber-links{padding: 30px 0}
  .section-chamber-links .row{margin-left: -5px; margin-right: -5px;}
  .section-chamber-links .row > div{ padding: 0 5px }
  .shortcut-link{padding-right:20px;}
  .shortcut-link p{font-size: 12px}

  .section-navbar.has-3item {padding-bottom: 10px}
  .section-navbar.has-3item .row{margin: 0 -10px}
  .section-navbar.has-3item .row > div{padding: 0 10px 20px}
}

@media (max-width:767px){
  .section-banner.chamber h3{font-size: 18px}
  .section-banner.chamber p{font-size: 12px}
  .section-banner.chamber hr{margin: 15px auto}

  .shortcut-link .icons.top{ width: 30px; height: 30px; }

  .section-chamber-links{padding: 0 0}
  .section-chamber-links .container{padding: 0}
  .shortcut-link{padding-right:70px;}
  .shortcut-link h3{font-size: 16px}
  /*.shortcut-link h3 br{display: none;}*/
  .shortcut-link .arrow{ width: 22px; height: 22px }
  .shortcut-link hr.line-default{border-width: 3px; max-width: 25px}
 
  .shortcut-link.i3{animation-delay: 0.0s;}

  .section-navbar.has-3item {padding-bottom: 0}
  .section-navbar.has-3item .row{margin: 0 -25px}
  .section-navbar.has-3item .row > div{padding: 0 0 0}
}

/*==================================================
    Section - Room Status
==================================================*/

.room-status-header{padding-top: 20px;}
.room-status-header .hgroup .icons{
  width: 45px;
  height: 45px;
  background-image: url(../img/icons/icon-user-group--2.png);
}
.room-status-header .hgroup p{
  font-family: var(--font-standard);
  color: #9e9e9e;
  font-size: 16px;
  margin-bottom: 0
}
.room-status-header .timegroup{
  background-color: #375fb6;
  padding: 25px;
}
.room-status-header .timegroup div.has-line:before{
  content: '';
  position: absolute;
  left:-4px;
  top:calc(50% + 15px);
  width: 6px;
  height: 2px;
  background-color: #54b6ee;
}
.timegroup .input-block{
  padding: 0; 
  margin-bottom: 0
}
.timegroup .input-text{
  color: #ffffff;
  font-size: 18px;
  font-weight: 400
}

.timegroup .custom-select,
.timegroup .form-control{
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 20px 0 10px;
}
.pc .timegroup .custom-select:hover { 
    border-color: #da1617;
    outline: 0;
    box-shadow: 0 0 0 3px #54b6ee;
}
.timegroup .form-control.has-bg{ background-color: #0b348a; color: #fff  }
.timegroup .input-icon .icons{
  background-color: transparent;
  background-image: url(../img/icons/icon-calendar-white.png);
  background-size: 20px;
}
.timegroup .row > div.wow{
  animation-name: fadeInUp;
}
.timegroup .row > div:nth-child(1){animation-delay: 0.1s;}
.timegroup .row > div:nth-child(2){animation-delay: 0.2s;}
.timegroup .row > div:nth-child(3){animation-delay: 0.3s;}
.timegroup .row > div:nth-child(4){animation-delay: 0.4s;}

.section-target{
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width:1440px){ 
  .section-target{top: -65px;}
  .room-status-header .timegroup{ padding: 20px}
  .room-status-header .hgroup .icons {
    width: 40px;
    height: 40px;
  }
  .room-status-header .hgroup p{font-size: 14px}
}

@media (max-width:1280px){
  .room-status-header .timegroup{padding: 25px 15px}
  .room-status-header .timegroup .row{margin:0 -10px;}
  .room-status-header .timegroup .row >div{ padding: 0 10px }

  .timegroup .custom-select{font-size: 12px}
}

@media (max-width:1199px){
  .room-status-header{padding-top: 0}
  .room-status-header .hgroup{
    text-align: center;
    padding-bottom: 30px
  }
  .room-status-header .hgroup .icons{margin-bottom: 15px;}

  .timegroup .row > div:nth-child(1){
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .timegroup .row > div:nth-child(2),
  .timegroup .row > div:nth-child(3),
  .timegroup .row > div:nth-child(4){
    -ms-flex: 0 0 23.3332%;
    flex: 0 0 23.333%;
    max-width:23.333%;
  }
}

@media (max-width:991.98px){
  .section-room-status .container{padding: 0}
  .room-status-header{margin: 0;}
  .room-status-header .timegroup{padding-left: 30px;padding-right: 30px}
  .timegroup .input-text{font-size: 16px}
  .timegroup .custom-select{
    padding-left: 5px;
    background: #ffffff url("../img/icons/icon-arrow-option-2.svg") no-repeat right 8px center/12px 10px;
  }
  .timegroup .custom-select.has-bg{ 
    background: #0b348a url("../img/icons/icon-arrow-option.svg") no-repeat right 8px center/12px 10px;
  }    
}

@media (max-width:767px){ 
  .section-target{top: -60px;}
  .timegroup .row > div:nth-child(1),
  .timegroup .row > div:nth-child(4){
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .timegroup .row > div:nth-child(2),
  .timegroup .row > div:nth-child(3){
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width:50%;
  }
  .room-status-header .timegroup div.has-line::before {
    left: -3px;
    top: calc(50% + 9px);
  }
  .timegroup .input-block{padding:0; margin-bottom: 10px} 
  .timegroup .custom-select {
    font-size: 14px
  }

  .room-status-header .hgroup{
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .room-status-header .hgroup .icons{
    margin-bottom: 5px
  }
}

/*=====================*/

.room-status-month{
  display: block;
  position: relative;
  margin: 40px 0;
  padding: 0 80px;
}
.swiper-button.month{
  border-radius: 50%;
  background-color: #da1617;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}
.swiper-button.month .arrow{
  width: 17px;
  height: 17px;
  display: block;


  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/icons/icon-arrow-option.svg);
}
.swiper-button-prev.month{
  left: 0;
}
.swiper-button-next.month{
  right: 0;
}
.swiper-button-prev.month .arrow{
   margin: 11px 0px 0 9px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.swiper-button-next.month .arrow{
   margin: 11px 0px 0 11px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.swiper-button-prev.wow{
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.swiper-button-next.wow{
  animation-name: fadeInRight;
  animation-delay: 0.3s;
} 

.swiper-month .swiper-slide{text-align: center;}
.month-card{ 
  background-color: #eceef2;
  margin: 5px;
  padding:10px 15px;
  color: #a7a7a7;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  min-width: 133px;
  display: inline-block;
  text-align: left;
  position: relative;
  pointer-events: none;
}
.month-card:before{
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border:2px solid #da1617;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.month-card p{
  margin: 0;
  font-size: 22px;
}
.month-card .date{
  display: block;
  font-size: 62px;
  color: var(--color-primary);
  font-weight: bold;
  line-height: 0.7;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
}
.month-card h6{
  margin: 0;
  font-size: 22px;
  color: #a7a7a7;
}

.month-card.active:before,
.pc .month-card:hover:before{opacity: 1}

.month-card.active,
.pc .month-card:hover{
  background-color: var(--color-primary);
  color: #90d2f8;
}

.month-card.active .date,
.pc .month-card:hover .date{ color: #fff }

.room-status-content{
  display: block; 
}
.room-status-content .row{margin:0 -30px;}
.room-status-content .row > div{padding:0 30px;}

.card-room{margin-bottom: 60px}
.card-room .card-photo .photo{
  background-blend-mode: darken;
  background-color: rgba(232,232,232,1);
  transform: scale(1,1) !important;
}
.card-room .card-body{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px;
  line-height: 1;

  background-color: rgba(232,232,232,0.84);
  color: var(--color-primary);
}

.card-room .status-switch{
  position: absolute;
  top: 25px;
  right: 25px;
  width: 32px;
  height: 18px;
  border-radius: 30px;
  background-color: #da1717
}
.card-room .status-switch span{
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width:14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 50%;
}
.card-room .hgroup p{
  font-size: 24px;
  margin-bottom: 0;
  
  font-weight: bold;
  margin-bottom: 0;
}
.card-room .hgroup hr.line-default{
  margin: 12px 0 20px;
  border-width: 3px
}

.card-room h2{
  font-size: 45px;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 30px;
  color: #193674;
}
.card-room .countdown{
  display: flex;
  font-size: 34px;
  color: #54b6ee;
  font-weight: bold;
  margin-top:5px;
  -ms-flex-align: center;
  align-items: center;

}
.card-room .countdown .text{
  font-size: 24px;
  color: var(--color-primary);
  padding-left: 10px;
  padding-top: 5px
}
.card-room.available .card-body{
  background-color: rgba(232,232,232,0);
  color: #ffffff;
}
.card-room.available h2{color:#ffffff}

.card-room.available .status-switch{
  background-color: #17da97;
}
.card-room.available .status-switch span{
  left: auto;
  right: 2px
}

.room-status-content .row > div.wow{
  animation-name: fadeInUp;
}
.room-status-content .row > div:nth-child(1){animation-delay: 0.1s;}
.room-status-content .row > div:nth-child(2){animation-delay: 0.3s;}
.room-status-content .row > div:nth-child(3){animation-delay: 0.2s;}

.room-status-content .row > div:nth-child(4){animation-delay: 0.1s;}
.room-status-content .row > div:nth-child(5){animation-delay: 0.3s;}
.room-status-content .row > div:nth-child(6){animation-delay: 0.2s;}

@media (max-width:1680px){ 
  .month-card .date{font-size: 58px}
  .month-card p{font-size: 19px}

  .card-room h2{
    font-size: 40px;
    bottom: 20px;
  }
}
@media (max-width:1550px){ 
  .room-status-month{ 
    padding: 0 65px;
    margin:30px 0;
  }
  .month-card{min-width: 120px;}
  .month-card .date{font-size:45px}
  .month-card p{font-size: 16px}

  .swiper-button.month { 
    width:35px;
    height: 35px;
  }
  .swiper-button.month .arrow {
    width: 14px;
    height: 14px;
  }
  .swiper-button-next.month .arrow,
  .swiper-button-prev.month .arrow{margin-top: 10px}

  .room-status-content .row {margin: 0 -22px;}
  .room-status-content .row > div{padding: 0 22px}

  .card-room{margin-bottom: 44px}
  .card-room h2{font-size: 34px}
  .card-room .hgroup p,
  .card-room .countdown .text{font-size: 21px}

  .card-room .countdown{font-size: 30px}
}
@media (max-width:1280px){
  .room-status-month {padding: 0 50px;}
  .month-card{min-width: 0px; width: calc(100% - 10px)}
  .month-card .date{font-size:40px}

  .card-room .status-switch {  
    right: 20px;
    width: 26px;
    height: 15px;
  }
  .card-room .status-switch span{
    width: 11px;
    height: 11px
  }
}

@media (max-width:1199px){
  .room-status-month {
    margin:20px 0;
    padding: 0px 0 35px;
  }

  .swiper-button.month{
    width: 25px;
    height: 25px;
    top: auto;
    margin-top: 0;
    bottom: 0px;
  }
  .swiper-button.month .arrow {
    width: 11px;
    height: 11px;

  }
  .swiper-button-next.month .arrow{margin-top:7px;margin-left: 7px}
  .swiper-button-prev.month .arrow{margin-top:7px; margin-left: 5px}
  .swiper-button-prev.month{
    left: auto;
    right: 30px
  }

  .room-status-content .row {margin: 0 -15px;}
  .room-status-content .row > div{padding: 0 15px}

  .card-room{margin-bottom: 30px}
  .card-room h2{font-size: 26px}
  .card-room .hgroup p, 
  .card-room .countdown .text{
    font-size: 18px
  }
  .card-room .hgroup hr.line-default{width: 25px}
  .card-room .countdown{font-size: 25px;}
}

@media (max-width:1024px){
  .room-status-month {
    margin:20px -5px; 
  }
  .swiper-month{
    overflow: visible;
  }
  .month-card{ width: 130px }

  .swiper-button-prev.month{right: 60px}
  .swiper-button-next.month{right: 30px}
}

@media (max-width:991.98px){
  .room-status-month {
    margin:20px 0px;
    padding-left: 25px
  }
  .month-card { width: 115px }
  .month-card .date{
    font-size: 24px;
    margin-bottom: 0
  }
  .month-card p{font-size: 14px}

  .room-status-content{
    padding-left: 30px;
    padding-right: 30px;
  }
  .room-status-content .row {margin: 0 -10px;}
  .room-status-content .row > div{padding: 0 10px}

  .card-room{margin-bottom: 20px}
  .card-room .card-body{
    padding: 20px;
  }

  .card-room h2{
    font-size: 21px;
    left: 20px;
    right: 20px;
  }
  .card-room .hgroup p, 
  .card-room .countdown .text{
    font-size: 16px
  } 
  .card-room .countdown{font-size: 21px;}

  .card-room .status-switch {
    position: relative;
    top: auto;
    left: 0;
    margin-bottom: 15px
  }
}

@media (max-width:767px){
  .room-status-month{
    margin:15px 0px;
    padding-bottom: 0
  }
  .month-card { width: auto; padding: 5px 10px; }

  .swiper-button.month{display: none;}

  .card-room .card-body{
    padding: 25px
  }
  .card-room .hgroup p, 
  .card-room .countdown .text{
    font-size: 18px
  }
  .card-room .countdown{font-size: 25px;}
  .card-room h2{font-size: 24px}

  .card-room .status-switch {
    position: absolute;
    top: 27px;
    left: auto; 
    right: 20px;
  }

  .room-status-content .row > div:nth-child(1){animation-delay: 0.1s;}
  .room-status-content .row > div:nth-child(2){animation-delay: 0.1s;}
  .room-status-content .row > div:nth-child(3){animation-delay: 0.1s;}
}
/*==================================================
    Section - Room Type
==================================================*/

.section-roomtype.tabs{
  background-color: #f2f2f2
}
.nav-roomtype-tabs{
  max-width: 90%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-roomtype-tabs .nav-item.title{
  font-size: 26px;
}
.nav-roomtype-tabs .nav-link{
  height: 40px;
  line-height: 40px;
  background-color: #e0e3ea !important;
  width: 220px;
  text-align: center;
  padding: 0;
  color: var(--color-primary);
  font-size: 20px;
}

.nav-roomtype-tabs .nav-link.active,
.pc .nav-roomtype-tabs .nav-link:hover{
  background-color: #da1717!important;
  color: #fff;
}
 

.nav-roomtype-tabs .nav-item.wow{animation-name: fadeInUp;}
.nav-roomtype-tabs .nav-item:nth-child(1){animation-delay: 0.1s;}
.nav-roomtype-tabs .nav-item:nth-child(2){animation-delay: 0.2s;}
.nav-roomtype-tabs .nav-item:nth-child(3){animation-delay: 0.3s;}
.nav-roomtype-tabs .nav-item:nth-child(4){animation-delay: 0.4s;}
.nav-roomtype-tabs .nav-item:nth-child(5){animation-delay: 0.5s;}

.tab-roomtype-content .row{position: relative;}
.tab-roomtype-content .row > div.left{
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.tab-roomtype-content .row > div.right{
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;

  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
.tab-roomtype-content .article{
  position: relative;
  padding-bottom: 150px;  
  min-height:700px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.ie .tab-roomtype-content .article{ padding-top: 30px }
.tab-roomtype-content .article .inner{
  padding:0 0;
  margin:0 auto;
  display: block;
}
.tab-roomtype-content h3{ 
  font-weight: bold; 
}
.tab-roomtype-content h5{
  font-size: 30px; 
  font-weight: bold;
  line-height: 1.2;
  margin:20px 0 30px;
}

.tab-roomtype-content p{
  font-family: var(--font-standard);
  font-size: 16px
}

.tab-roomtype-content .buttons{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:#2b55b2;
  color: #ffffff;
  padding: 20px 20px;
}
.tab-roomtype-content .buttons .row > div:nth-child(2){border-left: 1px solid rgba(255,255,255,0.5)} 

.tab-roomtype-content .buttons.wow{animation-name: fadeInUp;}
.tab-roomtype-content .btn{
  border-width: 1px;
  height: 46px;
  line-height:44px;
  color: #ffffff;
  font-size: 18px;
  padding: 0;
  width: 100%;
  font-weight: 400 
}
.tab-roomtype-content .btn .arrow{
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin:-1px 0 0 5px;
  position: relative;
  left: 0;

  background-image: url(../img/icons/icon-arrow-option.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
}
.pc .tab-roomtype-content .btn:hover .arrow{left: 7px}
.tab-roomtype-content .buttons .icons{
  width: 45px;
  height: 45px;
  margin:0 auto 10px;
}
.tab-roomtype-content .buttons .icon-calendar{
  background-image: url(../img/icons/icon-calendar-blue.png);
  background-size: 90%
}


.tab-roomtype-content .gallery-container{
  height: 100%;
  display: block;
  margin-left: 40px;
  position: relative;
}

.gallery-container .swiper-container.main,
.gallery-container .swiper-container.main .swiper-wrapper,
.gallery-container .swiper-container.main .swiper-slide{
  height: 100%;
}
.gallery-container .swiper-container.main .background{
  pointer-events: auto;
}
.gallery-container .swiper-container.thumb{
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
}
.gallery-container .swiper-container.thumb .swiper-slide{
  height: 110px;
  cursor: pointer;
  background-color: #ffffff
  
}
.gallery-container .swiper-container.thumb .background{
  opacity: 0.55;
  background-color: #ffffff;
  background-blend-mode: multiply;
  transition: all 0.3s ease-in-out;
}
.gallery-container .swiper-container.thumb .background:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border:2px solid #b2fdff;
  transition: all 0.3s ease-in-out;
  opacity: 0
}
.gallery-container .swiper-container.thumb .swiper-slide-thumb-active .background,
.pc .gallery-container .swiper-container.thumb  .swiper-slide:hover .background{
  opacity: 1
}

.gallery-container .swiper-container.thumb .swiper-slide-thumb-active .background:before{
  opacity: 1
}

@media (max-width:1680px){
  .section-roomtype.tabs{
    padding: 2.7vw 0
  }

  .tab-roomtype-content .article{
    min-height: 600px;
    padding-bottom: 130px;
  }
  .tab-roomtype-content h5{
    font-size: 24px;
    margin: 10px 0 20px;
  }

  .tab-roomtype-content .buttons{right: -10px}
  .tab-roomtype-content .buttons .icons{ 
    width: 40px; 
    height: 40px; 
    margin-top: -5px;
  }
  .tab-roomtype-content .btn { 
    height: 40px;
    line-height: 38px;
    font-size: 16px
  }

  .tab-roomtype-content .gallery-container{margin-left: 70px}
  .gallery-container .swiper-container.thumb .swiper-slide{height: 100px}
}

@media (max-width:1440px){
  .section-roomtype.tabs{
    padding: 2vw 0
  }
  .nav-roomtype-tabs{max-width: 960px}
  .nav-roomtype-tabs .nav-item.title{
    font-size: 22px;
    padding-right: 20px;
  }
  .nav-roomtype-tabs .nav-link{
    font-size:18px;
    width: 180px
  }

  .tab-roomtype-content .article{min-height: 550px; padding-bottom: 110px}
  .tab-roomtype-content h5{font-size: 21px}
  .tab-roomtype-content p{font-size: 15px; line-height: 1.3}
  .tab-roomtype-content .buttons{right: -35px}
  .tab-roomtype-content .btn {
    height: 35px;
    line-height: 32px;
    font-size: 14px;
  }
  .tab-roomtype-content .buttons .icons{ width: 30px; height: 30px; }
  .gallery-container .swiper-container.thumb .swiper-slide{height: 90px}


}

@media (max-width:1366px){
  .gallery-container .swiper-container.thumb .swiper-slide {
    height: 6vw;
  }
}

@media (max-width:1280px){
  .tab-roomtype-content .article{min-height: 450px; padding-top: 30px; padding-bottom: 130px}
}

@media (max-width:1024px){
  .tab-roomtype-content .row > div.left,
  .tab-roomtype-content .row > div.right{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .tab-roomtype-content .row > div.right{
    position: relative;
    right: auto;
  }
  .tab-roomtype-content .article{
    min-height: 0
  }

  .tab-roomtype-content .buttons{
    right: 0; 
  } 
 
  .tab-roomtype-content .gallery-container{
    height: 45vw; 
    margin: 0 -50px 0
  }
  .gallery-container .swiper-container.main, 
  .gallery-container .swiper-container.main .swiper-wrapper, 
  .gallery-container .swiper-container.main .swiper-slide {
    height: 100%;
  }

  .tab-roomtype-content .buttons .row{
    max-width: 500px;
    margin: 0 auto
  }
}

@media (max-width:991.98px){
  .section-roomtype.tabs {
    padding: 20px 0;
  }
  .nav-roomtype-tabs{
    max-width: none;
    margin: 0 -10px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .nav-roomtype-tabs .nav-item{
    width:calc(25% - 10px);
    margin: 0 5px
  }
  .nav-roomtype-tabs .nav-link{width: 100%}
  .nav-roomtype-tabs .nav-item.title{
    width: 100% !important;
    text-align: center;
    padding: 10px 0 20px
  }
  .gallery-container .swiper-container.thumb {
    position: absolute;
    left: 50px;
    bottom: 20px;
    right: 50px;
  }
  .gallery-container .swiper-container.thumb .swiper-slide{ height: 7vw }
}

@media (max-width:767px){
  .section-roomtype.tabs{ padding: 15px 0 }
  .nav-roomtype-tabs{margin-left: 0;margin-right: 0}
  .nav-roomtype-tabs .nav-item{
    width:calc(50% - 10px);
    margin: 5px;
  }
  .nav-roomtype-tabs .nav-link{
    font-size: 16px
  }
  .nav-roomtype-tabs .nav-item.title{
    padding: 0 0 5px;
    font-size: 21px;
    font-weight: bold;
  }

  .tab-roomtype-content .article{padding-top: 20px; padding-bottom: 110px; }
  .tab-roomtype-content h5{font-size: 18px}
  .tab-roomtype-content p{font-size: 14px}

  .tab-roomtype-content .buttons{
    padding:15px 10px;
    left: 0;
    right:0;
  }
  .tab-roomtype-content .buttons .row{
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
  }
  .tab-roomtype-content .buttons .row >div{ padding: 0 10px }
  .tab-roomtype-content .btn .arrow{
    width: 11px;
    height: 11px;
    margin-left: 0
  }
}

@media (max-width:375px){
  .tab-roomtype-content .btn .arrow{ display: none; }
}

/*==================================================
    Section - Service General Detail
==================================================*/

.section-navbar{
  padding: 40px 0;
  background-color: #f2f2f2;
}
.section-navbar .container-fluid.d-flex{
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-dashboard{background-image: url(../img/icons/icon-dashboard.png);}
.icon-24hour{background-image: url(../img/icons/icon-24hour.png);}
.icon-email{background-image: url(../img/icons/icon-email.png);}
.icon-screen{background-image: url(../img/icons/icon-screen.png);}
.icon-qrcode{background-image: url(../img/icons/icon-qrcode.png?v=2);}
.icon-flashclaim{background-image: url(../img/icons/icon-flashclaim.png);}
.icon-building{background-image: url(../img/icons/icon-building.png);}
.icon-headphone{background-image: url(../img/icons/icon-headphone.png);}
.icon-ic-heartrate{background-image: url(../img/icons/icon-ic-heartrate.png);}
.icon-ic-hospital{background-image: url(../img/icons/icon-ic-hospital.png);}

.icon-crash{background-image: url(../img/icons/icon-crash.png);}
.icon-tipgarage{background-image: url(../img/icons/icon-tipgarage.png);} 

.icon-news{background-image: url(../img/icons/icon-news.png);} 
.icon-news-heart{background-image: url(../img/icons/icon-news-heart.png);} 

.icon-setting{background-image: url(../img/icons/icon-setting.png);} 
.icon-traveler{background-image: url(../img/icons/icon-traveler.png);}
.icon-passport{background-image: url(../img/icons/icon-passport.png);}


.shortcut-link.w-690{
  max-width:690px;
  margin: 0 auto; 
  width: 100%;
}
.shortcut-link.w-550{
  max-width:550px;
  width: 100%; 
  margin: 0 15px; 
}
.shortcut-link.w-600{
  max-width:600px;
  width: 100%; 
  margin: 0 15px; 
}

.section-claim{
  overflow: hidden;
  position: relative;
} 
.claim-wrapper{
  display: block;
  margin: 0 auto;
  padding: 40px 0;
}
.claim-wrapper.item-6{
  display: block;
  max-width: 1200px;
}
.claim-wrapper.item-6 .claim-item{ width: 335px }
.claim-wrapper .col:nth-child(1) .claim-item:before{border:0}

.claim-wrapper .note{
  text-align: center;
  font-family: var(--font-standard);
  font-size: 18px;
  margin-bottom: 0
}
 
@media (min-width: 992px) { 
  .claim-wrapper.item-6 .col:nth-child(4) .claim-item:before{
    border:0;
  }
}

.claim-item{
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  margin:0 auto;
  padding: 35px 0 30px;
  height: 100%
}

.claim-item:before{
  content: '';
  position: absolute;
  top: 40%;
  left: -5%; 
  height: 120px;
  margin-top: -60px;
  border-left: 1px solid #4b75ce
}
.claim-item .icon-wrap{
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
}
.claim-item .icon-wrap .icons{
  width: 100%;
  height: 100%;
}
.claim-item .info{
  color: var(--color-primary);
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0
}
.claim-item .info span.xs{
  font-size: 18px; 
  display: block;
  padding-top: 5px;
}
.pc .claim-item:hover{
  background-color: #f5f5f5 
}

.accordion-wrapper{
  display: block;
  padding-top:15px;
  padding-bottom: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.accordion-wrapper.finposition{max-width: 100%;}

.card-accordion{
  border:1px solid #e0e3ea;
  border-bottom: 1px solid #fff;
  border-top: 0;
}
 
.card-accordion .card-title{
  background-color: #e0e3ea;
  margin: 0;
  color: #11398e;
  font-size: 22px;
  padding: 20px 100px 20px 30px;
  line-height: normal;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.card-accordion:first-child ,
.card-accordion:first-child .card-title{
  border-radius: 15px 15px 0 0;
}

.card-accordion:last-child {border-radius: 0 0 15px 15px;border-bottom: 1px solid #e0e3ea;}
.card-accordion:last-child .card-title{border-radius: 0 0 15px 15px;}

.card-accordion:last-child {border-radius: 0 0 15px 15px;border-bottom: 1px solid #e0e3ea;}
.card-accordion:last-child .card-title[aria-expanded="true"]{border-radius: 0 0 0 0;}

.card-accordion.single,
.card-accordion.single .card-title{border-radius: 15px }
.card-accordion.single .card-title[aria-expanded="true"]{border-radius: 15px 15px 0 0;}

.card-accordion .card-title[aria-expanded="true"],
.pc .card-accordion .card-title:hover{
  background-color: #4b75ce !important;
  color: #fff !important;
}

.card-accordion .card-body{
  padding:30px;
  font-family: var(--font-standard);
  font-size: 16px;
}

.card-accordion .card-body p:last-child{margin-bottom: 0}
.card-accordion .card-body a{color: var(--color-primary)}
.card-accordion .card-body a:hover{opacity: 0.7}
.card-accordion ol{padding-left: 17px}
.card-accordion ol li{margin: 0 0 20px}

.card-accordion ol ul{
  padding-left: 20px
}

.card-accordion ul{padding: 0;}
.card-accordion ul li{
  margin: 0 0 10px; 
  padding-left: 18px;
  position: relative;
  list-style-type: none;
}
.card-accordion ul li:before{
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 50%;
}

.card-title .icon-collapse{
  top: 26px;
  right: 25px;
}
.card-title .icon-collapse .icon{
  width: 14px;
  height: 14px
}

.card-title .icon-collapse .icon::before, 
.card-title .icon-collapse .icon::after {
  background-color: #0b348a
}

.card-title[aria-expanded="true"] .icon-collapse .icon::before, 
.card-title[aria-expanded="true"] .icon-collapse .icon::after,
.pc .card-title:hover .icon-collapse .icon::before, 
.pc .card-title:hover .icon-collapse .icon::after {
  background-color: #ffffff
}
.card-title[aria-expanded="true"] .icon-collapse .icon:before{ transform: rotate(90deg);}
.card-title[aria-expanded="true"] .icon-collapse .icon:after{ transform: rotate(180deg); }

.faq-title{
  max-width: 1200px;
  margin: 0 auto;
  font-size: 30px;
  color: var(--color-primary);
  line-height: 1.2
}
.faq-title span:first-child{
  color: var(--color-secondary);
  font-weight: 300;
  font-size: 48px
}

.section-faq .section-title h3{
  font-size: 30px;
  color: var(--color-primary);
  padding: 40px 0 30px;
}
.section-faq .buttons.faq {padding-top: 10px;}
.section-faq .buttons.faq .btn{
  width: 300px;
  margin: 0 10px;
}

@media (max-width: 1680px) {
  .section-faq .section-title h3{padding: 30px 0 20px;}
  .shortcut-link.w-600{max-width: 550px}
}

@media (max-width: 1440px) {
  .section-navbar{padding: 30px 0;}
  .shortcut-link.w-690{max-width: 500px}
  .shortcut-link.w-690 h3{ height: auto; margin-bottom: 20px}
  .shortcut-link.w-550{ max-width: 400px; }
  .shortcut-link.w-600{max-width: 480px}

  .claim-item .icon-wrap{
    width: 80px;
    height: 80px;
  }
  .claim-item .info{font-size: 20px}
  .claim-item .info span.xs{font-size: 16px}

  .accordion-wrapper{padding-top: 0}
  .card-accordion .card-title{font-size: 20px; padding: 15px 70px 15px 20px}
  .card-title .icon-collapse .icon{width: 12px; height: 12px}
  .card-accordion .card-body{font-size: 15px}
  .card-title .icon-collapse{top: 18px; right: 20px}

  .claim-wrapper .note{font-size: 16px}

  .faq-title,
  .section-faq .section-title h3{font-size: 26px}

  .faq-title span:first-child{font-size: 38px}
  .section-faq .buttons.faq .btn{width:250px;}


}

@media (max-width: 1280px) {
  .claim-wrapper.item-6 .claim-item{ width: 260px; }
  .claim-item .info span.xs{font-size: 14px}

  .claim-wrapper.item-5 .claim-item{ width: 260px } 
  .claim-wrapper.item-5 .col .claim-item:before{
    border:0 !important;
  }

  .section-faq .section-title h3 {
    padding: 20px 0 10px;
  }
}

@media (max-width: 1024px) {
  .claim-item .info{font-size: 18px}
  .shortcut-link.w-550{margin: 0 10px}

  .faq-title,
  .section-faq .section-title h3{font-size: 24px}

  .faq-title span:first-child{font-size: 32px}

  .claim-wrapper .note{font-size: 14px ; padding-top: 20px}
}
@media (max-width: 991.98px) {
  .shortcut-link.w-690{max-width: 420px}
  .shortcut-link h3{height: auto;}
  .claim-item{padding: 20px 0}
  .claim-item .icon-wrap {
    width: 60px;
    height: 60px;
  }
  .claim-item .info{font-size: 18px}

  .accordion-wrapper{padding-top: 0; padding-bottom: 0}


  .card-accordion .card-title{
    font-size:18px;  
  }
  .card-accordion ol{padding-left: 17px}
  .card-accordion ol li{margin-bottom: 15px}
  .card-title .icon-collapse{top: 22px}
  .card-accordion .card-body{
    padding: 20px 20px 25px;
  }

  .card-title .icon-collapse{top: 18px; right: 15px}
  .card-title .icon-collapse .icon{
    width: 12px;
    height: 12px
  }

  .claim-wrapper.item-6 .claim-item:before{border:0;}

  .faq-title{ margin-bottom: 15px; padding-top: 30px }

  .section-faq .buttons.faq{padding-top: 30px}
  .section-faq .buttons.faq .btn{ width: 200px; margin: 0 5px }
}

@media (max-width:767px) {
  .section-navbar{padding: 0 0}
  .section-navbar .container-fluid{padding: 0}
  .shortcut-link.w-690 h3{margin-bottom: 0}

  .claim-wrapper{padding:0}
  .accordion-wrapper{
    padding: 5px 0 0;
    margin: 0 -25px;
    max-width: none;
  }
  .claim-item .icon-wrap{margin-bottom: 15px} 

  .card-accordion{border:0; border-top: 1px solid #fff}
  .card-accordion .card-title{ 
    font-size: 16px;
    line-height: 1.4;
    padding: 14px 50px 14px 20px
  }

  .card-accordion:first-child, 
  .card-accordion:first-child .card-title,
  .card-accordion:last-child ,
  .card-accordion:last-child .card-title{
    border-radius: 0 !important;
  }

  .card-accordion:last-child{border:0 !important;}
 

  .section-faq{padding-bottom: 0}
  .claim-item .info{font-size: 16px}

  .section-navbar .container-fluid.d-flex{
    display: block !important;
  }
  .shortcut-link.w-550,
  .shortcut-link.w-600{
    width: 100%;
    max-width: 100%;
    margin: 0
  }

  .faq-title{font-size: 20px}
  .section-faq .section-title h3{font-size: 16px; padding-left: 15px}

  .faq-title{ margin-bottom: 5px; padding-top: 25px }
  .faq-title span:first-child{font-size: 28px}
  .section-faq .section-title h3 {padding: 10px 0 0;}

  .section-faq .buttons.faq{
    display: flex;
    -ms-flex-pack: center ;
    justify-content: center
  }
  .section-faq .buttons.faq .btn{ width:50%; margin: 0 5px; padding: 0 }

  .accordion-wrapper.finposition{max-width: none !important; padding-top: 0; margin-top: -30px}
}

@media (max-width:320px) {
  
}

/*==================================================
    Section - Mobile Office
==================================================*/
.section-mobileoffice {padding: 80px 0}
.section-mobileoffice .row > div:nth-child(1){
  padding-right: 50px;
}
.section-mobileoffice .row > div:nth-child(2){
  padding-left: 50px;
}
.section-mobileoffice .article {
  font-family: var(--font-standard);
  font-size: 18px;
  line-height: 1.7
}
.section-mobileoffice .article p{margin-bottom:15px}
.section-mobileoffice .article .btn{
  max-width: 440px;
  margin-top: 10px;
  font-family: 'Superspace','Noto Serif TC', sans-serif
}

@media (max-width:1920px) {
  .section-mobileoffice .row > div:nth-child(1){
    padding-right: 2.7vw;
  }
  .section-mobileoffice .row > div:nth-child(2){
    padding-left: 3.5vw;
  }
}
@media (max-width:1680px) {
  .section-mobileoffice .row > div:nth-child(1){
    padding-right: 1vw;
  }
  
}

@media (max-width:1440px) {
  .section-mobileoffice .row > div:nth-child(1){
    padding-right: 3vw;
  }
  .section-mobileoffice .row > div:nth-child(2){
    padding-left:3vw
  }
  .section-mobileoffice .article { 
    font-size: 16px; 
  }
}

@media (max-width:991.98px) {
  .section-mobileoffice{
    padding: 50px 0
  }
  .section-mobileoffice .article { 
    padding: 40px 0 
  }
}

@media (max-width:767px) {
  .section-mobileoffice{
    padding: 30px 0
  }
  .section-mobileoffice .article { 
    padding: 25px 0 ;
    font-size: 14px
  }
}

/*==================================================
    Section - reservation
==================================================*/

.section-reservation .row > div.left{}
.section-reservation .row > div.right{padding-left: 120px;}

.section-reservation .container{
  max-width: 1400px
}

.input-block.sm .form-control,
.input-block.sm .custom-select{
  font-family: var(--font-standard)!important;
  font-size: 14px!important
}

.form-reservation{
  display: block;
  position: relative;
}
.form-reservation:before{
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  left: -70px;
  border-left: 1px solid #e0e3ea;
}

.captcha{
  display: block;
  width: 100%;
  margin:30px 0;
}

.btn.w-270{
  width: 100%;
  max-width: 270px
}
.btn.w-300{
  width: 100%;
  max-width: 300px
}
.black{color: #000 !important}

.reservation-info{
  display: block;
  padding: 40px 0 0 0;
}

.reservation-info .blue{
  color: var(--color-primary)
}
.reservation-info h3{
  font-size: 24px;
  margin-bottom: 2px
}
.reservation-info p{
   font-size: 18px;
   font-family: var(--font-standard);
  line-height: 1.4;
}
.reservation-info .hgroup{
  padding-bottom: 20px;
  color: #555555;
  position: relative;
}
.reservation-info .time{ 
  color: #000000;
  
}

@media (max-width:1440px) {
  .reservation-info p{
    font-size: 16px
  }

  .btn.w-300{max-width: 260px}
}
@media (max-width:1199px) {
  .section-reservation .row > div.right{padding-left:80px;}
  .form-reservation:before{ left: -47px }
}

@media (max-width:991.98px) {
  .section-reservation .row > div.right{padding-left:15px;}
  .section-reservation .calendar-content{padding-left: 0}
  .section-reservation .calendar-datepicker{margin-left: 0}
  .section-reservation  .calendar-content .date-group::before {border-left:  1px solid #e0e3ea;}
  .form-reservation:before{ 
    left: 0;
    bottom: auto;
    top: 0;
    right: 0;
    display: none;
  }

  .reservation-info{
    padding: 30px 0 20px;
    margin-bottom: 30px;
    border-bottom:  1px solid #e0e3ea;
  }
}

@media (max-width:767px) {
  .reservation-info h3{font-size: 21px}
  .reservation-info p{font-size: 14px}

  .form-reservation .btn{max-width: 100%; margin-bottom: 20px}
}

/*==================================================
    Page - CSR Product Detail / Donation
==================================================*/

.news-content.center{
  text-align: center;
}
.news-gallery{
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-top: 15px;
}
.swiper-pagination.gallery{
  position: relative;
  text-align: center;
  padding-top: 20px;
}
.swiper-pagination.gallery .swiper-pagination-bullet{
  width: 32px;
  height: 4px;
  border-radius: 0;
  background-color: #3080cb
}
.pc .swiper-pagination.gallery .swiper-pagination-bullet:hover,
.swiper-pagination.gallery .swiper-pagination-bullet-active{
  background-color: #da1717;
}

.swiper-button.gallery {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-red);
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
.swiper-button.gallery > span{
  width: 12px;
  height: 12px;
  border-top:2px solid #ffffff;
  border-left: 2px solid #ffffff;
  margin-top: -6px;
}
.swiper-button.gallery .arrow-left{ left: 16px }
.swiper-button.gallery .arrow-right{ left: 12px }

.swiper-button-prev.gallery{ left: -80px; }
.swiper-button-next.gallery{ right: -80px; }

.section-csr-joinus {
  background-color: #f5f5f5
}

.section-csr-joinus .map{
  display: block;
  width: 100%;
  height: 100%;
}
.section-csr-joinus .map iframe{
  width: 100%;
  height: 100%;
}
.section-csr-joinus .article{
  padding:6vw 70px;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
   font-size: 18px;
  line-height: 1.7
}
.section-csr-joinus .article p{
  font-family: var(--font-standard);
}

.section-csr-joinus .buttons{
  text-align: left;
}

.section-csr-joinus .buttons .btn{
  padding: 0 60px;
}
.share-box{
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  margin:0 -10px;
  padding:4vw 0;
}

.share-box p{
  color: var(--color-primary);
  font-family: 'Superspace','Noto Serif TC', sans-serif !important;
  font-size: 24px;
  margin-bottom: 0; 
  margin-right: 15px;
  text-indent: 0
}

.share-box .icons{
  width: 48px;
  height: 48px;
  margin: 0 10px;
}
.share-box .icon-facebook{background-image: url(../img/icons/icon-facebook.png);}
.share-box .icon-lineid{background-image: url(../img/icons/icon-lineid.png);}

.pc .share-box .icons:hover{ opacity: 0.8 }

.share-box.center{
  padding: 50px 0 0;
  -ms-flex-direction: column;
  flex-direction: column;
   -ms-flex-pack: center;
  justify-content: center
}
.share-box.center .d-flex{
  padding-top: 10px;
}

.section-csr-form{background-color: #002165;}
.section-csr-form div.left{
  -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
}
.section-csr-form div.right{
  -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
}
.section-csr-form div.right .background-color{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #002165;
}
.section-csr-form div.left .background{display: none;}
.section-csr-form .form{
  padding:0 50px;
  max-width: 570px;
  margin: 0 auto
}

.section-csr-form .hgroup{
  color: #fff;
}
.section-csr-form .hgroup h3{ margin-bottom: 5px }
.section-csr-form .hgroup h3 + p{
  font-family: var(--font-standard);
  font-size: 18px;
  margin-bottom: 30px;
}
.section-csr-form .hgroup h6{
  font-size: 24px;
  color: var(--color-secondary);
  margin-bottom: 15px
}
.form.white .input-text,
.form.white .checkbox-group label{ color: #fff }

.section-csr-form .captcha{max-width: 70%}

.section-csr-form  .form .btn[type="submit"]{
  width: 100%;
  max-width: 320px;
  border-width: 1px
}
.pc .section-csr-form  .form .btn[type="submit"]:hover{ border-color: #e41a23}

.donation-amount{
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e0e3ea;
  padding:30px 25px;
  color: var(--color-primary); 
}
.donation-amount h6{font-size: 24px}
.donate-number{
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.donate-number li{
  padding: 0;
  margin: 0 3px;
  position: relative;
}

.donate-number li:not(.symbol) span{
 
  display: block;
  background-color: #fff;
  box-shadow: 0 4px 3px rgba(0,0,0,0.2);
  border-radius: 5px;
  text-align: center;
  
  font-weight: 500;
  color: #4b75ce;
  font-family: 'Oswald', sans-serif;
  position: relative;
  overflow: hidden;
}

.donate-number li:not(.symbol) span:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px; 
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}

.donate-number li:not(.symbol) span:after{
  content: '';

  position: absolute;
  top: 51%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d2d2d2;
  box-shadow: 0 -1px 3px rgba(0,0,0,0.3);
}
.donate-number li.symbol{
  width: 15px;
  height: 100%;
}
.donate-number li.symbol span{ 
  color: #4b75ce;
  position: absolute;
  bottom: 0;
  top: 0;
}

.donation-amount.sm{
  background-color: transparent;
  padding: 0;
  display: block;
  margin-top: 30px;
  text-align: left;
}
.donation-amount.sm h6{
  margin-bottom: 20px;
}

@media (min-width:0px) {
  .donate-number li:not(.symbol) span{
    width: 25px;
    height: 35px;
    font-size: 25px;
    line-height: 35px;
    background-color: #f5f5f5
  }
  
  .donate-number li.symbol{width: 5px} 
  .donate-number li.symbol span{
    font-size:35px;   
    line-height:1.4;
    margin: 0;
    left: 0;
  }
  .donate-number li:not(.symbol) span::after { height: 1px }
 
}

@media (min-width:576px) {
  .donate-number li:not(.symbol) span{
    width: 30px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
  }
  
  .donate-number li.symbol{width: 10px} 
  .donate-number li.symbol span{
    font-size: 50px;   
    line-height:1;
    margin: 0
  }
  .donate-number li:not(.symbol) span::after { height: 2px }

  .donate-number.sm li:not(.symbol) span{
    width: 25px;
    height: 35px;
    font-size: 25px;
    line-height: 35px;
  } 
  .donate-number.sm li.symbol{width: 15px} 
 
  .donate-number.sm li.symbol span{
    font-size:35px;   
    line-height:1.4;
    margin: 0
  }
}
@media (min-width:1281px) {
  .donate-number li:not(.symbol) span{
    width: 40px;
    height: 60px;
    font-size: 45px;
    line-height: 55px;
  }
  .donate-number li.symbol{width: 15px} 

  .donate-number li.symbol span{
    font-size: 70px;   
    line-height: 1.15;
    margin: 0
  }

  .donate-number.sm li:not(.symbol) span{
    width: 30px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
  } 
  .donate-number.sm li.symbol{width: 15px} 
 
  .donate-number.sm li.symbol span{
    font-size: 50px;   
    line-height:1;
    margin: 0
  }
}

@media (min-width:1366px) {
  .donate-number li:not(.symbol) span{box-shadow: 0 6px 4px rgba(0,0,0,0.3)}
  .donate-number li:not(.symbol) span:before{box-shadow: inset 0 0 5px rgba(0,0,0,0.05);}
  .donate-number li:not(.symbol) span:after{box-shadow:0 -1px 4px rgba(0,0,0,0.3);}
}

@media (min-width:1550px){ 
  .donate-number.sm li:not(.symbol) span{
    width: 40px;
    height: 60px;
    font-size: 45px;
    line-height: 55px;
  } 
  .donate-number.sm li.symbol{width: 15px} 
 
  .donate-number.sm li.symbol span{
    font-size: 70px;   
    line-height: 1.15;
    margin: 0
  }
}

@media (min-width:1850px) {
  .donate-number li:not(.symbol) span{
    width: 55px;
    height: 80px;
    font-size: 60px;
    line-height: 70px;
  }
  .donate-number li.symbol span{
    font-size: 80px;   
    line-height: 1.35;
  }
}




 
.donate-number li:nth-child(1){animation-delay: 0.1s;}
.donate-number li:nth-child(2){animation-delay: 0.15s;}
.donate-number li:nth-child(3){animation-delay: 0.2s;}
.donate-number li:nth-child(4){animation-delay: 0.25s;}
.donate-number li:nth-child(5){animation-delay: 0.3s;}
.donate-number li:nth-child(6){animation-delay: 0.35s;}
.donate-number li:nth-child(7){animation-delay: 0.4s;}
.donate-number li:nth-child(8){animation-delay: 0.45s;}
.donate-number li:nth-child(9){animation-delay: 0.5s;}
.donate-number li:nth-child(10){animation-delay: 0.55s;}
.donate-number li:nth-child(11){animation-delay: 1.6s;}

.section-csr-joinus .article{ padding-top: 70px;padding-bottom: 40px  }
.section-csr-joinus.w-donate .donation-amount{
  margin: 70px 0 30px
}
.section-csr-joinus.w-donate .share-box{padding-top: 0}

.section-csr-donation .hgroup{
  text-align: center;
}
.section-csr-donation .hgroup p{
  font-family: var(--font-standard);
  margin-top: 10px;
  font-size: 18px
}

.donate-bank-info{
  display: flex;
  margin: 50px auto;
  width: 100%;
  max-width: 640px;
}

 @keyframes heartFadeInOut {
  0% {
    opacity:1;
  }
  14% {
    opacity:1;
  }
  28% {
    opacity:0;
  }
  42% {
    opacity:0;
  }
  70% {
    opacity:0;
  }
}

.donate-bank-info .icons{
  width: 230px;
  margin-right: 80px;
  position: relative;
}


.donate-bank-info p{
  font-size: 24px;
  color: #000;
  margin-bottom: 25px
}
.donate-bank-info h5{
  font-size: 36px;
  color: #3080cb;
  margin-bottom: 25px;
  line-height: 1
}

.section-csr-donation .btn{
  width: 260px;
}
.pc .section-csr-donation .btn:hover{
  border-color: var(--color-red)
}



@media (max-width:1680px) {
  .section-csr-joinus.w-donate .share-box{padding-bottom: 2.5vw}

  .donate-bank-info p{font-size: 21px}
  .donate-bank-info h5{font-size: 32px}
  .donate-bank-info .icons{width: 200px}

  .news-gallery,
  .news-detail{max-width: 800px}
}

@media (max-width:1580px) {
  .section-csr-form div.left .background{display: block;}
  .section-csr-form div.left .img{display: none;}

  .section-csr-form .form{ padding-top: 5vw; padding-bottom: 5vw }

  .section-csr-joinus .article,
  .section-csr-form .hgroup h3 + p{font-size: 16px}

  .share-box p,
  .section-csr-form .hgroup h6{
    font-size: 22px;
  }
  .share-box .icons{
    width: 40px;
    height: 40px;
  }
}

@media (max-width:1550px) {
  .donation-amount{
    display: block;
    padding: 20px 25px 35px;
  }
  .donation-amount h6{ margin-bottom: 10px; }
  .section-csr-joinus .buttons .btn{padding: 0 40px;}
  .section-csr-joinus.w-donate .donation-amount{margin-top: 40px}
}

@media (max-width:1440px) { 
  .donate-bank-info{max-width: 480px}
  .donate-bank-info p{font-size: 20px}
  .donate-bank-info h5{font-size: 24px; line-height: 1.3; margin-bottom: 20px}
  .donate-bank-info .icons{width: 150px; margin-right:40px}

  .section-csr-donation .hgroup p{font-size: 16px}
  .donation-amount.sm h6{font-size: 20px}
}

@media (max-width:1199px) {
  .share-box p,
  .section-csr-form .hgroup h6{
    font-size: 20px;
  } 
 

  .section-csr-form div.left,
  .section-csr-form div.right{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-csr-joinus .article{
    padding-left: 50px;
    padding-right: 50px
  }

  .news-gallery{ max-width: 760px; padding-top: 0 }
  .news-content.highlight .news-info{text-align: center;}
  .news-content.highlight .donation-amount  h6{ text-align: center; }
}

@media (max-width:991.98px) {
  .section-csr-joinus .map{
    height:50vw;
  }

  .share-box{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-csr-joinus .buttons{
    text-align: center;
  }

  .section-csr-form div.left,
  .section-csr-form div.right{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-csr-form div.right{margin-top: -50vw}

  .section-csr-form div.left .background{display: none;}
  .section-csr-form div.left .img{display: block;}

  .section-csr-form .form{
    padding-top: 50px;
    padding-bottom: 50px
  }

  .news-gallery .swiper-button.gallery{display: none;}

  .donation-amount{text-align: center;}
  .donation-amount h6{font-size: 20px; margin-bottom: 15px}
  .donate-number:not(.sm){
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media (max-width:767px) {
   .section-csr-joinus .map{
    height:70vw;
  }
  .swiper-pagination.gallery{padding-top:5px}
  .swiper-pagination.gallery .swiper-pagination-bullet{width: 20px; height: 3px}

  .section-csr-joinus .article{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px
  }

  .section-csr-joinus .article,
  .section-csr-form .hgroup h3 + p{font-size: 15px}
  .section-csr-form .hgroup h3 + p{margin-bottom: 15px}
  .share-box p, .section-csr-form .hgroup h6{font-size: 18px}
  .share-box {margin: 0 -5px}
  .share-box .icons {
    width: 35px;
    height: 35px;
    margin: 0 5px
  }

  .section-csr-form .form{
    padding: 30px 25px;
  }
  .section-csr-form .captcha{max-width: 100%}

  .section-csr-joinus.w-donate .donation-amount{margin-top: 30px;}

  .section-csr-donation .hgroup p{font-size: 14px} 
  .donate-bank-info{
    display: block;
    text-align: center;
    max-width: 100%;
    margin: 30px 0;
  }
  .donate-bank-info .icons{
    width: 100px; 
    margin: 20px auto;
  }
  .donate-bank-info p{font-size: 18px; margin-bottom: 10px}
  .donate-bank-info h5{font-size: 22px;margin-bottom: 10px; line-height: 1.5}

  .share-box.center{padding-top: 20px}

  .donation-amount.sm{margin-top: 20px}
  .donation-amount.sm h6{font-size: 16px; margin-bottom: 15px}

  .news-gallery{padding-top: 0}

}
@media (max-width:576px) {
  .section-csr-joinus.w-donate .buttons{
    display: block;
    padding-bottom:0px;
    padding-top: 15px;
  }

  .section-csr-joinus.w-donate .buttons .btn{ width: 100%; margin: 5px 0 }
}



/*==================================================
    Page - CSR Register Success
==================================================*/ 

.csr-registersuccess{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.csr-registersuccess .logo{
  display: block;
  width: 148px;
  margin: 0 auto
}
.csr-registersuccess h3{
  margin: 20px 0;
  color: var(--color-primary)
}
.csr-registersuccess p{
  font-size: 18px;
  font-family: var(--font-standard);
}
.csr-registersuccess h4{
  font-size: 24px;
  color: var(--color-primary);
  margin: 20px 0;
}

.csr-registersuccess .btn{
  padding: 0 75px
}

@media (max-width:1440px) {
  .csr-registersuccess p{ font-size: 16px }
  .csr-registersuccess h4{font-size: 22px}
}
@media (max-width:767px) {
  .csr-registersuccess .logo{width: 100px}
  .csr-registersuccess p{ font-size: 14px;}
  .csr-registersuccess h4{font-size: 18px; margin: 15px 0 }

  .csr-registersuccess h3{margin: 20px 0; font-size: 22px}
  .csr-registersuccess .buttons{padding-top: 20px}
}



/*==================================================
    Page - CSR View All
==================================================*/ 

.section-csr-highlight,
.section-news-highlight{
  background-color: #f5f8ff;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-csr-highlight div.desktop-right,
.section-news-highlight div.desktop-right{
  position: absolute;
  right: 0;
  top: 0;
}

.section-csr-highlight .background-color,
.section-news-highlight .background-color{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25vw;
  background-color: #eff3fc
}

.section-csr-highlight .section-text-label.csr,
.section-news-highlight .section-text-label.news {
  top:7vw;
  left: -4%;
  color: rgba(40,75,153,0.04)
}
.section-csr-highlight .row,
.section-news-highlight .row{
  position: relative;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.news-filter{
  display: block;
  padding: 35px 0;
}
.news-filter.right .input-flex.year{float: right;}
.news-filter.right .input-flex.year .input-text{
  font-size: 24px;
  color: var(--color-primary);
}
.news-filter.right .input-flex.year .custom-select{
  width: 200px; 
  font-family: 'Superspace','Noto Serif TC', sans-serif;
  font-size: 22px;
}

.news-list .buttons .btn{
  padding: 0 100px;
}




@media (max-width:1199px) {
  .section-csr-highlight,
  .section-news-highlight{ padding-bottom: 70px }

  .section-csr-highlight .background-color,
  .section-news-highlight .background-color{display: none;}

  .section-csr-highlight div.desktop-right,
  .section-news-highlight div.desktop-right{
    position: relative;
    right: auto;
    top: auto;
  }

  .news-filter.right .input-flex.year{
    float: none;
    width: 240px;
    margin: 0 auto
  }
  .news-filter.right .input-flex.year .input-text{
    font-size: 20px
  }
  .news-filter.right .input-flex.year .custom-select{
    font-size: 20px;
    width: 170px;
    padding-left: 10px
 }

 .section-csr-highlight .section-text-label.csr,
 .section-news-highlight .section-text-label.news{display: none;}

 .news-filter.right .input-flex.year .custom-select{
    height: 35px;
    line-height: 30px;
    font-size: 18px
  }

}

@media (max-width:767px) {
  .news-filter{padding: 25px 0;}
  
  .news-filter.right .input-flex.year .input-text{font-size: 16px}
  .news-filter.right .input-flex.year .custom-select{font-size: 16px; width: 120px}

  .section-csr-highlight, .section-news-highlight{padding-bottom: 40px}
}

/*==================================================
    Page - IR
==================================================*/
.section-banner.ir .caption{
  max-width: 905px;
  margin: 0 auto;
}
.section-banner.ir .caption .title-xl{
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.section-banner.ir .caption .title-xl:before{
  content: '';
  position:absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 3px;
  background-color: var(--red);
  margin-left: -15px;
}
.section-banner.ir .caption p{
  font-family: var(--font-standard);
  font-size: 18px;
}

.section-navbar.ir .container-fluid.d-flex{ 
  max-width: 1700px;
  -ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.section-navbar.ir .shortcut-link{
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  height: 140px;
  margin:15px; 
}
.section-navbar.ir .shortcut-link.empty{
  background-color: transparent !important;
  padding:0;
  height: 1px; 
}
.section-navbar.ir .shortcut-link .icons.top{top: 15px; right: 15px; background-size: 85%} 

.section-navbar.ir .shortcut-link:nth-child(1){background-color:#4b75ce }
.section-navbar.ir .shortcut-link:nth-child(2){background-color:#2b55b2}
.section-navbar.ir .shortcut-link:nth-child(3){background-color:#0b348a}
.section-navbar.ir .shortcut-link:nth-child(4){background-color:#002165}

.section-navbar.ir .shortcut-link:nth-child(5){background-color:#4b75ce}
.section-navbar.ir .shortcut-link:nth-child(6){background-color:#2b55b2}
.section-navbar.ir .shortcut-link:nth-child(7){background-color:#0b348a}
.section-navbar.ir .shortcut-link:nth-child(8){background-color:#002165}

.icon-ir-report{background-image: url(../img/icons/icon-ir-report.png);}
.icon-ir-stock{background-image: url(../img/icons/icon-ir-stock.png);}
.icon-ir-growth{background-image: url(../img/icons/icon-ir-growth.png);}
.icon-ir-finance{background-image: url(../img/icons/icon-ir-finance.png);}
.icon-ir-meeting{background-image: url(../img/icons/icon-ir-meeting.png);}
.icon-ir-news{background-image: url(../img/icons/icon-ir-news.png);}
.icon-ir-service{background-image: url(../img/icons/icon-ir-service.png);}
.icon-ir-press{background-image: url(../img/icons/icon-ir-press.png);}

.icon-report{background-image: url(../img/icons/icon-report.png);}
.icon-headquater{background-image: url(../img/icons/icon-headquater.png);}
.icon-flagship{background-image: url(../img/icons/icon-flagship.png);}
.icon-store{background-image: url(../img/icons/icon-store.png);}
.icon-garage2{background-image: url(../img/icons/icon-garage2.png);}
.icon-employee{background-image: url(../img/icons/icon-employee.png);}
.icon-smiley{background-image: url(../img/icons/icon-smiley.png);}

.section-ir-contact .form-row{
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.company-info{
  display: block;
  font-size: 24px;
  color: #222222;
  line-height: 1.2;
  max-width: 500px;
  margin: 0 auto;
}
.company-info h4{
  font-size: 30px;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.company-info ul{
  margin:40px 0;
  padding: 0;
  list-style-type: none;
}
.company-info ul li{
  display: flex;
  padding: 0;
  margin:15px 0 15px 0;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
}
.company-info .icons{
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #f5f8ff;
  margin-right: 20px;
  background-size: 55%;
}

.company-info .btn.mapview{
  padding: 0 60px
}
.pc .company-info ul li a:hover{color: var(--color-primary)}

.company-info .icon-phone{background-image: url(../img/icons/icon-phone.png);}
.company-info .icon-fax{background-image: url(../img/icons/icon-fax.png);}
.company-info .icon-email{background-image: url(../img/icons/icon-email-c.png);}
.company-info .icon-clock{background-image: url(../img/icons/icon-clock-c.png);}
.company-info .icon-callcenter{background-image: url(../img/icons/icon-callcenter.png);}

.company-info.white {color: #fff; margin: 0 0 0 20px}
.company-info.white h4{color: #86cbff}
.company-info.white .info-list{color: #86cbff; margin: 40px 0 50px}

.form a.blue{color: var(--color-secondary)}
.form a.blue:hover{color: var(--color-primary)}

.form-ir{
  max-width: 567px;
  margin: 0 auto 30px;
  position: relative;
}
.form-ir:before{
  content: '';
  position: absolute;
  top: 0;
  left: -80px;
  bottom: 0;
  border-left: 1px solid #e0e3ea
}

@media (max-width:1680px) {
  .section-navbar.ir .shortcut-link{height: 130px}

  .section-ir-contact .form-row{
    max-width: 1100px;
  }
  .company-info{font-size: 22px}
  .company-info .icons{width: 40px; height: 40px}
  .company-info.white .info-list{margin:30px 0 35px}
  .form-ir{ max-width: 420px }
}

@media (max-width:1440px) {
  .section-navbar.ir .shortcut-link{
    height: 110px; 
    margin: 10px;
    padding-left:15px;
  }

  .section-ir-contact .form-row{
    max-width: 1100px;
  }
  .company-info{font-size: 20px}
  .company-info h4{font-size: 26px; margin-bottom: 10px;}
  .company-info .icons{width: 40px; height: 40px}
  .form-ir{ max-width: 420px }


}


@media (max-width:1280px){
  .section-navbar.ir .shortcut-link {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }

  .section-banner.ir .caption{ max-width: 800px;}
  .section-banner.ir .caption p{ font-size:16px   }
   
}

@media (max-width:1024px) {
  .form-ir:before{ left: -50px }
  .company-info{font-size: 18px}
  .company-info h4{font-size: 22px}
  .company-info .icons{width: 35px; height: 35px}

  .section-navbar.ir{margin: 0  -30px;}
  .section-navbar.ir .shortcut-link {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin: 5px;
  }

  .section-navbar.ir .shortcut-link.empty{ max-width: 61.5% !important }

  .section-banner.medium.ir {height: auto;}
}

@media (max-width:991.98px) {
  .company-info{
    max-width: 100%;
    text-align: center;
    margin-top: -30px;
  }

  .company-info ul{
    margin-top: 30px;
    padding-left:5vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
  }
  .company-info ul li{
    width: 35%;
    text-align: left;
  }
  .company-info ul li:nth-child(even){width:65%}

  .company-info.white{
    margin:50px 0
  }

  .company-info.white .info-list{
    padding-left: 10vw
  }

  .form-ir{
    max-width: 100%;
    padding: 50px 50px  0;
  }
  .form-ir:before{
    bottom: auto;
    left: 0;
    right: 0;
    border:0;
    border-top: 1px solid #e0e3ea
  }


}

@media (max-width:767px) {
  .company-info{font-size: 16px}
  .company-info h4{font-size: 18px; margin-bottom: 5px}
  .company-info ul li{width: 100% !important; margin: 5px 0}

  .form-ir{ 
    padding: 40px 0px  0;
  }

  .section-navbar.ir {margin: 0}
  .section-navbar.ir .container-fluid.d-flex{display: flex !important;}
  .section-navbar.ir .shortcut-link {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    height: 100px;
    padding-right: 30px;
    font-size: 11px;
  }
  .section-navbar.ir .shortcut-link:nth-child(7){
     -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-navbar.ir .shortcut-link.empty{display: none;}
  .section-navbar.ir .shortcut-link .arrow{ width: 18px; height: 18px; }
  .section-navbar.ir .shortcut-link .arrow .icons{height: 9px}

  .section-banner.ir .caption p{ font-size:13px; margin-bottom: 15px  }
  .section-banner.ir .caption .title-xl{ margin-bottom: 15px; padding-bottom: 10px; }

  .company-info.white{margin: 40px 0}
  .company-info.white .info-list{margin: 20px 0 25px;}
  .section-contact.info .company-info ul li{margin: 5px 0 !important}
}


/*==================================================
    Page - IR Report
==================================================*/

.card-report{
  background-color: #ebedef;
  transition: all 0.3s ease 0s !important;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.card-report .photo{
  background-image: url(../img/thumb/photo-pdf.jpg);
  transform: scale(1,1) !important;
}
.card-report .photo:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
  display: block;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.card-report .card-photo:hover .photo:before{ opacity: 1 }

.card-report .card-body{
  padding: 15px 25px;
  font-family: 'Superspace','Noto Serif TC', sans-serif;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-report .hgroup h3{
  color: var(--color-primary);
  transition: all 0.3s ease 0s;
  font-size: 28px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}
.card-report .hgroup p{color: #3ec8ff; margin-bottom: 1rem !important}
.card-report .fgroup{
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  padding-top: 10px;
  margin-top: auto;
}
.card-report .fgroup a.item{
  display:flex;
  color: var(--color-primary);
  font-weight: bold;
  -ms-flex-align: center;
  align-items: center;
}
.pc .card-report .fgroup a.item:hover{opacity: 0.6}

.card-report .fgroup .icons{
  width: 22px;
  height: 22px;
  margin-right: 15px;
}
.card-report .fgroup .icon-download{background-image: url(../img/icons/icon-ir-download-b.png);}
.card-report .fgroup .icon-book{background-image: url(../img/icons/icon-ir-book-b.png);}

.card-report .fgroup .icon-download:before{background-image: url(../img/icons/icon-ir-download-w.png); opacity: 0}
.card-report .fgroup .icon-book:before{background-image: url(../img/icons/icon-ir-book-w.png); opacity: 0}

.night-mode .card-report,
.pc .card-report:hover{background-color: #11398e;}

.night-mode .card-report h3,
.pc .card-report:hover h3{color: #fff}

.night-mode .card-report .fgroup a.item,
.pc .card-report:hover .fgroup a.item{color: #fff}

.pc .card-report:hover .fgroup .icon-download:before{opacity: 1}
.pc .card-report:hover .fgroup .icon-book:before{opacity: 1}

.night-mode .card-report .fgroup .icon-download:before{opacity: 1}
.night-mode .card-report .fgroup .icon-book:before{opacity: 1}

/*
.card-accordion .card-report .hgroup h3{font-size: 26px}
.card-accordion .card-report .fgroup{font-size: 20px;}
.card-accordion .card-report .fgroup .icons {
    width: 16px;
    height: 16px;
    top: 2px; 
}
*/

@media (max-width:1440px) {
  .card-report .hgroup h3{font-size: 25px}
  .card-report .fgroup{font-size: 20px; padding-top: 0}
  .card-report .fgroup .icons{width: 20px;height: 20px;margin-right: 10px}
}
@media (max-width:1280px) {
  .card-report .hgroup h3{font-size: 22px}
  .card-report .hgroup p{font-size: 14px;}
  .card-report .fgroup{font-size: 16px}
  .card-report .fgroup .icons{width: 16px;height: 16px;}
}

@media (max-width:767px) {
  .card-report{ margin-bottom: 25px; height: calc(100% - 25px);}
  .card-report .hgroup h3{font-size: 20px}
  
}

/*==================================================
    Page - IR News
==================================================*/

.ir-news-list{
  padding:0;
  margin:0;
  list-style-type: none; 
}

.ir-news-list li{
  display: flex;
}
.ir-news-list li a{
  display: flex;
  color: #3080cb;
  padding: 15px 20px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.ir-news-list li:last-child a{border-bottom: 0}
.pc .ir-news-list li a:hover{background-color: #f5f5f5}
.ir-news-list li .date{
  color: #111111
}
.ir-news-list li .date .inner{width: 200px;display: block;}
.ir-news-list li .date + span{color: #3080cb;}

@media (max-width:1440px) {
  .ir-news-list li a{padding: 10px 15px}
  .ir-news-list li .date .inner{width: 170px}
}

@media (max-width:767px) {
  .ir-news-list li a{
    display: block;
    font-size: 14px;
    padding: 10px 0;
  }
  .ir-news-list li .date{display: block;padding-bottom: 5px;}
  .ir-news-list li:first-child a{ padding-top: 0 }
  .ir-news-list li:last-child a{ padding-bottom: 0 }
}

/*==================================================
    Section - Table Fin Statement
==================================================*/
.table-finstatement{margin-top: 40px;}
.table-finstatement thead th{
  border-bottom: 1px solid #e0e3ea;
  border-right:  1px solid #e0e3ea;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-finstatement thead tr:first-child th,
.table-finstatement tbody td:first-child{border-left:  1px solid #e0e3ea;}
.table-finstatement thead.thead-main th{
  background-color: #7898da;
}
.table-finstatement thead.thead-main th.col-year-1{background-color: #4b75ce;}
.table-finstatement thead.thead-main th.col-year-2{background-color: #2b55b2;}
.table-finstatement thead.thead-main th.col-year-3{background-color: #0b348a;}
.table-finstatement thead.thead-main th.col-year-4{background-color: #002165;}
.table-finstatement thead.thead-main tr:nth-child(1) th{border-top: 0}
.table-finstatement thead.thead-main tr:nth-child(1) th:nth-child(1){border-radius: 10px 0 0 0;border-left: 1px solid #f1f2f4}
.table-finstatement thead.thead-main tr:nth-child(1) th:nth-child(2){border-radius: 0 10px 0 0;border-right: 1px solid #f1f2f4}
.table-finstatement tr td{
  border-bottom: 1px solid #e0e3ea;
  border-right:  1px solid #e0e3ea;
}
.table-finstatement thead.thead-sub th{
  background-color: #b1c2e5;
  color: #0b348a;
  text-align: left;
  font-weight: 500
}
.table-finstatement thead.thead-sub th:nth-child(1){border-right:0;}
.table-finstatement thead.thead-sub th:nth-child(2){border-left:0;}

.table-finstatement thead.thead-main tr:nth-child(1) th:nth-child(1),
.table-finstatement thead.thead-sub th:nth-child(1),
.table-finstatement tbody td:nth-child(1){ width: 580px }
 
.table-finstatement tbody td{text-align: center;font-size: 18px; font-family: var(--font-standard); vertical-align: middle;}
.table-finstatement tbody td:first-child{
  text-align:left; 
  font-size: 24px; 
  color: var(--color-primary); 
  font-family: 'Superspace','Noto Serif TC', sans-serif;
  padding-left: 20px;
}
.table-finstatement tbody tr:nth-child(odd){background-color:#ffffff}
.table-finstatement tbody tr:nth-child(odd) td:nth-child(2),
.table-finstatement tbody tr:nth-child(odd) td:nth-child(4){background-color: #e6eaf3;border-bottom: 1px solid #cad1e0;}

.table-finstatement tbody tr:nth-child(odd) td:nth-child(3),
.table-finstatement tbody tr:nth-child(odd) td:nth-child(5){background-color: #ffffff}


.table-finstatement tbody tr:nth-child(even){background-color:#f5f5f5}
.table-finstatement tbody tr:nth-child(even) td:nth-child(2),
.table-finstatement tbody tr:nth-child(even) td:nth-child(4){background-color: #dde1ea;border-bottom: 1px solid #cad1e0;}
.table-finstatement tbody tr:nth-child(even) td:nth-child(3),
.table-finstatement tbody tr:nth-child(even) td:nth-child(5){background-color: #f5f5f5}

.table-note{
  display: block;
  padding: 20px 0;
}

.table-note h4{font-size: 24px}
.table-note p{
  color: #666666;
  font-family: var(--font-standard)
}

@media (max-width:1680px) {
  .table-finstatement thead th{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px
  }

  .table-finstatement tbody td{font-size: 16px}
  .table-finstatement tbody td:first-child{font-size: 22px}

  
}

@media (max-width:1440px) {
  .table-finstatement thead.thead-main tr:nth-child(1) th:nth-child(1), 
  .table-finstatement thead.thead-sub th:nth-child(1), 
  .table-finstatement tbody td:nth-child(1){
    width: 480px
  }
  .table-finstatement tbody td:first-child{font-size: 20px}
}

@media (max-width:1280px) {
  .table-finstatement{margin-top: 20px}
  .table-finstatement thead th{ font-size: 18px }
  .table-finstatement tbody td:first-child{font-size: 18px}
  .table-finstatement tbody td{font-size: 14px}

  .table-note h4{font-size: 20px}
}

@media (max-width:1024px) {
  .table-finstatement thead.thead-main tr:nth-child(1) th:nth-child(1), 
  .table-finstatement thead.thead-sub th:nth-child(1), 
  .table-finstatement tbody td:nth-child(1){
    width: 400px
  } 
  .table-finstatement tbody td{font-size: 12px}
  .table-finstatement tbody td:first-child{font-size: 16px}
}

@media (max-width:991.98px) {
  .table-responsive-lg{
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
  }
  
}

@media (max-width:767px) {
  .table-responsive-lg{margin: 0 -25px; padding-left: 25px;padding-right: 25px}
  .table-responsive-lg .table-finstatement{ width: auto; }

  .table-finstatement thead.thead-main tr:nth-child(1) th:nth-child(1), .table-finstatement thead.thead-sub th:nth-child(1), .table-finstatement tbody td:nth-child(1){
    width: auto;
  }
  .table-finstatement tbody td{white-space: nowrap;}
  .table-finstatement thead th{ 
    font-size: 16px;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px
  }
  .table-finstatement tbody td{
    padding-top:10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px
  }
}

/*==================================================
    Page - About
==================================================*/
.section-shareholder {
  color: #fff;
  padding-top: 80px
}

.shareholder-table{
  display: block;
  border-radius: 10px;
  background-color: rgba(0,11,35,0.5);
  padding: 20px;
  max-width: 1260px;
  margin: 40px auto 60px;
}

.shareholder-table table{
  width: 100%; 
}
.pc .shareholder-table table tr:not(:first-child):hover {background-color: rgba(255,255,255,0.1);}
.shareholder-table table th{
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 10px  10px;white-space: nowrap;
} 
.shareholder-table table td{
  font-size: 17px;
  font-weight: 400;
  padding: 5px 10px;
  vertical-align: top;
}
.shareholder-table table td span{display: block;}
.shareholder-table table td:nth-child(1){ text-align: center; }
 
.shareholder-table table td:nth-child(3) span,
.shareholder-table table td:nth-child(4) span{
  text-align: right;
}
.shareholder-table table td:nth-child(4) span{
  display: inline-block;
  width: 80px;
}

.shareholder-chart{
  display: block;
  text-align: center;
  max-width: 1260px;
  margin: 0 auto
}
.shareholder-chart .chart-box{
  width: 320px;
  height: 320px;
  display: block;
  margin: 0 auto;
}
.legend-box{
  display: flex;
  padding: 0;
  margin:40px 0;
  list-style-type: none;
  -ms-flex-pack: justify;
justify-content: space-between;
}
.legend-box li .icon{
    display: block;
    margin: 0 auto 15px;
  width:80%;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 21px rgba(29,72,195,0.75);
  position: relative;
}
.legend-box li .icon:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;

  border:6px solid #1d48c3;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.legend-box li .icon img{
  width: 100%;
  border-radius: 50%;
  display: block;
}

.pc .legend-box li:hover .icon:before,
.pc .legend-box li.active .icon:before{ opacity: 1 }

.shareholder-chart .note{
  display: block;
  padding: 20px;

  text-align: left;
}

.organization{
  width: 100%;
  display: block;
  padding-top: 30px;
}

.section-structure{
  background-color: #f5f5f5;
}

.section-structure .title-xs{
  font-size: 24px;
  color: #063291;
  height: 60px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.section-structure .container{
  max-width: 1400px;
}
.accordion-structure{
  margin: 50px auto;
  max-width: 445px;
}
.card-structure {
  border-bottom: 1px solid #e0e3ea;
}
.card-structure .card-title{
  font-family: var(--font-standard);
  font-size: 18px;
  color: #417bb8;
  margin: 0;
  padding: 12px 35px 13px 35px;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
.card-structure .card-title:before{
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 24px;
  height: 24px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/icons/icon-pdf.png);
}
.pc .card-structure .card-title:hover{ color: var(--color-primary) }
.card-structure .card-title .icon-collapse{
  width: 8px;
  height: 8px;
  right: 10px;
  top: 23px
}
.card-structure .card-title .arrow-right{
  width: 100%;
  height: 100%;
  border-top: 1px solid #063291;
  border-left: 1px solid #063291;
}
.card-structure .card-title[aria-expanded="true"] .arrow-right{
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.card-structure .card-body{
  font-size: 15px;
  font-family: var(--font-standard);
  padding: 10px 35px 15px;
}
@media (max-width:1440px) {
  .shareholder-table table th,
  .shareholder-table table td{font-size: 14px}

  .organization{ padding-top: 10px }
}


@media (max-width:991.98px) {
  .section-shareholder{padding-top: 50px}
  .shareholder-table{margin-top: 25px; margin-bottom: 40px}
  .shareholder-table > .row > div:nth-child(2) table thead{display: none;}
  .shareholder-chart .chart-box {
    width: 280px;
    height: 280px;
  }
  .legend-box{margin: 40px 0 20px}

  .shareholder-chart .note{padding-top: 0}
  .shareholder-chart .note h4{font-size: 20px}

  .section-structure .title-xs{
    height: auto; 
    margin-bottom: 15px;
    font-size: 20px
  }
  .accordion-structure{max-width: 100%;margin-top: 20px; margin-bottom: 20px}
  .card-structure .card-title{font-size: 16px}
  .card-structure .card-title::before{width: 20px; height: 20px}


}

@media (max-width:767px) {
  .shareholder-table{
    display: block;
    width: 100%;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .shareholder-table table{ width:600px; }
  .shareholder-table table th,
  .shareholder-table table td{ white-space: nowrap; }
  .shareholder-chart .chart-box{width: 240px; height: 240px;}
  .legend-box{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .legend-box li{width: 20%}
  
  .shareholder-chart .note{
    padding:0 
  }

  .card-structure .card-body{
    padding-left: 0;
    padding-right: 0;
    font-size: 14px
  }
}

/*==================================================
    Page - About
==================================================*/

.section-navbar.about .shortcut-link,
.section-navbar.agents .shortcut-link {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; 
    margin: 15px;
}
.section-navbar.about .shortcut-link .icons.top,
.section-navbar.agents .shortcut-link .icons.top {
    top: 5px;
    right: 15px; 
    width: 60px;
    height: 60px;
}

.icon-about-trophy{background-image: url(../img/icons/icon-about-trophy.png);}
.icon-about-structure{background-image: url(../img/icons/icon-about-structure.png);}
.icon-about-group{background-image: url(../img/icons/icon-about-group.png);}
.icon-about-handshake{background-image: url(../img/icons/icon-about-handshake.png);}

.icon-agent-career{background-image: url(../img/icons/icon-agent-career.png);}
.icon-agent{background-image: url(../img/icons/icon-agent.png);}
.icon-agent-webmail{background-image: url(../img/icons/icon-agent-webmail.png);}
.icon-agent-agentportal{background-image: url(../img/icons/icon-agent-agentportal.png);}

.icon-pd-shield{background-image: url(../img/icons/icon-pd-shield.png);}
.icon-pd-table{background-image: url(../img/icons/icon-pd-table.png);}
.icon-pd-apps{background-image: url(../img/icons/icon-pd-apps.png);} 

.award-container{
  padding-top: 40px;
  padding-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}

.award-container > div.award-year{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  height: 600px;
  position: relative;
}
.award-container > div.award-gallery{
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 80px;

}
.award-container .scrollbar-custom { height: 100%; display: block; }
.award-container .scrollbar-inner{height: 100%}
.award-container .scrollbar-inner > .scroll-element .scroll-element_track{
  background-color: #ccc;
  width: 4px;
}  
.award-container .scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #da1717;
    width: 4px;
}
.os-theme-round-dark > .os-scrollbar-vertical{
  width: 36px;
}
.os-theme-round-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
    width: 100%;
    min-height:36px;
    max-height: 36px;
}
.os-theme-round-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:hover::before, .os-theme-round-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active::before {
    transform: scale(1);
}
.os-theme-round-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle::before{
  background-color: var(--color-red);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icons/os-scrollbar-handle.png);
}
.os-scrollbar-corner{display: none;}
.nav-award-tabs{
  padding: 20px 0 40px;
  position: relative;
  -ms-flex-direction: column ;
  flex-direction: column;
}

.award-year:before,
.award-year:after{
  content: '';
  position: absolute;
  left: 10px;
  right:35px;
  height:70px;
  z-index: 10;
  pointer-events: none;
}

.award-year:before{
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.award-year:after{
  bottom: 0;
   
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.78) 61%, rgba(255,255,255,1) 78%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.78) 61%,rgba(255,255,255,1) 78%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.78) 61%,rgba(255,255,255,1) 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.nav-award-tabs .nav-link{
  display: flex;
  width: 90px;
  height: 90px;
  margin: 10px auto;
  background-color:#97bfe5!important;
  border-radius: 50%;
  color: #fff!important;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 18px;
  border:2px solid #97bfe5;
  position: relative;
}
.nav-award-tabs .nav-link span.circle{
  display: inline-block;
  margin: 0 auto;
}

.nav-award-tabs .nav-link span.number{
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -5px;
  white-space: nowrap;
  color: var(--color-primary);
  font-size: 18px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.nav-award-tabs .nav-link.active{
  width: 130px;
  height: 130px;
  background-color:#0b348a!important;
  font-size: 25px;
  border:2px solid #2269ff;
  box-shadow: 0 0 10px rgba(62,200,255,0.9);
  font-weight: bold;
}
.pc .nav-award-tabs .nav-link:not(.active):hover{background-color:var(--color-secondary) !important;border:2px solid var(--color-secondary);}

.nav-award-tabs .nav-link.active span.number,
.pc .nav-award-tabs .nav-link:hover span.number{
  opacity: 1;
  left: 115%;
}

.tab-award-content{ 
}
.tab-award-content .tab-pane{
  position: relative;
  padding: 0 80px
}
.tab-award-content .swiper-overflow{
  position: relative;
  display: block;
}

.tab-award-content .card-photo{
  max-width: 580px;
  display: block;
  margin: 0 auto
}

.award-article{
  display: block;
  text-align: center;
  padding: 20px 0 0 0;
}
.award-article h4{
  font-size: 22px; 
  line-height: 1.3;
  margin-bottom: 5px;
  color: var(--color-primary)
}
.award-article p{
  font-family: var(--font-standard);
  font-size: 16px
}

@media (max-width:1680px) {
  .section-navbar.about .shortcut-link,
  .section-navbar.agents .shortcut-link{
    padding:20px 10px 20px 20px;
    margin: 10px;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
  .section-navbar.about .shortcut-link p,
  .section-navbar.agents .shortcut-link p{
    font-size:15px 
  }
  .section-navbar.about .shortcut-link .icons.top,
  .section-navbar.agents .shortcut-link .icons.top {
    top: 5px;
    right: 15px; 
    width: 50px;
    height: 50px;
  }
}

@media (max-width:1550px) {
  /*.award-container > div.award-year {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .award-container > div.award-gallery {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 0 0 80px;
  }*/

  .nav-award-tabs{max-width: 200px;}
}

@media (max-width:1440px) {
  .award-container > div.award-year{height: 500px;}
  .nav-award-tabs .nav-link{
    width: 70px;
    height: 70px;
    font-size: 16px;
  }

  .nav-award-tabs .nav-link.active {
    width: 110px;
    height: 110px;
    font-size: 22px;
  }

  .award-article h4{font-size: 20px}
  .award-article p{font-size: 14px}

  .tab-award-content .tab-pane{padding: 0 60px}
}

@media (max-width:1280px) {
  .section-navbar.about .shortcut-link p,
  .section-navbar.agents .shortcut-link p{
    font-size:14px 
  }
  .section-navbar.about .shortcut-link hr,
  .section-navbar.agents .shortcut-link hr{margin-top: 5px}

  .tab-award-content .tab-pane{padding: 0 30px}
}

@media (max-width:1024px) {
  .section-navbar.about .container-fluid.d-flex,
  .section-navbar.agents .container-fluid.d-flex {
    max-width: 1700px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-navbar.about .shortcut-link,
  .section-navbar.agents .shortcut-link{ 
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin: 5px
  }

  .nav-award-tabs {
    max-width: 120px;
  }
  .nav-award-tabs .nav-link{
    width: 60px;
    height: 60px;
    font-size: 14px;
  }

  .nav-award-tabs .nav-link.active {
    width:80px;
    height: 80px;
    font-size: 18px;
  }

  .award-article h4{font-size:18px} 

  .award-container > div.award-gallery{padding: 0 0 0 50px}
  .tab-award-content .tab-pane{padding: 0 60px}
}

@media (max-width:991.98px) {
  .section-navbar.about .shortcut-link,
  .section-navbar.agents .shortcut-link{ 
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
    max-width: 48.5%; 
  }

  .award-container > div.award-year{overflow: hidden;}
  .award-container .scrollbar-inner{margin-right: -10px;}
  .award-container .scrollbar-inner > .scroll-element.scroll-y{right: 5px}
  .tab-award-content .tab-pane{padding:20px 0 0;}
  .tab-award-content .swiper-button{display: none;}
  .nav-award-tabs .nav-link span.number{display: none;}
}

@media (max-width:767px) {
  .section-navbar.about .shortcut-link,
  .section-navbar.agents .shortcut-link{ 
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; 
    margin: 0;
  }

  .award-container{
    margin: 0 -25px;
    padding-top: 0px;
  }
  .award-container > div.award-year,
  .award-container > div.award-gallery{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; 
    height: auto;
  }

  .award-container > div.award-gallery{
    padding:0px 25px;
  }
  .award-container .scrollbar-inner{margin-right: -25px}
  .award-year::before, .award-year{padding: 0 20px}
  .award-year::before, .award-year::after {display: none;}
  .nav-award-tabs{
    padding: 20px 0 20px;
    height: 90px;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
  }
 
  .nav-award-tabs .nav-link {
    width: 50px;
    height: 50px;
    font-size: 12px;
    margin: 0 5px;
  }
  .nav-award-tabs .nav-link.active {
    width:65px;
    height: 65px;
    font-size: 15px;
  }

  .award-container .scrollbar-inner > .scroll-element{display: none !important;}

  .award-container .scrollbar-custom{
    height: 100px;
    margin:0 -20px;
    padding: 0 0px;
  }
  .os-content{
    padding: 0 20px;
  }

  .os-theme-round-dark > .os-scrollbar-horizontal{
    left: 20px;
  }
  .os-theme-round-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle::before{
    background-image: none;
  }
}


/*==================================================
    Page - Board Directors
==================================================*/
.swiper-overflow{
  position: relative;
}
.card-board{
  text-align: center;
  margin: 40px auto;
}
.card-board .card-photo{
  border-radius: 50%;
  overflow: hidden; 
  max-width: 260px;
  margin: 0 auto;
  width: 100%;
}
.card-board .card-body{
  line-height: 1.4
}
.card-board h3{
  font-size:36px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.card-board h4{
  font-size:24px;
  margin-bottom: 10px;
  margin-top: 5px;
  color: var(--color-primary);
}
.card-board p{margin-bottom: 0;}
.card-board:not(.lg) p{
  font-family: var(--font-standard);
  font-size: 18px
}

.card-board.lg{
  font-size: 24px;
  padding: 4.5vw 0 4vw
}
.card-board.lg .card-photo{
  max-width: 45%;
}

@media (max-width:1680px) {
  .card-board h3{font-size:32px;}
  .card-board.lg{font-size: 20px;} 

  .section-banner.board .container-fluid{max-width: 1400px}
  .section-banner.board .caption{font-size: 20px; max-width: 550px}
  .section-banner.board .caption h6{font-size: 24px}
  .section-banner.board .caption .info{margin-top: 20px}

  .card-board:not(.lg) p{font-size: 16px}
  .card-board .card-photo{max-width: 50%}
}


@media (max-width:1440px) {
  .card-board h3{font-size:28px;}
  .card-board.lg{font-size:18px;}  

  .section-banner.board .container-fluid{max-width: 1100px}
  .section-banner.board .caption{font-size: 20px; max-width: 450px}
  .section-banner.board .caption h6{font-size: 20px}

  .card-board{margin: 20px auto}
  .card-board h4{margin-bottom:5px; font-size: 21px}
  .card-board .card-photo{max-width: 40%}
  .card-board:not(.lg) p{font-size: 15px}

  .section-board .swiper-button-prev.gallery{left: -40px}
  .section-board .swiper-button-next.gallery{right: -40px}
  .section-board .swiper-pagination.gallery{ padding-bottom: 20px; padding-top: 0 }
}

@media (max-width:1280px) {
  .card-board:not(.lg) p{font-size: 13px}
  .section-board .swiper-button-prev.gallery{left: -10px}
  .section-board .swiper-button-next.gallery{right: -10px}
}

@media (max-width:1024px) { 
  .card-board.lg{font-size:16px;}  
  .card-board .card-body{padding-left: 0;padding-right: 0;}

  .section-banner.board .container-fluid{max-width:850px}
  .section-banner.board .caption{font-size: 16px;}
  .section-banner.board .caption h6{font-size: 16px}
}

@media (max-width:991.98px) {
  .card-board.lg {margin-top: 40px; padding-bottom: 0}
  .card-board.lg .card-photo{max-width: 220px; }

  .section-banner.board .caption{
    text-align: center;
    margin-top: 0;
    margin-bottom: 70px
  }
  .section-banner.board .caption .title-xl{font-size: 28px}
  .section-banner.board .caption .info{margin: 15px 0}
}

@media (max-width:767px) {
  .card-board.lg {margin-top: 30px; margin-bottom:0}
  .card-board.lg .card-photo{max-width: 140px; }

  .card-board h3{font-size:21px;}
  .card-board h4{font-size: 18px; margin-top: 0}
  .card-board.lg{font-size:14px;}  
  .section-banner.board .caption{font-size:14px; margin-bottom: 40px}
  .section-banner.board .caption .title-xl{font-size: 21px}
  .section-banner.board .caption .info{margin: 5px 0 10px}

  .section-board .swiper-button.gallery{
    width: 30px;
    height: 30px
  }
  .section-board .swiper-button-prev.gallery{left: 0px}
  .section-board .swiper-button-next.gallery{right: 0px}
  .section-board .swiper-button.gallery > span{
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .section-board .swiper-button.gallery > .arrow-left{left: 11px}
  .section-board .swiper-button.gallery > .arrow-right{left: 8px}
}


/*==================================================
    Page - Vision
==================================================*/
.section-banner.vision{}
.section-banner .container-fluid{
  height: 100%
}
.section-banner .row{
  height: 100%
}
.vision-caption{
  color: #fff;
  padding: 9vw 0 7vw;
  margin: 0 auto;
  
  line-height: 1.4
}
.vision-caption.left{ max-width: 80% }
.vision-caption.right{max-width: 608px;}
.vision-caption h3{
  font-size: 60px;
  margin-bottom: 30px;
  line-height: 1.2
}
.vision-caption h6{
  font-size: 48px;
  color: var(--color-secondary);
  line-height: 1.2
}

.vision-caption p{
  font-size: 30px;
  margin-bottom: 4vw
}
.vision-caption ul{
  font-size: 24px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.vision-caption ul li{
  padding: 5px 0 5px 25px;
  position: relative;
  list-style-type: none;
}
.vision-caption ul li:before{
  content: '';
  position: absolute;
  top: 21px; 
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #fff;
}
.section-policy{
  padding-bottom: 90px
}
.section-policy .container{
  max-width: 80vw;
}

.accordion-policy .title-xs {
  font-size: 24px;
  color: #063291; 
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 10px;
}

.accordion-policy .divider{
  display: block;
  padding: 18px;
}

@media (max-width:1680px) {
  .vision-caption h3{font-size: 48px; margin-bottom: 20px}
  .vision-caption h6{font-size: 38px;}
  .vision-caption p{font-size: 25px}
  .vision-caption ul{font-size: 21px}
  .vision-caption ul li::before {top: 18px}
 
  .vision-caption.right{max-width: 511px;}
}

@media (max-width:1440px) {
  .vision-caption h3{font-size: 42px;}
  .vision-caption h6{font-size: 34px;}
  .vision-caption ul{font-size: 19px} 

  .section-policy .container{max-width: 85vw}
}

@media (min-width:992px) and (max-width:1199px) {
  .vision-caption h3{font-size: 34px;}
  .vision-caption h6{font-size: 24px;} 

  .vision-caption p{font-size: 20px}  
  .vision-caption ul{font-size: 17px} 
  .vision-caption ul li{padding-top: 2px; padding-bottom: 2px}
  .vision-caption.right{max-width: 400px;}
}

@media (max-width:991.98px) {
  .vision-caption h3{font-size: 28px; margin-bottom: 10px}
  .vision-caption h6{font-size: 21px;} 

  .vision-caption p{font-size: 16px}  
  .vision-caption ul{font-size: 16px} 
  .vision-caption ul li{padding-top: 0; padding-bottom: 0}
  .vision-caption ul li::before {top: 11px; width: 3px; height: 3px} 

  .section-policy .container{max-width: 100vw}
  .section-policy .title-xs {
    height: auto;
    margin-bottom: 15px;
    font-size: 20px;
  }
}

@media (max-width:767px) {
  .section-banner.vision{
    background-color: #010b59
  }
  .section-banner.vision .background{
    position: relative;
    height: 45vw;
  }
  .section-banner.vision .row > div{position: static;}
  .vision-caption h3{font-size: 21px;}
  .vision-caption h6{font-size: 18px;}
  .vision-caption ul li{padding-left: 20px;}

  .vision-caption.left{
    margin: 0; 
    padding: 0;
    position: absolute;
    top: 30px;
    right: 20px;
  }
  .vision-caption.right{padding-top: 30px; padding-bottom: 30px}
  .vision-caption p{ margin-bottom: 20px }

  .accordion-policy .divider{padding: 14px}
}


/*==================================================
    Page - Company Profile
==================================================*/
.section-companyprofile{
  padding-bottom: 0;
  padding-top: 0;
} 
.section-companyprofile .section-title{
  padding: 70px 0 40px;
  color: #fff;
}
.section-companyprofile .scrollbar-inner.main{
  height: 64vh; 
}
.section-companyprofile .scrollbar-inner > .scroll-element .scroll-element_track{background-color: rgba(255,255,255,0.2);}
.section-companyprofile .scrollbar-inner > .scroll-element .scroll-bar{border-radius: 10px !important; background-color: rgba(255,255,255,0.6);}
.section-companyprofile .scrollbar-inner.main > .scroll-element.scroll-y{height: 95%}
.co-profile-line{
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #cccccc; 
  transition: all 1.2s ease-in-out;
   display: none;
}
.co-profile-line.animated{
  height: 100%;
}

.co-profile-line:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px; 
  height: 0;
  background-color: #da1717;
  transition: all 1.2s ease-in-out;
  box-shadow: 0 0 8px rgba(218,23,23,1);
 
}
 
.co-profile-item{
  display: flex;
  position: relative;
  height:150px
}
.co-profile-item:first-child,
.co-profile-item:last-child{height: 200px;}
.co-profile-item:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 2px; 
  margin-left: -1px; 
  background-color: #cccccc;
  transition: all 1.2s ease-in-out;
  box-shadow: 0 0 8px rgba(218,23,23,1)
}
.co-profile-item .inner{
  display: flex;
  width: 50%;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  position: relative;
}
.co-profile-item.active .inner,
.pc .co-profile-item:hover .inner{
  -ms-flex-align: center;
  align-items: center;
}
.co-profile-item .inner:before{
  content: '';
  position: absolute;
  top: 50%;
  right: -6px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.4s ease-in-out;

  background-size: 40%;
  background-position: center center;
  background-repeat: no-repeat;
  

}
.co-profile-item.active .inner:before{background-image: url(../img/icons/icon-l.png);}
.co-profile-item .inner:after{
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 2px;
  height: 0;
  background-color: #da1717;
}
.co-profile-item.right .inner:after{ right: auto; left: -1px }

.co-profile-item.active .inner:after{ height: 50% }
.co-profile-item.done .inner:after{ height: 100% }

.co-profile-item.done .inner:before,
.co-profile-item.active .inner:before,
.pc .co-profile-item:hover .inner:before{background-color: #da1717}

.co-profile-item.active .inner:before,
.pc .co-profile-item:hover .inner:before{
  transform: scale(2.4);
}


.co-profile-item .textgroup{ 
  font-size: 15px;
  color: #fff;
  font-family: var(--font-standard);
  width: 465px;
  padding:20px 30px;
  border-radius: 5px;
  background-color: rgba(0,11,36,0);  
  position: relative;
  
}
.co-profile-item .textgroup > div{
  max-height:115px;
  overflow: hidden;
}
.co-profile-item.active .textgroup > div{ /*max-height: 150px;*/ }
.co-profile-item .textgroup .scroll-content{padding-right: 20px;}

.co-profile-item .icongroup{
  display: block;
  position: relative;
  margin-left: 0;
  left: 0;
}
.co-profile-item .icongroup .line{
  position: absolute;
  top: 66px;
  left: 15px;

}
.co-profile-item .icongroup .line:before{
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  height: 50px;
  width: 160px;
  background-size:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/thumb/icon-company-circle-line.png); 
 
}
.co-profile-item.right .icongroup .line{
  left: auto;
  right: 15px
}
.co-profile-item.right .icongroup .line:before{
  background-image: url(../img/thumb/icon-company-circle-line-r.png); 
  right:auto;
  left: 100%
}

.co-profile-item.active .icongroup .line:before{opacity: 0}
.co-profile-item.active .icongroup .line:after{opacity: 1;transition: all 0.4s ease-in-out;}
.co-profile-item.active .line{
  top:-56px;
  left:8px;
}

.co-profile-item .icongroup .line:after{
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  height: 65px;
  width: 225px;
  background-size:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/thumb/icon-company-circle-line-active.png); 
  opacity: 0;
  
}

.co-profile-item.right .icongroup .line:after{
  right:auto;
  left: 100%;
  margin-left: 6px;
  background-image: url(../img/thumb/icon-company-circle-line-active-r.png); 
}
.co-profile-item .icongroup .circle{

  display: flex;
   -ms-flex-align: center;
  align-items: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
 
}
.co-profile-item .icongroup .circle span{
  color: #fff;
  line-height: 1.2;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 100
}
.co-profile-item .icongroup .circle span.year{font-size: 36px}

.co-profile-item .icongroup .circle.md{
  width: 100px;
  height: 100px;
  
  position: relative;
}

.co-profile-item .icongroup .circle.md:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/icon-companry-circle.png); 
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.co-profile-item .icongroup .circle.lg{
  position: absolute;
  top: -34px;
  left: -33px;
  width: 165px;
  height: 165px;
 
  opacity: 0; 
  transform: scale(1);
}
.co-profile-item .icongroup .circle.lg:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/icon-companry-circle-active.png);
}

.co-profile-item .icongroup .circle.lg:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80%;
  height: 80%;;
  background:rgba(62,200,255,0.7);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
} 

.co-profile-item.active .inner .icongroup .circle.md,
.pc .co-profile-item:hover .inner .icongroup .circle.md{opacity: 0;}

.co-profile-item.active .inner .icongroup .circle.lg,
.pc .co-profile-item:hover .inner .icongroup .circle.lg{opacity: 1;transform: scale(1);}

.co-profile-item.active .inner .textgroup, 
.pc .co-profile-item:hover .inner .textgroup{
  background-color: rgba(0,11,36,0.75);
  font-size: 20px;
  font-family: 'Superspace','Noto Serif TC', sans-serif;  
}

.co-profile-item .icongroup,
.co-profile-item .icongroup .circle,
.co-profile-item .icongroup .circle.lg:before{
  transition: all 0.4s ease-in-out;
}
.co-profile-item.left .textgroup{
  text-align: right;
  left: 0;
} 
.co-profile-item.left .icongroup .circle.lg:before{
  -webkit-transform: rotate(-85deg);
    transform: rotate(-85deg);
}

.co-profile-item.left .inner{  
  padding-right: 70px;
  -ms-flex-pack: end;
    justify-content: flex-end;
}

.co-profile-item.left.active .inner .textgroup,
.pc .co-profile-item.left:hover .inner .textgroup{ 
  left: -60px;

}

.co-profile-item.left.active .inner .icongroup .circle.lg:before,
.pc .co-profile-item.left:hover .inner .icongroup .circle.lg:before{
  -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.co-profile-item.right .inner{
  margin-left: auto;
  padding-left: 70px
}
.co-profile-item.right .inner:before{
  right: auto;
  left: -6px;
}

.co-profile-item.right .textgroup{
  right: 0;
}

.co-profile-item.right .icongroup .circle.md:before{
  -webkit-transform: rotate(-85deg);
    transform: rotate(-85deg);
}

.co-profile-item.right .icongroup .circle.lg:before{
  -webkit-transform: rotate(85deg);
    transform: rotate(85deg);
}

.co-profile-item.right.active .inner .textgroup,
.pc .co-profile-item.right:hover .inner .textgroup{ 
  right: -60px;
}

.co-profile-item.right.active .inner .icongroup .circle.lg:before,
.pc .co-profile-item.right:hover .inner .icongroup .circle.lg:before{
  -webkit-transform: rotate(-85deg);
    transform: rotate(-85deg);
}



@media (min-width:1550px) and (max-width:1680px) {
  .section-companyprofile .scrollbar-inner.main{
    height: 61vh
  }

  .co-profile-item .textgroup > div{ max-height:104px;}

  .co-profile-item{height: 100px;}
  .co-profile-item:first-child, .co-profile-item:last-child {
    height: 184px;
  }
  .co-profile-item .icongroup .circle.md{
    height: 80px;
    height: 80px;
  }
  .co-profile-item .icongroup .circle span{
    font-size: 14px
  }

  .co-profile-item .icongroup .circle.lg {
    top: -25px;
    left: -14px;
    width: 130px;
    height: 130px;
  }

  .co-profile-item .icongroup .line{top: 60px; left: 27px}
  .co-profile-item .icongroup .line::before {height: 40px;width: 140px;}
  .co-profile-item.right .icongroup .line{right: 27px}
  .co-profile-item.active .icongroup .line{top: -56px;left: 20px;}
  .co-profile-item.right.active .icongroup .line{right: 21px}

  .co-profile-item .textgroup{
    font-size: 14px;
    padding: 20px
  }
  .co-profile-item .icongroup .circle span.year{font-size: 28px}
  .co-profile-item.active .inner .textgroup, 
  .pc .co-profile-item:hover .inner .textgroup{
    font-size: 18px;
  }

  .co-profile-item.active .inner::before, .pc .co-profile-item:hover .inner::before{
    transform: scale(1.4);
  }

  .co-profile-item.right.active .inner .textgroup,
  .pc .co-profile-item.right:hover .inner .textgroup{ 
    right: -40px;
  }

  .co-profile-item.left.active .inner .textgroup,
  .pc .co-profile-item.left:hover .inner .textgroup{ 
    left: -40px;
  }
}


@media (min-width:992px) and (max-width:1549px) {
  .section-companyprofile .scrollbar-inner.main{
    height: 65vh
  }
  .co-profile-item .textgroup > div{ max-height:111px;}

  .co-profile-item{height: 120px;}
  .co-profile-item:first-child, .co-profile-item:last-child {
    height: 180px;
  }
  .co-profile-item .icongroup .circle.md{
    width:60px;
    height: 60px;
  }
  .co-profile-item .icongroup .circle span{
    font-size: 12px
  }

  .co-profile-item .icongroup .circle.lg {
    top: -25px;
    left: -14px;
    width: 100px;
    height: 100px;
  }

  .co-profile-item .icongroup{margin-bottom: 10px;}
  .co-profile-item .icongroup .line{top: 50px; left: 15px}
  .co-profile-item .icongroup .line::before {height: 25px;width: 110px;}
  .co-profile-item .icongroup .line::after {height: 48px;width: 200px; background-size: contain;}
  .co-profile-item.right .icongroup .line{right: 16px}
  .co-profile-item.active .icongroup .line{top: -50px;left: 24px;}

  .co-profile-item.right.active .icongroup .line{right: 21px}

  .co-profile-item .textgroup{
    font-size: 12px;
    padding: 20px;
    width: 325px
  }
  .co-profile-item .icongroup .circle span.year{font-size: 20px}
  .co-profile-item.active .inner .textgroup, 
  .pc .co-profile-item:hover .inner .textgroup{
    font-size: 15px;
  }

  .co-profile-item.active .inner::before, .pc .co-profile-item:hover .inner::before{
    transform: scale(1.4);
  }

  .co-profile-item.right.active .inner .textgroup,
  .pc .co-profile-item.right:hover .inner .textgroup{ 
    right: -40px;
  }

  .co-profile-item.left.active .inner .textgroup,
  .pc .co-profile-item.left:hover .inner .textgroup{ 
    left: -40px;
  }
}

@media (max-width:1024px) {
  .section-companyprofile .container{
    padding: 0
  }
}

@media (max-width:991.98px) {
  .co-profile-item{
    height: auto !important; 
    margin-bottom: 30px;
    pointer-events: none;
  }
  .co-profile-item::before ,
  .co-profile-item .inner::before,
  .co-profile-item .inner::after  {
    display: none;
  }
  .co-profile-item .icongroup .line{display: none;}

  .co-profile-item .inner{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding:120px 0 0 !important;
    display: block;
    position: relative;
  }

  .co-profile-item .textgroup{
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    background-color: transparent !important;
    left: auto !important;
    right: auto !important;
  }

  .co-profile-item .textgroup > div{height: auto !important; max-height: none !important; }
  .co-profile-item .textgroup .scroll-content{padding-right: 0;}

  .co-profile-item .icongroup{
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;

    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
  }
  .co-profile-item .icongroup .circle span.year{font-size: 26px}
  .co-profile-item .icongroup .circle.md{display: none;}
  .co-profile-item .icongroup .circle.lg{
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    transform: scale(1)
  }

  .co-profile-item .icongroup .circle.lg:after{display: none;}
}


@media (max-width:767px) {
  .section-companyprofile .scrollbar-inner.main{
    height: auto !important;
  } 
  .co-profile-item .icongroup .circle span{font-size: 16px}
  .co-profile-item .icongroup .circle span.year{font-size: 22px} 
}


/*==================================================
    Page - Agents
==================================================*/
.section-agents .article{
  max-width: 530px;
  margin: 100px auto;
  font-size: 24px
}
.section-agents .article .title-lg{
  margin-bottom:15px;
}
.section-agents .article .buttons{
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
.agents-step{
  margin:25px 0 35px;
  padding: 0;
  list-style-type: none;
  max-width: 420px;
}
.agents-step li{
  display: flex;
  margin: 15px 0;
  padding: 5px;
  border:2px solid var(--color-primary);
  height:65px;
}
.agents-step li .number{
  font-size: 43px;
  color: var(--color-primary);
  width: 90px;
  padding-right: 10px;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.agents-step li .flex-fill{
  background-color: #e2f2ff;
  display: flex;
  padding: 0 25px; 
  color: var(--color-primary);
  font-weight: bold;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:1440px) {
  .section-agents .article{
    font-size: 21px;
    padding-right: 50px;
    margin:80px auto;
  }
  .section-agents .article .title-lg{
    margin-bottom: 10px
  }
  .agents-step{
    max-width: 360px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .agents-step li{height: 60px;}
  .agents-step li .number{ width: 65px; font-size: 32px}
  .agents-step li .flex-fill{padding: 0 20px}


}

@media (max-width:1024px) {
  .section-agents .article{
    font-size: 16px; 
    margin:80px auto;
    padding: 0 15px;
    max-width: 350px;
  }
  .section-agents .article .title-lg{
    margin-bottom: 10px
  }
  .agents-step{
    max-width:290px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .agents-step li{
    height: 55px; 
    margin: 10px 0;
    padding: 5px;
  }
  .agents-step li .number{ width:50px; padding-right: 0; font-size:24px}
  .agents-step li .flex-fill{padding: 0 15px 0 15px}

  .section-agents .article .buttons .btn{max-width:290px }
}

@media (max-width:991.98px) {
  .section-navbar.agents .shortcut-link h3{height: 44px}
}

@media (max-width:767px) {
  .section-agents .background{
    height:60vw;
    position: relative;
  }
  .section-agents .article{
    margin: 25px auto 50px;
    max-width: 290px
  }

  .agents-step li{
    height: 45px; 
  }
  .section-navbar.agents .shortcut-link h3{height: auto;}
}

@media (max-width:375px) {
  .section-agents .article{
    max-width: 100%;
    padding: 0 25px
  }
  .agents-step,
  .section-agents .article .buttons .btn{
    max-width: 100%
  }
}

/*==================================================
    Page - Contact
==================================================*/
.section-contact.bg-white{background-color: #fff}
.section-contact{
  background-color: #0b348a;
}

.section-contact.info{
  padding-top: 50px;
  color: #ffffff;
} 
.map-graphic{
  display: block;
  position: relative;
  margin-right: 100px;
}
.map-graphic:before{
  content: '';
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/icons/icon-expand.png);
  z-index: 100;
  pointer-events: none;
}
.map-graphic img{width: 100%}

.section-contact-map{
  display: block;
  padding: 50px;
  background-color: #0b348a;
}

.section-contact-map .map{
  display: block;
  height:35vw;
}
.section-contact-map .map iframe{
  width: 100%;
  height: 100%;
}

.article.complaint{
  max-width: 690px;
  text-align: center;
  width: 100%;
  margin: 80px 0;
  color: #000 !important
}
.article.complaint h4{
  margin-bottom: 10px;
}
.article.complaint p{
  font-family: var(--font-standard);
  font-size: 16px
}
.article.complaint .buttons{
  display: flex;
}
.article.complaint .buttons .btn{
  width: 50%;
  padding: 0;
  margin: 0 12px;
  font-size: 22px;
}

@media (max-width:1680px) {
  .article.complaint{
    max-width: 600px
  }
  .article.complaint .buttons .btn{
    font-size:20px
  }
}

@media (max-width:1440px) {
  .article.complaint{margin:50px 0;}
  .article.complaint .buttons .btn{margin: 0 10px}

  .section-contact-map{ padding: 30px }
  .map-graphic{margin-right: 50px}
}

@media (max-width:1024px) {
  .map-graphic{margin-right:15px}
  .section-contact.info .company-info .icons {
    width: 30px;
    height: 30px;
  }
  .section-contact.info .company-info ul li{margin: 10px 0}
}

@media (max-width:991.98px) {
  .section-contact{padding-bottom: 0}
  .section-complaint {padding: 0}
  
  .section-complaint .background:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7); 
  }

  .article.complaint{
    max-width: 100%;
    margin: 0; 
    padding:80px 0 60px
  }
  .article.complaint .buttons{
    padding:30px 50px; 
  }
  .article.complaint .buttons .btn{ 
    padding-bottom: 3px; 
    background-color: var(--color-primary);
    color: #fff;
    line-height: 40px
  }

  .section-contact-map{ padding: 20px }
  .section-contact-map .map{height: 50vw}

  .section-contact.info{
    padding:20px 20px 0 20px;
  }
  .map-graphic{margin-right: 0}
  .map-graphic::before { width: 35px; height: 35px }
}

@media (max-width:767px) {
  .section-complaint .background{
    position: relative;
    height: 40vw;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .section-complaint .background:before{display: none;}

  .section-complaint .title-lg{
    padding: 0 0 0 11vw;
    line-height: 1;
    text-align: center;
    color: #000 !important
  }

  .article.complaint{
    padding: 30px 0;
    text-align: center;
    
  }
  .article.complaint p{font-size: 15px; margin-bottom: 0} 
  .article.complaint .buttons .btn{font-size: 16px}

  .section-contact-map{ padding: 10px }
  .section-contact-map .map{height: 65vw}

  .map-graphic{
    margin: -10px;
  }
}

@media (max-width:576px) {
  .article.complaint .buttons {
    padding: 20px 0px;
    display: block;
  }
  
  .article.complaint .buttons .btn{
    margin:5px 0 ; 
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}

/*==================================================
    Page - Service Application
==================================================*/
.section-banner.apps{
  color: #fff;
  padding: 7vw 0 4vw
}
.section-banner.apps .title-xl{
  color: #fff;
  text-align: center;
  padding: 0
}

.card-apps {
  max-width: 355px;
  margin: 0 auto;
  height: 100%;
  padding: 50px 0;
}
.card-apps .card-header{
  background-color: transparent;
  border-bottom: 0;
  padding: 0;
  display: flex;
  -ms-flex-align: center;
align-items: center;
}
.card-apps .card-header .logo{
  width: 80px;
  height: 80px;
}
.card-apps .card-header .logo img{
  width: 100%
}
.card-apps .card-header h4{
  font-size: 34px;
  padding-left: 20px;
}
.card-apps .card-header h4 span{
  font-weight: 300;
}
.card-apps .card-body{
  padding:20px 0; 
  display: flex;
  flex-direction: column;
}

.card-apps .card-body p{
  font-family: var(--font-standard);
  font-size: 18px;
  margin-bottom: 30px;
}
.card-apps .card-body .btn{
  width: 85%;
  margin-top: auto;
  margin-left:auto;
  margin-right: auto; 
}


@media (max-width:1440px) {
  .card-apps{max-width: 320px}
  .card-apps .card-body p{font-size: 15px}
  .card-apps .card-header h4{font-size: 28px}
  .card-apps .card-header .logo {width: 65px;height: 65px;}
  .card-apps .card-body .btn{padding: 0; width: 80%;}
}

@media (max-width:1024px) {
  .card-apps .card-header h4{font-size: 24px}
  .card-apps .card-header .logo {width: 60px;height: 60px;}
}

@media (max-width:991.98px) {
  .card-apps .card-header{display: block; text-align: center;}
  .card-apps .card-header h4{font-size: 20px; padding-left: 0}
  .card-apps .card-header .logo {width: 60px;height: 60px; margin: 0 auto 20px}
  .card-apps .card-body{
    text-align: center;
    padding-top: 10px
  }
  .card-apps .card-body .btn{width: 100%; font-size: 15px}
}


@media (max-width:767px) {
  .section-banner.apps .title-xl{padding: 10px 0;}
  .card-apps{padding-top: 30px; padding-bottom: 0;}
  .card-apps .card-body .btn{
    width: 220px;
  }
}


/*==================================================
    Section - Application
==================================================*/
.section-application.singlepage{
  padding-bottom: 15px;
}

.section-application.singlepage:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

}
.section-title.apps{
  text-align: center;
}
.section-title.apps p{
  color: #000000;
  font-size:32px; 
}

.section-application-download{
  background-color: #efefef;
  padding: 25px 0;
}
.section-application-download:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
.apps-download{
  display: flex;
  -ms-flex-align: flex-end ;
align-items: flex-end ;
}
.apps-download .apps-name{
  display: flex; 
}
.apps-download .apps-name img{
  width: 75px;
  height: 75px;
  height: auto;
}
.apps-download .apps-name .flex-fill{
  padding-left: 20px;
  padding-right: 20px;
}
.apps-download .apps-name h4{
  font-size: 48px;
  color: var(--color-primary);
  line-height: 0.9
}
.apps-download .apps-name h4 span{
  color: #da1717;
}
.apps-download .apps-name p{
  line-height: 1.3;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0
}

.apps-download .appstore img,
.apps-download .googleplay img{
  height: 48px;
  margin: 0 10px 10px;
}

.apps-manual .btn{ width:320px;padding: 0  }

.mobile-apps-container{
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1250px;
  z-index: 9;
}
@media (min-width:768px){
  .mobile-mockup{
    display: block;
    position: relative;
    margin: 50px auto 20px;
    width: 320px;
  }
  .mobile-mockup .number-list{display: none;}
  .mobile-mockup .line-group{ 
    position: absolute; 
    left: 50%; 
    height: 100%; 
    display: block;
    top: 7px;
    width: 550px; 
    margin-left: -275px;
   
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .mobile-apps-infos{
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 16px;
    line-height: 1.3;
    font-family: var(--font-standard)
  }
  .mobile-apps-infos .number{display: none;}
  .mobile-apps-infos.left{
    text-align: right;
  }
  .mobile-apps-infos li{
    padding: 0;
    margin: 0 0 20px;
    position: absolute;
    width: 100%;
  }
  .mobile-apps-infos h4{
    font-size: 24px;
    color: var(--color-primary);
    font-family: 'Superspace','Noto Serif TC', sans-serif;
    line-height: 1.2;
    margin-bottom: 2px
  }

  .mobile-apps-infos p{margin-bottom: 10px}
   
  .mobile-apps-infos.left li{
    right: 0;
  } 
  .mobile-apps-infos.left li .group{
    text-align: left; 
    display: inline-block;
    padding-top: 10px;
  }
  .mobile-apps-infos.right{
    right: 0;
    left: auto;
  } 


  .mobile-mockup.tipinsure .line-group{ 
    background-image: url(../img/thumb/mobile-apps-tipinsure-line.png);
  }

  .mobile-apps-infos.tipinsure li.i1{top: 20px;}
  .mobile-apps-infos.tipinsure li.i2{top: 195px;}
  .mobile-apps-infos.tipinsure li.i3{top: 325px;}
  .mobile-apps-infos.tipinsure li.i4{top: 433px;}

  .mobile-apps-infos.right li{padding-right: 40px}
  .mobile-apps-infos.tipinsure li.i5{top: 5px;}
  .mobile-apps-infos.tipinsure li.i6{top: 118px;}
  .mobile-apps-infos.tipinsure li.i7{top: 232px;}
  .mobile-apps-infos.tipinsure li.i8{top: 338px;}
  .mobile-apps-infos.tipinsure li.i9{top: 442px;}

  /*tipflashclaim*/
  .mobile-mockup.tipflashclaim .line-group{  
    background-image: url(../img/thumb/mobile-apps-tipflashclaim-line.png);
  }
  .mobile-apps-infos.tipflashclaim li.i1{top: 85px;}
  .mobile-apps-infos.tipflashclaim li.i2{top: 375px;}
  .mobile-apps-infos.tipflashclaim li.i3{top: 162px;}
  .mobile-apps-infos.tipflashclaim li.i4{top: 373px;}

  /*tipcoin*/
  .mobile-mockup.tipcoin .line-group{
    top: 5px;
    background-image: url(../img/thumb/mobile-apps-tipcoin-line.png);
  }
  .mobile-apps-infos.tipcoin.right li{padding-right: 50px}
  .mobile-apps-infos.tipcoin p{margin-bottom: 2px}
  .mobile-apps-infos.tipcoin li.i1{top: 75px;}
  .mobile-apps-infos.tipcoin li.i2{top: 285px;}
  .mobile-apps-infos.tipcoin li.i3{top: 393px;}

  .mobile-apps-infos.tipcoin li.i4{top: 49px;}
  .mobile-apps-infos.tipcoin li.i5{top: 234px;}
  .mobile-apps-infos.tipcoin li.i6{top: 390px; padding-right: 20px}

}

@media (min-width:1441px) and (max-width:1680px) {
  .section-title.apps p{font-size: 28px}
  .mobile-apps-container{
    max-width: 1040px;
  }
  .mobile-mockup{
    width: 250px
  }
  
  .mobile-apps-infos{
    width: 280px;
    font-size: 14px
  }

  .mobile-apps-infos h4{
    font-size: 20px; 
  }
  .mobile-apps-infos p br{display: none;}

  .mobile-mockup .line-group {
    top: -5px;
    width: 440px;
    margin-left: -220px;
  } 

  .mobile-apps-infos.tipinsure li.i1{top: 6px;}
  .mobile-apps-infos.tipinsure li.i2{top: 145px;}
  .mobile-apps-infos.tipinsure li.i3{top: 249px;}
  .mobile-apps-infos.tipinsure li.i4{top: 338px;}

  .mobile-apps-infos.tipinsure li.i5{top: -7px;}
  .mobile-apps-infos.tipinsure li.i6{top: 85px;}
  .mobile-apps-infos.tipinsure li.i7{top: 175px;}
  .mobile-apps-infos.tipinsure li.i8{top: 257px;}
  .mobile-apps-infos.tipinsure li.i9{top: 339px;}

  /*tipflashclaim*/ 
  .mobile-apps-infos.tipflashclaim li.i1{top: 56px;}
  .mobile-apps-infos.tipflashclaim li.i2{top: 292px;}
  .mobile-apps-infos.tipflashclaim li.i3{top: 120px;}
  .mobile-apps-infos.tipflashclaim li.i4{top: 285px;}

  /*tipcoin*/ 
  .mobile-mockup.tipcoin .line-group{
    top: 5px;
    width: 430px;
    margin-left: -215px;
  }
  .mobile-apps-infos.tipcoin h4{font-size: 18px}
  .mobile-apps-infos.tipcoin p{ font-size: 13px;}
  .mobile-apps-infos.tipcoin li.i1{top: 50px;}
  .mobile-apps-infos.tipcoin li.i2{top: 231px;}
  .mobile-apps-infos.tipcoin li.i3{top: 309px;}

  .mobile-apps-infos.tipcoin li.i4{top: 39px;}
  .mobile-apps-infos.tipcoin li.i5{top: 185px;}
  .mobile-apps-infos.tipcoin li.i6{top: 307px; padding-right: 20px}
}

@media (max-width:1440px) {
  .apps-download .apps-name img{width: 60px;}
  .apps-download .apps-name h4{font-size: 36px}
  .apps-download .apps-name p{font-size: 16px}
  .apps-download .appstore img, 
  .apps-download .googleplay img{
    height: 40px;
    margin: 0 5px 10px
  }
  .apps-manual .btn{width: 280px;}
}

@media (max-width:1024px) {
  .apps-manual .btn{width: 220px;}
}
@media (max-width:991.98px) {
  .apps-download{  
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .apps-download .appstore{margin-left: auto;} 

  .apps-download .apps-name{
    position: relative; 
  }

  .apps-manual{
    text-align: right;
    display: block;
    padding-right: 5px;
  }
  .apps-manual .btn{width: 261px}
}

@media (max-width:767px) {
  .section-application-download{
    padding: 40px 0;
  }
  .apps-download{
    display:block;
  }
  .apps-download .apps-name{
    top: auto;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .apps-download .apps-name .flex-fill{
    padding-right: 0;
    -ms-flex: unset !important;
    flex: unset !important;
  }
  .apps-download .appstore{margin-left: 0}
  .apps-download .d-flex{
    padding: 10px 0 0;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .apps-download .apps-name h4{font-size: 28px; padding-top: 6px}
  .apps-manual{
    padding: 20px 0 0;
    text-align: center;
  }

}

@media (min-width:992px) and (max-width:1440px) {
  .section-application.singlepage{padding-top: 50px}
  .section-title.apps p{font-size: 22px}
  .mobile-apps-container{
    max-width: 820px;
  }
  .mobile-mockup{
    width: 200px;
    margin: 30px auto 20px
  }
  
  .mobile-apps-infos{
    width: 220px;
    font-size: 12px
  }

  .mobile-apps-infos h4{
    font-size: 16px; 
    margin-bottom: 0
  }
  .mobile-apps-infos p br{display: none;}

  .mobile-mockup .line-group {
    top: -5px;
    width: 350px;
    margin-left: -175px;
  } 

  .mobile-apps-infos.tipinsure li.i1{top: 6px;}
  .mobile-apps-infos.tipinsure li.i2{top: 114px;}
  .mobile-apps-infos.tipinsure li.i3{top: 199px;}
  .mobile-apps-infos.tipinsure li.i4{top: 267px;}

  .mobile-apps-infos.tipinsure li.i5{top: -7px;}
  .mobile-apps-infos.tipinsure li.i6{top: 66px;}
  .mobile-apps-infos.tipinsure li.i7{top: 138px;}
  .mobile-apps-infos.tipinsure li.i8{top: 205px;}
  .mobile-apps-infos.tipinsure li.i9{top: 270px;}

  .mobile-apps-infos.right li{padding-right: 20px}

  /*tipflashclaim*/ 
  .mobile-apps-infos.tipflashclaim li.i1{top: 47px;}
  .mobile-apps-infos.tipflashclaim li.i2{top: 232px;}
  .mobile-apps-infos.tipflashclaim li.i3{top: 94px;}
  .mobile-apps-infos.tipflashclaim li.i4{top: 231px;}

  /*tipcoin*/ 
  .mobile-mockup.tipcoin .line-group{
    top: 4px; 
    width: 345px;
    margin-left: -173px;
  }  
  .mobile-apps-infos.tipcoin li p{margin-bottom: 0; font-size: 11px}
  .mobile-apps-infos.tipcoin li.i1{top: 36px;}
  .mobile-apps-infos.tipcoin li.i2{top: 179px;}
  .mobile-apps-infos.tipcoin li.i3{top: 246px;}

  .mobile-apps-infos.tipcoin li.i4{top: 32px;}
  .mobile-apps-infos.tipcoin li.i5{top: 148px;}
  .mobile-apps-infos.tipcoin li.i6{top: 244px; padding-right: 20px}
}

@media (min-width:768px) and (max-width:991.98px) {
  .section-application{padding-top: 40px}
  .section-title.apps p{font-size: 18px}
  .mobile-apps-container{
    max-width: 700px;
  }
  .mobile-mockup{
    width: 160px;
    margin: 30px auto 20px
  }
  
  .mobile-apps-infos{
    width:200px;
    font-size: 10px
  }

  .mobile-apps-infos h4{
    font-size: 14px; 
    margin-bottom: 0
  }
  .mobile-apps-infos p{margin-bottom: 5px}
  .mobile-apps-infos p br{display: none;}

  .mobile-mockup .line-group {
    top: 0px;
    width: 280px;
    margin-left: -140px;
  } 

  .mobile-apps-infos.tipinsure li.i1{top: 6px;}
  .mobile-apps-infos.tipinsure li.i2{top: 93px;}
  .mobile-apps-infos.tipinsure li.i3{top: 161px;}
  .mobile-apps-infos.tipinsure li.i4{top: 215px;}

  .mobile-apps-infos.tipinsure li.i5{top: -7px;}
  .mobile-apps-infos.tipinsure li.i6{top: 52px;}
  .mobile-apps-infos.tipinsure li.i7{top: 110px;}
  .mobile-apps-infos.tipinsure li.i8{top: 164px;}
  .mobile-apps-infos.tipinsure li.i9{top: 218px;}

  .mobile-apps-infos.right li{padding-right: 20px}

  /*tipflashclaim*/ 
  .mobile-apps-infos.tipflashclaim li.i1{top: 47px;}
  .mobile-apps-infos.tipflashclaim li.i2{top: 187px;}
  .mobile-apps-infos.tipflashclaim li.i3{top: 78px;}
  .mobile-apps-infos.tipflashclaim li.i4{top: 186px;}

  /*tipcoin*/ 
  .mobile-mockup.tipcoin .line-group{
    top: 0; 
     
  }  
  .mobile-apps-infos.tipcoin li p{margin-bottom: 0 !important; font-size: 11px}
  .mobile-apps-infos.tipcoin li.i1{top: 14px;}
  .mobile-apps-infos.tipcoin li.i2{top: 140px;}
  .mobile-apps-infos.tipcoin li.i3{top: 195px;}

  .mobile-apps-infos.tipcoin li.i4{top: 21px;}
  .mobile-apps-infos.tipcoin li.i5{top: 115px;}
  .mobile-apps-infos.tipcoin li.i6{top: 195px; padding-right: 20px}
}

@media (max-width:767px){
  .section-title.apps p{font-size: 18px}

  .mobile-apps-container{
    padding: 5px 25px 0;
  }
  .mobile-mockup{
    max-width: 180px;
    margin: 0 auto;
    position: relative;
  }

  .mobile-apps-infos{
    padding: 0;
    margin:20px 0 0 0;
    list-style-type: none;
   
  }
  .mobile-apps-infos li{
    display: block;
    position: relative;
    margin-bottom: 15px; 
    animation-name: fadeIn!important;
    animation-delay: 0s!important;
  }
  .mobile-apps-infos li .number{ 
    color: #da1717;
    font-size: 16px;
    text-align: center; 
    margin-right: 10px;
  }
  .mobile-apps-infos h4{
    font-size: 15px;
    line-height: 1.2;
    color: var(--color-primary);
    margin-bottom: 5px;
    display: flex; 
  }
  .mobile-apps-infos p{
    font-family: var(--font-standard);
    font-size: 12px;
    margin-bottom: 0;
    padding-left: 20px
  }
  .mobile-apps-infos .group{
    display: block; 
  }

  .mobile-apps-infos.right{margin-top: 0;}

  .mobile-mockup .number-list{ 
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .mobile-mockup .number-list li{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    line-height: 13px;
    background-color: #da1717;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    text-align: center;
  }
  .mobile-mockup.tipinsure .number-list li:nth-child(1){
    top: 87px;
    left: 26px;
  }
  .mobile-mockup.tipinsure .number-list li:nth-child(2){
    top: 173px;
    left: 26px;
  }
  .mobile-mockup.tipinsure .number-list li:nth-child(3){
    top: 259px;
    left: 54px;
  }
  .mobile-mockup.tipinsure .number-list li:nth-child(4){
    top: 283px;
    left: 26px;
  }

  .mobile-mockup.tipinsure .number-list li:nth-child(5){
    top: 87px;
    right: 24px;
  }
  .mobile-mockup.tipinsure .number-list li:nth-child(6){
    top: 173px;
    right: 24px;
  }
  .mobile-mockup.tipinsure .number-list li:nth-child(7){
    top: 256px;
    left: 83px;
  }
  .mobile-mockup.tipinsure .number-list li:nth-child(8){
    top: 256px;
    left: 112px;
  }

  .mobile-mockup.tipinsure .number-list li:nth-child(9){
    top: 286px;
    left: 142px;
  }

  /*tipflashclaim*/

  .mobile-mockup.tipflashclaim .number-list li:nth-child(1){
    top: 173px;
    left: 26px;
  }
  .mobile-mockup.tipflashclaim .number-list li:nth-child(2){
    top: 250px;
    left: 26px;
  }
  .mobile-mockup.tipflashclaim .number-list li:nth-child(3){
    top: 173px;
    right: 26px;
  }
  .mobile-mockup.tipflashclaim .number-list li:nth-child(4){
    top: 250px;
    right: 26px;
  }

  /*tipcoin*/

  .mobile-mockup.tipcoin .number-list li:nth-child(1){
    top: 48px;
    left: 59px;
  }
  .mobile-mockup.tipcoin .number-list li:nth-child(2){
    top: auto;
    bottom: 42px;
    left: 66px;
  }
  .mobile-mockup.tipcoin .number-list li:nth-child(3){
    top: auto;
    bottom: 42px;
    left: 30px;
  }
  .mobile-mockup.tipcoin .number-list li:nth-child(4){
    top: 112px; 
    right: 26px;
  }

  .mobile-mockup.tipcoin .number-list li:nth-child(5){
    top: auto; 
    bottom: 42px;
    left: 100px;
  }

  .mobile-mockup.tipcoin .number-list li:nth-child(6){
    top: auto; 
    bottom: 42px;
    left: 135px;
  }
}
/*==================================================
    Footer
==================================================*/
.section-certified{
  background-color: var(--color-primary);
  color: #ffffff;
}

.section-certified .article h5{
  font-size:30px;
}

.section-certified .article h4{
  font-size:35px;
}

.section-certified .article h3{
  font-size:40px;
  color: var(--color-secondary);
}

.section-certified .article p{
  font-size:16px;
  font-family: var(--font-standard);
  margin: 0
}

.section-certified .article hr{
  height: 4px;
  width: 30px;
  border-top:4px solid var(--color-red);
  margin-left: 0;
}

.section-certified .article ul.logo-list{
  padding: 0;
  margin:0 -10px 0 -10px;
  list-style-type: none;
  display: flex;
  -ms-flex-align: center !important;
align-items: center !important;
}
.section-certified .article ul.logo-list li{
  padding: 0;
  margin:0 10px; 
  width: 100px;
}
.section-certified .article ul.logo-list li.krungthai{ width: 120px }
.section-certified .article ul.logo-list li.ptt{ width: 80px }
.section-certified .article ul.logo-list li.gpf{ width: 90px }
.section-certified .certified{
  display: flex;
  width: 100%; 
  height: 100%;
  text-align: center;
  -ms-flex-align: center;
align-items: center;
}
.section-certified .certified:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid rgba(255,255,255,0.4);
}

.section-certified .certified img{
  display: inline-block;
  max-width: 465px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer{ background-color: #21479a;}
.footer-primary{
  background-color: #21479a;
  color: #fff;
  padding: 60px 0 20px;
}

.footer-primary .container > div.row > div{animation-name: fadeInUp20;}
.footer-title{
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
} 
.footer-links{
  padding: 0;
  margin: 0 0 40px;
  list-style-type: none;
}
.footer-links li{
  padding: 0;
  margin: 0; 
  display: block;
  font-family: var(--font-standard);
  
}
.footer-links li a{
  font-size: 16px;
  display: block;
  padding: 3px 0 3px 15px;
  position: relative;
}
.pc .footer-links li a:hover{ color: var(--color-secondary) }

.footer-links li a:before{
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--color-red);
}

.footer-secondary{
  display: block;
  background-color:var(--color-primary);
  color: #fff;
  padding: 30px 0;
}

.footer-group.right{ 
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around ;
  border-left: 1px solid rgba(255,255,255,0.4);
  padding-left: 20px;
  padding-bottom: 10px;
}
.followus { padding-top: 4px }
.followus h6{
  font-size: 18px; 
  text-align: center;
  margin-bottom: 13px;
}
.followus .icons{
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.followus .icon-facebook{
  background-image: url(../img/icons/icon-facebook.png);
}
.followus .icon-lineid{
  background-image: url(../img/icons/icon-lineid.png);
}

.pc .followus .icons:hover{ opacity: 0.8 }

.callcenter{
  display: block;
  font-weight: bold;
  font-style: normal;
  line-height: 1
}
.callcenter h6{
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase; 
  line-height: 1;
  margin-bottom:7px
}
.callcenter a.tel{
  font-size: 60px;
  color: var(--color-secondary);
  display: flex;
  line-height: 0.7;
  -ms-flex-align: center;
  align-items: center;
}
.callcenter a.tel svg{
  width: 40px;
  height: 40px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.callcenter a.tel svg path{ fill: var(--color-red) }

.comopany-info{
  display: flex;
}
.comopany-info .logo { 
  margin-right: 40px; 
  position: relative;
  top: 5px;
}
.comopany-info .logo img{
  width: 100px;
  height: 91px;
}
.comopany-info h3{
  font-size: 22px;
  font-weight: bold;
}

.footer p{
  font-family: var(--font-standard);
  font-size: 14px;
  line-height: 1.2
}
.footer p.highlight{color: var(--color-secondary); margin-bottom: 0}

.footer .sitemap{ margin-bottom: 25px; }
.pc .footer .sitemap a:hover{text-decoration: underline; }

.icon-collapse{
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px; 
  border-radius: 50%; 
}
.icon-collapse .icon{
  display: block;
  position: relative;
  width: 14px;
  height:14px;
  margin: 2px 0 0 2px
}
.icon-collapse .icon:before,
.icon-collapse .icon:after{
    content: "";
    position: absolute;
    background-color: var(--color-red);
    transition: transform 0.25s ease-out;
}
.icon-collapse .icon:before{
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

    /* horizontal line */
.icon-collapse .icon:after{
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
 
.footer-title[aria-expanded="true"] .icon-collapse .icon:before{ transform: rotate(90deg);}
.footer-title[aria-expanded="true"] .icon-collapse .icon:after{ transform: rotate(180deg); }
 

.footer .icon-collapse{display: none;}

@media (min-width:768px) {
  .footer-links{display: block !important; height: auto !important;}
}

@media (max-width: 1680px) {
  .section-certified .certified img{ max-width: 22vw }
  .section-certified .article h5{font-size:24px;}
  .section-certified .article h4{font-size:34px;}
  .section-certified .article h3{font-size:34px;}
  .section-certified .article p{font-size: 14px}
}

@media (max-width: 1440px) { 
  .section-certified{ padding: 50px 0 55px }
  .section-certified .article{ padding-right: 50px; }

  .section-certified .article h4{font-size:26px;}
  .section-certified .article ul.logo-list li{ width: 80px }
  .section-certified .article ul.logo-list li.ptt{ width: 70px }
  .section-certified .article ul.logo-list li.gpf{ width: 75px }
  .section-certified .article ul.logo-list li.krungthai{ width: 105px }

  .footer-primary{ padding:45px 0 30px; }
  .footer-title{font-size: 20px;}
  .footer-links li a{font-size: 14px}
  .footer-links{ margin-bottom: 15px; }
  
  .comopany-info h3{font-size: 18px; margin-bottom: 5px}
  .comopany-info .logo{ margin-right: 30px; } 
  .callcenter h6{font-size: 25px; margin-bottom: 10px}
  .callcenter a.tel svg{ width: 35px; height: 35px; }
  .callcenter a.tel{font-size: 55px}

  .followus{ padding-top: 0 }
  .followus .icons{ width: 35px; height: 35px }

  
}

@media (max-width: 1366px) {

  .section-certified .certified img{ margin-right: 0 }
  .footer .comopany-info p,
  .footer p.sitemap,
  .footer p.browser{font-size: 13px}

  .footer p.sitemap{ white-space: nowrap; }
  
}

@media (max-width: 1280px) { 
  .comopany-info .logo{ margin-right: 20px }
  .comopany-info .logo img{ width: 80px; width: 74px } 

  .footer p.browser br{display: none;}
  .footer-primary{ padding-bottom: 20px }
}

@media (max-width: 1199px) {
  .comopany-info h3{ margin: 0 }
  .comopany-info .logo{ margin-right: 25px }
  .comopany-info .logo img{ width: 100px; height: 91px }

  .footer-secondary .row.align-items-center{
    -ms-flex-align: normal !important;
    align-items: normal !important;
  }
  .footer-secondary .row > div{}

  .callcenter h6{font-size: 22px}
  .callcenter a.tel{font-size: 45px}
  .callcenter a.tel svg{ width: 30px; height: 30px; }
  .followus h6{ margin-bottom:10px;  }
  .followus .icons{ width: 30px; height: 30px }

  .footer p.sitemap,
  .footer p.browser{
    margin: 0 ;
    padding-left: 127px;
    line-height: 1.6
  } 

  .footer p.sitemap{margin-top: 0;}

  .footer-group.right{
    padding-bottom:0;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer .callcenter{ margin-left: 10px; }
}

@media (max-width: 991.98px) { 
  .section-certified .article h5{font-size:18px;}
  .section-certified .article h4{font-size:18px;}
  .section-certified .article h3{font-size:28px;}

  .section-certified .article p{font-size: 14px}
  .section-certified .certified img{ max-width: 26vw; }

  .section-certified .article ul.logo-list {
    margin:0 -5px;
  }
  .section-certified .article ul.logo-list li{
    margin:0 5px;
  }

  .footer-secondary .container{
    padding: 0
  }
  
  .comopany-info .logo{ margin: 0 30px; }
  .comopany-info p{ white-space: nowrap; }
  .footer p.sitemap{ margin-top: 0 }
  .footer p.sitemap, .footer p.browser{ padding-left: 160px }

  .footer-group.right{
    display: block !important;
    text-align: center;
  }

  .followus .d-flex{
    display: block !important;
    padding-bottom: 25px;
  }

  .callcenter a.tel{ width: 135px; margin:0 auto; }
  .footer .callcenter{ margin-left: auto; }

  .footer-secondary{ padding-right: 40px; }
  .footer-group.right{ margin-left: 20px; padding-left: 0 }

}

@media (max-width:767px) {

  .section-certified{ padding: 30px 0 }
  .section-certified .article h5{font-size:16px;}
  .section-certified .article h4{font-size:20px;}
  .section-certified .article h3{font-size:24px;}

  .section-certified .certified img{ 
    margin-top: 20px;
    margin-right: 0; 
    margin-left: 0;
    max-width: 140px; 
  }
  .section-certified .certified:before{display: none;}

  .section-certified .article{ padding-right: 0 }
  .section-certified .article p .nowrap{ display: inline; white-space: normal; }
  .section-certified .article hr{border-top: 2px solid var(--color-red)}

  .section-certified .article ul.logo-list li{ width: 60px } 
  .section-certified .article ul.logo-list li.ptt{ width: 55px }
  .section-certified .article ul.logo-list li.gpf{ width: 55px }
  .section-certified .article ul.logo-list li.krungthai{ width: 80px }

  .footer-primary{ padding: 25px 0 }
  .footer-title{ 
    margin: 0;
    padding: 10px 0; 
    font-size: 18px; 
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .footer-title.last{border-bottom: 1px solid rgba(255,255,255,0);}
  .footer-links{ margin-bottom:0}
  .footer-links li:first-child{ padding-top: 10px }
  .footer-links li:last-child{ padding-bottom: 10px }
  .footer-links li a{font-size: 14px}

  .footer-secondary{ padding-bottom: 5px }
  .footer-secondary .container{ padding: 0 25px }
  .comopany-info{
    display: block;
  }
  .comopany-info p{ white-space: normal; }
  .comopany-info .logo{ margin: 0 0 15px; display: none; }
  .footer p.sitemap{ margin-top: 20px }
  .footer p.sitemap, .footer p.browser{ padding-left: 0 }

  .footer-group.right{
    display: flex !important;
    border:0;
    padding:20px 0 0;
    -ms-flex-align: normal;
    align-items: normal;
    border-top:1px solid rgba(255,255,255,0);
    margin-top: 0;
  }

  .followus{ margin-left: -5px; }

  .footer .icon-collapse{display: block;}
  .footer-title.last[aria-expanded="true"] { border-bottom: 1px solid rgba(255,255,255,0.1);}

  .footer-secondary{ padding-right: 0; }
  .footer-group.right{ margin-left: 0; padding-left: 0 }

  .footer .callcenter{ padding-right: 50px; padding-top:5px }
  .callcenter h6{font-size: 16px}

  .footer-primary .container > div.row > div{animation-name: fadeIn;}

}