@charset "utf-8";
/* CSS Document */

@media (min-width: 992px){
  
  .footer-links {
    line-height: 1.7;
  }
  
  .footer-links-2 {
    margin-top: 40px;
    margin-bottom: 0;
  }
  
  .list-8 .col.right .content {
    display: block !important;
  }
  
  .solution-d-main .video-block-1 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .video-block-1 .mask .icon-video-play {
    transform: translateX(-50%) translateY(-50%) scale(0.5);
  }

  .video-block-1 .mask .icon-video-play:hover {
    transform: translateX(-50%) translateY(-50%) scale(0.6);
  }
  
  .img-block .slider .main {
    padding-right: 90px;
  }
  
}

@media (min-width: 1366px){
  
  .menu-nav > ul > li > a:hover ~ .sub-menu,
  .sub-menu:hover {
    visibility: visible;
    transform: scaleY(1);
    border-top: 1px solid #ededed;
  }
  
}

@media (max-width: 1899px){

  .header-social {
    right: 120px;
  }

}

@media (max-width: 1799px){

  .header-social {
    right: 100px;
  }

}

@media (max-width: 1799px) and (min-width: 992px){

  .header-logo {
    flex: 0 0 25%;
    max-width: 22%;
  }

}

@media (max-width: 1599px){
  
  .header-social a {
    width: 50px;
  }
  
  .list-8 .col.left {
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
  }
  
  .list-8 .col.right {
    flex: 0 0 500px;
    max-width: 500px;
  }
  
  .list-8 .pager-1 .btn-prev span,
  .list-8 .pager-1 .btn-next span {
    display: none;
  }
  
  .list-8 .pager-1 .btn-prev i,
  .list-8 .pager-1 .btn-next i {
    margin: 0;
  }
  
}

@media (max-width: 1399px){
  
  .menu-nav > ul {
    margin-right: 30px;
  }
  
  .menu-nav > ul > li > a {
    margin: 0 15px;
  }
  
  /*.home-banner .block-1 {
    top: 140px;
  }*/
  
  .home-banner .block-2 {
    bottom: 70px;
  }
  
  .home-block-1 .col {
    height: 120px;
  }
  
  .home-block-1 .icon-b-1 {
    width: 27px;
    height: 40px;
  }
  
  .home-block-1 .icon-b-2 {
    width: 29px;
    height: 29px;
  }
  
  .home-block-1 .icon-b-3 {
    width: 28px;
    height: 26px;
  }
  
  .home-block-1 .icon-b-4 {
    width: 23px;
    height: 28px;
  }
  
  .home-block-1 a {
    font-size: 18px;
  }
  
  .home-block-1 .icon {
    line-height: 40px;
  }
  
  .list-3 .list-item .desc {
    padding-left: 0;
  }
  
}

@media (max-width: 1365px){
  
  .header-social a {
    color: #3d3d3d !important;
  }
  
  body.home {
    padding-top: 90px;
  }
  
  body.home header {
    background-color: #fff;
  }

  body.home header:after {
    border-bottom: 1px solid #ededed;
  }
  
  body.home .menu-nav > ul > li > a {
    color: #333;
  }
  
  body.menu-opened {
    overflow: hidden;
  }
  
  .menu-toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    transition: background-color 0.3s ease-out;
  }

  .menu-toggle span {
    width: 20px;
    height: 2px;
    background-color: #256cd2;
    display: block;
  }

  .menu-toggle span + span {
    margin-top: 5px;
  }
  
  .menu-opened .menu-toggle {
    background-color: #256cd2;
    background-image: url(../images/h-cross_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    transform: none;
  }
  
  .menu-opened .menu-toggle span {
    display: none;
  }
  
  .menu-nav > ul {
    float: none;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.2s ease-out;
    margin: 0;
    display: block;
    overflow-y: auto;
    height: calc(100vh - 90px);
  }
  
  .menu-nav > ul > li {
    position: relative;
  }
  
  .menu-nav > ul > li > a {
    max-width: 1220px;
  }

  .menu-nav > ul > li > a:after {
    display: none;
  }
  
  .menu-nav > ul > li > op {
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0;
    right: 0;
    background-image: url(../images/h-plus.svg);
    background-size: 13px 13px;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .menu-nav > ul > li.submenu-opened > op {
    background-image: url(../images/h-minu.svg);
    background-size: 14px 2px;
  }
  
  .menu-nav > ul > li + li {
    border-top: 1px solid #ededed;
  }
  
  .menu-opened .menu-nav > ul {
    transform: scaleY(1);
    visibility: visible;
  }

  .menu-nav > ul > li > .sub-menu {
    position: static;
    visibility: visible;
    transform: scaleY(1);
    padding: 0;
    display: none;
  }
  
  .sub-menu .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sub-menu .sm-title {
    font-weight: 600;
    padding-top: 0;
    padding-left: 50px;
    margin-bottom: 15px;
  }

  .sm-title [class^=icon-] {
    width: 30px;
    height: 50px;
    background-position: left center;
    background-size: 100% auto !important;
    top: -13px;
  }

  .sm-title.long-icon [class^=icon-] {
    width: 60px;
    height: 30px;
    background-size: auto 100% !important;
    top: -3px;
  }
  
  .sm-title [class^=icon-] img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 100%;
  }
  
  .head-solutions-menu .sm-title.long-icon [class^=icon-] {
    transform: scale(1.2);
    transform-origin: left center;
  }
  
  .sub-menu .sm-title.long-icon {
    padding-left: 65px;
  }
  
  .sub-menu .row > div:last-child {
    padding-bottom: 15px;
  }
  
  .sub-menu .sm-title op {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 22px;
    background-image: url(../images/h-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    margin-left: 13px;
  }
  
  .sub-menu .sm-title.smlist-opened op {
    background-image: url(../images/h-down.svg);
    background-size: 14px 8px;
  }
  
  .sub-menu .sm-list {
    display: none;
    padding-left: 50px;
    padding-bottom: 20px;
  }
  
  .sub-menu .sm-title.long-icon + .sm-list {
    padding-left: 65px;
  }
  
  .sub-menu .sm-list li {
    padding-bottom: 10px;
  }
  
  .header-search {
    position: static;
    width: 100% !important;
    padding: 0 18px;
  }
  
  .header-search form {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
  }
  
  .header-search.open form {
    opacity: 1;
    visibility: visible;
  }
  
  .header-search input {
    position: static;
    width: calc(100% - 170px);
  }
  
  .header-search button {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    border: 1px solid #fff;
    border-radius: 3px;
    background: none;
    width: 150px;
    outline: none !important;
  }
  
  .header-search .btn-toggle {
    position: static;
    width: 50px;
  }
  
  .header-search.open .btn-toggle {
    display: none;
  }
  
  .home-banner .item {
    height: calc(100vh - 90px);
  }
  
  /*.home-banner .block-1 {
    top: 80px;
  }*/
  
  .home-banner .block-2 {
    width: 40%;
    bottom: 70px;
  }
  
  .home-banner .owl-dots {
    left: calc(50% + 125px);
  }
  
  .list-1.owl-carousel .owl-nav > .owl-prev {
    left: 0;
  }
  
  .list-1.owl-carousel .owl-nav > .owl-next {
    right: 0;
  }
  
  .list-3 .list-item .desc {
    padding-left: 18px;
  }
  
}

@media (max-width: 1261px){
  
  .home-banner .owl-dots {
    left: 60%;
  }
  
  .home-block-2 .is-title:before {
    width: 230px;
  }
  
  .page-banner .title {
    left: 18px;
    bottom: 20px;
  }
  
  .list-8 .col.left {
    flex: 0 0 calc(100% - 350px);
    max-width: calc(100% - 350px);
  }
  
  .list-8 .col.right {
    flex: 0 0 350px;
    max-width: 350px;
  }
  
  .list-8 .col.left .ml {
    margin-left: 18px;
  }
  
  .list-8 .col.right .content > ul {
    padding: 0 18px 40px
  }
  
  .list-8 .col.right .content .sub-m > ul {
    padding: 0 0 30px 60px;
  }
  
  .list-8 .col.left .content {
    padding-right: 18px;
  }
  
}

@media (max-width: 1199px){
  
  .footer-social {
    padding-left: 7%;
  }
  
  .list-1 .list-item > .content {
    font-size: 20px;
  }
  
  .sl-head a {
    margin-right: 40px;
  }
  
  .tab-block-1 .left {
    padding-left: 18px;
  }
  
  .clndr-table td inner {
    padding: 10px 5px 10px 10px;
  }
  
  .clndr-table td inner .ev .btn-mev {
    margin-top: 0;
  }

  .list-9.row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .list-9.row .list-item {
    padding: 0 5px;
  }
  
  .list-9 .list-item a {
    font-size: 18px;
  }
  
}

@media (max-width: 991px){
  
  footer {
    padding: 40px 0;
  }
  
  .footer-links {
    margin-bottom: 0;
  }
  
  .footer-links > .col-6 {
    margin-bottom: 30px;
  }
  
  .footer-links > .col-12 {
    margin-bottom: 10px;
  }
  
  .footer-links a {
    margin-bottom: 7px;
  }
  
  .footer-links .row .title {
    margin-bottom: 40px;
  }
  
  .footer-social {
    padding-left: 18px;
  }
  
  .footer-social .title {
    margin-bottom: 15px;
  }

  .footer-subscribe {
    padding-right: 18px;
  }
  
  .footer-links-2 {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  
  .footer-links-2 a {
    opacity: 0.55;
  }

  .home-banner .block-1 {
    /*top: 20px;*/
    left: 0;
    width: 100%;
    padding-left: 18px;
  }
  
  .home-banner .item.right .block-1 {
    left: auto;
    right: 0;
    padding-right: 18px;
  }

  .home-banner .block-2 {
    width: 50%;
  }
  
  .home-banner .owl-dots {
    left: 50%;
  }
  
  .home-block-1 .col {
    height: 94px;
  }
  
  .home-block-1 .col + .col {
    border-left: 1px solid #fff;
  }
  
  .home-block-1 a,
  .home-block-1 .col:nth-child(2) a,
  .home-block-1 .col:nth-child(3) a,
  .home-block-1 .col:nth-child(4) a {
    transform: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
  }
  
  .home-block-1 .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    line-height: 1;
  }
  
  .home-block-1 .icon-b-1 {
    width: 33px;
    height: 50px;
  }
  
  .home-block-1 .icon-b-2 {
    width: 36px;
    height: 36px;
  }
  
  .home-block-1 .icon-b-3 {
    width: 35px;
    height: 33px;
  }
  
  .home-block-1 .icon-b-4 {
    width: 29px;
    height: 35px;
  }
  
  .home-block-1 .title {
    display: none;
  }

  .home-banner .owl-dots {
    bottom: 15px;
  }
  
  .home-banner .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
  }
  
  .home-block-2 {
    padding: 0 0 20px;
  }
  
  .home-block-2 .is-title {
    padding: 0;
  }

  .home-block-2 .list-1 {
    margin-top: 30px;
  }
  
  .list-1 .list-item {
    margin-bottom: 20px;
  }
  
  .home-block-3 {
    padding: 30px 0;
  }
  
  .home-block-3 .col-6 {
    padding: 0;
  }
  
  .home-block-3 .no {
    height: 100px;
    margin-bottom: 10px;
    padding-top: 21px;
  }
  
  /*.home-block-3 .col-6:last-child .no {
    height: 105px;
    margin-top: -5px;
    padding-top: 0;
  }*/
  
  .home-block-3 big {
    font-size: 40px;
    margin: 0 5px;
  }
  
  .home-block-3 small {
    font-size: 16px;
  }
  
  .home-block-3 .title {
    font-size: 12px;
  }
  
  .home-block-3 .icon {
    margin-bottom: 20px;
  }
  
  .btn-section-view-more {
    position: static;
    width: 100%;
  }
  
  .home-block-2 .btn-section-view-more {
    margin-top: 25px;
    margin-left: 18px;
    margin-right: 18px;
    width: calc(100% - 36px);
  }
  
  .home-block-4 {
    padding: 40px 0 20px;
  }
  
  .home-block-4 .is-title {
    margin-bottom: 35px;
  }

  .home-block-4 .events-slider .title {
    padding: 0;
    font-weight: 600;
  }
  
  .home-block-4 .events-slider .item-r {
    padding-left: 0;
    padding-right: 0;
  }

  .events-slider-2 {
    margin-bottom: 60px;
  }
  
  .events-slider-2 .owl-dots {
    bottom: -50px;
  }
  
  .clndr-controls .month {
    padding: 20px 0 10px;
    font-size: 16px;
  }
  
  .clndr-table td .content {
    text-align: center;
  }
  
  .clndr-table td inner {
    padding: 5px;
  }
  
  .clndr-table td.today inner:before {
    top: 3px;
    left: 2px;
    right: 3px;
    bottom: 3px;
  }
  
  .clndr-table td inner .ev {
    margin-top: 20%;
  }
  
  .clndr-table td inner .ev span {
    display: none;
  }
  
  .clndr-table td inner .ev .btn-mev {
    font-size: 0;
    background-color: #fff;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    display: block;
    margin: auto;
  }
  
  .clndr-table td .content .day-contents {
    opacity: 0.4;
    line-height: 1;
  }
  
  .clndr-table td.header-day .content {
    height: 25px;
    padding-bottom: 0;
    font-size: 12px;
  }
  
  .clndr-table td.header-day inner {
    padding: 0;
  }
  
  .home-block-4  .btn-section-view-more {
    margin-top: 20px;
  }

  .home-block-4 .target-audience {
    display: none;
  }
  
  .events-slider-2 .item .img {
    padding-bottom: 80%;
  }
  
  .event-day-detail .content {
    padding: 40px 0;
  }
  
  .event-day-detail .e-date {
    margin-bottom: 25px;
  }
  
  .event-day-detail .target-audience {
    margin-top: 30px;
    font-size: 20px;
  }
  
  .event-day-detail .target-audience .title {
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .event-day-detail .target-audience .item {
    display: inline-block;
    border-left: 3px solid;
    padding-left: 10px;
    margin-right: 30px;
    line-height: 1.2;
    font-weight: 200;
  }
  
  .event-day-detail .btn-close {
    top: 40px;
    right: 18px;
  }
  
  .vendor-logo {
    padding: 50px 0;
  }

  .vendor-logo .frame {
    height: 60px;
    line-height: 60px;
  }
  
  .vendor-logo .frame ul li {
    width: 130px;
  }

  .vendor-logo .frame ul li:first-child {
    margin-left: 0;
  }

  .vendor-logo .scrollbar {
    margin-top: 50px;
  }

  .paragraph-1 {
    padding: 50px 0 40px;
  }
  
  .list-2 .list-item,
  .list-2 .list-item.long {
    padding: 40px 0;
  }
  
  .list-2 .list-item.long {
    padding: 25px 0 50px;
  }

  .list-2 .list-item .title.hasi {
    position: relative;
    padding: 10px 0 10px 60px;
    margin-bottom: 40px;
  }

  .list-2 .list-item .title.hasi i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
  }
  
  .list-2 .list-item .title.hasi .icon-b-1 {
    width: 40px;
    height: 36px;
  }
  
  .list-2 .list-item .title.hasi .icon-b-2 {
    width: 46px;
    height: 32px;
  }
  
  .list-2 .list-item .title.hasi .icon-b-3 {
    width: 53px;
    height: 33px;
  }
  
  .list-2 .list-item .title.hasi .icon-b-4 {
    width: 42px;
    height: 34px;
  }
  
  .list-2 .list-item .title .img {
    margin-bottom: 35px;
  }

  .list-2 .list-item.bg-grey .title.hasi {
    margin-bottom: 20px;
  }

  .solution-list .b-th {
    display: none;
  }
  
  .sl-head {
    position: relative;
  }

  .sl-head .f-title {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #256cd2;
    border-bottom: 4px solid #d31345;
    padding: 25px 20px;
  }
  
  .sl-head .f-title:after {
    content: "";
    position: absolute;
    background-image: url(../images/sl-a.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 22px;
    height: 13px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  
  .sl-head .f-title.open:after {
    transform: translateY(-50%) rotate(180deg);
  }
  
  .sl-head .f-title + .container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    background-color: #fff;
    transition: all 0.2s ease-out;
    z-index: 1;
    padding: 20px;
  }
  
  .sl-head .f-title.open + .container {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }
  
  .sl-head a {
    display: block;
    text-align: center;
    margin: auto;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 0;
  }
  
  .sl-head a.active {
    color: #ededed;
  }

  .sl-head a.active:after {
    display: none;
  }

  .vendor-head {
    padding: 20px 0;
  }
  
  .vendor-head a {
    line-height: 1;
    padding: 10px 0;
    width: 30px;
    text-align: center;
  }
  
  .list-2 .list-item .s-cat {
    display: none;
  }

  .h2 {
    margin-bottom: 30px;
  }

  .h3 {
    margin-top: 45px;
  }
  
  body.about #mission {
    padding-top: 30px;
  }
  
  body.about #awards {
    padding-bottom: 50px;
  }
  
  body.about #awards > .container:after {
    display: none;
  }
  
  body.about #awards .h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(139, 143, 153, 0.4);
  }
  
  .list-3 .list-item {
    min-height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.5;
  }
  
  .list-3 .list-item .left img {
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
  }
  
  .list-3 .list-item .right {
    padding-left: 0;
  }

  .list-3 .list-item .title {
    margin-bottom: 10px;
  }

  .tab-block-1 .left {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  
  .tab-block-1 .right {
    padding: 45px 18px 30px;
  }
  
  .tab-block-1 .nav li {
    float: left;
    width: 50%;
  }
  
  .tab-block-1 .nav li + li {
    margin-top: 0;
  }
  
  .tab-block-1 .nav a {
    width: auto;
    padding: 10px 20px;
  }
  
  .acw-list-groups {
    margin-top: 35px;
  }

  .acw-list-groups li {
    display: block;
    margin-right: 0;
  }

  .acw-list-groups li a {
    display: inline-block;
  }
  
  body.solution-detail .solution-d-main {
    padding: 40px 0 50px;
  }
  
  .solution-d-main .social {
    margin-bottom: 35px;
  }

  .solution-d-main .video-block-1 {
    margin-top: 40px;
  }

  .solution-d-main .product-label {
    margin-top: 35px;
  }

  .product-label li + li {
    margin-top: 15px;
  }

  .solution-d-block {
    padding: 50px 0 0;
  }
  
  .solution-d-block .img-block {
    margin-top: 20px;
  }
  
  .img-block {
    padding: 25px 0;
  }
  
  .img-block .slider .thumbs {
    margin-top: 25px;
  }
  
  .fes-block-1 {
    padding: 45px 0 10px;
  }
  
  .fes-block-1 .item {
    padding: 0 25px;
    margin-bottom: 40px;
  }
  
  .fes-block-1 .item .icon {
    margin-bottom: 15px;
    height: 60px;
  }
  
  .fes-block-1 .item .icon img {
    max-height: 60px;
  }
  
  .paragraph-1.short-p {
    padding: 50px 0;
  }

  .cta-1 {
    padding: 20px 0;
  }
  
  .cta-1 .btn-theme-2 {
    width: 100%;
  }
  
  .list-4 .h2 {
    margin-bottom: 35px;
  }
  
  .list-4 .list-item .left {
    margin-top: 10px;
  }
  
  .list-4 .list-item .right {
    padding-left: 0;
  }

  .solution-d-img {
    position: static;
    width: 140px;
  }

  .solution-d-img img {
    max-width: 100%;
  }
  
  .solution-d-brand .float-left {
    width: calc(100% - 140px);
    padding-right: 15px;
  }
  
  .contact-content {
    padding: 50px 0 60px;
  }

  .contact-content .h2 {
    margin-bottom: 35px;
  }
  
  .contact-content .nav {
    margin-bottom: 15px;
  }
  
  .contact-content .nav a {
    margin-right: 0;
  }
  
  .contact-content .nav li + li a {
    margin-left: 30px;
  }
  
  .contact-content .tab-content {
    margin-top: 35px;
  }
  
  .contact-content .tab-pane > .row {
    margin-bottom: 25px;
  }

  .contact-content .tab-pane > .row > .col-lg-4 {
    margin-bottom: 35px;
  }
  
  .contact-content .btn-theme-1 {
    margin-top: 15px;
  }
  
  .contact-content .item {
    margin-bottom: 25px;
  }

  .contact-content form .item b {
    font-weight: 600;
  }

  #contact-map {
    height: 240px;
  }
  
  .career-benefit .item + .item {
    margin-top: 35px;
  }

  .list-5 {
    padding: 60px 0;
  }
  
  .list-5 .title {
    margin-bottom: 70px;
  }

  .career .list-5 .sub-title {
    padding-top: 35px;
  }
  
  .career .list-5 .sub-title {
    margin-bottom: 25px;
  }
  
  .list-5 .list-item .content {
    padding: 40px 0 20px;
  }

  .list-5 .list-item .content .item {
    margin-bottom: 30px;
  }
  
  .list-5 .list-item .content ul {
    margin-bottom: 25px;
  }

  .list-5 .list-item .content .h4 {
    margin-bottom: 15px;
  }
  
  .partners .list-6 {
    padding: 10px 0 20px;
  }

  .list-6 .list-item {
    padding-bottom: 85px;
  }
  
  .list-6 .list-item + .list-item {
    margin-top: 65px;
  }

  .list-6 .list-item .icon {
    height: 100px;
  }

  .list-6 .list-item .icon img {
    width: 78px;
  }

  .list-6 .list-item .title {
    padding-top: 20px;
  }
  
  .list-7 {
    padding: 55px 0 60px;
  }
  
  .list-7 .nav-head a {
    margin-right: 15px;
  }
  
  .list-7 .list-item {
    padding: 40px 0 35px;
  }
  
  .list-7 .list-item .img {
    padding-right: 9px;
  }

  .list-7 .list-item .middle {
    padding-left: 9px;
  }
  
  .list-7 .list-item .offset-lg-1 {
    font-size: 0;
    margin-top: 40px;
  }
  
  .list-7 .list-item .date {
    display: inline-block;
    vertical-align: bottom;
    width: calc(50% - 1px);
    margin: 0;
  }
  
  .list-7 .list-item .logo {
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    width: calc(50% - 1px);
  }
  
  .pager-1 {
    margin-top: 20px;
  }
  
  .pager-1 .btn-prev span,
  .pager-1 .btn-next span {
    display: none;
  }
  
  .pager-1 .btn-prev i,
  .pager-1 .btn-next i {
    margin: 0;
  }
  
  .pager-1 .page-t {
    line-height: 60px;
  }

  .list-7 .list-item .middle {
    padding-right: 18px;
  }

  body.search .list-7 .list-item .middle {
    padding-left: 18px;
  }
  
  .normal-content .h2:not(:first-child) {
    margin-top: 45px;
  }
  
  .h3 {
    font-size: 16px;
  }
  
  .thank-you .paragraph-1 {
    padding: 55px 0 220px;
  }

  .thank-you .btn-theme-1 {
    margin-top: 40px;
  }

  .er-content {
    padding: 55px 0 60px;
  }

  .er-content .h2 {
    margin-bottom: 30px;
  }

  .er-content .form-1 {
    margin-bottom: 30px;
  }
  
  .er-content .form-wp + .form-radio {
    margin-top: 5px;
  }
  
  .form-radio {
    margin-bottom: 30px;
  }

  .form-radio label {
    margin-bottom: 10px;
  }
  
  .form-radio .label {
    margin-bottom: 35px;
  }

  .clndr-previous-button,
  .clndr-next-button {
    background-size: 8.5px 13.5px;
    width: 30px;
    height: 30px;
    top: 16px;
  }
  
  .clndr-previous-button {
    left: 0;
  }
  
  .clndr-next-button {
    right: 0;
  }
  
  .event-list .clndr-table td .content {
    padding-bottom: 100%;
  }

  .event-list .clndr-table td.header-day .content {
    padding-bottom: 0;
  }

  .event-list .home-block-4 {
    padding: 0 0 1px;
  }
  
  .list-8 .col.left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .list-8 .col.right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .list-8 .col.right .list-head {
    padding: 0;
    border: 0;
    height: auto;
    line-height: 1.2;
  }

  .list-8 .col.right .list-head > span {
    display: none;
  }
  
  .list-8 .col.right .list-head > .content-toggle {
    background-color: #ededed;
    height: 80px;
    line-height: 20px;
    padding: 30px 0;
    text-align: center;
    border-bottom: 4px solid #d31345;
    color: #d31345;
    position: relative;
    font-size: 16px;
  }
  
  .list-8 .col.right .list-head > .content-toggle:after {
    content: "";
    position: absolute;
    background-image: url(../images/h-down.svg);
    background-size: 14px 8px;
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 8px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .list-8 .col.right .content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.2s ease-out;
    z-index: 1;
  }

  .list-8 .col.right .content.open {
    visibility: visible;
    transform: scaleY(1);
  }
  
  .list-8 .col.right .content > ul {
    padding: 20px 20px 30px;
    margin: 0;
    background-color: #ededed;
  }
  
  .list-8 .col.right .content > ul > li {
    width: 100%;
    text-align: center;
    border: 0;
  }

  .list-8 .col.right .content > ul > li > a {
    padding: 7.5px 0;
    height: auto;
    line-height: 1.2;
  }
  
  .list-8 .col.right .content > ul > li > a.active {
    color: #fff;
  }
  
  .list-8 .col.right .content > ul > li > a i {
    display: none;
  }
  
  .mobile-by-brands {
    display: none;
  }
  
  .list-8 .col.right.brand-active .content > ul {
    background-color: #fff;
    padding: 25px 30px;
  }

  .list-8 .col.right.brand-active .content > ul > li {
    display: none;
    text-align: left;
  }
  
  .list-8 .col.right.brand-active .content > ul > li.mobile-by-brands {
    display: block;
  }
  
  .list-8 .col.right .content > ul > li.mobile-by-brands > a {
    display: none;
  }

  .list-8 .col.right .content .sub-m > ul {
    padding: 0;
  }

  .list-8 .list-head {
    height: auto;
    font-size: 16px;
  }
  
  .list-8 .list-head .nav a {
    height: auto;
    line-height: 20px;
    padding: 30px 0;
  }
  
  .list-8 .nav-year {
    white-space: nowrap;
    overflow-x: auto;
  }

  .list-8 .list-item .col-3,
  .list-8 .list-item .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .list-8 .list-item .col-3 {
    order: 2;
    height: 40px;
  }
  
  .list-8 .list-item .col-9 {
    order: 1;
    padding: 40px 18px 30px;
  }
  
  .list-8 .list-item {
    padding: 20px 0 15px;
  }
  
  .list-8 .list-item .dtv {
    margin-top: 15px;
  }
  
  .list-8 .list-item .type {
    text-align: right;
    width: 50%;
    position: static;
  }

  .list-8 .list-item .type span {
    display: inline;
    color: #8b8f99;
  }
  
  .list-8 .list-item .type img {
    vertical-align: baseline;
    margin-left: 7px;
    margin-right: 0;
  }

  .list-8 .list-item .brand-logo {
    top: 0;
    left: 18px;
    right: 18px;
    width: auto;
  }
  
  .list-8 .list-item .brand-logo img, .list-8 .list-item .brand-logo .more {
    display: inline-block;
    margin-right: 10px;
  }
  
  .list-8 .list-item .brand-logo img:nth-child(2) ~ img {
    display: none;
  }
  
  .list-8 .list-item .cat-icon {
    width: 50%;
  }

  .list-8 .list-item .cat-icon i {
    max-width: 43%;
    height: auto;
    transform: none;
  }
  
  .list-8 .list-item .sub-title {
    display: none;
  }

  .list-8 .list-item .title {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .list-8 .col.left .content {
    padding-bottom: 60px;
  }
  
  .event-detail .b-th {
    padding: 25px 0;
  }
  
  .event-d-content .cat-icon {
    margin-bottom: 15px;
  }
  
  .event-d-content .left .item {
    margin-bottom: 15px;
  }
  
  .event-d-content .left .item img {
    margin-top: 7px;
  }

  .event-d-content .social {
    text-align: left;
    margin-top: 45px;
    margin-bottom: 15px;
  }
  
  .event-d-content .social a {
    margin-left: 0;
    margin-right: 5px;
  }

  .event-d-content .event-head .h2 {
    margin-bottom: 25px;
  }
  
  .event-d-content .event-head .date {
    margin-bottom: 40px;
  }
  
  .event-d-content .right .btns {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  
  .event-d-content .right {
    padding-bottom: 20px;
  }
  
  .event-p-content {
    padding: 40px 0 60px;
  }
  
  .event-p-content .desc {
    margin-top: 15px;
  }

  .event-p-content .owl-carousel .owl-nav .owl-prev {
    left: 20px;
    background-image: url(../images/p-left_w.svg);
  }

  .event-p-content .owl-carousel .owl-nav .owl-next {
    right: 20px;
    background-image: url(../images/p-right_w.svg);
  }
  
  .list-9 {
    margin-top: 0;
  }
  
  .events-slider-2 .item .info .btn-theme-1 {
    width: 100%;
    margin-top: 20px;
  }
  
}

@media (max-width: 767px){
  
  body, body.home {
    padding-top: 70px;
  }

  .header-social {
    right: 75px;
    width: 125px;
  }
  
  .header-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  
  .header-social a img {
    width: 30px;
  }
  
  header {
    height: 70px;
    font-size: 16px;
  }
  
  header:after {
    border-bottom: 0 !important;
  }
  
  .b-th {
    border-top: 0;
  }
  
  .header-logo img {
    height: 34px;
  }

  .menu-nav > ul {
    top: 70px;
    height: calc(100vh - 70px);
  }
  
  .menu-nav > ul > li > a {
    line-height: 60px;
  }

  .menu-nav > ul > li > op {
    width: 70px;
    height: 60px;
  }

  .sub-menu .sm-title {
    padding-left: 30px;
    margin-bottom: 10px;
  }
  
  .sub-menu .row > div:last-child {
    padding-bottom: 10px;
  }

  .sm-title [class^=icon-] {
    width: 20px;
    height: 40px;
    top: -8px;
  }

  .sm-title.long-icon [class^=icon-] {
    width: 40px;
    height: 20px;
    top: 0;
  }
  
  .sub-menu .sm-title.long-icon {
    padding-left: 45px;
  }
  
  .sub-menu .sm-list {
    padding-left: 30px;
    padding-bottom: 10px;
  }
  
  .sub-menu .sm-title.long-icon + .sm-list {
    padding-left: 45px;
  }
  
  .sub-menu .sm-list li {
    padding-bottom: 5px;
  }
  
  .menu-toggle {
    right: 25px;
  }

  .menu-toggle span {
    width: 16px;
    height: 2px;
    background-color: #256cd2;
    display: block;
  }

  .menu-toggle span + span {
    margin-top: 3px;
  }
  
  .menu-opened .menu-toggle {
    width: 70px;
    height: 70px;
  }
  
  .header-search {
    height: 60px;
  }
  
  .header-search .btn-toggle {
    height: 60px;
  }
  
  .header-search input {
    width: calc(100% - 100px);
    height: 60px;
    font-size: 16px;
  }
  
  .header-search button {
    top: 10px;
    bottom: 10px;
    width: 90px;
  }
  
  footer {
    font-size: 12px;
  }
  
  .footer-links .title:after {
    width: 50px;
  }
  
  .footer-subscribe .form-group {
    padding-right: 85px;
  }
  
  .footer-subscribe input {
    font-size: 12px;
    height: 55px;
    padding-left: 13px;
    padding-right: 13px;
  }
  
  .footer-subscribe button {
    font-size: 12px;
    width: 200px;
    height: 55px;
  }
  
  .footer-social {
    font-size: 16px;
  }
  
  .footer-social a {
    margin-right: 35px;
  }
  
  .home-banner .item {
    height: calc(100vh - 70px);
  }
  
  .home-banner .block-1 {
    padding-right: 50px;
  }
  
  .home-banner .block-1 .title {
    font-size: 23px;
    margin-bottom: 3px;
  }
  
  .home-banner .block-1 .line-1 {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 10px;
  }
  
  .home-banner .block-2 {
    font-size: 11px;
    line-height: 1.7;
  }
  
  .list-1 .list-item > .content {
    font-size: 15px;
    height: auto;
    min-height: 110px;
    line-height: 1.5;
    padding: 20px 30px;
  }
  
  .is-title {
    font-size: 26px;
  }
  
  .is-title i {
    margin-left: 15px;
  }
  
  .is-title .icon-s-1 {
    width: 35px;
    height: 38px;
  }
  
  .event-day-detail .e-date {
    font-size: 12px;
  }

  .event-day-detail .e-events ul {
    font-size: 16px;
  }
  
  .event-day-detail .target-audience {
    font-size: 12px;
  }
  
  .event-day-detail .target-audience .item {
    line-height: 16px;
  }
  
  .event-day-detail .btn-close {
    top: 18px;
    width: 14px;
    height: 14px;
  }

  .page-banner .title {
    font-size: 25px;
  }
  
  .paragraph-1 {
    font-size: 14px;
  }
  
  .list-2 .list-item {
    font-size: 14px;
  }
  
  .list-2 .list-item strong, .list-2 .list-item b {
    font-size: 15px;
  }
  
  .list-2 .list-item .title {
    font-size: 24px;
  }
  
  .list-2 .list-item .title small {
    font-size: 14px;
    margin-bottom: 30px;
  }
  
  .list-2 .list-item .btn-learn-more {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .list-2 .list-item .btn-learn-more i {
    top: -2px;
  }
  
  .vendor-head .content {
    margin: 0 -18px;
  }
  
  .vendor-head .content:before,
  .vendor-head .content:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .vendor-head a {
    float: left;
    width: calc(100% / 9);
  }

  .h2 {
    font-size: 24px;
  }
  
  .list-3 .list-item {
    font-size: 14px;
  }
  
  .list-3 .list-item .title {
    font-size: 12px;
  }

  .list-3 .list-item .left img {
    max-height: 43px;
  }

  .tab-block-1 .nav a {
    font-size: 13px;
  }

  .tab-block-1 .right {
    font-size: 14px;
  }
  
  .acw-list-groups li a {
    font-size: 14px;
  }
  
  .btn-theme-2 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  
  .btn-theme-2 .icon-right-arrow {
    margin-left: 10px;
  }
  
  .to-top {
    bottom: 18px;
    width: 40px;
    height: 40px;
    background-size: 14px 8px;
  }

  .contact-content .h2 {
    font-size: 25px;
  }

  .contact-content .nav {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  
  .contact-content .nav a {
    font-size: 17px;
  }
  
  .contact-content .nav li {
    margin: 0 7.5px;
  }
  
  .contact-content .nav li + li a {
    margin-left: 0;
  }
  
  .contact-content .address {
    font-size: 17px;
    line-height: 1.3;
  }
  
  .contact-content .item {
    font-size: 15px;
  }
  
  .form-1 {
    font-size: 13px;
  }
  
  .form-wp ph {
    font-size: 13px;
  }
  
  .form-wp.typed ph {
    font-size: 11px;
  }

  .contact-content .btn-theme-1 {
    font-size: 13px;
  }

  .contact-content .btn-theme-1 .icon-right-arrow {
    top: -1px;
  }
  
  .list-5 .title {
    font-size: 19px;
  }
  
  .list-5 .sub-title {
    font-size: 24px;
  }
  
  .list-5 button.btn-theme-1 {
    padding: 25px 50px 25px 20px;
    font-size: 19px;
    background-size: 20px 20px;
    background-position: calc(100% - 18px) center;
  }

  .list-5 .list-item .content {
    font-size: 14px;
  }

  .list-5 .list-item .content .h4 {
    font-size: 20px;
  }

  .list-5 .list-item .content .btn-theme-1 {
    width: 100%;
  }
  
  .list-6 .list-item {
    font-size: 14px;
    padding-bottom: 64px;
  }

  .list-6 .list-item .title {
    font-size: 19px;
    padding-top: 15px;
  }
  
  .list-7 .list-item .img {
    margin-bottom: 35px;
  }
  
  .list-7 .list-item .title {
    font-size: 24px;
  }

  .list-7 .list-item .desc {
    font-size: 14px;
  }

  .thank-you .h2 {
    font-size: 25px;
  }

  .thank-you .btn-theme-1 {
    width: 100%;
  }
  
  .er-content .g-recaptcha {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  
  .er-content .h2 {
    font-size: 25px;
  }
  
  .er-content .form-1, .er-content .form-wp ph, .er-content .form-radio .label, .er-content .form-radio label {
    font-size: 16px;
  }
  
  .er-content .form-radio label {
    display: block;
  }
  
  select.form-1 {
    background-size: 20px 10px;
    background-position: 100% calc(50% - 3px);
  }
  
  .list-8 .list-item .title {
    font-size: 24px;
    line-height: 1.4;
  }
  
  .event-d-content .right .btns a {
    width: 100%;
  }
  
  .event-d-content .right .btns a + a {
    margin-left: 0;
    margin-top: 10px;
  }
  
  .event-d-content .cat-icon {
    font-size: 14px;
  }
  
  .event-d-content .cat-icon i {
    margin-right: 5px;
  }
  
  .event-d-content .left .item {
    font-size: 16px;
  }
  
  .event-d-content .left .item img {
    width: 100%;
    max-width: 115px;
  }
  
  .event-d-content .event-head {
    padding-top: 10px;
  }
  
  .event-d-content .event-head > .icon-calendar2 {
    /*width: 24px;
    height: 24px;*/
  }
  
  .event-d-content .event-head .sub-title {
    font-size: 14px;
  }
  
  .event-d-content .event-head .h2 {
    font-size: 28px;
  }
  
  .event-d-content .event-head .date {
    font-size: 14px;
  }
  
  .event-d-content .content {
    font-size: 14px;
  }
  
  .event-p-content .desc {
    font-size: 14px;
  }
  
  .event-p-content .owl-carousel .owl-nav > div {
    width: 15px;
    height: 27px;
  }

  .event-p-content .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }

  .event-p-content .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
  
  .list-9 .list-item a {
    font-size: 14px;
    margin-top: 0;
  }
  
  .list-9 .list-item a span {
    height: auto;
    padding: 0;
    margin-top: 10px;
  }
  
  .events-slider-2 {
    margin-left: -14px;
    margin-right: -14px;
    width: calc(100% + 28px);
  }
  
  .events-slider-2 .owl-nav > div {
    width: 15px;
    height: 30px;
  }
  
  .events-slider-2 .item {
    padding: 10px 25px;
  }
  
  .events-slider-2 .item .info {
    padding: 20px 15px;
  }
  
  .events-slider-2 .item .title {
    font-size: 24px;
  }
  
}

  
@media (max-width: 374px){
  
  .solution-d-main .social a,
  .event-d-content .social a {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  
  .solution-d-main .social a i,
  .event-d-content .social a i {
    transform: scale(0.8);
  }
  
}

@media (max-width: 320px){
  
  .home-block-3 .title {
    font-size: 11px;
  }
  
  .header-social {
    right: 50px;
  }
}