.container {
    padding: 0 20px;
}

.header-main .header-top {
    display: none;
}

.header-main {
    top: 20px;
}

.header-main .header-menu {
    padding: 0 15px;
    height: 70px;
    border-radius: 15px;
}

.header-main .header-menu .navbar .navbar-brand {
    margin: 0;
    transition: all 0.3s;
}

.header-main .header-menu .navbar .navbar-brand.hide {
    opacity: 0;
    visibility: hidden;
}

.header-main .header-menu .navbar .navbar-brand .logo-box::before {
    border-width: 0 0 10px 10px;
    left: -10px;
}

.header-main .header-menu .navbar .navbar-brand .logo-box::after {
    border-width: 10px 0 0 10px;
    right: -10px;
}

.header-main .header-top .top-menu .item-menu {
    font-size: 14px;
    margin-right: 20px;
}

.header-main .header-menu .navbar .navbar-brand .logo-box,
.header-main .affix .header-menu .navbar .navbar-brand .logo-box {
    width: 85px;
    height: 105px;
    padding: 15px;
    left: 0;
    margin: 0 5px 0 0;
    border-radius: 0 0 15px 15px;
    top: -45px;
}

.header-main .affix .header-menu .navbar .navbar-brand .logo-box {
    padding: 25px 15px 15px;
    height: 115px;
}

.header-main .header-menu .navbar .navbar-brand .logo-box>img,
.header-main .affix .header-menu .navbar .navbar-brand .logo-box>img {
    height: 40px;
}

.header-main .header-menu .navbar .navbar-brand .logo-text,
.header-main .affix .header-menu .navbar .navbar-brand .logo-text {
    line-height: 20px;
}

.header-main .header-menu .navbar .navbar-brand .logo-text>span,
.header-main .affix .header-menu .navbar .navbar-brand .logo-text>span {
    font-size: 10px;
}

.header-main .header-menu .navbar .navbar-brand .logo-text>strong,
.header-main .affix .header-menu .navbar .navbar-brand .logo-text>strong {
    font-size: 23px;
}

.header-main .header-menu .search-box.show {
    width: 100%;
}

.header-main .header-menu .outer-search {
    border-radius: 15px;
}

.header-main .header-menu .search-box {
    border-radius: 15px 0 0 15px;
    padding-right: 15px;
}

.header-main .header-menu .search-box .close-search {
    font-size: 16px;
}

.header-main .header-menu .search-box input {
    font-size: 16px;
}

.header-main .header-menu .search-box input::placeholder {
    font-size: 14px;
}

.header-main .header-menu .search-box .btn-search {
    margin-left: 15px;
}

.header-main .header-menu .btns-head .btn-lang {
    margin-left: 6px;
}

.header-main .header-menu .btns-head .btn-menu {
    margin-right: 6px;
}

.header-main .header-menu .btn-search .box-curve,
.header-main .header-menu .btns-head .btn-lang .box-curve {
    width: 45px;
    height: 45px;
    filter: none;
    padding: 0;
}

.header-main .header-menu .btn-search .box-curve::before,
.header-main .header-menu .btns-head .btn-lang .box-curve::before {
    clip-path: none;
    border-radius: 12px;
}

.header-main .header-menu .btn-search .box-curve>i {
    font-size: 18px;
}

.header-main .header-menu .btns-head .btn-lang .box-curve>img {
    height: 19px;
}

.header-main .header-menu .btn-menu {
    display: block;
}

.header-main .navbar-main-ekib .collapse {
    display: block;
    position: fixed;
    background: var(--lightcolor);
    right: -100%;
    top: 0;
    z-index: 9999;
    height: 100vh;
    overflow-y: auto;
    width: 280px;
    margin: 0;
    box-shadow: -20px 0 25px -10px rgba(0, 0, 0, 0.20);
    padding: 20px;
    transition: all 0.4s;
}

.header-main .navbar-main-ekib .collapse::after {
    content: "";
    background: url('../images/logo/logo.svg') no-repeat center center / 100px;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.header-main .navbar-main-ekib .collapse.show {
    right: 0;
}

.header-main .header-menu .navbar .btn-catalog {
    display: flex;
    width: 100%;
}

.header-main .header-menu .btns-head .btn-lang .dropdown-lang {
    right: auto;
    width: 180px;
    left: -70px;
    z-index: 999999;
}

.header-main .header-menu .btns-head .btn-lang.show .dropdown-lang {
    top: 40px;
}

.header-main .header-menu .btns-head .btn-lang .list-lang a {
    font-size: 12px;
}

.header-main .header-menu .btns-head .btn-lang .list-lang img {
    height: 15px;
}

.header-main .header-menu .navbar .navbar-nav .nav-item {
    margin-left: 0;
}

.header-main .header-menu .navbar .navbar-nav .nav-link {
    padding: 10px;
    font-size: 16px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-main .header-menu .navbar .navbar-nav .nav-link::before {
    display: none;
}

.header-main .header-menu .navbar .dropdown .dropdown-menu {
    left: 0;
    border-radius: 20px;
}

.header-main .header-menu .navbar .dropdown.show .dropdown-menu {
    top: 50px;
}

.sec-slideshow .swiper-slideshow {
    height: 80vh;
}

.sec-slideshow .options-swiper .swiper-button {
    width: 70px;
    height: 70px;
}

.sec-slideshow .options-swiper .swiper-button.swiper-slider-next {
    right: 20px;
}

.sec-slideshow .options-swiper .swiper-button.swiper-slider-prev {
    left: 20px;
}

.sec-slideshow .page-scroll {
    width: 50px;
    height: 80px;
    font-size: 30px;
    bottom: 30px;
}

.sec-aboutus,
.sec-products,
.sec-news-dana,
.sec-supplier,
.sec-instagram,
.footer-main {
    margin-top: 80px;
}

.sec-products .swiper-products .swiper-slide {
    padding-bottom: 80px;
}

.sec-aboutus .image-about .half-images {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
    background-size: 230%;
}

.sec-aboutus .image-about .year-company {
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 260px;
    height: 100px;
}

.sec-aboutus .image-about .year-company .year {
    font-size: 24px;
}

.sec-aboutus .image-about .year-company .year strong {
    font-size: 50px;
}

.sec-aboutus .image-about .year-company .desc {
    font-size: 16px;
}

.sec-aboutus .content-about {
    margin-top: 50px;
}

.sec-aboutus .content-about .company {
    font-size: 30px;
    text-align: center;
}

.sec-aboutus .content-about .en-text {
    font-size: 20px;
    text-align: center;
}

.sec-aboutus .content-about .desc {
    font-size: 16px;
    line-height: 35px;
}

.btn-style-danapharma {
    width: 100%;
    padding: 15px;
    filter: none;
}

.btn-style-danapharma::before {
    clip-path: none;
    border-radius: 15px;
}

.btn-style-danapharma .text-btn {
    font-size: 18px;
}

.head-section-danapharma {
    flex-direction: column;
    justify-content: center;
}

.sec-catagories-dana {
    padding: 50px 0;
}

.sec-catagories-dana .item-ctg .box-ctg {
    height: 160px;
}

.sec-catagories-dana .item-ctg .box-ctg .title-ctg {
    font-size: 16px;
}

.sec-products .row-swiper .swiper-button {
    top: 36%;
    width: 60px;
    height: 60px;
    font-size: 16px;
}

.sec-products .row-swiper {
    padding-right: 20px;
}

.sec-slogan-dana {
    height: auto;
}

.sec-slogan-dana .content-box {
    flex-direction: column;
    padding: 50px 0;
}

.sec-slogan-dana .content-box .slogan-box {
    text-align: center;
}

.sec-slogan-dana .content-box .logo {
    margin: 0 auto;
    width: 80px;
    margin-bottom: 20px;
}

.sec-slogan-dana .content-box .text {
    line-height: 40px;
}

.sec-slogan-dana .content-box .text>span:nth-child(1) {
    font-size: 30px;
}

.sec-slogan-dana .content-box .text>span:nth-child(2) {
    font-size: 35px;
}

.sec-slogan-dana .content-box .text>strong {
    font-size: 45px;
}

.sec-slogan-dana .content-box .statistics-box {
    width: 100%;
}

.sec-slogan-dana .content-box .statistics-box .about-video {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

.sec-slogan-dana .content-box .statistics-box .btn-show-video {
    width: 100px;
    height: 100px;
    font-size: 24px;
}

.sec-slogan-dana .content-box .about-video .title {
    font-size: 20px;
}

.sec-slogan-dana .content-box .about-video .daana {
    font-size: 18px;
}

.sec-slogan-dana .content-box .statistics-box .list-stat {
    display: none;
}

.head-section-danapharma .title-sec {
    font-size: 18px;
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    filter: none;
}

.head-section-danapharma .title-sec::before {
    clip-path: none;
    border-radius: 15px;
}

.sec-products .row-swiper {
    padding: 0 20px;
}

.sec-products .swiper-products {
    width: 100%;
}

.sec-products .row-swiper .swiper-button.swiper-prd-prev {
    left: 40px;
}

.sec-products .row-swiper .swiper-button.swiper-prd-next {
    right: 40px;
    display: flex;
}

.head-section-danapharma .view-more {
    font-size: 16px;
}

.sec-catagories-dana .list-catagories {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-right: 10px;
    margin-top: 30px;
}

.sec-catagories-dana .item-ctg {
    width: 45%;
    padding: 10px;
    flex-shrink: 0;
}

.sec-catagories-dana .item-ctg .box-ctg .icon-ctg {
    height: 50px;
    margin-bottom: 20px;
}

.sec-news-dana .list-news {
    overflow-x: auto;
    flex-wrap: nowrap;
}

.sec-news-dana .list-news .box-news {
    height: 560px;
}

.sec-news-dana .list-news .box-news .image-news {
    height: 350px;
}

.sec-news-dana .list-news .box-news .image-news .date {
    width: 200px;
}

.sec-news-dana .list-news .box-news .content-news {
    padding: 20px;
}

.sec-news-dana .list-news .box-news .content-news .title {
    font-size: 20px;
}

.sec-news-dana .list-news .box-news .content-news .desc {
    font-size: 14px;
    line-height: 30px;
}

.sec-supplier .content-supplier {
    padding-left: 20px;
}

.sec-supplier .images-supplier {
    justify-content: center;
    margin-top: 50px;
}

.sec-supplier .title-main {
    font-size: 24px;
    text-align: center;
}

.sec-supplier .sub-title {
    font-size: 16px;
    text-align: center;
}

.sec-supplier .content-supplier .desc {
    font-size: 14px;
    line-height: 30px;
}

.sec-supplier .images-supplier .item-image {
    width: 48%;
    height: 300px;
    border-width: 3px;
}

.sec-supplier .images-supplier .item-image:first-child {
    margin: 0;
    top: -90px;
}

.sec-supplier .images-supplier .item-image .swiper img {
    height: 80px;
    top: -5px;
    bottom: auto;
}

.sec-supplier .images-supplier .item-image .swiper .title {
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
    height: 85px;
}

.sec-supplier .images-supplier .item-image .swiper.swiper-supplier-left .title {
    margin-bottom: 40px;
}

.sec-supplier .images-supplier .item-image .swiper.swiper-supplier-left img {
    bottom: -5px;
    top: auto;
}

.sec-supplier .media-supplier .year-company {
    right: 0;
    bottom: -75px;
}

.sec-supplier .media-supplier .year-company .year {
    font-size: 24px;
}

.sec-supplier .media-supplier .year-company .year strong {
    font-size: 50px;
}

.sec-supplier .media-supplier .year-company .desc {
    font-size: 16px;
}

.sec-instagram .content-ins .head .box-icon {
    font-size: 30px;
}

.sec-instagram .content-ins .head .id-text {
    font-size: 18px;
}

.sec-instagram .content-ins .desc {
    font-size: 16px;
}

.sec-instagram .content-ins .btn-view {
    font-size: 16px;
}

.sec-instagram .posts-ins .item-post {
    padding: 10px;
}

.sec-instagram .posts-ins {
    padding-right: 15px;
    margin-top: 30px;
}

.sec-instagram .posts-ins .box-post {
    height: 160px;
    border-radius: 25px;
}

.footer-main .footer-inner {
    max-height: none;
}

.footer-main .info-danapharma::before,
.footer-main .info-danapharma::after {
    display: none;
}

.footer-main .footer-inner::before {
    width: 100%;
    height: 55%;
}

.footer-main .logo-footer {
    right: 0;
    left: 0;
    width: 130px;
    height: 180px;
    margin: 0 auto;
}

.footer-main .logo-footer .logo-box>img {
    height: 60px;
}

.footer-main .logo-footer .logo-box .logo-text {
    line-height: 26px;
}

.footer-main .logo-footer .logo-box .logo-text>span {
    font-size: 14px;
}

.footer-main .logo-footer .logo-box .logo-text>strong {
    font-size: 33px;
}

.footer-main .logo-footer .logo-box .logo-text>span:last-child {
    font-size: 12px;
}

.footer-main .info-danapharma {
    padding: 20px;
}

.footer-main .info-danapharma .about-text {
    padding-left: 0;
    font-size: 16px;
    margin-top: 170px;
}

.footer-main .info-danapharma .list-contact .item-cnt {
    flex-direction: column;
}

.footer-main .info-danapharma .item-cnt i {
    display: inherit;
    margin: 0 0 20px;
}

.footer-main .info-danapharma .item-cnt .text p,
.footer-main .quick-links .list-links>li>a {
    font-size: 15px;
}

.footer-main .info-danapharma .item-cnt .text a {
    font-size: 20px;
}

.footer-main .quick-links .title-list {
    font-size: 22px;
    text-align: center;
}

.footer-main .quick-links .list-links>li {
    width: 45%;
}

.footer-main .quick-links .socials {
    justify-content: center !important;
}

.footer-main .quick-links .copyright {
    text-align: center;
    margin: 30px 0;
}

.footer-main .quick-links .copyright .text {
    font-size: 12px;
}

.footer-main .quick-links .copyright .designer {
    font-size: 14px;
}

.modal-daana .modal-header .modal-title {
    font-size: 16px;
}

.modal-daana .modal-header .close {
    width: 40px;
    height: 40px;
}

.modal-daana .video-daana {
    min-height: 200px;
}


/*---------------------- Pages ---------------------*/

.header-main.header-pages {
    top: 0;
    padding: 20px 0;
}

.content-main.content-pages {
    padding-top: 80px;
}

.content-main.content-pages .sec-aboutus {
    padding-bottom: 50px;
}

.content-main.content-pages .sec-aboutus .other-about {
    margin: 0;
}

.sec-products.sec-members .row.flex-nowrap {
    flex-wrap: wrap !important;
}

.sec-members .head-section-danapharma,
.sec-certificates .head-section-danapharma {
    margin-bottom: 0;
}

.sec-products.sec-members .box-product {
    margin-bottom: 15px;
}

.content-main.content-pages .sec-news-dana .list-news {
    margin-top: 0;
    flex-wrap: wrap;
}

.content-pages .pagination {
    gap: 5px;
}

.content-pages .pagination .page-link {
    width: 45px;
    height: 45px;
    font-size: 14px;
}

.content-pages .pagination .page-item:first-child .page-link,
.content-pages .pagination .page-item:last-child .page-link {
    font-size: 14px;
}

.content-pages .sec-news-dana .head-section-danapharma .title-sec {
    line-height: 1.8;
}

.content-pages .sec-news-dana .head-section-danapharma .view-more {
    margin-right: 0;
}

.content-pages .sec-news-dana .image-inner-news {
    height: 300px;
}

.content-pages .sec-news-dana .short-desc-news p {
    font-size: 16px;
}

.content-pages .sec-news-dana .main-desc-news p {
    font-size: 14px;
    line-height: 30px;
}

.content-pages .breadcrumb {
    display: none;
}

.content-pages .box-inner-page {
    padding: 15px;
}

.content-pages .sec-single-product .swiper-products-single {
    height: 350px;
}

.content-pages .sec-single-product .content-product .sub-title {
    font-size: 18px;
}

.content-pages .sec-single-product .content-product .title {
    font-size: 22px;
}

.sec-certificates .box-product {
    margin: 30px 0 0;
}

.content-pages .sec-contact .info-contact .box-map {
    height: 400px;
}

.content-pages .sec-contact .form-contact {
    padding-right: 15px;
    margin-top: 50px;
}

.content-pages .sec-contact .form-contact .desc-contact {
    font-size: 16px;
}

.content-pages .sec-contact .list-contact .item-cnt .desc p {
    font-size: 14px;
}

.content-pages .sec-contact .list-contact .item-cnt .desc a {
    font-size: 16px;
}

.content-pages .sec-contact .form-contact .btn-send {
    width: 100%;
    margin-top: 0;
}

.content-pages .sec-tables-api .box-table {
    margin-top: 15px;
}

.content-pages .sec-tables-api .box-table .table td,
.content-pages .sec-tables-api .box-table .table th {
    min-width: auto;
    white-space: nowrap;
}

.content-pages .sec-tables-api .box-table .table th {
    font-size: 16px;
}

.content-pages .sec-tables-api .box-table .table td {
    font-size: 12px;
}

.sec-instagram .content-ins .head .box-icon {
    width: 75px;
    height: 60px;
}

.sec-instagram .content-ins .head .id-text {
    height: 60px;
    text-align: left;
    padding: 0 30px 0 50px;
    width: 83%;
    margin-left: -15px;
    line-height: 20px;
}

.content-pages .sec-tables-api .head .box-icon::before {
    clip-path: polygon(50% 0.00%, 100% 0px, calc(100% - 20px) 100%, 100% 100%, 0px 100%, 0 0px);
}

.content-pages .sec-tables-api .head .id-text::before {
    clip-path: polygon(50% 0.00%, 100% 0px, 100% 100%, 100% 100%, 0px 100%, 20px 0px);
}

.content-pages .sec-multimedia .main-video .box-video {
    height: 235px;
    margin-bottom: 15px;
    border-radius: 20px;
    border-width: 3px;
}

.content-pages .sec-multimedia .main-video .box-video .box-icon-type {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    top: 15px;
    left: 15px;
    font-size: 20px;
}

.content-pages .sec-multimedia .main-video .box-video .content-media {
    padding: 10px;
    font-size: 12px;
    border-radius: 12px;
    bottom: 50px;
    width: 92%;
}

.content-pages .sec-multimedia .list-media .box-media {
    margin-bottom: 15px;
}

.content-pages .sec-contact .form-contact .form-group {
    margin-bottom: 15px;
}

.sec-contact .image-banner-page {
    width: 100%;
}

.content-pages .sec-tables-api .input-search-group {
    width: 100%;
    margin: 0 0 15px;
}

.content-pages .sec-tables-api .row-head-tables {
    flex-direction: column;
}

.sec-certificates .swiper-main-gallery {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.sec-certificates .swiper-thumbs-gallery {
    width: 100%;
}

.sec-certificates .swiper-thumbs-gallery .swiper-slide {
    height: 100px;
}

.sec-certificates .swiper-main-gallery .content-gallery {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.sec-certificates .swiper-main-gallery .content-gallery .title {
    font-size: 14px;
    line-height: 1.4;
}

.sec-certificates .swiper-main-gallery .swiper-button {
    width: 40px;
    height: 40px;
    font-size: 12px;
}

.sec-certificates .swiper-main-gallery .swiper-gallery-next {
    right: 15px;
}

.sec-certificates .swiper-main-gallery .swiper-gallery-prev {
    left: 15px;
}

.content-pages .box-inner-page {
    position: relative;
}

.content-pages .sec-single-product .swiper-products-single {
    height: 300px;
    margin-top: 110px;
}

.content-pages .sec-single-product .other-images-products {
    gap: 10px;
}

.content-pages .sec-single-product .other-images-products .item-oth-image {
    height: 70px;
    border-radius: 15px;
    border-width: 2px;
}

.content-pages .sec-single-product .other-images-products .item-oth-image.more-items>i {
    font-size: 30px;
}

.content-pages .sec-single-product .content-product {
    position: static;
    padding-top: 30px;
}

.content-pages .sec-single-product .content-product .content {
    width: 100%;
}

.content-pages .sec-single-product .content-product .head-product {
    position: absolute;
    flex-direction: column-reverse;
    align-items: flex-end;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 20px;
}

.content-pages .sec-single-product .content-product .sub-title {
    font-size: 16px;
}

.content-pages .sec-single-product .content-product .title {
    font-size: 20px;
}

.content-pages .sec-single-product .content-product .row-item-pr .title-row {
    font-size: 16px;
    margin: 0 0 5px;
}

.content-pages .sec-single-product .content-product .row-item-pr .desc-row,
.content-pages .sec-single-product .content-product .row-item-pr li,
.content-pages .sec-single-product .product-specifications .nav-link,
.content-pages .sec-single-product .product-specifications .tab-pane li,
.content-pages .sec-single-product .product-specifications .tab-pane p {
    font-size: 14px;
}

.content-pages .sec-single-product .content-product .row-item-pr ul {
    padding-right: 15px;
}

.content-pages .sec-single-product .product-specifications .title-box {
    font-size: 16px;
}

.content-pages .sec-single-product .product-specifications .tab-pane li,
.content-pages .sec-single-product .product-specifications .tab-pane p {
    line-height: 25px;
}

.content-pages .sec-single-product .product-specifications .nav-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.content-pages .sec-single-product .product-specifications .nav-tabs .nav-item {
    flex-shrink: 0;
}

.content-pages .sec-single-product .product-specifications .item-spc {
    width: 100%;
}

.content-pages .sec-single-product .product-specifications .item-spc .title,
.content-pages .sec-single-product .product-specifications .item-spc .desc {
    font-size: 12px;
}

.content-pages .sec-single-product .product-specifications .table td,
.content-pages .sec-single-product .product-specifications .table th {
    min-width: auto;
    white-space: nowrap;
    font-size: 14px !important;
}

.content-pages .sec-single-product .product-specifications .table td {
    font-size: 12px !important;
}

.content-pages .sec-single-product .other-content-product {
    position: relative;
}

.content-pages .sec-single-product .sec-products .row-swiper {
    padding: 0;
}

.content-pages .sec-single-product .sec-products .row-swiper .swiper-sml-next {
    right: 15px;
}

.content-pages .sec-single-product .sec-products .row-swiper .swiper-sml-prev {
    left: 15px;
}

.content-pages .sec-single-product .sec-products .swiper-products-similar {
    margin-top: 0;
}

.modal-daana .swiper-main-imagesprd {
    width: 100%;
    height: 350px;
}

.modal-daana .swiper-thumbs-imagesprd .swiper-slide {
    height: 75px;
}

.modal-daana .swiper-main-imagesprd .swiper-button {
    width: 50px;
    height: 50px;
    font-size: 14px;
}

.modal-daana .swiper-main-imagesprd .swiper-imagesprd-next {
    right: 15px;
}

.modal-daana .swiper-main-imagesprd .swiper-imagesprd-prev {
    left: 15px;
}

.sec-certificates .row-certificates{
    padding: 0;
    margin-top: 0;
    flex-direction: column-reverse;
}
.sec-certificates .row-swiper{
    height: auto;
    margin-top: 20px;
    padding: 0 20px;
}
.sec-certificates .swiper-main-gallery .swiper-slide img{
    height: 250px;
}
.sec-certificates .row-swiper .swiper-button{
    right: auto;
    top: 20%;
}
.sec-certificates .row-swiper .swiper-gallery-prev{
    left: -40px;
    transform: rotate(-90deg);
}
.sec-certificates .row-swiper .swiper-gallery-next{
    right: -40px;
    transform: rotate(-90deg);
}
.content-pages .sec-contact .form-contact .form-group .note-input{
    font-size: 11px;
}
.content-pages .sec-single-product .box-content-single .head-product{
    position: relative;
    padding: 0;
    margin: 0 0 10px;
}
.content-pages .sec-single-product .box-content-single hr{
    margin: 0;
}
.content-pages .sec-single-product .box-content-single .content-product{
    padding: 10px 20px;
}
.sec-login-page .box-login{
    padding: 20px;
    border-radius: 20px;
}
.sec-login-page .box-login .title-login{
    font-size: 20px;
}
.sec-login-page .box-login .desc-login{
    font-size: 13px;
    margin: 0 0 30px;
}
.sec-login-page .box-login .btn-send{
    font-size: 16px;
}
.sec-login-page .box-login .again-code{
    font-size: 12px !important;
}
.sec-contact .head-jobs-page{
    flex-direction: column;
}
.sec-contact .head-jobs-page .desc-contact{
    margin: 0 !important;
}
.sec-contact .btn-download-file{
    width: 100%;
    margin-top: 0;
}