:root{
    --primary-color: #193364;
    --secondary-color: #ffffff;
    --tert: #fd4344;

    --yellow: #f0c109;
    --blue: #193364;
    --red: #fd4344;

}
.font-custom{ font-family: 'Encode Sans Condensed', sans-serif;}

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

.bg-color{ background:var(--primary-color); }
.flickity-button:hover{ background:var(--primary-color); }
#header .header-inner{ background:var(--secondary-color);box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06);}

.header-extras > ul > li a .circle, .tb-language span{ color: #e6e6e2;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-weight:500; letter-spacing: 0;}

body, p,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
#mainMenu nav > ul > li > a,
#footer p,
#footer,
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]),
.header-extras > ul > li .topbar-dropdown > .title{
    font-family: 'Roboto', 'Noto Sans Thai', sans-serif;
    letter-spacing: 0;
}
body, p{
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.67);
}

body .body-inner{
    background: url(../images/bg-03.png) no-repeat;
    background-size: 100%;
    background-position: center 25%;
}
.list-icon.list-icon-colored li:before, .list-icon.icon-list-colored i{ color:var(--red); }
.metal-bg{
    background: linear-gradient(119deg, rgba(245, 245, 245, 1), rgba(255, 255, 255, 1) 14%, rgb(255, 255, 255) 19.33%, rgba(239, 238, 238, 1) 32.77%, rgb(207, 204, 204) 49.58%, rgb(213, 206, 206) 63.03%, rgba(221, 221, 221, 1) 71.01%, rgb(233, 233, 233) 87.82%, rgba(218, 218, 218, 1));
    border-radius: 20px;
    color: #16113b;
}
.topbar-content a {
    color: #fff !important;
}
.flickity-button:before{ var(--primary-color); }
.topbar-dropdown .title{ padding: 0px 10px; }
#search .search-form .form-control{
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}
#search .search-form .text-muted{ font-size:10px; }
.btn.btn-top-call{
    padding: 0 20px !important;
    margin-right: 20px;
}
.tb-language {
    border-radius: 100px;
    border: 1px solid #d5cbba;
    padding: 1px 3px;
    line-height: 24px;
    display: inline-block;
    height: 32px;
    margin-top: -32px;
    vertical-align: middle;
    background-color: #e9e9e9;
    color: #7a7a7a;
}
.tb-language img{height: 18px; margin: 0 3px;}
.tb-language > a{
    color: inherit;
    padding: 0;
    margin: 0 5px;
}
.tb-language span{
    padding: 0 5px;
    color: #534d4d;
    font-size: 12px;
}
.tb-language > a.active{
    background-color: #ffffff;
    border-radius: 100px;
    line-height: 24px;
    display: inline-block;
    color: #5e5e5e;
    margin: 0;
    vertical-align: middle;
    align-content: center;
    font-weight: 500;
    box-shadow: 0 0 4px rgba(51, 51, 51, 0.27);
}
.tb-language > a:not(.active) .flag{ display:none; }
.flag{ margin-right: 4px; }

body.search-open #topbar,
body.search-open #logo,
body.search-open #mainMenu,
body.search-open .header-extras{
    opacity: 0;
    visibility: visible;
}
#search{
    width: 100%;
    float: right;
    left: initial;
    right: 0;
    height: 300px;
    background: #fff;
}
body.search-open #search{
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.26);
    height: 80px;
    max-width: 1140px;
}
.header-extras > ul > li > a{ padding:0 !important; }
.header-extras > ul > li a .circle{
    top: 3px;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50%;
background: #112344;
text-align: center;
transition: all .2s ease-in-out;
}
.header-extras > ul > li.extras-shopping a{ padding:0; }
.header-extras > ul > li.extras-shopping a span{
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    background-color: var(--red);
    border-radius: 50%;
    top: -10px;
    right: -6px;
    color: #fff;
    font-size: 11px;
}
.header-extras > ul > li a.circle,
.header-extras > ul > li a.circle i{
    line-height: 30px !important;
}
.header-extras > ul > li.top-language{
    border-left: 1px solid #ececec;
    margin-left: 20px;
    padding-left: 10px;
}
.header-extras > ul > li a:hover .circle{
    background: #0f2347;
    border-color: #0f2347;
    color: var(--primary-color);
    transform: scale(1.2);
}

.form-search{
    position: relative;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-top: 17px;
    width: 285px;
    max-width: 100%;
}
.search-box input{
    width: 100%;
    border: none;
    padding-right: 40px;
    background: transparent;
}
.search-box .btn-search{
    position: absolute;
    right: 0;
    min-width: 40px;
    text-align: center;
}

.headbar{ position:relative; }
.headbar .htitle, .htitle-dec{ 
/*    background-color: var(--primary-color);*/
color: #169091;
line-height: 30px;
display: inline-block;
font-size: 2.5em;font-weight: bold;
}
.headbar a{
    position: absolute !important;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.headbar.text-center .subtitle{ margin:auto; margin-top:20px; font-size: 16px;}
.headbar .subtitle{ max-width: 60%; }
.headbar .btn-right{
    border-radius: 50px;
    color: #fff;
    background: var(--primary-color);
    display: inline-block;
    height: -webkit-fit-content;
    line-height: 40px;
    padding: 0 10px 0 20px;
    transition: all .3s ease-in-out
}
.headbar .btn-right:hover{
    background-color: var(--red);
    border-color: var(--red);
    color: var(--secondary-color) !important;
    transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.headbar-img{
    width: 120px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
/*  MENU */
#mainMenu nav > ul > li{ padding: 0; margin: 0;}
#mainMenu nav > ul > li > a{
    font-size: 18px;
    position: relative;
    font-weight: 400;
    display: inline-block;
    text-transform: inherit;
    padding: 0 10px;
    margin-left: 25px;
    color: #193364;
}
#mainMenu nav > ul > li > a::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 11px;
/*    background-color: #c1b7b7;*/
left: 2px;
top: 0;
transform: rotate(24deg);
}
#mainMenu nav > ul > li.active > a{
    color: var(--primary-color);

}
.dropdown-menu{ font-size: 1em; }
#mainMenu nav > ul > li.dropdown > a:after{
    font-family: inspiro-icons !important;
    content: "\e92e";
    font-size: 12px;
}
#mainMenu nav > ul > li.dropdown > a >span{ padding-right: 20px; }
#mainMenu nav > ul > li:hover > a,
#mainMenu nav > ul > li.dropdown:hover > a,
#mainMenu nav > ul > li .dropdown-menu > li:hover > a{ 
/*    color: #ddd;*/
}
#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span{
    color: var(--primary-color);
}
#mainMenu nav > ul > li .dropdown-menu{
    padding: 0;
    border: none;
    border-top: 2px solid var(--primary-color) !important;
}
#mainMenu nav > ul > li .dropdown-menu li{
    display: inline-block;
    line-height: 40px;
    width: 100%;
    float: left;
}
#mainMenu nav > ul > li .dropdown-menu li a{
    line-height: 40px;
    display: inline-block;
    width: 100%;
}
#mainMenu nav > ul > li .dropdown-menu li a{ padding:0 20px; }
#mainMenu nav > ul > li .dropdown-menu li a:hover{ 
    background: var(--secondary-color);
    color:#fff !important; 
    font-size: 1em;
    text-decoration: none;
}
#mainMenu nav > ul > li:hover >a,
#mainMenu nav > ul > li.active >a{ 
    color: var(--primary-color);
}


#header .header-inner #logo a > img{ 
    margin-top: 0;
    height: 80px;
}
#search .btn-search-close{ 
    background: var(--secondary-color);
    border-radius: 50%;
    top: 12px;
    right: 15px;
}
button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline{
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.btn, button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]){
    padding: 0 24px;
    letter-spacing: 0;
    line-height: 46px;
    height: 46px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    transition: all .2s ease-in-out;
    color: #fff !important;
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.btn, .btn i{ color: #1f1906 !important;  }
.btn:hover, button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active, button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover, .btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover, a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active,
.btn-circle:hover{ 
    transform: scale(1.025);
    background-color: #169091 !important;
    border-color: #169091 !important;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
/* topbar */

#topbar{
    width: 100%;
    line-height: 40px;
    height: 40px;
    display: -webkit-flex;
    color: #333;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    background: var(--primary-color);
}
.topbar .container {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}
.topbar .row {
    display: unset;
}
.tb-menu-topleft {
    display: inline-block;
    float: left;
}
#topbar .social-icons {
    float: left;
    height: 100%;
    overflow: hidden;
}
.tb-menu-topright {
    float: right;
    text-align: right;
}
.top-menu-item.tb-account {
    display: inline-block;
}
.tb-menu-topright .liextra-language {
    display: inline-block;
}
.topbar-left a{
    margin-right: 15px;
    font-size: 13px;
}
.topbar-content ul li{ display:inline-block; }
.top-language span{
    line-height: 40px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.topbar-content .social-icons.light li a:not(:hover) .image-icon-social{ filter: brightness(0) invert(1); }
ul.topbar-list{display: inline-block;}
ul.topbar-list > li{
    margin-left: 25px;
    float: left;
    line-height: 40px;
}
.top-language{ float: left; }
.top-language ul{ margin: 0; float: left;}
.top-language ul li{ 
    margin-left: 5px; 
    line-height: 80px;
}
#topbar .social-icons.social-icons-border li a {
    border: 0px solid #d7d7d7;
    background: transparent;
}
.top-language ul li span{ display: none; }
.top-language a{ 
 display: inline-block;
 border: 2px solid transparent;
 width: 26px;
 height: 26px;
 border-radius: 50%;
 top: 5px;
 position: relative;
 box-shadow: 0 0 5px rgba(51, 51, 51, 0.24);
}
.top-language ul li.active > a{
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}
.top-language img{
    height: 100%;
    float: left;
    padding: 2px;
}
.tb-menu-topleft a {
    color: #fff;
}
a.title {
    color: #fff !important;
}
.top-language a.active img{ padding:0; }
.top-language a.active{ 
    border: 2px solid var(--primary-color); 
    box-shadow: none;
}
#topbar .social-icons li a{
    color: #fff;
}
#topbar .social-icons li a:not(:hover) img{ opacity: 1; }
#topbar a:hover{ color:var(--primary-color); }
/* LOGO  */
#topbar .container-fluid,
#header .container-fluid{ 
    padding-left: 100px; 
    padding-right: 100px;
}

em.line{
    position: relative;
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    margin: 0 auto;
    display: inline-block;
}
em.line::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: var(--primary-color);
    bottom: 0;
    margin: auto;
    display: inline-block;
    margin-top: -1px;
}
em.line.line-left::before{ right:initial; float:left; }

.social-icons img {
    height: 16px;
}
.text-gradient{
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background: radial-gradient(circle at left top, #4b72ff 9%, #2250fc 48%, #6442ff 91%);
}
.topbar-content a {
    color: #fff !important;
}
.top-contact{
    border-left: 1px solid rgba(148, 146, 146, 0.59);
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    line-height: 1;
}
.header-extras > ul > li{ margin-left: 12px; }
.header-extras > ul > li .topbar-dropdown > .title{
    font-size: 16px;
    font-weight: 500;
}
/* SLIDER  */
.headbanner .inspiro-slider .flickity-button{ 
    opacity:1; 
    visibility:visible; 
    border-radius: 0;
    top: initial;
    bottom: 0;
    background: rgba(255, 255, 255, 0.39);
}
.inspiro-slider .flickity-button.previous, .inspiro-slider:hover .flickity-button.previous{ left: initial; right: 78px; }
.inspiro-slider .flickity-button.next, .inspiro-slider:hover .flickity-button.next{ right: initial; right: 0px; }
.inspiro-slider .flickity-button:hover{ background: rgba(255, 255, 255, 0.9);}
.flickity-button:hover:before{ color:var(--lightbrown); }

.image-rounded,
.img-rounded{
    border-radius: 6px;
    overflow: hidden;
}
.headbanner{ position:relative; }
.slide{ position:relative; }
.slide img{ transition: all .3s ease-in-out; }
.slide a.link-image{ display:inline-block; width:100%; }
.slide .container{
    position: absolute;
    bottom: initial;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    vertical-align: middle;
}
.slide-captions{
    width: auto;
    max-width: 50%;
    float: left;
    text-align: center;
}
.slide-captions h1{  
    font-size: 1em;
    line-height: 1.3;
}
.slide-captions h4{
    font-size: 1.8em;
    padding-right: 20px;
    margin-bottom: 10px;
}
.slide-captions h1,
.slide-captions h4{
    color: #fff;
}


/*---------------------------------------------------- */
/*(11)- Service area*/
/*----------------------------------------------------*/
.service-section-2 {
    z-index: 1;
    top: -110px;
    margin-bottom: -120px;
    background-color: #ffffff00;
    padding-bottom: 0px;
}
.service-section {
    padding: 115px 0px 115px;
    z-index: 1; }
    .service-section:after {
      top: 0;
      left: 0;
      width: 100%;
      content: '';
      z-index: -1;
      height: 100%;
      position: absolute;
      background-image: -webkit-gradient(linear, left top, right top, from(white), to(#f9f9f9));
      background-image: -webkit-linear-gradient(left, white 0%, #f9f9f9 100%);
      background-image: -o-linear-gradient(left, white 0%, #f9f9f9 100%);
      background-image: linear-gradient(90deg, white 0%, #f9f9f9 100%); }
    .service-section .section-title .title-water-print {
      -webkit-text-stroke-color: #ededed; }
    .service-section .service-content {
      padding-top: 60px; }
      .service-section .service-content .col-lg-4:nth-child(2) .service-inner-box {
        background-color: #323232; }
        .service-section .service-content .col-lg-4:nth-child(2) .service-inner-box .service-text h3, .service-section .service-content .col-lg-4:nth-child(2) .service-inner-box .service-text p {
          color: #fff; }
      .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box {
        background-color: #cbbc9d; }
        .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box .service-text h3, .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box p,
        .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box .service-icon i {
          color: #fff; }
        .service-section .service-content .col-lg-4:nth-child(3) .service-inner-box:after {
          background-color: #323232; }
  
  .service-inner-box {
    padding: 30px;
    background-color: #fff;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.04);
    box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.04); }
    .service-inner-box .service-text {
      margin-bottom: 35px; }
      .service-inner-box .service-text h3 {
            font-size: 28px;
      font-weight: 700;
      padding-bottom: 0px;}
    .service-inner-box .service-icon {
      line-height: 1; }
      .service-inner-box .service-icon i {
        font-size: 70px;
        color: #cbbc9d; }
    .service-inner-box:after {
      bottom: 0;
      width: 0%;
      left: 0;
      height: 4px;
      content: '';
      position: absolute;
      -webkit-transition: .5s all ease-in-out;
      -o-transition: .5s all ease-in-out;
      transition: .5s all ease-in-out;
      background-color: #cbbc9d; }
    .service-inner-box:hover {
      margin-top: -20px; }
      .service-inner-box:hover:after {
        width: 100%; }
        .service-content-2 .service-inner-box .service-icon i {
            color: #323232; }
          
          .service-content-2 .service-inner-box .service-text h3, .service-content-2 .service-inner-box p,
          .service-content-2 .service-inner-box .service-inner-box .service-icon img {
            -webkit-transition: .3s all ease-in-out;
            -o-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out; }
          
          .service-content-2 .service-inner-box .service-text h3 a {
            -webkit-transition: none;
            -o-transition: none;
            transition: none; color: inherit;}
          
          .service-content-2 .service-inner-box:hover {
            background-color: #193364; }
            .service-content-2 .service-inner-box:hover:after {
              display: none; }
            .service-content-2 .service-inner-box:hover .service-text h3, .service-content-2 .service-inner-box:hover p,
            .service-content-2 .service-inner-box:hover .service-icon img{
              color: #fff;}
/*product*/
.product-section-2 {
    z-index: 1;
    padding: 118px 0px 0px;
}
.product-section-2 .section-title h2 {
    color: #fff;    font-size: 50px;
}
.product-section-2 .section-title .title-tag{color: #fff;}
.product-section-2:before, .product-section-2:after {
    top: 0;
    content: '';
    width: 100%;
    z-index: -2;
    height: 475px;
    background-size: cover;
    position: absolute;
    background-image: url(../images/cbg2.jpg);
}
.product-section-2 .product-content-2 {
    padding: 60px 115px 0px 115px;
}
.position-relative {
    position: relative!important;
}
.product-carousel .owl-stage-outer {
    padding: 15px;
}
.product-carousel .owl-item img{padding: 0px;box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 4%);}
.product-content-area-3 {
    padding-top: 40px;
}
.product-img-text .product-img {
    overflow: hidden;
    position: relative;
}
.product-img-text .product-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    width: 100%;
}
.product-img-text:hover .product-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.product-img-text .product-img:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    opacity: 0;
    height: 100%;
    position: absolute;
    background-color: #323232;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.product-img-text:hover .product-img:after {
    opacity: .8;
}
.product-img-text .product-text {
    padding: 35px 30px;
    border: 2px solid #f1f1f1;
    border-top: none;
        background-color: #fff;
}
.product-img-text .product-category {
    top: -16px;
    right: 35px;
    position: absolute;
}
.product-img-text .product-text h3 a {
    color: #193364;
}
.product-img-text .product-text h3 a:hover {
    color: #000000s;
}
.product-content-area-3 .product-img-text .product-category a {
    background-color: #323232;
    border-radius: 0;
}

.product-img-text .product-category a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 25px;
    border-radius: 30px;
    background-color: #193364;
}
.product-img-text .product-text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.417;
    padding-bottom: 22px;
}
.product-img-text .product-text .product-meta a {
    font-weight: 700;
    margin-right: 30px;
}
.product-img-text .product-text .read-more:after {
    bottom: 0;
    width: 100%;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    background-color: #e0e0e0;
}

/* about */
.container-style6 {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px;
}
.about-section6{
    background-image: url(../images/bg-ab-theme02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-img-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .about-img-6 .image-box img {
    border-radius: 10px;
  }
  .about-img-6 .image-box.v1 {
    /* Small devices */
    /* Extra small devices */
  }
  @media (max-width: 767px) {
    .about-img-6 .image-box.v1 {
      position: relative;
      right: -15px;
      bottom: 15px;
      z-index: 99;
    }
  }
  @media (max-width: 416px) {
    .about-img-6 .image-box.v1 {
      display: none;
    }
  }
  .about-img-6 .image-box.two {
    position: relative;
  }
  .about-img-6 .image-box.two img {
    margin-left: 30px;
    /* Small devices */
    /* Extra small devices */
  }
  @media (max-width: 767px) {
    .about-img-6 .image-box.two img {
      margin-left: 0;
    }
  }
  @media (max-width: 416px) {
    .about-img-6 .image-box.two img {
      margin-left: 0;
    }
  }
  .about-img-6 .image-box.two .phone-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .about-img-6 .image-box.two .phone-box::before {
    display: none;
  }
  .about-img-6 .image-box.two .phone-box .box-icon {
    width: 74px;
    height: 74px;
    line-height: 74px;
    font-size: 30px;
    margin-right: 0;
  }
  .exp-box h6 {
    color:#fff;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 700;
    margin-right: 8px;
}
.exp-box span {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.exp-box {
    position: absolute;
    top: 28px;
    left: -96px;
    width: 290px;
    height: 90px;
    background-color: #193364;
    line-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
    border-radius: 10px;
}
.title-area-two.v3 h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 13px;
    color: #27477d;
}
.phone-box .box-icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #03c7e7;
    color: var(--white-color);
    font-size: 22px;
    border-radius: 50%;
    z-index: 1;
    margin-right: 20px;
    -webkit-transition: allease 0.4s;
    transition: allease 0.4s;
}
.phone-box .box-icon:after, .phone-box .box-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #07ccec;
    border-radius: inherit;
    z-index: -1;
    -webkit-animation: ripple infinite 3sease-in-out;
    animation: ripple infinite 3sease-in-out;
    -webkit-transition: allease 0.4s;
    transition: allease 0.4s;
}

/*promotion*/
.newsmore {
    position: absolute;
    right: 11%;
    top: 10px;
}


/* news */
.latest-news-section {
    padding-top: 0px;
}
.news-card-wrapper{display:grid;grid-template-columns:repeat(3, 1fr);column-gap:2.6rem;row-gap:3rem;padding-top:1rem}
@media(max-width: 991px){.news-card-wrapper{grid-template-columns:repeat(1, 1fr);padding-top:1rem}}
@media(max-width: 767px){.news-card-wrapper{padding-top:0}}
.news-card-wrapper .news-card .news-img-box {
    width: 100%;
    max-width: 100%;
    /* height: 29.6rem; */
    border-radius: 10px;
    display: block;
    overflow: hidden;
}
.news-card-wrapper .news-card .news-img-box .news-img{width:100%;height:100%;object-fit:cover;border-radius:inherit;transition:all .25s ease}
.news-card-wrapper .news-card .news-content{padding:0 2rem}
.news-card-wrapper .news-card .news-content a{text-decoration:none}
.news-card-wrapper .news-card .news-content a span{display:block}
.news-card-wrapper .news-card .news-content .details{display:flex;align-items:flex-end;margin-top:-3rem;gap:2rem;transform:scale(1);transition:all .25s ease}
.news-card-wrapper .news-card .news-content .details .date {
    background-color: #193364;
    color: #fff;
    fill: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 2.4rem;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 84.3px;
}
.news-card-wrapper .news-card .news-content .details .date .wrapper{aspect-ratio:1/1;padding:1.9rem 2.1rem 1rem 2.1rem}
.news-card-wrapper .news-card .news-content .details .date .wrapper .day {
    font-size: 20px;
    color: #fff;
}
.news-card-wrapper .news-card .news-content .details .date .wrapper .month{font-weight:700;text-transform:uppercase;font-size:var(--paragraph-font-size);font-family:var(--font-family-spartan);color:var(--global-primary-white)}
.news-card-wrapper .news-card .news-content .details .date .hover{color: #fff;position:absolute;top:100%;width:100%;height:100%;fill:inherit;background-color:inherit;transition:all .25s ease;display:flex;align-items:center;justify-content:center}
.news-card-wrapper .news-card .news-content .details .date .hover svg{height:4rem;width:4rem;fill:inherit}
.news-card-wrapper .news-card .news-content .details h6{font-size:var(--paragraph-x-sm-size);font-weight:500;color:var(--global-color-text-1);line-height:2rem;font-family:var(--font-family-spartan)}
.news-card-wrapper .news-card .news-content h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    margin-top: 1.4rem;
    letter-spacing: 0;
    word-break: break-word;
}
@media(max-width: 991px){.news-card-wrapper .news-card .news-content h4{font-size:var(--title-font-size);line-height:3.5rem}}
.news-card-wrapper .news-card:hover .news-img-box .news-img{transform:scale(1.1)}
.news-card-wrapper .news-card:hover .news-content .details{transform:translateX(20px) scale(1)}
.news-card-wrapper .news-card:hover .news-content .details .date .hover{top:0}
@media(max-width: 991px){.latest-news-section-wrapper .latest-news-section{padding:45px 50px 160px 50px}}
@media(max-width: 767px){.latest-news-section-wrapper .latest-news-section{padding:45px 10px 160px 10px}}

/*footer*/

#footer .footer-content {
    background-color: #193364;
    padding: 60px 0 40px;
    background-image: url(../images/bg-footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#footer .footer-content p {
    color: #fff;
}
#footer .footer-content a {
    color: #fff !important;
}
.copyright-content .row{display: unset;}
#footer .copyright-content {
    min-height: 0px;
    padding: 0px 0;
    background-color: #193364;
    font-size: 13px;
    text-align: center;
    color: #fff;
}