@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Prompt&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

a:hover{
    text-decoration: none;
}

h1,
h2,
h3{
    font-family: 'Conv_BEBAS';
    margin: 0;
    word-spacing: 3.5px;
}

p,
a,
.box_dot{
    font-family: 'Conv_ThaiSansNeue-Regular';
    word-wrap: break-word;
}

.fdb,
.form_text_inner p{font-family: 'Helvethaica X Cond';}

i{
    margin-right: 5px;
    font-size: 14px;
    vertical-align: baseline;
}

ul{
    list-style: none;
}

hr{
    border: 1.5px solid #06406e;
}

.c_blue{color: #006abb;}
.c_navyblue{color: #06406e;}
.c_darkblue{color: darkblue;}
.c_black{color: #000;}
.c_red{color: #FF0000;}
.c_iblue{color: #0070c0;}
.c_yellow{color: #ffc000;}


.t72{font-size: 72px;}
.t60{font-size: 60px;}
.t48{font-size: 48px;}
.t44{font-size: 44px;}
.t36{font-size: 36px;}
.t30{font-size: 30px;}
.t24{font-size: 24px;}
.t18{font-size: 18px;}

.m0{margin: 0;line-height: 1;}
.m10{margin: 0 0 10px 0;}
.m15{margin: 0 0 15px 0;}
.m35{margin: 0 0 35px 0;}
.m45{margin: 0 0 45px 0;}
.lh1{line-height: 1;}
.lh15{line-height: 1.5;}
.pd0{padding: 0;}
.pdt{padding-top: 50px; }
.p20{padding: 20px;}
.pd20{padding: 20px 0;}
.pdr15{padding: 35px 25px 0 0;}
.pdl15{padding: 35px 0 0 25px;}
.pdl100{padding-left: 100px;}
.w100{width: 100%;}
.w200{ width: 200px !important;}

/* .box_dot{ height: 70px;} */

.dl-horizontal dt{
    width: auto;
    padding-top: 4px;
}

.dl-horizontal dd {
    margin-left: 30px;
}

header{
    background-color: #365889;
    padding: 5px 0;
    color: #fff;
    position: relative;
    z-index: 9999;
}

.header_address{
    margin-right: 20px;
}

.header_address ul{
    padding: 0;
    margin: 0;
}

.header_address li,
.header_address li a{
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
    font-family: 'Conv_BEBAS';
    color: #fff;
}

.header_address li span.jp{
    font-family: 'KozGoPr6N-Heavy';
    margin-left: 5px;
    vertical-align: text-bottom;
    font-weight: 700;
}

.header-inner{
    float: right;
    position: relative;
}

.header_address , .language{
    float: left;
}

.language_list img{
    width: 25px;
}

span.caret{
    margin-left: 5px;
    color: #fff;
}

.language_list .dropdown-menu{
    top: 117%;
    right: 0;
    left: auto;
    min-width: 80px;
    text-align: center;
}

menu{
    margin: 0;
    position: relative;
    z-index: 9999;
}

.main_logo{
    float: left;
    position: relative;
    z-index: 1;
    padding: 0 15px;
    margin: 10px 0 10px 0;
}

.navbar{
    margin-bottom: 0;
}
/* 
.main-nav {
    margin: 30px 0;
} */

.dropdown-toggle::after {
    transition: transform 0.15s linear; 
 }

 .show.dropdown .dropdown-toggle::after {
   transform: translateY(3px);
 }

.navbar-nav {
    float: right;
}

.main-navbar-collapse {
    text-align: center;
    margin-top: 0px;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.main-nav > li > a {
    background-color: transparent;
    padding: 25px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Conv_BEBAS';
    color: #006abb;
    font-size: 18px;
    word-spacing: 3.5px;
}

.main-nav .sub-menu {
    display: none;
    position: absolute;
    top: 103%;
    left: 0;
    width: 210px;
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    box-shadow: 0 7px 22px -5px rgba(0, 0, 0, 0.25);
    text-align: left;
}

.main-nav .sub-menu>li {
    position: relative;
}

.main-nav .sub-menu>li a {
    display: block;
    padding: 10px 20px 10px 35px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Conv_BEBAS';
    background-color: rgba(54, 88, 137, 1);
    word-spacing: 3.5px;
}

.main-nav .sub-menu>li a:hover{
    background: rgba(67, 100, 165, 1);
}

.main-nav .sub-menu a:hover:after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 8%;
    width: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
}

ul li a:hover {
    color: #FF0000;
}

.main-nav .menu-item-dropdown:hover>.sub-menu {
    display: block;
    animation: dropdown .3s;
    z-index: 99;
}

.nav>li>a:focus, .nav>li>a:hover,
.gradient {
  background-position: top bottom ; /* change the direction of the change here */
  background-image: linear-gradient(to bottom, #5acefb 0%, #55beeb 45%, #365788 100%);
  color: #fff;
}

footer{
    background: url(../images/bg_footer.png) no-repeat;
    background-size: cover;
    padding: 260px 0 50px 0;
    color: #fff;
}

footer h3{
    margin-bottom: 25px;
}

.ft1 ul{
    margin-top: 20px;
    padding-left: 20px;
}

.ft1 li{
    margin-bottom: 5px;
}

.ft1 li a{
    font-family: 'Conv_BEBAS';
    color: #fff;
    font-size: 14px;
    word-spacing: 3.5px;
}

.ft1 li a:before {
    content: '»';
    position: relative;
    opacity: 0;  
    left: -10px;
    transition: 0.5s;
    top: -3px;
}

.ft1 li a:hover{
    color: #bababa;    
}

.ft1 li a:hover:before {
    opacity: 1;
}

.ft2 ul{
    margin-top: 30px;
    padding: 0;
    text-align: center;
}

.ft2 li{
    display: inline-block;
}

.ft2 li{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid #4895c6;
    box-shadow: 0 0 0 2px #fff;
    margin: 0 8px;    
}

.ft2 li a i{
    font-size: 45px;
    padding: 13px 0px;
    margin: 0;
    color: #4997c6;
}

.ft2 li:hover{
    opacity: 0.9;
}

.ft3 .dl-horizontal dt i{
    font-size: 18px;
}

.ft3 .dl-horizontal dd,
.ft3 .dl-horizontal dd a{
    font-family: 'Conv_BEBAS';
    font-size: 14px;
    word-spacing: 3.5px;
    margin-bottom: 15px;
    color: #fff;
}

.header_address li a:hover,
.ft3 .dl-horizontal dd a:hover{
    color: #fff;
}

.copyright{
    margin-top: 15px;
}

.copyright p{
    font-family: 'Conv_BEBAS';
    font-size: 13px;
    color: #fff;
    word-spacing: 3.5px;
}

.copyright p i{
    margin-right: 0;
    font-size: 14px;
    vertical-align: middle;
}

/* Layout */

#banner-ac,
.header_main_heading{
    position: relative;   
}

.cover_home{
    background: url(../images/bg_home.jpg) no-repeat;
    height: 70vh;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding-bottom: 100px;
}

.header_main_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;    
    padding-bottom: 50px; 
}

.header_main_text .container{
    height: 100%;
}

.header_container_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    height: 100%;
}

.header_inner_content{
    position: relative;
    z-index: 1;
}

.header_main_heading h1{
    font-weight: 800;
    padding: 0 0 15px 0;
    line-height: 1.5;
}

.header-sub-heading p{
    line-height: 1;
    letter-spacing: 0;
}

.header-sub-heading a.bttn{
    width: auto;
}

.header-sub-heading ul{
    padding: 0 0 0 20px;
}

.header-sub-heading li{
    list-style: disc;
}

#main_service{
    background: url(../images/bg_survice.jpg) no-repeat;
    background-size: cover; 
    padding: 100px 0;
}

.col-container { 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-flex-wrap: wrap; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    overflow: hidden;
}

.content_box_inner { 
    width: calc(100% / 3); 
    float: left; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
}

.content_box_inner-4 { 
    width: calc(100% / 4); 
    float: left; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
}

.main_content_heading {
    margin-bottom: 30px;
    color: #06406e;
}

.main_content_heading-m5{
    margin-bottom: 5px;
    color: #06406e;
}

.content_box_inner a{
    display: block;
    width: 100%;
}

.service_main_menu img{
    width: 100px;
    margin-bottom: 15px;
}

.service_main_menu{
    padding: 15px 0;
    border: 1px solid #2c84c7;
    margin-bottom: 30px;
}

.service_main_menu_center{
    width: 100%;
    padding: 20px 0;
}

.news_box{
    margin-bottom: 25px;
}

.news_box img{
    display: block;
    width: 100%;
    height: 260px;
}

.event_img img{
    display: block;
    width: 100%;
    height: 275px;
}

.main_news_detail{
    background-color: #fff;
    padding: 10px;
}

.box_dot{
    font-size: 22px;
    line-height: 1;
    margin: 10px 0;
    overflow: hidden;
}

.module {
    overflow: hidden;
    position: relative;
}

.fdb p{
    font-family: 'Helvethaica X Cond';
}

.last-line p{
    display: -webkit-box;   
   -webkit-line-clamp: 2;   
   -webkit-box-orient: vertical;   
   overflow: hidden;
}

.last-line_head p{
    display: -webkit-box;   
   -webkit-line-clamp: 2;   
   -webkit-box-orient: vertical;   
   overflow: hidden;
   font-family: 'Conv_BEBAS';
   height: 55px;
}

.main_news_detail h3{
    font-size: 18px;
    line-height: 1.5;
}

.main_news_detail p.news_date{
    color: #b0b0b0;
    font-size: 18px;
    margin: 0 0;
}

.main_contact{
    background: url(../images/bg_contact_us.jpg) no-repeat;
    background-size: contain;
    padding: 400px 0 50px 0;
}

p.news_category{
    color: #000;
    font-size: 18px;
    margin: 0 0 0 5px 0;
    text-transform: uppercase;
}

p.news_category a{
    font-size: 18px;
    margin: 0 0 0 5px 0;
    color: #5acefb;
}

p.news_category a:hover{
    color: #000;
}


/*.cover_main_text .header_main_heading h1{
    margin: 0;
}*/

.main_form{
    margin-top : 70px;
}

.input_inner input,
.select_inner select,
.input_inner textarea{
    font-family: 'Helvethaica X Cond';
    border: 1px solid #006abb;
    border-radius: 0;
    padding: 8px 30px 8px 15px;
    font-size: 24px;
    height: 50px;
    margin: 0 auto 30px auto;
    color: #006abb;
}

.input_inner textarea{
    height: 200px;
}

option[value=""][disabled] {
    display: none;
}

.select_inner select option {
    color: #006abb;
}

.btn-cf,
.btn-bc{
    display: inline-block;
    padding: 15px 40px;
    margin: 10px 5px 25px 5px;
    border: none;
}

.form_text_inner{
    margin: 20px 0;
    color: #b2b2b2;
    font-size: 26px;
}

.text_cf {
    margin: 100px 0 0 0;
}

.line{
    position: relative;
    display: inline-block;
}

.line:before, .line:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 60%;
    height: 2px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.line:before, .line:after {
    background: #006abb;
}

.line:before {left: -65%;}
.line:after {right: -65%;}
.line_news:before { width: 350px; left: -370px;}
.line_news:after { width: 350px;right: -370px;}

a.bttn {
  color: #006abb;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
  width: 100%;
  display: inline-block;
}
a.bttn:hover {
  color: #fff;
  z-index: 1;
}
a.bttn:focus {
  color: #fff;
}

.bttn {
    display: inline-block;
    font-size: 24px;
    padding: 0 50px 5px 50px;
    vertical-align: middle;
    margin-top: 25px;
    text-align: center;
    border: 1px solid #006abb;
    border-radius: 0;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.bttn:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #006abb;
  z-index: -1;
}
.bttn:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.bttn:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.main_news{
    background: url(../images/bg_news.jpg) no-repeat;
    background-size: contain;
    padding: 400px 0 50px 0;
}

.main_blog{
    background: url(../images/bg_blog.jpg) no-repeat;
    background-size: contain;
    padding: 400px 0 50px 0;
}

.n_year ,.sub_header_dropdown p{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.n_year {
    width: 200px;
    margin: 0 15px;
    border: 1px solid #006abb;
    color: #006abb;
    padding: 7px 25px;
}

.content_news{
    padding: 70px 0;
}

.pagination>li>a, .pagination>li>span{
    font-size: 20px;
    font-family: 'Helvethaica X Cond';
    padding: 6px 18px;
    
}

.content_news_detail{
    margin: 30px 0;
}

.content_news_detail div p,
.content_news_detail div a,
.content_news_detail div{
    font-family: 'Meiryo';
    font-size: 16px;
    line-height: 1.5;
}

.content_news_detail div a{
    color: #006abb;
}

.content_news_detail div a:hover{
    color: #e7003e;
}

.content_news_img img{
    display: block;
    margin: 0 auto;
}

.main_about{
    background: url(../images/bg_company.jpg) no-repeat;
    background-size: cover;
    padding: 150px 0 70px 0
}

.message_about{
    background: url(../images/bg_president.jpg) no-repeat;
    background-size: auto;
    padding: 100px 0 70px 0;
    margin-bottom: 70px;
    background-position: 100% 60%;
}

.corporate_about{
    background: url(../images/bg_corporate.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
    background-position-y: 50%;
}

.history_about{
    background: url(../images/bg_history.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0 100px 0;
    background-position-y: 50%;
}

.main_global{
    background: url(../images/bg_global.jpg) no-repeat;
    background-size: cover;
    padding: 150px 0 100px 0
}

.office_global{
    background: url(../images/bg_th_office.jpg) no-repeat;
    background-size: contain;
    padding: 50px 0;
    background-position-y: 50%;
}

.oversea_global{
    background: url(../images/bg_jp_office.jpg) no-repeat;
    background-size: contain;
    padding: 50px 0;
}

.mb_img{
    display: none;
}

blockquote{
    padding: 20px 0;
    border:none;
}

.quotation{
    quotes: "\201C""\201D""\2018""\2019";
}

.quotation:before {
    content: open-quote;
    display: inline;
    line-height: 0;
    left: -5px;
    position: relative;
    top: 35px;
    color: #006abb;
    font-size: 140px;
}

.quotation::after {
    content: close-quote;
    display: block;
    height: 0;
    line-height: 0;
    left: 10px;
    position: relative;
    top: 50px;
    color: #006abb;
    font-size: 140px;
    margin-bottom: 25px;
}

.ls3{
    letter-spacing: 3px !important;
}

.dropcap{
    margin: 15px 0 25px 0;
}

.dropcap p:first-child:first-letter {
  float: left;
  font-family: 'Helvethaica X Cond';
  font-size: 130px;
  line-height: 75px;
  padding-top: 8px;
  padding-right: 8px;
  font-weight: bolder;
}

.dropcap_red p:first-child:first-letter{
    color: #FF0000;
}

.dropcap_blue p:first-child:first-letter{
    color: #0070c0;
}

.dropcap_yellow p:first-child:first-letter{
    color: #ffc000;
}

.pd15{
    padding-left: 15px;
    display: inline-block;
}

.pd30{
    padding-left: 30px;
    display: inline-block;
}

.form_about{
    margin-top: 25px;
    margin-bottom: 15px;
}

.main_lic{
    background: url(../images/bg_lic.jpg) no-repeat;
    background-size: contain;
    padding: 400px 0 50px 0;
}

.main_it{
    background: url(../images/bg_it.jpg) no-repeat;
    background-size: contain;
    padding: 400px 0 50px 0;
}

.main_itn{
    background: url(../images/bg_itn.jpg) no-repeat;
    background-size: contain;
    padding: 400px 0 50px 0;
}


.main_it_content{
    background: url(../images/bg_it2.jpg) no-repeat;
    background-size: contain;
    padding: 50px 0;
}

.main_graphic{
    background: url(../images/bg_graphic.jpg) no-repeat;
    background-size: contain;
    padding: 250px 0 50px 0;
}

.main_event{
    background: url(../images/bg_event.jpg) no-repeat;
    background-size: contain;
    padding: 400px 0 50px 0;
}

.main_sale{
    background: url(../images/bg_sale.jpg) no-repeat;
    background-size: contain;
    padding: 400px 0 50px 0;
}

.main_train{
    background: url(../images/bg_Training.jpg) no-repeat;
    background-size: contain;
    padding: 250px 0 50px 0;
}

.main_printing{
    background: url(../images/bg_printing.jpg) no-repeat;
    background-size: contain;
    padding: 400px 0 50px 0;
}

.main_logistic{
    background: url(../images/bg_logistic.jpg) no-repeat;
    background-size: contain;
    padding: 150px 0 50px 0;
}

.main_cookie{
    background: url(../images/bg_gdpr.jpg) no-repeat;
    background-size: contain;
    padding: 200px 0 50px 0;
}

.main_content_service{
    padding: 50px 0;
}

.service_inner{
    width: 100%;
}

.service_inner img{
    width: 100%;
    display: block;
}

.content_box_service { 
    width: calc(100% / 2); 
    float: left; 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
}

.collection img{
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    z-index: 0;
}

.collection-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 20px 30px;
    background-color: rgba(0,0,0,0.4);
    letter-spacing: 1.5px;
    color: #fff;
}

.collection {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
}

.tel_btn {
    position: fixed;
    bottom: 200px;
    right: 40px;
    background-color: #FF9900;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    text-align: center;
    line-height: 50px;
    color: white;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: 1s ease;
}

.tel_btn i{
    font-size: 36px;
    padding: 17px;
}

.tel_btn:hover {
    border-color: #fff;
    color: #fff;
    animation: shakeThatBooty 0.3s linear 2;
    -webkit-animation: shakeThatBooty 0.3s linear 2;
    -moz-animation: shakeThatBooty 0.3s linear 2;
    -o-animation: shakeThatBooty 0.3s linear 2;
    -ms-animation: shakeThatBooty 0.3s linear 2;
  }

.quote {
    position: fixed;
    bottom: 110px;
    right: 40px;
    background-color: #0084ff;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    text-align: center;
    line-height: 50px;
    color: white;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: 1s ease;
}

.quote i{
    font-size: 36px;
    padding: 17px;
}

.QuoteModal {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    transition: opacity 300ms;
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.4);
    z-index: 999;   
}

.QuoteModal:target {
    visibility: visible;
    opacity: 1;
}

.popup_modal {
    position: relative;
    margin: 0 auto 10px auto;
    padding: 0;
    background: #fff;    
    box-sizing: border-box;
    width: 400px;    
}

.popup_modal .quoteclose {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 30px;
    color: #fff;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;    
    font-weight: bold;
}

.QuoteModal .input_inner input, .QuoteModal .select_inner select{
    padding: 5px 30px 5px 15px;
    font-size: 18px;
    height: 35px;
    margin-bottom: 10px;
}

.QuoteModal .input_inner textarea{
    font-size: 18px;
    height: 120px;
    margin: 0 0 15px 0;
}

.quote:hover {
  border-color: #fff;
  color: #fff;
  animation: shakeThatBooty 0.3s linear 2;
  -webkit-animation: shakeThatBooty 0.3s linear 2;
  -moz-animation: shakeThatBooty 0.3s linear 2;
  -o-animation: shakeThatBooty 0.3s linear 2;
  -ms-animation: shakeThatBooty 0.3s linear 2;
}

@keyframes shakeThatBooty {
  33% {
    transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
  }
  67% {
    transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
  }
  100% {
    transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
  }
}

.cd-top{
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 20px;
    right: 40px;
    font-size: 18px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #e7003e;
    border: 5px solid #e7003e;
}

.cd-top i{
    font-size: 50px;
    padding: 5px 15px;
}

.cd-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.cd-top:hover{
    background: #fff;
    border: 5px solid #e7003e;
    color: #e7003e;
}

.modal-content{
    border-radius: 0;
}

.close{
    color: #fff;
    opacity: 1;
    font-size: 36px;
}

.box_des{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}

.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    
    font-size: 12px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-submit {
    color: rgb(255, 255, 255);
    background-color: #000;
}

.cc-window.cc-submit{
    padding: 15px 30px 10px 30px;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-flex-align: center;
    align-items: center;
}


.cc-submit .cc-text {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em;
}

.cc-text p{
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "Poppins",sans-serif;
}

.cc-text p strong{
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #0175be;
}

.cc-link {
    opacity: 1;
    display: inline-block;
    padding: .2em;
    color: yellow;
    font-family: "Poppins",sans-serif;
}

a:hover.cc-link{
    color: #0175be;
}

.cc-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    color:#0175be;
    background-color: #fff;
    border-color: transparent;
    border-radius: 5px;
    min-width: 140px;
    font-family: "Poppins",sans-serif;
}

a:hover.cc-btn  {
    opacity: 0.8;
    text-decoration: none;
    color: #000;
}

.main_content_about {
    margin: 60px 0;
}

.owl-carousel .owl-item img {
    height: 235px;
}

.content_box_inner a:hover .pulse,
.content_box_inner a:focus .pulse  {
  background-image: linear-gradient(to bottom, #2c84c7 0%, #2c84c7 45%, #5acefb  100%) ;
}

.content_box_inner a:hover .collection-title ,
.content_box_inner a:focus .collection-title{
    background-color: #000;
}