@font-face {
  src: url("../fonts/AvenirLTStd-Roman.otf");
   font-family: "Avenir";
    font-style: normal;
}

@font-face {
  src: url("../fonts/AvenirLTStd-Book.otf");
   font-family: "Avenir";
    font-style: normal;
}

@font-face {
  src: url("../fonts/AvenirLTStd-Black.otf");
   font-family: "Avenir";
    font-style: normal;
}

html {
  scroll-behavior: smooth;
}

i.fa.fa-tiktok {
   font-family: "Font Awesome 6 Brands";
}
.fa-tiktok:before {
    content: "\e07b";
}

.fa-flickr:before {
    content: "\f16d" !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: 20px !important;
}

.sp-megamenu-parent >li.sp-has-child>a:after, .sp-megamenu-parent >li.sp-has-child>span:after {
    font-size: 12px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    padding: 12px 14px;
    font-size: 14px;
}
.cls-home-btn .sppb-btn {
    padding: 10px 16px;
    text-transform: capitalize;
}
.cls-leadership-management {
    font-size: 22px;
    line-height: 40px;
}

.offcanvas-menu {
    background: linear-gradient(180deg, #ED463E 0%, #185C8E 100%);
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
    color: #fff;
    font-weight: 700;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a {
    color: #fff;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
    color: #fff;
}



@media(min-width:992px){
  .margin-top{
      margin-top: -35px;
}
}

li.cls-other-wrapper {
    background-color: lightgreen;
}
.cls-link-wrapper li{
    background-color: lightblue;
  margin-bottom:15px;
}

.border-top-left-radius {
  border-top-left-radius:40px;
  overflow:hidden;
}
.border-top-right-radius {
  border-top-right-radius:40px;
  overflow:hidden;
}
.border-bottom-left-radius {
  border-bottom-left-radius:40px;
  overflow:hidden;
}
.border-bottom-left-radius120 {
  border-bottom-left-radius:120px;
  overflow:hidden;
}
.border-bottom-right-radius {
  border-bottom-right-radius: 120px;
  overflow:hidden;
}

@media (max-width: 991px) {
  .border-bottom-right-radius { border-bottom-right-radius: 40px; }
}

ul.list-dash { list-style: '- '; }

/**Tab**/
.sppb-tab-content {
    margin-top: 25px;
}
.sppb-addon-tab .sppb-addon-content.sppb-tab {
    border: 0;
}
.sppb-addon-tab .sppb-addon-content.sppb-tab .sppb-nav-tabs {
    border: none;
    border-bottom: 0;
    background-color: transparent;
}
.sppb-addon-tab .sppb-addon-content.sppb-tab .sppb-nav-tabs >li >a { 
  margin-right:15px;
}
.sppb-addon-tab .sppb-addon-content.sppb-tab .sppb-nav-tabs >li.active>a {
    background-color: #ED463E;
    color: #fff;
    text-transform: uppercase;
    border-radius: 80px 96px 96px 0;
    border: 0;
}
.sppb-addon-tab .sppb-addon-content.sppb-tab .sppb-nav-tabs >li.active>a:after {
  display:none;
}
.sppb-addon-tab .sppb-addon-content.sppb-tab .sppb-nav-tabs >li >a {
      background-color: #185C8E;
    color: #fff;
    text-transform: uppercase;
    border-radius: 80px 96px 96px 0;
    border: 0;
  
}
.sppb-nav-tabs>li {margin-bottom:10px!important;}
.sp-simpleportfolio .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-simpleportfolio-btns a {
    border: none;
    padding: 0;
    font-size: 14px;
    text-transform: initial;
    color: #fff!important;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 20px;
}
.hover-description {
    margin-top: 12px;
    font-size: 16px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
    border-top-left-radius: 40px;
  border-bottom-right-radius:40px;
}
/**cta**/

.sppb-addon-cta {
  background-image: linear-gradient(180deg, #ED463E, #185C8E)!important;
  color:#fff;
  /* border-bottom-right-radius:40px; */
  overflow:hidden;
}

#sec-all-contact {
  border-top-left-radius:80px;
  overflow: hidden;
}
#sec-home-about {
  z-index:9!important;
}
.sp-page-title {
    padding: 300px 0 80px 0;
    position:relative;
    text-align: left;
    background-attachment: inherit;
    background-position: top center;
    border-bottom-right-radius: 120px;
}
.sp-page-title h2 {color:#fff;position:relative;z-index:1;font-size: 68px;font-weight: 800;letter-spacing: 2px;text-shadow: 0 2px 6px #454545;}
.sp-page-title h2:after {display:none;}
.sp-page-title:before {
  content:"";
  width:100%;
  height:100%;
  background-image: linear-gradient(180deg,rgb(24 92 142 / 60%),transparent);
  position:absolute;
  top:0;
  left:0;
}
.sp-page-title h2:before{
  content:"";
  background-image:url("/images/0_sawarak/pattern/pattern-banner.png");
  background-size:contain;
  background-repeat:no-repeat;
  width: 180px;
  height: 180px;
  position:absolute;
  left: -70px;
  top: -70px;
  z-index: -1;
}
@media(max-width:991px){
  .sp-page-title {
    padding: 250px 0 50px 0;
  }
  .sp-page-title h2 {
    padding-left: 20px;
    font-size: 40px;
}
}
@media(max-width:767px){
  .sp-page-title {
    padding: 200px 0 50px 0 !important;
    border-bottom-right-radius: 60px;
  }
  .sp-page-title h2 {
    /* left:50px; */
    font-size: 32px;
}
  .sp-page-title h2:before {width: 120px;height: 120px;top: -60px;left: -30px;}
}
.pattern-img-leaf img {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.gutter-15 {
    margin-right: -7px;
    margin-left: -7px;
}

.gutter-15 .sppb-col,.gutter-15 [class*=sppb-col-] {
    padding-right: 7px;
    padding-left: 7px;
}
span.sppb-icon-container {
    display: flex!important;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-image: linear-gradient(180deg, #ED463E, #185C8E);
}
.spectrum-faq-list .sppb-addon-feature .sppb-icon i {
  color:#fff;
}


h1,h2,h3,h4,h5,h6 {
  /* font-family: "Avenir"!important; */
  line-height: 1.2;
  letter-spacing: 0.5px;
}

@media(max-width:767px){
  h1.sppb-addon-title { font-size: 32px!important; }
  h2.sppb-addon-title { font-size: 28px!important; }
  h3 { font-size: 24px!important; }
  h4 { font-size: 18px!important; }
  h5 { font-size: 16px!important; }
}
h3.sppb-addon-title {
    text-transform: uppercase!important;
  color:#185C8E;
}
span.color-red {
  color:#ED463E;
}
#sp-top-bar {
    padding: 8px 0;
    background-image: linear-gradient(45deg, #185C8E, #ED463E);
}
#sp-top-bar a,#sp-top-bar .fa{
color:#fff;
}

/**header**/
#sp-header {
    background: #fafafc00;
    position: fixed;
    top: 45px;
}
#sp-header.menu-fixed-out img{
    transition: all 0.5s;
    height: 80px;
    width: 100%;
}

#sp-header.menu-fixed img { transition: all 0.5s; height: 70px; width: 100%; }

#sp-top-bar.top-fixed {
    position:fixed;
    top:0px;
  z-index:999;
  left:0;
  right:0;
}



@media (max-width: 767px) {
    #sp-top2 { padding: 0;}
    .sp-contact-info li { font-size: 12px; }
    #sp-header .logo img {height: 50px;width: auto;}
    #sp-header .logo { height: 70px; }
  a#offcanvas-toggler {line-height: 70px;margin: 0;}
}




#sp-header.menu-fixed {
  top:41px;
  background-color:#fff;
}
#sp-header.menu-fixed img {
  /* max-width:80%; */
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    /* color: #fff; */
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 12px;
}
#sp-header.menu-fixed-out .sp-megamenu-parent >li >a {
  color: #dcdcdc;
}
#sp-header.menu-fixed .sp-megamenu-parent >li >a {
  color:#1d1d1b;
  padding: 0 0 0 28px;
}

#sp-header.menu-fixed-out .sp-megamenu-parent >li.active >a {
    color: #fff;
    font-weight: 600;
}

#sp-header.menu-fixed .sp-megamenu-parent >li.active >a {
    font-weight: 600;
}

#sp-header.menu-fixed-out .sp-megamenu-parent >li:hover>a { color: #fff; }

#sp-header.menu-fixed .sp-megamenu-parent >li.active>a,
#sp-header.menu-fixed .sp-megamenu-parent >li:hover>a {
  color: #185C8E;
}

#sp-header.menu-fixed-out li.sp-menu-item:after{
    content:"";
    width:100%;
    height:2px;
    background-color: #ffffff;
    color: #fff;
    position:absolute;
    top: -3px;
    left:0;
    right:0;
    opacity:0;
    visibility: hidden;
    /*  visibility: hidden;margin: 0px -10px; */
    display: none;
}
#sp-header.menu-fixed-out li.sp-menu-item.active:after,
#sp-header.menu-fixed-out li.sp-menu-item:hover:after{
    opacity:1;
  visibility: visible;
}
ul.sp-dropdown-items li.sp-menu-item:hover:after{
    opacity:0!important;
  visibility: hidden!important;
}
@media(max-width:767px){
  #sp-header {
    height: 70px;
}
}
/**bottom**/

@media (min-width: 992px) {
  #sp-bottom4 .sppb-addon-single-image-container {
    margin-left: -20px;
    margin-right: -20px;
}
}

#sp-bottom4 .sppb-addon-single-image-container img {
    max-width: 100%;
}

#sp-bottom4 .sppb-addon-title {
    text-align: center;
    font-size: 10px !important;
    margin: 0 0 5px;
}


#sp-bottom .sp-module .sp-module-title {
    text-transform: capitalize;
    font-size: 16px !important;
    color: #185C8E;
}
.cls-company-info {
    font-size: 13px;
    display:flex;
    align-items:center;
}

.cls-company-info img { width: 65px; padding-right: 5px; }

.cls-company-info .info-column {
  padding:0px 6px 0px 0px;
}
.info-column.text-right {
    flex: auto;
}

.info-column.text-right a { color: #fff !important; }


@media (max-width: 767px) {
  .cls-company-info { display: block; text-align: center; padding: 10px 0; }
  .cls-company-info .info-column { padding: 0; text-align: center; }
  .cls-company-info .info-column img {margin: auto;padding: 0;}
}



#sp-footer {
    color: #ffffff;
    background-image: linear-gradient(-45deg, #ED463E, #185C8E);
    padding: 90px 0 6px 0;
    margin-top: -80px;
}
#sp-bottom {
    border-bottom-right-radius: 80px;
    z-index: 9;
    position: relative;
    font-size: 14px;
    border-top: 1px solid #e7eef3;
}
/*.cls-company-info img {
    float: left;
}*/
.spectrum-faq-list .sppb-addon-feature {
    margin-bottom: 15px;
}
.spectrum-faq-list .sppb-addon-feature .sppb-addon-text {
    color: #707070;
    font-size: 14px !important;
}
/**feature**/
.sppb-section.bg-feature:not(.spectrum-faq-list) .sppb-addon-feature {
    border: 0px;
    background-image: linear-gradient(180deg, #ED463E, #185C8E);
    color: #fff;
    border-bottom-right-radius: 40px;
    margin-top: -60px;
    /* margin-left: 30px; */
    padding: 80px 30px 40px 30px;
    box-shadow: 0 2px 10px #8d8d8d;
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active span, .sppb-section.bg-feature:not(.spectrum-faq-list) .sppb-addon-feature:hover {
    border-color: #ED463E;
  background:none;
   background-image: linear-gradient(180deg, #ED463E, #185C8E);
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature{
    border-color:transparent;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
  background-image: none;
  background:none;
  border-color:transparent;
}
h4.sppb-addon-title.sppb-feature-box-title {
  color: #fff!important;
  text-transform: initial!important;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text { font-size: 15px; }

@media(min-width:992px){
  section#sec-home-about.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text {
    min-height: 190px;
}
}
@media(min-width:1200px){
  section#sec-home-about.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text {
    min-height: 165px;
}
}

/*pattern**/
@media(min-width:992px){
  .circle-001:after {
  content:"";
  background-image:url("/images/0_sawarak/pattern/circle-001.png");
  background-repeat:no-repeat;
  background-size:contain;
  width:150px;
  height:150px;
  position:absolute;
  right: -75px;
  bottom:0;
}
    .circle-002:after {
  content:"";
  background-image:url("/images/0_sawarak/pattern/circle-002.png");
  background-repeat:no-repeat;
  background-size:contain;
  width: 350px;
  height: 350px;
  position:absolute;
  left: -20px;
  bottom: 45px;
}
  .cls-pattern002:before{
      content:"";
      background-image:url("/images/0_sawarak/home/pattern-line002.png");
      background-repeat:no-repeat;
      background-size:contain;
      width: 400px;
      height: 400px;
      position:absolute;
      right: -75px;
      top: -150px;
  }
    .cls-pattern004:before{
      content:"";
      background-image:url("/images/0_sawarak/home/pattern-line004.png");
      background-repeat:no-repeat;
      background-size:contain;
      width: 496px;
      height: 900px;
      position:absolute;
      left: -75px;
      top: -450px;
      /* z-index: -1; */
  }
}
@media(min-width:1600px){
    .cls-pattern002:before{
      width: 700px;
      height: 700px;
      right: -75px;
      top: -150px;
  }
}


/**career**/
.career-header {
  color:#185C8E!important;
  font-size:18px!important;
}


.desktop-popup .cls-popup .modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
}


.desktop-popup .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner>div .sppb-row {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.desktop-popup .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner>div .sppb-row div {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0;
}

.desktop-popup .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner>div .sppb-row a {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.desktop-popup .cls-popup .modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    /* min-height: 500px; */
}

.desktop-popup .sppb-item.sppb-item-has-bg img {
    max-height: 500px;
    width: fit-content;
    margin: auto;
    height: 100% !important;
}

.desktop-popup .sppb-carousel-indicators {
    bottom: -40px;
}

.cls-popup .modal-body {
    padding: 0;
}

.cls-popup .modal-body p {
    margin: 0;
}

.cls-popup .modal-header {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
}


.modal-open .modal {
    padding: 0 !important;
}

.modal-open {
    padding: 0 !important;
}


#sp-position1 .sp-module {
    margin: 0;
}

/*
#sp-position1 .sp-module.mobile-popup {
    display: none; 
}

@media (max-width: 767px) {
    #sp-position1 .sp-module.mobile-popup { display: block; }
    #sp-position1 .sp-module.desktop-popup {display: none; }
}
*/
.modal-backdrop.fade.in {
    display: none;
}

.cls-popup {
    background: rgb(0 0 0 / 60%);
    backdrop-filter: blur(3px);
}


div#myModalpopup-mobile,
#sp-position1 .sp-module.desktop-popup div#myModalpopup  {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


div#myModalpopup-mobile .modal-content {
    width: 75%;
    margin: auto;
    margin-top: 30px;
}

.sp-module.desktop-popup div#myModalpopup .modal-dialog {
    margin: auto !important;
    height: 100%;
}


#sp-top2 .custom p {
    margin: 0;
    color: #fff;
}

div#sp-top2 {
    text-align: right;
}

#sp-top2 .custom p a {
    font-weight: 700;
}

@media (max-width: 991px) {
    div#sp-top2 { text-align: center; }
    div#sp-top2 .sp-module { margin: 0; }
}


.fa.fa-twitter::before {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
}

.fab.fa-twitter::before {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
}



.fa-renren:before {
    content: "\e07b" !important;
}



#sp-bottom1 .custom img {
    max-width: 180px;
}

#sp-bottom #sp-bottom1 .custom p {
    font-size: 13px;
    line-height: 1.5;
}

#sp-bottom #sp-bottom1 .custom p strong {
    font-size: 16px;
}