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


/* Video Popup */

.wrap-video .video-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    display: none !important;
}

.wrap-video .video-popup.show-video {
    display: block !important;
}

.wrap-video .video-popup .iframe-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 25px;
}

.page-template-head-office-xypex .section-directory {
    margin-top: 50px;
}

@media(min-width: 1280px) {
    .wrap-video .video-popup .iframe-wrapper {
        max-width: 55vw;
    }
}

.wrap-video .video-popup .iframe-wrapper .close-video {
    position: absolute;
    top: -30px;
    right: 0;
}

.wrap-video .video-popup .iframe-wrapper .close-video:before {
    content: "X";
    position: absolute;
    color: transparent;
}

.wrap-video .video-thumbnail .link-video iframe {
    display: none;
}

@media(max-width: 767px) {
    .wrap-video .video-popup.show-video {
        padding: 20px;
    }
    /*.wrap-video .video-popup .iframe-wrapper {
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%;
    }*/
    .wrap-video .video-popup .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    .wrap-video .video-popup .iframe-wrapper {
        width: 96%;
    }
}


/*breadcrumb*/

.about-xypex .nav-breadcrumb {
    max-width: 1380px;
    padding: 18px 20px 70px 20px;
    margin: auto;
}

.about-xypex .nav-breadcrumb a {
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.about-xypex .nav-breadcrumb div#brea-cr>span>span>a {
    margin-left: 0;
}

.nav-breadcrumb span a:hover {
    color: #0075C9;
}

.about-xypex .nav-breadcrumb .breadcrumb_last {
    font-size: 16px;
    line-height: 19px;
    color: #999999;
}

.about-xypex .container {
    max-width: 1380px;
    padding: 0 20px;
}

.about-xypex .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.about-xypex .col-left,
.about-xypex .col-right {
    padding: 0 20px;
}

.nav-menu-about ul.nav-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-menu-about ul.nav-links>li.page_item:first-child {
    border-top: 2px solid #0075C9;
}

.nav-menu-about ul.nav-links>li.page_item {
    border-bottom: 1px solid #0075C9;
    border-top: none;
    cursor: pointer;
}

.nav-menu-about ul li.page_item a {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 15px 10px 0;
    display: inline-block;
    line-height: 1.15;
}

.nav-menu-about ul li.current_page_item a {
    color: #0075C9;
    font-weight: 700;
}

.nav-menu-about ul li.current_page_parent>a {
    color: #0075C9;
    font-weight: 700;
}

.nav-menu-about ul li.current_page_parent ul.children .current_page_item a,
.nav-menu-about ul li.page-item-100.current_page_item ul.children>.page_item:first-child a,
.nav-menu-about ul li.page-item-100.current_page_item ul.children>.page_item:first-child::before {
    color: #0075C9;
}

.nav-menu-about ul.nav-links li.page-item-100.current_page_item::after,
.nav-menu-about ul.nav-links .page_item_has_children.current_page_parent::after {
    content: '–';
    font-size: 20px;
    right: 4px;
    top: 0;
    font-weight: 700;
    line-height: 42px;
}

.nav-menu-about ul.nav-links>li ul.children {
    list-style: none;
    padding: 0;
    display: block;
}

.nav-menu-about ul.nav-links>li ul.children a {
    padding: 0;
    font-weight: 300;
    color: #000;
    padding-bottom: 5px;
}

.nav-menu-about ul.nav-links>li ul.children a:hover {
    color: #0075C9;
}

.nav-menu-about ul.nav-links>li ul.children li:before {
    font-size: 20px;
}

.nav-menu-about ul.nav-links .page_item_has_children.active::after {
    font-size: 20px;
    right: 4px;
    top: 0px;
    font-weight: 700;
}

.nav-menu-about ul.nav-links .page_item_has_children::after {
    font-size: 22px;
    right: 4px;
}

.nav-menu-about ul li.current_page_item::after {
    color: #0075C9;
}

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

.nav-menu-about.nav-menu-about-mobile {
    display: none;
}


/*Page About*/

.section1-about-xypex {
    padding: 0 0 50px 0;
}

.section1-about-xypex ul {
    margin-top: 0;
}

.section1-about-xypex .col-left {
    padding: 20px 108px 0 0;
    width: 25%;
}

.section1-about-xypex .col-right {
    padding: 0;
    width: 75%;
    opacity: 1;
}

.section1-about-xypex .col-right.active {
    opacity: 0;
}

.section1-about-xypex .col-right h1.title-ss1 {
    margin: 0;
    padding-bottom: 30px;
    font-size: 50px;
    line-height: 60px;
}

.section1-about-xypex .col-right .content-ss1 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    display: inline-block;
}

.section2-about-xypex {
    background-color: #EAF0F7;
    padding: 82px 0 40px 0;
}

.section2-about-xypex .col-left {
    width: 40%;
}

.section2-about-xypex .col-left h3.title-ss2 {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    max-width: 460px;
    padding-bottom: 37px;
}

.section2-about-xypex .col-left .content-ss2 {
    font-size: 20px;
    font-weight: 300;
}

.section2-about-xypex .col-right {
    width: 60%;
    padding: 9px 20px 0 36px;
    text-align: right;
}

.section2-about-xypex .col-right .link-video {
    position: relative;
}

.section2-about-xypex .col-right .link-video:before {
    content: "";
    background-image: url(../../assets/img/icon-play.png);
    width: 112px;
    height: 112px;
    position: absolute;
    left: 39px;
    bottom: 36px;
    cursor: pointer;
}

.section2-about-xypex .col-right .link-video img {
    display: block;
    width: 100%;
}

.button-play-video button {
    font-size: 20px;
    background: transparent;
    border: none;
    color: #0075C9;
    font-weight: 500;
    padding: 0;
    cursor: pointer;
}

.section3-about-xypex {
    padding: 63px 0 0 0;
}

.section3-about-xypex .content-top-ss3 {
    font-size: 30px;
    line-height: 46px;
    font-weight: 300;
    padding-bottom: 13px;
    display: flex;
}

.section3-about-xypex .content-top-ss3 h3 {
    width: 40%;
}

.section3-about-xypex .img-map {
    text-align: center;
    padding: 0 12px 55px 0;
    text-align: center;
    padding: 0px 0 67px 12px;
    max-width: 1300px;
    margin: auto;
}

.section3-about-xypex .img-map img {
    display: block;
    width: 100%;
}

.section3-about-xypex .content-bottom-ss3 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    padding-bottom: 15px;
}

.section3-about-xypex .content-bottom-ss3 strong {
    font-size: 30px;
    font-weight: 700;
}

.section3-about-xypex ul.list-image-ss3 {
    padding: 0;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.section3-about-xypex ul.list-image-ss3 li {
    width: 33.333%;
    padding: 10px;
}

.section3-about-xypex ul.list-image-ss3 li img {
    display: block;
    width: 100%;
}

.section4-about-xypex {
    padding: 104px 0 0 0;
}

.section4-about-xypex .inner-top .col-left {
    width: calc(100% - 360px);
}

.section4-about-xypex .inner-top h3.title-projects {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    padding-bottom: 35px;
}

.section4-about-xypex .inner-top .content-projects {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
}

.section4-about-xypex .inner-top .col-right {
    width: 360px;
    margin-top: 8px;
}

.section4-about-xypex .inner-top .col-right a.button {
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    background: #0075C9;
    width: 100%;
    display: inline-block;
    font-weight: 500;
    padding: 15px 25px;
    text-align: center;
    transition: all 0.5s;
}

.section4-about-xypex .inner-top .col-right a.button:hover {
    background: #00AEEF;
}

.section4-about-xypex .inner-top .col-right a.button.btn-red {
    background: #9A2617;
}

.section4-about-xypex .inner-top .col-right a.button.btn-red:hover {
    background: #c1101e;
}

.section4-about-xypex .inner-bottom {
    background-color: #EAF0F7;
    margin: 64px 0 0 0;
    padding: 0 0 23px 0;
}

.section4-about-xypex .inner-bottom .container {
    max-width: 100%;
    padding-left: calc((100vw - 1380px)/2);
    padding-right: 0;
}

.section4-about-xypex .inner-bottom .row {
    margin: 0;
}

.section4-about-xypex .inner-bottom .col-left {
    width: 33%;
}

.section4-about-xypex .inner-bottom span.above-title {
    font-size: 17px;
    line-height: 30px;
    color: #575756;
    padding: 35px 0 21px 0;
    display: inline-block;
    font-weight: 500;
}

.section4-about-xypex .inner-bottom h3.title-item {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin: 0;
    width: 100%;
}

.section4-about-xypex .inner-bottom .country-item {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding: 0 0 30px 21px;
    position: relative;
}

.section4-about-xypex .inner-bottom .country-item:before {
    content: "";
    background-image: url(../../assets/img/icon-location.svg);
    width: 14px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 6px;
}

.section4-about-xypex .inner-bottom .content-item {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding: 0 0 28px 0;
}

.section4-about-xypex .inner-bottom .button-item a {
    color: #0075C9;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    background: transparent;
}

.section4-about-xypex .inner-bottom .button-item a:hover {
    color: #000;
}

.section4-about-xypex .inner-bottom .col-right {
    width: 67%;
    padding: 0 0 0 35px;
}

.section4-about-xypex .inner-bottom .col-right .list-image-projects {
    padding: 0;
    margin: -40px 0 0 0;
    list-style: none;
}

.section4-about-xypex .inner-bottom .col-right .list-image-projects .slick-list.draggable {
    padding-left: 0 !important;
    padding-right: calc((100vw - 1353px)/2) !important;
}

.section4-about-xypex .inner-bottom .col-right .list-image-projects .item {
    padding: 0 7px;
}

.section4-about-xypex .inner-bottom .col-right .list-image-projects .item img {
    width: 100%;
}

.section4-about-xypex .inner-bottom .slides-numbers {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0 0 0;
    width: 100%;
    padding-right: calc((100vw - 1380px)/2);
}

.section4-about-xypex .inner-bottom .slides-numbers .number {
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
    padding: 3px 19px 0 0;
}

.section4-about-xypex .inner-bottom .slides-numbers .number span {
    display: block;
}

.section4-about-xypex .inner-bottom .slides-numbers .number span.active {
    font-weight: 700;
}

.section4-about-xypex .inner-bottom .slides-numbers .arrows {
    padding-right: 20px;
}

.section4-about-xypex .inner-bottom .slides-numbers .arrows button.slick-arrow {
    width: 65px;
    font-size: 0;
    border: 1px solid #808080;
    background: transparent;
    height: 65px;
    padding: 0;
    cursor: pointer;
    position: static;
    margin: 0;
    transform: initial;
}

.section4-about-xypex .inner-bottom .slides-numbers .arrows button.slick-next {
    border-left: none;
}

.section4-about-xypex .inner-bottom .slides-numbers .arrows button.slick-arrow:before {
    content: "";
    width: 8px;
    height: 15px;
    display: block;
    margin: auto;
}

.section4-about-xypex .inner-bottom .slides-numbers .arrows button.slick-prev:before {
    background-image: url(../../assets/img/icon-prev.svg);
}

.section4-about-xypex .inner-bottom .slides-numbers .arrows button.slick-next:before {
    background-image: url(../../assets/img/icon-next.svg);
}

.section5-about-xypex {
    padding: 62px 0 50px 0;
}

.section5-about-xypex .col-left {
    width: 49%;
    padding-left: 18px;
}

.section5-about-xypex .col-left .img-map img {
    display: block;
    width: 100%;
}

.section5-about-xypex .col-right {
    width: 51%;
    padding-left: 23px;
}

.section5-about-xypex .col-right h3.title-ss5 {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    padding: 78px 0 43px 0;
}

.section5-about-xypex .col-right .content-ss5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.section5-about-xypex .col-right .item-pdf {
    margin: 10px 0 0 0;
}

.section5-about-xypex .col-right .item-pdf a {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    position: relative;
    padding: 0 19px 0 36px;
}

.section5-about-xypex .col-right .item-pdf a:hover {
    color: #0075C9;
}

.section5-about-xypex .col-right .item-pdf a.btn {
    background-color: #0075C9;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    box-shadow: none;
    position: relative;
    z-index: 3;
    padding: 15px 30px;
}

.section5-about-xypex .col-right .item-pdf a.btn:hover {
    background-color: #00AEEF;
}


/*.section5-about-xypex .col-right .item-pdf a.view-pdf:before {
	content: "";
    background-image: url(../../assets/img/icon-view-pdf.svg);
    width: 24px;
    height: 14px;
    position: absolute;
    left: 4px;
    top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}*/

.section5-about-xypex .col-right .item-pdf a.down-pdf:before {
    content: "";
    background-image: url(../../assets/img/icon-down-pdf.svg);
    width: 15px;
    height: 17px;
    position: absolute;
    left: 15px;
    top: 2px;
}

@media(min-width: 768px) {
    .section4-about-xypex .inner-bottom .col-right .list-image-projects .item img {
        height: 494px;
        object-fit: cover;
    }
}

@media (max-width: 1366px) {
    .section1-about-xypex .col-left {
        padding: 20px 50px 0 0;
    }
}

@media(max-width: 1353px) {
    .section4-about-xypex .inner-bottom .col-right .list-image-projects .item {
        padding: 0 20px;
    }
}

@media(max-width: 1023px) {
    .section1-about-xypex .col-right .content-ss1 p {
        font-size: 25px;
        line-height: 1.3;
    }
    .section2-about-xypex .col-left h3.title-ss2 {
        margin: 0;
        font-size: 30px;
        line-height: 1.3;
        padding-bottom: 15px;
    }
    .section2-about-xypex .col-left .content-ss2 {
        font-size: 18px;
        line-height: 35px;
    }
    .section2-about-xypex {
        padding: 50px 0 40px 0;
    }
    .section2-about-xypex .col-right .link-video:before {
        width: 70px;
        height: 70px;
        background-size: cover;
    }
    .section3-about-xypex .content-top-ss3 {
        font-size: 25px;
        line-height: 35px;
    }
    .section3-about-xypex .content-bottom-ss3 {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    .section3-about-xypex .content-bottom-ss3 strong {
        font-size: 25px;
    }
    .section3-about-xypex .img-map {
        padding: 0px 0px 20px 0;
    }
    .section4-about-xypex .inner-top h3.title-projects {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 30px;
    }
    .section5-about-xypex .col-right h3.title-ss5 {
        font-size: 25px;
        line-height: 35px;
        padding: 30px 0 20px 0;
    }
    .section4-about-xypex .inner-bottom h3.title-item {
        font-size: 25px;
        line-height: 35px;
        text-align: left;
    }
    .section4-about-xypex .inner-bottom .content-item {
        font-size: 18px;
        line-height: 30px;
    }
    .section4-about-xypex .inner-bottom .country-item {
        font-size: 18px;
        padding: 0 0 15px 21px;
    }
    .section4-about-xypex .inner-bottom .col-right {
        width: 100% !important;
        padding: 0;
    }
    .section4-about-xypex .inner-bottom .col-left {
        width: 100% !important;
    }
    .section3-about-xypex .content-top-ss3 {
        display: block;
    }
    .section3-about-xypex .content-top-ss3 h3 {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .section1-about-xypex .col-left {
        width: 100%;
        padding: 20px 20px 0 0;
    }
    .section1-about-xypex .col-right {
        width: 100%;
    }
    .about-xypex .nav-breadcrumb {
        padding: 18px 20px 50px 20px;
    }
}

@media(max-width: 880px) {
    .about-xypex .nav-breadcrumb {
        padding: 18px 4.545454545vw 50px 4.545454545vw;
    }
    .about-xypex .container {
        padding-left: 4.545454545vw;
        padding-right: 4.545454545vw;
    }
}

@media(max-width: 767px) {
    .section1-about-xypex .col-left {
        padding: 19px 20px 20px 20px;
        width: 100%;
    }
    .section1-about-xypex .col-right {
        width: 100%;
        max-width: 1037px;
        margin-left: auto;
    }
    .about-xypex .nav-breadcrumb {
        padding: 18px 4.545454545vw 30px 4.545454545vw;
    }
    .section1-about-xypex .col-right h1.title-ss1 {
        font-size: 36px;
        line-height: 44px;
        padding-bottom: 20px;
    }
    .section1-about-xypex .col-right .content-ss1 p {
        font-size: 20px;
        line-height: 1.5;
    }
    .section1-about-xypex .col-right .content-ss1 p.small {
        font-size: 18px;
        line-height: 1.5;
    }
    .section2-about-xypex .col-left {
        width: 100%;
        order: 1;
        padding-top: 20px;
    }
    .section2-about-xypex .col-right .link-video:before {
        left: 25px;
        bottom: 25px;
    }
    .section2-about-xypex .col-left h3.title-ss2 {
        font-size: 25px;
        padding-bottom: 0;
    }
    .section2-about-xypex .col-right {
        width: 100%;
        padding: 0 20px;
    }
    .section3-about-xypex .content-top-ss3 {
        font-size: 22px;
        padding-bottom: 0;
    }
    .section3-about-xypex ul.list-image-ss3 li {
        width: 100%;
    }
    .section4-about-xypex .inner-top .col-left {
        width: 100%;
    }
    .section4-about-xypex .inner-top .col-right {
        width: 100%;
        margin-top: 8px;
    }
    .section4-about-xypex .inner-bottom .col-left {
        width: 100%;
        padding-left: 4.545454545vw;
        padding-right: 4.545454545vw;
    }
    .section4-about-xypex .inner-bottom .col-right {
        width: 100%;
        padding: 0;
    }
    .section4-about-xypex .inner-top .col-right a.button {
        font-size: 18px;
        padding: 25px 15px;
    }
    .section5-about-xypex .col-right h3.title-ss5 {
        font-size: 22px;
    }
    .section5-about-xypex .col-right .content-ss5 {
        font-size: 18px;
        line-height: 35px;
    }
    .section5-about-xypex .col-left {
        width: 100%;
        padding-left: 20px;
    }
    .section5-about-xypex .col-right {
        width: 100%;
        padding-left: 20px;
    }
    .section5-about-xypex {
        padding: 50px 0 0 0;
    }
    .section4-about-xypex .inner-bottom .col-right .list-image-projects {
        margin: 30px 0 0 0;
    }
    .section4-about-xypex .inner-bottom .slides-numbers .arrows button.slick-arrow {
        width: 50px;
        height: 50px;
    }
    .section4-about-xypex {
        padding: 50px 0 0 0;
    }
    .button-play-video button {
        font-size: 17px;
        padding-bottom: 15px;
    }
    .about-xypex .col-left,
    .about-xypex .col-right {
        padding-left: 0;
        padding-right: 0;
    }
}


/*Page Technology*/

.section1-about-xypex.section1-technology-xypex {
    padding: 0 0 68px 0;
}

.section1-technology-xypex .col-right .banner-section {
    background-size: cover;
    background-position: right;
    padding: 46px 30px 194px 50px;
    margin: 20px 0 0 0;
}

.section1-technology-xypex .col-right .banner-section p {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    color: #fff;
    max-width: 356px;
}

.section2-technology-xypex .border-section {
    border-top: 1px solid #0075C9;
    padding: 74px 0 42px 0;
}

.section2-technology-xypex .col-left {
    width: 39.3%;
    padding-top: 14px;
}

.section2-technology-xypex .col-left img {
    display: block;
    width: 100%;
}

.section2-technology-xypex .col-left .text-under {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    padding-top: 10px;
}

.section2-technology-xypex .col-right {
    width: 60.7%;
    max-width: 810px;
    margin-left: auto;
}

.section2-technology-xypex .col-right h3.title-ss2 {
    font-size: 40px;
    margin-bottom: 31px;
}

.section2-technology-xypex .col-right .content-ss2 {
    font-weight: 300;
    font-size: 20px;
}

.section2-technology-xypex .col-right .content-ss2 p {
    margin-bottom: 34px;
}

.section2-about-xypex.section3-technology-xypex .col-left h3.title-ss2 {
    padding-bottom: 56px;
}

.section2-about-xypex.section3-technology-xypex {
    padding: 82px 0 90px 0;
}

@media(max-width: 1023px) {
    .section1-about-xypex.section1-technology-xypex {
        padding: 0 0 50px 0;
    }
    .section1-technology-xypex .col-right .banner-section p {
        font-size: 25px;
        line-height: 35px;
    }
    .section2-technology-xypex .border-section {
        padding: 50px 0 20px 0;
    }
    .section2-technology-xypex .col-left {
        width: 45%;
    }
    .section2-technology-xypex .col-right {
        width: 55%;
    }
    .section2-technology-xypex .col-right h3.title-ss2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .section2-technology-xypex .col-right .content-ss2 {
        font-size: 18px;
    }
    .section2-technology-xypex .col-right .content-ss2 p {
        margin-bottom: 15px;
    }
    .section2-about-xypex.section3-technology-xypex .col-left h3.title-ss2 {
        padding-bottom: 15px;
    }
    .section2-about-xypex.section3-technology-xypex {
        padding: 50px 0 30px 0;
    }
}

@media(max-width: 767px) {
    .section1-technology-xypex .col-right .banner-section p {
        font-size: 20px;
    }
    .section2-technology-xypex .border-section {
        padding: 50px 0 30px 0;
    }
    .section2-technology-xypex .col-left {
        width: 100%;
        order: 1;
    }
    .section2-technology-xypex .col-right {
        width: 100%;
    }
    .section2-about-xypex.section3-technology-xypex {
        padding: 50px 0 50px 0;
    }
    .section1-technology-xypex .col-right .banner-section {
        padding: 20px 20px 200px 20px;
    }
}


/* page Equal */

.section1-about-xypex.section1-equal-xypex {
    padding: 0 0 38px 0;
}

.section1-equal-xypex .col-right h1.title-ss1 {
    font-style: italic;
}

.section1-equal-xypex .col-right .content-ss1 p strong {
    font-style: italic;
}

.section1-equal-xypex .col-right .img {
    padding-top: 27px;
}

.section2-equal-xypex {
    padding: 0 0 33px 0;
}

.section2-equal-xypex .border-section {
    border-top: 1px solid #0075C9;
    padding-top: 66px;
}

.section2-equal-xypex .col-left {
    width: 39.3%;
    padding-top: 10px;
}

.section2-equal-xypex .col-right {
    width: 60.7%;
}

.section2-equal-xypex .col-right .content-ss2 {
    max-width: 771px;
    margin-left: auto;
    font-weight: 300;
    font-size: 20px;
}

.section2-equal-xypex .col-right .content-ss2 p {
    margin-bottom: 35px;
}

.section2-equal-xypex .col-right .content-ss2 p a {
    font-weight: bold;
    color: #000;
}

.section2-equal-xypex .col-right .content-ss2 p a:hover {
    color: #0075C9;
}

.section3-equal-xypex .border-section {
    padding: 57px 0 0 0;
    border-top: 1px solid #808080;
}

.section3-equal-xypex .content-ss4 {
    font-weight: 300;
    padding-bottom: 32px;
}

.section3-equal-xypex .col-left {
    width: 42.5%;
}

.section3-equal-xypex .col-right {
    padding-left: 0;
    width: 57.5%;
}

.section3-equal-xypex .img p {
    padding-top: 19px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
}

.section4-equal-xypex .col-left .img {
    padding: 4px 20px 0 12px;
}

.section5-about-xypex.section4-equal-xypex {
    padding: 62px 0 41px 0;
}

.section5-about-xypex.section4-equal-xypex .col-right h3.title-ss5 {
    padding: 59px 0 24px 0;
    font-style: italic;
}

.section5-about-xypex.section4-equal-xypex .col-right .content-ss5 {
    line-height: 34px;
}

.section5-about-xypex.section4-equal-xypex .col-right .item-pdf {
    margin: 32px 0 0 0;
}

.section5-equal-xypex {
    padding: 0 0 64px 0;
}

.section5-equal-xypex .border-section {
    padding: 62px 0 0 0;
    border-top: 1px solid #808080;
}

.section5-equal-xypex .content-ss5 h3 {
    font-size: 30px;
    margin-bottom: 0;
}

.section5-equal-xypex .content-ss5 p {
    margin-bottom: 35px;
    font-weight: 300;
}

.section5-equal-xypex .content-ss5 span.text-red {
    color: #FF0001;
}

.section5-equal-xypex .list-logo ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    max-width: 1275px;
    margin: auto;
    padding: 0;
}

.section5-equal-xypex .list-logo ul li {
    padding: 10px;
}

.project-page .filter-news .wrap-filter .ajax-filter-search select {
    background-position-x: calc(100% - 10px);
    padding: 12px 35px 12px 15px;
}

.section2-equal-xypex .col-right .content-ss2,
.section5-equal-xypex .content-ss5 p {
    font-size: 20px;
}

@media (max-width: 1199px) {
    .section3-equal-xypex .bg-img img {
        height: 400px;
        object-fit: cover;
    }
}

@media(max-width: 1023px) {
    .section3-equal-xypex .content-ss4 {
        font-size: 25px;
        line-height: 1.7;
    }
    .section3-equal-xypex .content-ss4 p:not(:last-child) {
        margin-bottom: 25px;
    }
    .section3-equal-xypex .content-ss4 {
        font-size: 22px;
    }
    .section5-about-xypex.section4-equal-xypex .col-right h3.title-ss5 {
        padding: 30px 0 20px 0;
    }
    .section3-equal-xypex .bg-img img {
        height: 300px;
    }
}

@media(max-width: 767px) {
    .section2-equal-xypex .col-left {
        width: 100%;
        padding-top: 0;
    }
    .section2-equal-xypex .col-right {
        width: 100%;
        padding-top: 20px;
    }
    .section2-equal-xypex .col-right .content-ss2 {
        font-size: 18px;
    }
    .section2-equal-xypex .col-right .content-ss2 p {
        margin-bottom: 15px;
    }
    .section3-equal-xypex .content-ss4 {
        font-size: 20px;
    }
    .section3-equal-xypex .content-ss4 p:not(:last-child) {
        margin-bottom: 15px;
    }
    .section3-equal-xypex .col-left {
        width: 100%;
    }
    .section3-equal-xypex .col-right {
        padding-top: 25px;
        padding-left: 20px;
        width: 100%;
    }
    .section4-equal-xypex .col-left .img {
        padding: 0;
    }
    .section5-equal-xypex .content-ss5 h3 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .section5-equal-xypex .content-ss5 p {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .section3-equal-xypex .bg-img img {
        height: auto;
    }
}

@media (max-width: 425px) {
    .section5-equal-xypex .list-logo ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .section5-equal-xypex .list-logo ul li {
        width: 33.33%;
    }
}


/*page Subscribe and Head Office*/

.form-subscribe {
    padding-top: 24px;
}

.form-subscribe .gform_heading {
    display: none;
}

.form-subscribe .gform_wrapper form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0;
    margin: 0 -10px;
    width: auto;
}

.form-subscribe .gform_wrapper form .gform_fields .full-width {
    width: 100%;
    padding: 0 10px;
}

.form-subscribe .gform_wrapper form .gform_fields .half-width {
    width: 50%;
    padding: 0 10px;
}

.form-subscribe .gform_wrapper form .gform_fields .quarter-width-left {
    width: 22%;
    padding: 0 10px;
}

.form-subscribe .gform_wrapper form .gform_fields .quarter-width-right {
    width: 28%;
    padding: 0 10px;
}

.form-subscribe .gform_wrapper form .gform_fields .field-hide {
    display: none;
}

.form-subscribe .gform_wrapper form .gfield_label {
    font-size: 17px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 6px;
}

.form-subscribe .gform_wrapper form .gfield_label span.gfield_required {
    display: none;
}

.form-subscribe .gform_wrapper form input[type="text"],
.form-subscribe .gform_wrapper form input[type="email"],
.form-subscribe .gform_wrapper form input[type="tel"] {
    border: none;
    background: #EAF0F7;
    height: 46px;
    outline-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 22px;
}

.form-subscribe .gform_wrapper form textarea {
    border: none;
    background: #EAF0F7;
    height: 310px !important;
    outline-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 22px;
}

.form-subscribe .gform_wrapper form select {
    height: 46px;
    border: 1px solid #0075C9;
    background: url(../../assets/img/icon-select-white.svg) no-repeat 96% center, linear-gradient(#0075C9, #0075C9);
    color: #fff;
    outline: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 22px;
}

.form-subscribe .gform_wrapper form select::-ms-expand {
    display: none;
}

.form-subscribe .gform_wrapper form .gform_footer input[type="reset"] {
    border: none;
    background: transparent;
    font-size: 20px;
    line-height: 54px;
    color: #0075C9;
    font-weight: 500;
    letter-spacing: 0.2px;
    cursor: pointer;
    margin-left: 45px;
    font-family: 'Roboto', sans-serif;
    padding: 0;
}

.form-subscribe .gform_wrapper form .gform_footer input[type="reset"]:hover {
    color: #000;
}

.form-subscribe .gform_wrapper form input[type="submit"] {
    border: none;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    background-color: #0075C9;
    font-weight: 500;
    padding: 15px 70px;
    cursor: pointer;
    text-transform: uppercase;
}

.form-subscribe .gform_wrapper form input[type="submit"]:hover {
    background-color: #28aae1;
}

.form-subscribe .gform_wrapper form .gfield.text-required {
    font-size: 17px;
    padding-bottom: 14px;
}

.form-subscribe .gform_wrapper form .gform_footer {
    margin-top: 20px;
}

.form-subscribe .gform_wrapper form .validation_message {
    padding: 0;
    background: transparent;
    border: none;
}

.form-subscribe .gform_wrapper form .field-salutation .gfield_radio,
.form-subscribe .gform_wrapper form .field-receive-email .gfield_radio {
    display: flex;
    flex-wrap: wrap;
}

.form-subscribe .gform_wrapper form .field-salutation .gfield_radio .gchoice,
.form-subscribe .gform_wrapper form .field-receive-email .gfield_radio .gchoice {
    display: flex;
    padding-right: 22px;
}

.form-subscribe .gform_wrapper form .field-salutation .gfield_radio .gchoice input,
.form-subscribe .gform_wrapper form .field-receive-email .gfield_radio .gchoice input {
    width: 0;
    margin: 0;
    display: none;
}

.form-subscribe .gform_wrapper form .field-salutation .gfield_radio .gchoice label,
.form-subscribe .gform_wrapper form .field-receive-email .gfield_radio .gchoice label {
    position: relative;
    padding-left: 29px;
    height: 21px;
    margin: 0;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.form-subscribe .gform_wrapper form .field-salutation .gfield_radio .gchoice label:before,
.form-subscribe .gform_wrapper form .field-receive-email .gfield_radio .gchoice label:before {
    content: '';
    width: 21px;
    height: 21px;
    border: 1px solid #000;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0;
    border-radius: 50%;
    pointer-events: none;
}

.form-subscribe .gform_wrapper form .field-salutation .gfield_radio .gchoice input:checked+label:before,
.form-subscribe .gform_wrapper form .field-receive-email .gfield_radio .gchoice input:checked+label:before {
    background: #000;
}

.form-subscribe .gform_wrapper form .field-receive-email {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form-subscribe .gform_wrapper form .field-receive-email legend.gfield_label {
    float: left;
}

.form-subscribe .gform_wrapper form .field-receive-email .ginput_container_radio {
    margin-bottom: 6px;
    margin-left: 28px;
}

.section1-about-xypex.section1-subscribe-xypex .col-right hr {
    border-bottom: 1px solid #0075C9;
    margin: 0;
}

.section1-about-xypex.section1-subscribe-xypex .col-right h1.title {
    font-size: 50px;
    margin-top: 10px;
    padding-bottom: 39px;
    margin-bottom: 0;
}

.section1-subscribe-xypex .content-bottom-form {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    padding-top: 9px;
}

.section1-subscribe-xypex .content-top-form {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    padding-bottom: 22px;
}

.section1-office-xypex.section1-about-xypex .col-right h1.title {
    padding-bottom: 27px;
}

@media(max-width: 1023px) {
    .form-subscribe .gform_wrapper form .gform_fields .quarter-width-left {
        width: 50%;
    }
    .form-subscribe .gform_wrapper form .gform_fields .quarter-width-right {
        width: 50%;
    }
    .section1-about-xypex.section1-subscribe-xypex .col-right h1.title {
        font-size: 40px;
    }
    .form-subscribe .gform_wrapper form textarea {
        height: 200px !important;
    }
}

@media(max-width: 767px) {
    .section1-about-xypex.section1-subscribe-xypex .col-right h1.title {
        font-size: 36px;
        line-height: 44px;
        margin: 0;
    }
    .form-subscribe .gform_wrapper form input[type="submit"] {
        font-size: 18px;
        padding: 10px 30px;
        margin-bottom: 0;
    }
    .form-subscribe .gform_wrapper form .gform_footer input[type="reset"] {
        font-size: 18px;
        line-height: 44px;
        margin-left: 25px;
        margin-bottom: 0;
    }
}

@media(max-width: 640px) {
    .form-subscribe .gform_wrapper form .gform_fields .half-width,
    .form-subscribe .gform_wrapper form .gform_fields .quarter-width-right,
    .form-subscribe .gform_wrapper form .gform_fields .quarter-width-left {
        width: 100%;
    }
    .form-subscribe .gform_wrapper form .field-receive-email legend.gfield_label {
        float: none;
    }
    .form-subscribe .gform_wrapper form .field-receive-email .ginput_container_radio {
        margin-left: 0;
    }
}


/*page Event & news*/

.section-events {
    border-bottom: 1px solid #0075C9;
    padding: 0 0 37px 0;
}

.section-events .title-events h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
}

.section-events .event-item {
    padding: 17px 0;
}

.section-events .event-item .date-event {
    color: #FF0001;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.section-events .event-item .content-event {
    font-size: 20px;
}

.section-news {
    padding: 50px 0 0 0;
}

.section-news .title-news h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: -3px;
}

.section-news .title-news .filter-news {
    padding: 29px 0 0 0;
}

.section-news .title-news p {
    font-size: 20px;
    font-weight: 300;
}

.section-news .title-news p a {
    font-weight: 500;
}

.filter-news h3.title-filter {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 13px;
}

.filter-news .wrap-filter .ajax-filter-search .column-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.filter-news .wrap-filter .ajax-filter-search .column-wrap .filter-cate,
.filter-news .wrap-filter .ajax-filter-search .column-wrap .filter-sheets,
.filter-news .wrap-filter .ajax-filter-search .column-wrap .filter-search {
    width: 66.7%;
    padding: 9.5px;
}

.filter-news .wrap-filter .ajax-filter-search .column-wrap .filter-year,
.filter-news .wrap-filter .ajax-filter-search .column-wrap .submit-filter {
    width: 33.3%;
    padding: 9.5px;
}

.filter-news .wrap-filter .ajax-filter-search .column-wrap .submit-filter.active {
    position: relative;
    opacity: 0.5;
}

.filter-news .wrap-filter .ajax-filter-search .column-wrap .submit-filter.active:before {
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 3px solid #969696;
    border-top-color: #000000;
    box-sizing: border-box;
    background: transparent;
    animation: loading 1s linear infinite;
    position: absolute;
    left: 46%;
    top: 24px;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    0% {
        transform: rotate(360deg);
    }
}

.filter-news .wrap-filter .ajax-filter-search select {
    height: 46px;
    width: 100%;
    border: 1px solid #0075C9;
    background: url(../../assets/img/icon-select-white.svg) no-repeat 96% center, linear-gradient(#0075C9, #0075C9);
    color: #fff;
    outline: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 22px;
}

.filter-news .wrap-filter .ajax-filter-search input[type="text"] {
    border: none;
    background: #EAF0F7;
    height: 54px;
    outline-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding: 5px 22px;
    width: 100%;
}

.filter-news .wrap-filter .ajax-filter-search input[type="text"]::placeholder {
    color: #000;
}

.filter-news .wrap-filter .ajax-filter-search input[type="submit"] {
    border: none;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    background-color: #0075C9;
    font-weight: 500;
    cursor: pointer;
    height: 54px;
    padding: 9.5px;
    width: 100%;
    text-transform: uppercase;
}

.filter-news .wrap-filter .ajax-filter-search input[type="submit"]:hover {
    background-color: #28aae1;
}

.filter-news .post-type {
    padding-top: 15px;
}

.filter-news .post-type>.post-item {
    border-bottom: 1px solid #0075C9;
}

.filter-news .post-type>.post-item .post-item {
    border-top: 1px solid #0075C9;
}

.filter-news .post-type .post-item .border-item {
    display: flex;
    flex-wrap: wrap;
    padding: 42px 0;
    margin: 0 -10px;
}

.filter-news .post-type .post-item .col-img {
    width: 40.4%;
    padding: 0 10px;
}

.filter-news .post-type .post-item .col-img img {
    display: block;
    width: 100%;
    height: auto;
}

.filter-news .post-type .post-item .col-content {
    width: 59.6%;
    padding: 0 10px 0 32px;
    margin-top: -10px;
}

.filter-news .post-type .post-item .col-content h3.title {
    font-size: 30px;
    color: #575756;
    margin: 0;
}

.filter-news .post-type .post-item .col-content .date {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 21px;
}

.filter-news .post-type .post-item .col-content .country-name {
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
}

.filter-news .post-type .post-item .col-content .description {
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
}

.filter-news .post-type .post-item .col-content .btn-read-more a {
    font-size: 20px;
    font-weight: 500;
}

.filter-news .post-type .post-item .col-content .btn-read-more .link-video span {
    font-size: 20px;
    font-weight: 500;
    color: #0075C9;
    cursor: pointer;
    text-transform: uppercase;
}

.filter-news button.load-more-news {
    border: none;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    background-color: #0075C9;
    font-weight: 500;
    cursor: pointer;
    height: 46px;
    padding: 10px 20px;
    display: block;
    margin: 50px auto 0px auto;
}

.filter-news button.load-more-news:hover {
    background-color: #28aae1;
}

.filter-news .reset-form {
    padding: 0 15px;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.filter-news .reset-form button {
    font-size: 20px;
    font-weight: 300;
    color: #0075C9;
    background: transparent;
    border: transparent;
    padding: 0;
    cursor: pointer;
}

.content-new-detail {
    padding: 20px 0 0 0;
}

.content-new-detail .back-main-news {
    color: #0075C9;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
}

.content-new-detail .back-main-news:before {
    content: "";
    position: absolute;
    background: url(../../assets/img/icon-back.svg);
    width: 10px;
    height: 19px;
    background-size: cover;
    top: 7px;
    left: 0;
}

.content-new-detail .wrap-content-detail {
    padding: 54px 0 0 0;
}

.content-new-detail .wrap-content-detail .content-detail {
    padding: 20px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.content-new-detail .wrap-content-detail .content-detail .image {
    width: 39%;
}

.content-new-detail .wrap-content-detail .content-detail .image img {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0;
}

.content-new-detail .wrap-content-detail .content-detail .content {
    width: 61%;
    padding-left: 29px;
}

.content-new-detail .wrap-content-detail .cate {
    font-size: 17px;
    color: #555555;
    font-weight: 400;
}

.content-new-detail .wrap-content-detail .cate span:not(:last-child):after {
    content: ", ";
}

.content-new-detail .wrap-content-detail h3.title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
}

.content-new-detail .wrap-content-detail .date,
.content-new-detail .wrap-content-detail .country-name {
    font-size: 20px;
    font-weight: 500;
}

.content-new-detail .wrap-content-detail .country-name {
    font-style: italic;
}

.content-new-detail .wrap-content-detail .content-detail .content .prod-detail-header {
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.content-new-detail .wrap-content-detail .content-detail .content .prod-detail-header .prod-detail-header-left {
    width: calc(100% - 120px);
    padding-top: 8px;
}

.content-new-detail .wrap-content-detail .content-detail .content .prod-detail-header .prod-detail-header-left h2 {
    font-size: 20px;
    margin-bottom: 8px;
}

.content-new-detail .wrap-content-detail .content-detail .content .prod-detail-header .prod-detail-header-left h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.content-new-detail .wrap-content-detail .content-detail .content .prod-detail-header .prod-detail-header-left img {
    float: left;
    padding-top: 3px;
    padding-right: 10px;
}

.content-new-detail .wrap-content-detail .content-detail .content .prod-detail-header .prod-detail-header-right {
    width: 120px;
}

.content-new-detail .wrap-content-detail .content-detail .content .prod-detail-header .prod-detail-header-right table {
    width: 100%;
}

.content-new-detail .wrap-content-detail .content-detail .content .prod-detail-header .prod-detail-header-right table td {
    border-left: 1px solid #B3B3B3;
}

.content-new-detail .wrap-content-detail .content-detail .content .prod-detail-header .prod-detail-header-right table td a.read-more {
    font-size: 17px;
}

.section1-about-xypex.section-detail {
    padding: 0;
}

@media(max-width: 1023px) {
    .content-new-detail .wrap-content-detail h3.title {
        font-size: 40px;
    }
    .section-events .title-events h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .section-news .title-news h2 {
        font-size: 40px;
        margin-bottom: 0;
    }
    .filter-news h3.title-filter {
        font-size: 25px;
    }
    .filter-news .post-type .post-item .col-content {
        padding: 0 10px;
    }
    .filter-news .post-type .post-item .col-content h3.title {
        font-size: 25px;
    }
    .filter-news .post-type .post-item .col-content .btn-read-more a,
    .filter-news .post-type .post-item .col-content .btn-read-more .link-video span {
        font-size: 18px;
    }
}

@media(max-width: 980px) {
    .content-new-detail .wrap-content-detail .content-detail .content .prod-detail-header .prod-detail-header-left {
        width: 100%;
        padding-top: 10px;
        border-bottom: 1px solid #B3B3B3;
        padding-bottom: 10px;
    }
    .content-new-detail .wrap-content-detail .content-detail .content .prod-detail-header .prod-detail-header-right {
        width: 100%;
    }
    .content-new-detail .wrap-content-detail .content-detail .content .prod-detail-header .prod-detail-header-right table td {
        border-left: none;
    }
    .content-new-detail .wrap-content-detail .content-detail .content .prod-detail-header .prod-detail-header-right table {
        padding-top: 10px;
    }
}

@media(max-width: 767px) {
    .section-events .event-item .content-event {
        font-size: 18px;
    }
    .content-new-detail .wrap-content-detail h3.title {
        font-size: 35px;
    }
    .content-new-detail .wrap-content-detail .date,
    .content-new-detail .wrap-content-detail .country-name {
        font-size: 18px;
    }
    .content-new-detail .wrap-content-detail .content-detail .content {
        width: 100%;
        padding-left: 0;
        font-size: 18px;
        padding-top: 20px;
    }
    .content-new-detail .wrap-content-detail .content-detail .image {
        width: 100%;
    }
    .section-events .title-events h2 {
        font-size: 35px;
    }
    .section-events .event-item {
        padding: 10px 0;
        font-size: 18px;
    }
    .section-events .event-item .date-event {
        font-size: 18px;
    }
    .section-news .title-news h2 {
        font-size: 35px;
    }
    .section-news .title-news p {
        font-size: 18px;
        font-weight: 300;
    }
    .filter-news .post-type .post-item {
        margin: 0;
        border-bottom: 1px solid #808080;
    }
}

@media(max-width: 480px) {
    .filter-news .wrap-filter .ajax-filter-search .column-wrap .filter-cate,
    .filter-news .wrap-filter .ajax-filter-search .column-wrap .filter-search,
    .filter-news .wrap-filter .ajax-filter-search .column-wrap .filter-year,
    .filter-news .wrap-filter .ajax-filter-search .column-wrap .submit-filter {
        width: 100%;
    }
    .filter-news .post-type .post-item .col-img {
        width: 100%;
        padding: 0;
    }
    .filter-news .post-type .post-item .col-content {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
    .filter-news .post-type .post-item .border-item {
        margin: 0;
    }
}


/*Page Distributors*/

.form-region h2.title-form {
    font-size: 30px;
    color: #000000;
}

.form-region form label {
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    padding-bottom: 4px;
    display: inline-block;
}

.form-region form .wrap-location {
    display: flex;
    margin: 0 -10px;
}

.form-region form div.field {
    width: 100%;
    padding: 10px;
}

.form-region form select.field_select {
    height: 46px;
    width: 100%;
    border: 1px solid #808080;
    background: url(../../assets/img/icon-select.svg) no-repeat 96% center, linear-gradient(#FFFFFF, #AEAEAE);
    outline: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 33px 5px 17px;
}

.form-region form select.field_select.select {
    pointer-events: none;
}

.form-region form .field-country div,
.form-region form .field-state div,
.form-region form .field-state {
    display: none;
}

.form-region form .field-country div.active,
.form-region form .field-state div.active,
.form-region form .field-state.active-region.active {
    display: block;
}

.form-region .submit-location {
    position: relative;
    text-align: right;
    padding-top: 16px
}

.form-region .submit-location.active {
    opacity: 0.5;
}

.form-region .submit-location.active:before {
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 3px solid #969696;
    border-top-color: #000000;
    box-sizing: border-box;
    background: transparent;
    animation: loading 1s linear infinite;
    position: absolute;
    left: calc(100% - 90px);
    top: calc(100% - 38px);
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    0% {
        transform: rotate(360deg);
    }
}

.form-region .submit-location input {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #0075C9;
    background-image: url(../../assets/img/icon-go-location.png);
    padding: 15px 100px 15px 25px;
    background-repeat: no-repeat;
    background-position: 79% center;
    cursor: pointer;
}

.form-region .submit-location input:hover {
    background-color: #28aae1;
}

.content-bottom-form p {
    font-size: 17px;
}

.section1-about-xypex .section-select-location h1.title-ss1 {
    padding-top: 7px;
    padding-bottom: 10px;
}

.section1-about-xypex .section-select-location .content-ss1 h3 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 31px;
    margin-bottom: 10px;
}

.section1-about-xypex .section-select-location .content-top a.button {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 10px 47px;
    background: #0075C9;
    color: #fff;
    display: inline-block;
}

.section1-about-xypex .section-select-location .content-top a.button:hover {
    background: #28aae1;
}

.section1-about-xypex .section-select-location .content-top {
    border-bottom: 1px solid #0075C9;
    padding-bottom: 33px;
    margin-bottom: 49px;
}

.section-form-location {
    padding-top: 20px;
    display: none;
}

.section-form-location .back-select-location {
    color: #0075C9;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
}

.section-form-location .back-select-location:before {
    content: "";
    position: absolute;
    background: url(../../assets/img/icon-back.svg);
    width: 10px;
    height: 19px;
    background-size: cover;
    top: 7px;
    left: 0;
}

.wrap-form-location .country h1 {
    font-size: 50px;
    font-weight: 700;
    padding-top: 54px;
    margin-bottom: 27px;
}

.country-meta-wrap {
    border-bottom: 1px solid #0075C9;
    padding-bottom: 44px;
    margin-bottom: 8px;
}

.wrap-form-location .country-meta-wrap h3 {
    font-size: 30px;
    margin-bottom: 7px;
}

.wrap-form-location .country-meta-wrap .country-meta {
    font-size: 20px;
}

.map-select-region {
    padding-top: 50px;
    text-align: center;
}

@media (max-width: 1023px) {
    .section1-about-xypex .section-select-location .content-ss1 h3 {
        font-size: 25px;
    }
    .wrap-form-location .country h1 {
        font-size: 45px;
        padding-top: 30px;
    }
    .wrap-form-location .country-meta-wrap h3 {
        font-size: 25px;
    }
}

@media (max-width: 980px) {
    .form-region form .wrap-location {
        flex-wrap: wrap;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .section1-about-xypex .section-select-location .content-ss1 h3 {
        font-size: 25px;
    }
    .form-region .submit-location input {
        font-size: 16px;
        padding: 12px 100px 12px 20px;
    }
    .wrap-form-location .country h1 {
        font-size: 40px;
        padding-top: 30px;
    }
    .form-region .submit-location:before {
        left: calc(100% - 85px);
        top: 24px;
    }
}

@media(max-width: 991px) {
    .nav-menu-about.nav-menu-about-mobile {
        padding: 50px 0 20px;
        width: 100%;
    }
    .nav-menu-about.nav-menu-about-mobile,
    .nav-menu-about.nav-menu-about-mobile .title-mobile {
        display: block;
    }
    .nav-menu-about.nav-menu-about-desktop {
        display: none;
    }
}