/***  ==================================================================== Reset ==================================================================== */
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; }

@media only screen and (min-width: 768px) { .container, .container-md, .container-sm { width: 100%; max-width: 750px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } }

@media only screen and (min-width: 992px) { .container, .container-md, .container-sm, .container-lg { width: 100%; max-width: 1050px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } }




@media only screen and (min-width: 1200px) { .container, .container-md, .container-sm, .container-lg, .container-xl { width: 100%; max-width: 1250px; margin-left: auto; margin-right: auto; padding-left: 0px; padding-right: 0px; } }


.main-color { color: var(--main-theme-color) !important; }

.margin0 { margin: 0 !important; }

.padding0 { padding: 0 !important; }

.mx-minus-half-of-10 { margin-left: -5px; margin-right: -5px; }

.px-half-of-10 { padding-left: 5px; padding-right: 5px; }

.mx-minus-half-of-15 { margin-left: -7.5px; margin-right: -7.5px; }

.px-half-of-15 { padding-left: 7.5px; padding-right: 7.5px; }

.mx-minus-half-of-20 { margin-left: -10px; margin-right: -10px; }

.px-half-of-20 { padding-left: 10px; padding-right: 10px; }

.col-20-percent { width: 20%; }

.d-none { display: none; }

.d-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.justify-start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }

.justify-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.justify-end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.justify-around { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }

.justify-between { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.align-items-start { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.align-items-center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.align-items-end { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.align-content-start { -webkit-align-content: start; -ms-flex-line-pack: start; align-content: start; }

.align-content-center { -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; }

.align-content-end { -webkit-align-content: end; -ms-flex-line-pack: end; align-content: end; }

.align-content-baseline { -webkit-align-content: baseline; -ms-flex-line-pack: baseline; align-content: baseline; }

.align-content-flex-start { -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; }

.align-content-flex-end { -webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; }

.align-content-between { -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; }

.align-content-around { -webkit-align-content: space-around; -ms-flex-line-pack: distribute; align-content: space-around; }

.order-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.overflow-hidden { overflow: hidden; }

.overflow-x-hidden { overflow-x: hidden; }

.overflow-y-hidden { overflow-y: hidden; }

.btn.btn-style-default { padding: 14px 30px; border-radius: 0px; min-width: 150px; -webkit-box-shadow: none !important; box-shadow: none !important; color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; font-weight: normal; border-radius: 4px; }

.btn.btn-style-default:hover { color: var(--main-theme-color); background-color: transparent; }

.btn.btn-bizarre { padding: 10px 25px; border-radius: 0px; min-width: 150px; -webkit-box-shadow: none !important; box-shadow: none !important; color: #fff; background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, var(--main-theme-color)), to(var(--sub-theme-color))); background: -o-linear-gradient(top, var(--main-theme-color) 34%, var(--sub-theme-color)); background: linear-gradient(180deg, var(--main-theme-color) 34%, var(--sub-theme-color)); border-color: var(--main-theme-color); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; font-weight: normal; border-radius: 4000px; overflow: hidden; position: relative; }

.btn.btn-bizarre .btn-text { position: relative; z-index: 3; }

.btn.btn-bizarre .btn-icon { color: var(--main-theme-color); position: relative; z-index: 3; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); display: inline-block; }

.btn.btn-bizarre::after { content: ""; position: absolute; right: 0; top: 0; height: 100%; width: 22%; background-color: #fff; }

.btn.btn-style01 { padding: 10px 15px; border-radius: 0px; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); font-size: 16px; position: relative; }

.btn.btn-style01:hover { color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); padding-right: 45px !important; }

.btn.btn-style01:hover::after { right: 10px; opacity: 1; }

.btn.btn-style01::before { content: ''; position: absolute; background: rgba(255, 255, 255, 0.3); width: 0; height: 60px; top: 0; left: 0; opacity: 0.3; -webkit-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }

.btn.btn-style01::after { content: url(../image/ico_jt.png); height: 100%; width: 26px; color: #fff; position: absolute; right: 0px; line-height: 20px; top: 50%; margin-top: -10px; opacity: 0; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; }

.btn.btn-style01.btn-style01-bg-black { background-color: #000; border-color: #000; }

.btn.btn-style01.btn-style01-bg-black:hover { background-color: var(--main-theme-color); border-color: var(--main-theme-color); }

.btn.btn-style01.active { color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); }

.btn.btn-style01:not(:disabled):not(.disabled).active, .btn.btn-style01:not(:disabled):not(.disabled):active, .show > .btn.btn-style01.dropdown-toggle { color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); }

.btn.btn-style02 { padding: 2px 10px; min-width: -webkit-min-content; min-width: -moz-min-content; min-width: min-content; -webkit-box-shadow: none !important; box-shadow: none !important; color: #000; background-color: #fff; border-color: #999; font-weight: 600; border-radius: 6px; }

.btn.btn-style02:hover { color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); }

.btn.btn-style03 { padding: 16px 16px; -webkit-box-shadow: none !important; box-shadow: none !important; color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); font-weight: 600; border-radius: 6px; font-size: 16px; }

.btn.play-btn-style01 { display: inline-block; width: 70px; height: 70px; line-height: 70px; text-align: center; color: var(--main-theme-color); background-color: #fff; border-color: #fff; color: #fff; background-color: rgba(0, 0, 0, 0.8); border-color: rgba(0, 0, 0, 0.8); font-size: 24px; border-radius: 1000px; border: none; -webkit-box-shadow: none !important; box-shadow: none !important; padding: 0; z-index: 3; }

.btn.play-btn-style01:not(:disabled):not(.disabled).active, .btn.play-btn-style01:not(:disabled):not(.disabled):active { color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); }

.btn.play-btn-style01:hover { color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); }

.section-title { font-weight: 700; }

.section-title-line { position: relative; width: 270px; height: 4px; margin: 0 auto; background-color: #ddd; }

.section-title-line::after { content: ""; display: block; width: 33.333333%; height: 100%; background-color: var(--main-theme-color); position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.section_brief { font-size: 16px; color: #999; line-height: 1.8; max-width: 650px; margin: 0 auto; }

.img-layout .item .item-img { padding-bottom: 46%; position: relative; overflow: hidden; }

.img-layout .item .item-img img { max-width: unset; height: 100%; }

.img-layout .item .item-img-inner { position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); height: 100%; min-width: 100%; }

.img-layout .item img { min-width: 100%; }

.img-layout .item:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.img-hover-scale-1-1:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.nav-tabs-style01.nav-tabs { border: none; }

.nav-tabs-style01.nav-tabs > li.active > a, .nav-tabs-style01.nav-tabs > li.active > a:focus, .nav-tabs-style01.nav-tabs > li.active > a:hover { color: var(--sub-theme-color); cursor: default; background-color: transparent; border: none; border-bottom-color: transparent; border-radius: 0; }

.nav-tabs-style01.nav-tabs > li > a { margin: 0; border-radius: 0; color: #666; border-color: transparent !important; border: none !important; }

.nav-tabs-style01.nav > li > a:focus, .nav-tabs-style01.nav > li > a:hover { text-decoration: none; background-color: transparent; border-color: transparent; color: var(--sub-theme-color); }

.nav-tabs-style-02.nav-tabs { border: none; overflow-x: auto; overflow-y: hidden; }

.nav-tabs-style-02.nav-tabs li { margin-right: 1px; display: block; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.nav-tabs-style-02.nav-tabs li a { display: block; border-radius: 0; font-size: 18px; border: 1px solid #ddd; border: none; background-color: #313035; color: #fff; padding: 14px 30px; }

.nav-tabs-style-02.nav-tabs > li.active > a, .nav-tabs-style-02.nav-tabs > li.active > a:focus, .nav-tabs-style-02.nav-tabs > li.active > a:hover { border: none; background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, var(--main-theme-color)), to(var(--sub-theme-color))); background: -o-linear-gradient(top, var(--main-theme-color) 34%, var(--sub-theme-color)); background: linear-gradient(180deg, var(--main-theme-color) 34%, var(--sub-theme-color)); color: #fff; }

/* site header start */
.header-contact-list { margin: 0; padding: 0; list-style-type: none; }

.header-contact-item-icon { width: 36px; height: 36px; background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, #f17326), to(#ff0100)); background: -o-linear-gradient(top, #f17326 34%, #ff0100); background: linear-gradient(180deg, #f17326 34%, #ff0100); border-radius: 1000px; color: #fff; }

.header-contact-item { line-height: normal; position: relative; }

.header-contact-item::after { content: ""; display: block; width: 1px; height: 80%; background-color: #ddd; position: absolute; right: 16px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.header-contact-item:last-of-type::after { display: none; }

.header-contact-item * { line-height: normal; }

.header-contact-item a { display: block; }

.header-contact-item-title { font-weight: 600; color: #333; }

.soc-links { margin: 0; padding: 0; list-style-type: none; margin-left: -5px; margin-right: -5px; }

.soc-links li { margin: 0 5px; }

.soc-links li a { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 34px; height: 34px; background: -webkit-gradient(linear, left top, left bottom, from(#6194ff), to(#3b5998)); background: -o-linear-gradient(top, #6194ff, #3b5998); background: linear-gradient(180deg, #6194ff, #3b5998); border-radius: 4px; color: #fff; }

.site-header-bottom { background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, #fd5622), to(#ff0100)); background: -o-linear-gradient(top, #f17326 34%, #ff0100); background: linear-gradient(180deg, #fd5622 34%, #ff0100); }

.nav_menu .currentLoc > a::after { width: -webkit-calc(100% - 30px); width: calc(100% - 30px); }

.nav_menu { margin: 0; padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.nav_menu li { list-style: none; margin: 0; padding: 0; position: relative; line-height: 70px; height: 70px;}

.nav_menu li > a { display: block; }

.nav_menu li a { color: #333; text-decoration: none; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.nav_menu li a .fa { margin-left: 8px; color: var(--main-theme-color); }

.nav_menu li ul { margin: 0; padding: 0; position: absolute; top: 140%; left: 0; z-index: 9; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; visibility: hidden; opacity: 0; -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); min-width: 230px; }

.nav_menu li ul li { background-color: #fff; }

.nav_menu li ul li:hover > a { background-color: var(--main-theme-color); }

.nav_menu li ul li a { white-space: nowrap; padding: 6px 15px; text-transform: capitalize; color: #333; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: relative; z-index: 1; }

.nav_menu li ul li:last-child > a { border-bottom: none; }

.nav_menu li ul li ul { left: 100%; top: 100%; }

.nav_menu li ul li:hover > ul { top: 0; visibility: visible; opacity: 1; }

.nav_menu li ul li:hover > a { color: white; }

.nav_menu > li > ul { -webkit-box-shadow: none; box-shadow: none; padding-top: 20px; width: 1920px;}

.nav_menu > li:first-child { margin-left: 0; }

.nav_menu > li > a { padding: 0px 6px; text-transform: capitalize; color: #fff; font-size: 16px; font-weight: 700; position: relative; display: flex;
display: block;}

.nav_menu > li > a::after { content: ""; display: block; width: 0; height: 2px; background-color: #fff; position: absolute; bottom: 0; left: 15px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; top: 55px; }

.nav_menu > li:hover > a::after { width: -webkit-calc(100% - 30px); width: calc(100% - 30px); }

.nav_menu > li:hover > ul { top: 100%; visibility: visible; opacity: 1; }

.header_lang_box { 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; }

.header_lang_box .dropdown-menu { border: none; margin: 0; padding: 0; border-radius: 0; border: none; left: auto; right: 0; margin-top: 10px; min-width: 100%; }

.header_lang_box .dropdown-menu > li > a { display: block; border: 1px solid rgba(0, 0, 0, 0.1); border-top: none; padding: 6px 10px; font-size: 14px; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.header_lang_btn { background-color: unset; outline: none !important; border: none; color: #fff; }

.search-form form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; }

.search-form form input { border: none; outline: none !important; padding: 4px 12px; padding-right: 30px; border-radius: 1000px; width: 180px;}

.search-form form [type="submit"] { background-color: transparent; border: none; outline: none !important; color: #172a88; position: absolute; right: 0; height: 100%; padding: 0 10px; }

/* site header end */
/* mobile-nav Start */
.m_lang_box { padding: 10px; }

.m_lang_box a { color: #666; padding: 4px 14px; display: block; text-decoration: none; border: 1px solid #666; margin-bottom: 10px; margin-right: 10px; }

.switch-mobile-nav-btn { display: none; margin-left: 10px; }

.mobile_nav_top { background-color: #fff; padding: 4px 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; z-index: 9; }

.m-switch { font-size: 26px; line-height: 26px; color: #fff; }

.m-shadow { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: none; z-index: 999; }

.mobile-nav { position: fixed; top: 0; left: 0; left: -70%; width: 70%; height: 100%; overflow-y: scroll; z-index: 99999; background: #fff; color: #666; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.mobile-nav ul, .mobile-nav li { margin: 0; padding: 0; }

.mobile-nav .mobile-nav-list { margin: 0; padding: 0; }

.mobile-nav .mobile-nav-list li { position: relative; overflow-x: hidden; overflow: hidden; }

.mobile-nav .mobile-nav-list li i { color: #666; font-style: normal; padding: 0px 10px; height: 46px; line-height: 46px; display: inline-block; font-size: 20px; position: absolute; right: 0; top: 0; z-index: 99; -webkit-transform: rotateZ(0deg); -ms-transform: rotate(0deg); transform: rotateZ(0deg); -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

.mobile-nav .mobile-nav-list a { padding: 12px 10px; padding: 8px 10px; padding-right: 30px; display: block; color: #666; text-decoration: none; text-transform: capitalize; border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.mobile-nav li { margin: 0; padding: 0; list-style: none; }

.mobile-nav > .mobile-nav-list > li:first-of-type > a { border-top: 1px solid rgba(0, 0, 0, 0.15); }

.mobile-nav > .mobile-nav-list > li > a { font-weight: 600; }

.mobile-nav > .mobile-nav-list > li ul { display: none; background: #fff; }

.mobile-nav > .mobile-nav-list > li ul li a { padding-left: 24px; padding-right: 24px; }

.mobile-nav > .mobile-nav-list > li ul li ul li a { padding-left: 36px; padding-right: 36px; }

.mobile-nav > .mobile-nav-list > li > ul > li ul { background-color: #fff; }

.company-logo { padding: 10px 12px; }

.m-lang-list-btn { padding: 5px 10px; display: block; }

.m-lang-list li a { display: block; padding: 5px 10px; }

@media only screen and (min-width: 992px) { .switch, .m-shadow, .mobile-nav { display: none !important; }
  .mobile_nav_top { display: none; } }

/* mobile-nav End */
/** banner start **/
.home_banner_box { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.home_banner_box * { height: 100%; }

.home_banner_content { color: white; height: auto; max-width: 700px; }

.home_banner_content_wrap { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.home_banner_h1 { margin: 0; font-size: 50px; font-weight: 600; text-transform: capitalize; font-size: 60px; font-weight: 600; }

.home_banner_h2 { line-height: normal; font-weight: 600; color: #fff; color: var(--main-theme-color) !important; }

.home_banner_text { line-height: 30px; font-size: 16px; color: #000; line-height: 1.8; }

.banner_swiper img { width: 100%; }

.banner_swiper_next, .banner_swiper_prev { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 50px; height: 50px; z-index: 10; cursor: pointer; 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: white; font-size: 30px; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; border-radius: 1000px; font-size: 50px; }

.default-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 8px; }

.default-swiper-pagination .swiper-pagination-bullet { width: 18px; height: 18px; display: inline-block; border-radius: 100%; background: transparent; opacity: 1; position: relative; margin-left: 30px; border: 2px solid #fff; }

.default-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { border-color: var(--main-theme-color); }

.default-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after { background-color: var(--main-theme-color); }

.default-swiper-pagination .swiper-pagination-bullet::after { content: ""; display: inline-block; width: 10px; height: 10px; background-color: #fff; background-color: transparent; border-radius: 1000px; position: absolute; top: 2px; left: 2px; }

.banner_swiper_prev { left: -10px; right: auto; }

.banner_swiper_next { left: auto; right: -10px; }

.banner_swiper:hover .banner_swiper_next, .banner_swiper:hover .banner_swiper_prev { visibility: visible; opacity: 1; }

.banner_swiper:hover .banner_swiper_prev { left: 65px; right: auto; }

.banner_swiper:hover .banner_swiper_next { left: auto; right: 65px; }

.banner_swiper .swiper-pagination { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; bottom: 30px; bottom: -30px; }

.banner_swiper:hover .swiper-pagination { opacity: 1; visibility: visible; bottom: 30px; }

.home_banner_content > * { opacity: 0; -webkit-transform: translateY(25px); -ms-transform: translateY(25px); transform: translateY(25px); -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; color: #fff; }

.banner_swiper .swiper-slide-active .home_banner_content > * { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; }

.banner_swiper .swiper-slide-active .home_banner_content > *:nth-child(1) { -webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s; }

.banner_swiper .swiper-slide-active .home_banner_content > *:nth-child(2) { -webkit-transition-delay: 0.8s; -o-transition-delay: 0.8s; transition-delay: 0.8s; }

.banner_swiper .swiper-slide-active .home_banner_content > *:nth-child(3) { -webkit-transition-delay: 1.1s; -o-transition-delay: 1.1s; transition-delay: 1.1s; }

.banner_swiper .swiper-slide-active .home_banner_content > *:nth-child(4) { -webkit-transition-delay: 1.4s; -o-transition-delay: 1.4s; transition-delay: 1.4s; }

/** banner end **/
/* section fcrf05sg start */
.section-fcrf05sg { background-color: #f2f2f2; }

.item-fcrf05sg { background-color: #fff; -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15); position: relative; }

.item-fcrf05sg .item-img { overflow: hidden; }

.item-fcrf05sg .item-content { border-top: 1px solid #ddd; }

.item-fcrf05sg .item-content .item-title { color: #172a88; }

.item-fcrf05sg .item-link { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.item-fcrf05sg:hover .item-content { background-color: var(--main-theme-color); color: #fff; border-color: var(--main-theme-color); }

.item-fcrf05sg:hover .item-content .item-title { color: #fff; }

/* section fcrf05sg end */
/* section d2ewx27x start */
.item-d2ewx27x { width: 100%; position: relative; }

.item-d2ewx27x .item-d2ewx27x-inner { padding: 8% 6%; }

.item-d2ewx27x .item-title { color: #fff; position: relative; line-height: 50px; }

.item-d2ewx27x .item-brief { color: #fff; line-height: 30px;}

.item-d2ewx27x .item-title-bottom { position: absolute; bottom: 50px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); color: #fff; -webkit-transition: all 0.8s; -o-transition: all 0.8s; transition: all 0.8s; visibility: hidden; opacity: 0; width: 220px; text-align: center; font-size: 20px;}

.item-d2ewx27x .item-title-bottom::after { content: ""; display: block; width: 30px; height: 3px; background-color: #fff; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.content-left .title { color: #fff; }

.content-left .brief { color: #fff; }

/* section d2ewx27x end */
/* section w7jdmxxg start */
.section-w7jdmxxg { position: relative; }

.section-w7jdmxxg .content { position: relative; }

.section-w7jdmxxg .content .img { position: relative; }

.section-w7jdmxxg .content .brief { position: absolute; bottom: 50px; right: 100px; width: 390px; height: 390px; background-color: #fff; border-radius: 1000px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.section-w7jdmxxg .content .brief::before { content: ""; display: block; width: -webkit-calc(100% + 100px); width: calc(100% + 100px); height: -webkit-calc(100% + 100px); height: calc(100% + 100px); position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 10000px; background-color: rgba(0, 0, 0, 0.2); }

.section-w7jdmxxg .content .brief::after { content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #fff; border-radius: 10000px; }

.section-w7jdmxxg .content .brief .brief-inner { position: relative; z-index: 3; }

.section-w7jdmxxg .content .brief .title { font-weight: 600; }

.section-w7jdmxxg .content .brief .read-more { color: var(--sub-theme-color); }

.section-w7jdmxxg .content .link { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 90px; height: 90px; border: 10px solid var(--sub-theme-color); border-radius: 1000px; font-size: 30px; color: #b1b1b1; position: absolute; top: 37px; left: 37px; z-index: 3; }

.section-w7jdmxxg .content .link::after { content: ""; display: block; width: -webkit-calc(100% + 34px); width: calc(100% + 34px); height: -webkit-calc(100% + 34px); height: calc(100% + 34px); border: 1px solid #fff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 1000px; }

.section-w7jdmxxg .content .link i { margin-left: 4px; }

.item-w7jdmxxg .item-title { font-weight: 600; }

/* section w7jdmxxg end */
/** section b59ul3vt start **/
.section-b59ul3vt { background-color: #181818; color: #fff; }

.section-b59ul3vt .section-title { color: #fff; }

.section-b59ul3vt .section-brief { color: #fff; }

.item.item-style-a { position: relative; }

.item.item-style-a .item-content { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(26, 25, 29, 0.7); display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; opacity: 0; -webkit-transition: all 300ms linear 0s; -o-transition: all 300ms linear 0s; transition: all 300ms linear 0s; }

.item.item-style-a .item-content .action-buttons { position: absolute; top: 50px; right: 35px; width: 80px; height: 80px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -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; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 50%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); opacity: 0; -webkit-transition: all 300ms linear 0s; -o-transition: all 300ms linear 0s; transition: all 300ms linear 0s; }

.item.item-style-a .item-content .action-buttons .bt-more-plus { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: -webkit-inline-box; display: inline-flex; width: 50px; height: 50px; background-color: #fff; -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; border-radius: 50%; }

.item.item-style-a .item-content .action-buttons span { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: -webkit-inline-box; display: inline-flex; position: relative; left: 1px; }

.item.item-style-a .item-content .action-buttons span::before, .item.item-style-a .item-content .action-buttons span::after { content: ""; display: inline-block; background-color: #1a191d; -webkit-transition: all 300ms ease-in-out 0s; -o-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s; }

.item.item-style-a .item-content .action-buttons .x-line:before { width: 7px; height: 2px; }

.item.item-style-a .item-content .action-buttons .x-line:after { width: 7px; height: 2px; }

.item.item-style-a .item-content .action-buttons:hover .x-line:before { -webkit-transform: translateX(-2px); -ms-transform: translateX(-2px); transform: translateX(-2px); }

.item.item-style-a .item-content .action-buttons:hover .x-line:after { -webkit-transform: translateX(2px); -ms-transform: translateX(2px); transform: translateX(2px); }

.item.item-style-a .item-content .action-buttons:hover .y-line:before { -webkit-transform: translateY(-2px); -ms-transform: translateY(-2px); transform: translateY(-2px); }

.item.item-style-a .item-content .action-buttons:hover .y-line:after { -webkit-transform: translateY(2px); -ms-transform: translateY(2px); transform: translateY(2px); }

.item.item-style-a .item-content .action-buttons .y-line { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: relative; left: -7px; }

.item.item-style-a .item-content .action-buttons .y-line::before, .item.item-style-a .item-content .action-buttons .y-line::after { width: 2px; height: 7px; }

.item.item-style-a .item-content-inner { padding: 0 35px 43px; width: 100%; -webkit-transition: all 300ms linear 0s; -o-transition: all 300ms linear 0s; transition: all 300ms linear 0s; position: absolute; left: 0; bottom: 0; }

.item.item-style-a .item-title { font-size: 25px; color: #fff; }

.item.item-style-a .item-title a { color: #fff; }

.item.item-style-a .item-brief { font-size: 15px; color: #ededed; margin-top: 10px; }

.item.item-style-a:hover .item-content { opacity: 1; }

.item.item-style-a:hover .item-content .action-buttons { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

@media only screen and (min-width: 1200px) { .section-b59ul3vt .section-brief { font-size: 20px; } }

/** section b59ul3vt end **/
/** section bhlfw7g9 start **/
.item-bhlfw7g9 { -webkit-box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, 0.2); box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, 0.2); }

.item-bhlfw7g9 .item-img { position: relative; border: 1px solid #999; -webkit-box-sizing: border-box; box-sizing: border-box; }

.item-bhlfw7g9 .item-img .item-img-inner { overflow: hidden; position: relative; }

.item-bhlfw7g9 .item-img .item-img-inner .item-link { display: block; position: absolute; width: 40%; height: 40%; top: 50%; left: 50%; background-color: rgba(0, 160, 233, 0.6); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 1000px; opacity: 0; }

.item-bhlfw7g9 .item-title { color: #000; }

.item-bhlfw7g9 .item-title a { color: #000; font-size: 18px; height: 70px; overflow: hidden; }

.item-bhlfw7g9 .item-title a:hover { color: var(--main-theme-color); font-size: 18px; }

.item-bhlfw7g9 .item-brief { color: #333; line-height: 30px; height: 120px; overflow: hidden;}

.item-bhlfw7g9 .posted-time { padding-top: 8px; position: absolute; margin-top: -24px; top: 100%; right: 0; width: 60px; height: 60px; background-color: rgba(118, 118, 118, 0.9); text-align: center; color: #fff; }

.item-bhlfw7g9 .posted-time .day_style { font-size: 26px; font-weight: 600; line-height: 26px; display: block; }

.item-bhlfw7g9 .posted-time .month_style { font-size: 14px; line-height: 16px; margin-top: -10px; display: inline-block; }

.item-bhlfw7g9 .more { color: var(--main-theme-color); }

.item-bhlfw7g9:hover .item-img-inner .item-link { opacity: 1; width: 180%; height: 180%; }

.item-bhlfw7g9:hover .posted-time { margin-top: -34px; }

/** section bhlfw7g9 end **/
/** site footer start **/
.site-footer-widget-title { color: #fff; font-weight: normal; font-size: 20px; position: relative; }

.site-footer-widget-title::after { content: ""; display: block; width: 36px; height: 3px; background-color: var(--main-theme-color); position: absolute; left: 0; bottom: -8px; }

.site-footer-widget-list { margin: 0; padding: 0; list-style: none; font-size: 16px; }

.site-footer-widget-list li { line-height: 1.9; }

.site-footer-widget-list li a { color: #fff; display: inline-block; }

.site-footer-contact-list { list-style-type: none; margin: 0; padding: 0; }

.site-footer-contact-list li { line-height: 1.9; color: #fff; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.site-footer-contact-list li p { margin-bottom: 0; }

.site-footer-contact-list li a { color: #fff; }

.site-footer-contact-list li a:hover { color: var(--main-theme-color); }

.site-footer-contact-list .site-footer-contact-icon { width: 28px; font-size: 20px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; margin-top: 4px; }

.footer-form form .form-control { background-color: transparent; border-color: #fff; color: #fff; height: auto; padding: 6px 10px; border-radius: 0; }

.footer-form form [type="submit"] { border-radius: 0; display: block; width: 100%; }

.site-footer-slogan { color: #fff; line-height: 1.4; }

.site-footer-bottom { border-top: 1px solid #fff; color: #fff; }

/** site footer end **/
/* Common */
@media only screen and (min-width: 768px) { .col-sm-20-percent { width: 20%; }
  .d-sm-none { display: none; }
  .sm-margin0 { margin: 0 !important; }
  .sm-padding0 { padding: 0 !important; }
  .sm-mx-minus-half-of-15 { margin-left: -7.5px; margin-right: -7.5px; }
  .sm-px-half-of-15 { padding-left: 7.5px; padding-right: 7.5px; }
  .sm-mx-minus-half-of-20 { margin-left: -10px; margin-right: -10px; }
  .sm-px-half-of-20 { padding-left: 10px; padding-right: 10px; }
  .sm-justify-start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .sm-justify-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .sm-justify-end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  .sm-justify-around { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }
  .sm-justify-between { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .sm-align-items-start { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .sm-align-items-center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .sm-align-items-end { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  .sm-align-content-start { -webkit-align-content: start; -ms-flex-line-pack: start; align-content: start; }
  .sm-align-content-center { -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; }
  .sm-align-content-end { -webkit-align-content: end; -ms-flex-line-pack: end; align-content: end; }
  .sm-align-content-baseline { -webkit-align-content: baseline; -ms-flex-line-pack: baseline; align-content: baseline; }
  .sm-align-content-flex-start { -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; }
  .sm-align-content-flex-end { -webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; }
  .sm-align-content-between { -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; }
  .sm-align-content-around { -webkit-align-content: space-around; -ms-flex-line-pack: distribute; align-content: space-around; } }

@media only screen and (min-width: 992px) { .lg-order-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .col-md-20-percent { width: 20%; }
  .d-md-none { display: none; }
  .md-margin0 { margin: 0 !important; }
  .md-padding0 { padding: 0 !important; }
  .md-mx-minus-half-of-15 { margin-left: -7.5px; margin-right: -7.5px; }
  .md-px-half-of-15 { padding-left: 7.5px; padding-right: 7.5px; }
  .md-mx-minus-half-of-20 { margin-left: -10px; margin-right: -10px; }
  .md-px-half-of-20 { padding-left: 10px; padding-right: 10px; }
  .md-justify-start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .md-justify-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .md-justify-end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  .md-justify-around { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }
  .md-justify-between { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .md-align-items-start { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .md-align-items-center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .md-align-items-end { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  .md-align-content-start { -webkit-align-content: start; -ms-flex-line-pack: start; align-content: start; }
  .md-align-content-center { -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; }
  .md-align-content-end { -webkit-align-content: end; -ms-flex-line-pack: end; align-content: end; }
  .md-align-content-baseline { -webkit-align-content: baseline; -ms-flex-line-pack: baseline; align-content: baseline; }
  .md-align-content-flex-start { -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; }
  .md-align-content-flex-end { -webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; }
  .md-align-content-between { -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; }
  .md-align-content-around { -webkit-align-content: space-around; -ms-flex-line-pack: distribute; align-content: space-around; } }

@media only screen and (min-width: 1200px) { .col-lg-20-percent { width: 20%; }
  .d-lg-none { display: none; }
  .lg-margin0 { margin: 0 !important; }
  .lg-padding0 { padding: 0 !important; }
  .lg-mx-minus-half-of-15 { margin-left: -7.5px; margin-right: -7.5px; }
  .lg-px-half-of-15 { padding-left: 7.5px; padding-right: 7.5px; }
  .lg-mx-minus-half-of-20 { margin-left: -10px; margin-right: -10px; }
  .lg-px-half-of-20 { padding-left: 10px; padding-right: 10px; }
  .lg-justify-start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .lg-justify-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .lg-justify-end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  .lg-justify-around { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }
  .lg-justify-between { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .lg-align-items-start { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .lg-align-items-center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .lg-align-items-end { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  .lg-align-content-start { -webkit-align-content: start; -ms-flex-line-pack: start; align-content: start; }
  .lg-align-content-center { -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; }
  .lg-align-content-end { -webkit-align-content: end; -ms-flex-line-pack: end; align-content: end; }
  .lg-align-content-baseline { -webkit-align-content: baseline; -ms-flex-line-pack: baseline; align-content: baseline; }
  .lg-align-content-flex-start { -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; }
  .lg-align-content-flex-end { -webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; }
  .lg-align-content-between { -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; }
  .lg-align-content-around { -webkit-align-content: space-around; -ms-flex-line-pack: distribute; align-content: space-around; } }

/* Common */
@media only screen and (min-width: 768px) { .btn.btn-bizarre { font-weight: 600; font-size: 24px; padding: 10px 35px; }
  .btn.btn-bizarre .btn-icon { -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); } }

@media only screen and (min-width: 992px) { .btn.btn-style01 { padding: 10px 28px; }
  .btn.btn-style03 { padding: 14px 28px; }
  .section-title { font-size: 48px; }
  .default-nav-tabs { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .default-nav-tabs.nav-tabs > li { width: 20%; }
  .section-w7jdmxxg .content .brief .title { font-size: 50px; }
  .section-w7jdmxxg .content .brief .read-more { font-size: 22px; }
  .item-w7jdmxxg .item-title { font-size: 60px; } }

@media only screen and (min-width: 1024px) { .section-d2ewx27x-content { height: 750px; }
  .item-container { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .item-d2ewx27x { width: 12.5%; height: 750px; }
  .item-d2ewx27x .item-d2ewx27x-inner { -webkit-transform: translateY(60px); -ms-transform: translateY(60px); transform: translateY(60px); opacity: 0; visibility: hidden; padding: 14% 8%; }
  .item-d2ewx27x .item-title-bottom { visibility: visible; opacity: 1; }
  .item-d2ewx27x:hover { width: 44%; }
  .item-d2ewx27x:hover .item-d2ewx27x-inner { opacity: 1; visibility: visible; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s; -webkit-transform: none; -ms-transform: none; transform: none; }
  .item-d2ewx27x:hover .item-title-bottom { -webkit-transition: none; -o-transition: none; transition: none; opacity: 0; } }

@media only screen and (min-width: 1200px) { .btn.btn-style-default { padding: 14px 30px; min-width: 270px; font-size: 24px; }
  .btn.play-btn-style01 { width: 100px; height: 100px; line-height: 100px; font-size: 36px; }
  .home_banner_h1 { font-size: 90px; }
  .home_banner_h2 { font-size: 75px; }
  .section-w7jdmxxg .content .img .link { display: none; } }

@media only screen and (max-width: 1199px) { .section-w7jdmxxg .content .brief { position: unset; width: auto; height: auto; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .section-w7jdmxxg .content .brief::before { display: none; }
  .section-w7jdmxxg .content .brief::after { display: none; }
  .section-w7jdmxxg .content .brief .brief-inner { text-align: left; }
  .section-w7jdmxxg .content .brief .link { display: none; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .section-w7jdmxxg .content .img .link { top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } }

@media only screen and (max-width: 767px) { .btn.btn-style03 { padding: 10px 14px; padding: 6px 12px; font-size: 14px; }
  .search_g_box { margin-top: 13px; }
  .home_banner_content { display: none; }
  .banner_swiper .swiper-pagination { bottom: 15px; }
  .banner_swiper:hover .swiper-pagination { bottom: 15px; }
  .banner_swiper_next, .banner_swiper_prev { display: none; }
  .section-w7jdmxxg .content .link { width: 60px; height: 60px; font-size: 20px; border: 6px solid var(--sub-theme-color); }
  .section-w7jdmxxg .content .link::after { width: -webkit-calc(100% + 24px); width: calc(100% + 24px); height: -webkit-calc(100% + 24px); height: calc(100% + 24px); } }
/*# sourceMappingURL=style.min.css.map */