
/* menu & logo
***********************************************************************************************************************/

.menu-bar
{
    background-color: #ffffff;
    width: 100%;
    min-width: 320px;
    float: right;
    position: relative;
    z-index: 2;
}

/* *** */

.menu-bar .col-right
{
    width: calc(100% - 100px);
    float: right;
}
.menu-bar .col-left
{
    width: 100px;
    float: left;
}

/* *** */

.menu-bar .logo
{
    width: 100%;
    height: auto;
    text-align: left;
    float: left;
    position: relative;
    z-index: 10;
}
.menu-bar .logo img
{
    height: 40px;
    margin-top: 7px;
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
}
.menu-bar .title
{
    color: transparent;
    font-size: 10pt;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* *** */

.menu-bar ul
{
    float: right;
    padding: 0;
    margin: 0;
}
.menu-bar li
{
    height: 54px;
    float: left;
    margin: 0 0 0 20px;
    position: relative;
}
.menu-bar ul ul li
{
    width: 100%;
    height: auto;
    margin: 0;
}
.menu-bar ul ul
{
    background-color: #f1f1f1;
    width: 200px;
    display: none;
    margin: 0;
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 100;
}
.menu-bar ul ul ul
{
    top: 0;
    right: 100%;
}
.menu-bar li a, .menu-bar li a:visited
{
    width: 100%;
    color: #444444;
    line-height: 54px;
    float: right;
    padding: 0;
    z-index: 1000;
}
.menu-bar ul ul li a
{
    line-height: 2em !important;
    padding: 5px 10px !important;
}
.menu-bar li a:hover, .menu-bar ul > li:hover > a
{
    color: #f15a29;
}
.menu-bar ul ul li a:hover, .menu-bar ul ul > li:hover a
{
	color: #f15a29;
}
.menu-bar ul ul ul > li:hover a:hover
{
	color: #f15a29;
}
.menu-bar ul > li:hover > ul
{
    display: block;
}

/* *** */

.mm-menu_rtl.mm-menu_offcanvas
{
    z-index: 10;
}

/* *** */

@media (max-width: 1300px)
{
    .menu-bar li a, .menu-bar li a:visited
    {
        /*padding: 0 8px;*/
    }
}
@media (max-width: 992px)
{
    .menu-side-box
    {
        display: block;
        margin: 0;
    }
    .btn-side-menu, .btn-side-menu:focus
    {
        width: 30px !important;
        height: 54px !important;
        line-height: 54px !important;
        color: #888888 !important;
        font-size: 14pt;
        text-align: center;
        float: right;
        padding: 0;
        margin: 0;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .menu-bar .menu
    {
        display: none;
    }
}
@media (max-width: 500px)
{
    .menu-bar:before
    {
        top: 46px;
    }

    .menu-bar .col-right
    {
        width: calc(100% - 90px);
    }
    .menu-bar .col-left
    {
        width: 90px;
    }

    .menu-bar .logo img
    {
        height: 26px;
    }

    .menu-bar li
    {
        height: 46px;
    }
    .menu-bar ul ul
    {
        top: 46px;
    }
    .menu-bar li a, .menu-bar li a:visited
    {
        line-height: 46px;
    }
    .btn-side-menu, .btn-side-menu:focus
    {
        height: 46px !important;
        line-height: 46px !important;
    }
}

/*
***********************************************************************************************************************/

.main-content
{
    width: 100%;
    float: right;
    clear: both;
}/*
.body-home .main-content
{
    margin-top: -30px;
}*/

.page-content
{
    width: 100%;
    min-height: 500px;
    float: right;
    /*padding: 70px 0 100px 0;*/
    /*padding: 70px 0 150px 0;*/
    position: relative;
}
.page-content .des
{
    text-align: justify;
    line-height: 2em;
}
.page-content .des p:last-child
{
    margin-bottom: 0;
}
.page-content .des img
{
    width: 100%;
    max-width: 600px;
    height: auto !important;
    margin: 0 auto;
}
.page-content .des ul li
{
    list-style: disc;
    margin-left: 50px;
}
.page-content .des ol li
{
    list-style: decimal;
    margin-left: 50px;
}

/* *** */

@media (max-width: 767px)
{
    /*.body-home .main-content*/
    /*{*/
    /*    margin-top: -20px;*/
    /*}*/
}
@media (max-width: 500px)
{
    /*.body-home .main-content*/
    /*{*/
    /*    margin-top: -10px;*/
    /*}*/
}

/* header
***********************************************************************************************************************/

.header-bar
{
    background-color: #fafafa;
    padding: 30px 0;
    margin-bottom: 50px;
}
.header-bar .header-box
{
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.header-bar .col-image
{
    width: 100%;
    height: 43.75%;
    margin: 0 auto;
    position: relative;
}
.header-bar .col-image:before
{
    content: "";
    display: block;
    padding-top: 43.75%;
}
.header-bar .col-image img
{
    width: 100%;
    height: 100%;
    padding: 5px;
    border: 1px solid #888888;
    border-radius: 30px 30px 30px 0;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.header-bar .col-slide .swiper-slide .image-box
{
    width: 100%;
    height: 43.75%;
    margin: 0 auto;
    position: relative;
}
.header-bar .col-slide .swiper-slide .image-box:before
{
    content: "";
    display: block;
    padding-top: 43.75%;
}
.header-bar .col-slide .swiper-slide .image-box img
{
    width: 100%;
    height: 100%;
    padding: 5px;
    border: 1px solid #888888;
    border-radius: 30px 30px 30px 0;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.header-bar .col-slide .swiper-pagination
{
    width: auto;
    height: 10px;
    line-height: 1.5em;
    top: auto;
    bottom: 15px;
    right: 50%;
    left: auto;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.header-bar .col-slide .swiper-pagination .swiper-pagination-bullet
{
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    float: right;
    margin: 0 2px 0 2px;
    border-radius: 100%;
    opacity: 0.6;
    -moz-opacity: 0.6;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-bar .col-slide .swiper-pagination .swiper-pagination-bullet-active
{
    background-color: #f5f5f5;
    height: 10px;
    margin: 0 2px;
    opacity: 0.9;
    -moz-opacity: 0.9;
}

.header-bar .col-title-des
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-bar .col-title-des .header-title
{
    color: #f15a29;
    font-size: 24pt;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.header-bar .col-title-des .header-des
{
    width: 100%;
    color: #888888;
    float: left;
    margin-top: 15px;
}

.header-bar .col-title-des .breadcrumb
{
    background: none;
    width: 100%;
    font-size: 9pt;
    color: #444444;
    float: left;
    padding: 0;
    margin: 0;
}
.header-bar .col-title-des .breadcrumb > li + li:before
{
    color: #444444;
    font-family:"Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    content: "\f30b";
    vertical-align: middle;
    opacity: 0.7;
}
.header-bar .col-title-des .breadcrumb li span
{
    display: inline-block;
}
.header-bar .col-title-des .breadcrumb a, .header-bar .col-title-des .breadcrumb a:visited
{
    color: #444444;
    display: inline-block;
}
.header-bar .col-title-des .breadcrumb a:hover
{
    color: #f15a29;
}

/* *** */

@media (max-width: 767px)
{
    .header-bar .header-box
    {
        width: auto;
        display: block;
    }

    .header-bar .col-title-des
    {
        padding-bottom: 0;
    }
}

/* home
***********************************************************************************************************************/

.page-home .col-news .link
{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    position: relative;
}
.page-home .col-news .link .image-box
{
    width: 100%;
    height: 43.75%;
    position: relative;
}
.page-home .col-news .link .image-box:before
{
    content: "";
    display: block;
    padding-top: 43.75%;
}
.page-home .col-news .link .image-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.page-home .col-news .link .title
{
    background: rgba(0, 0, 0, 0.75);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    line-height: 1.5em;
    color: #ffffff;
    font-size: 11pt;
    padding: 30px 15px 15px 15px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.page-home .col-news .link:hover .title
{
    color: #f15a29;
}

/* *** */

@media (max-width: 767px)
{
    .page-home .col-news
    {
        margin-top: 30px;
    }
}

/* faq
***********************************************************************************************************************/

.page-faq .question-answer-box
{
    margin: 0 0 30px 0;
}
.page-faq .question-answer-box .question
{
    line-height: 1.5em;
    font-size: 16pt;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.page-faq .question-answer-box .question .icon
{
    color: #b1b1b1;
    font-size: 6pt;
    margin-right: 10px;
}
.page-faq .question-answer-box .answer
{
    font-size: 12pt;
    text-align: justify;
    line-height: 1.7em;
    padding: 15px 0 0 0;
    margin: 0;
}

/* page-contact
***********************************************************************************************************************/

.page-contact .col-contact-data-map .contact-data-item
{
    width: 100%;
    display: inline-flex;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}
.page-contact .col-contact-data-map .contact-data-item .icon
{
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #f15a29;
    font-size: 14pt;
    display: inline-block;
    border-radius: 100%;
    position: relative;
}
.page-contact .col-contact-data-map .contact-data-item .data
{
    color: #444444;
    font-size: 11pt;
    text-align: center;
    line-height: 2em;
    padding: 0 10px;
}
.page-contact .col-contact-data-map .contact-data-item .data.mail
{
    letter-spacing: 1px;
}

/* *** */

.page-contact .col-contact-data-map .map
{
    background-color: #fafafa;
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
}
.page-contact .col-contact-data-map .map .gmnoprint, .page-contact .col-contact-data-map .map a, .page-contact .col-contact-data-map .map button
{
    display: none;
}

/* *** */

.page-contact .col-contact-data-map .contact-data-des
{
    padding-top: 15px;
    border-top: 1px solid #e8e8e8;
}

/* *** */

.page-contact .col-form .title-box
{
    color: #444444;
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
}
.page-contact .col-form form
{
    width: 100%;
    float: left;
}
.page-contact .col-form .form-group.form-field-star
{
    margin-bottom: 30px;
}
.page-contact .col-form .form-field-star:after
{
    color: #a9a9a9;
}
.page-contact .col-form input, .page-contact .col-form textarea
{
    background-color: #ffffff;
    height: 40px;
    padding: 5px 35px 5px 10px;
    margin-bottom: 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    border: 1px solid #cdcdcd;
    resize: none;
}
.page-contact .col-form input:focus, .page-contact .col-form textarea:focus
{
    box-shadow: inset 0 0 0 0 transparent;
}
.page-contact .col-form textarea
{
    height: 120px;
}

.page-contact .col-form button
{
    background-color: #f15a29;
    width: auto;
    color: #ffffff;
    font-size: 12pt;
    float: left;
    padding: 6px 20px;
    margin: 0;
    border: 0;
    overflow: hidden;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    position: relative;
}
.page-contact .col-form button:before, .page-contact .col-form button:after
{
    background-color: #d71100;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.page-contact .col-form button:after
{
    background-color: #900c00;
    right: auto;
    left: -100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.page-contact .col-form button:focus:before, .page-contact .col-form button:hover:before
{
    right: 0;
}
.page-contact .col-form button:focus:after, .page-contact .col-form button:hover:after
{
    left: 0;
}
.page-contact .col-form button span
{
    position: relative;
    z-index: 1;
}
.page-contact .col-form button .icon
{
    font-size: 14pt;
    float: left;
    margin-right: 7px;
}



/* *** */

@media (max-width: 767px)
{
    /*.page-contact .map-box*/
    /*{*/
    /*    width: 100%;*/
    /*    height: 400px !important;*/
    /*}*/
    /*.page-contact .col-form*/
    /*{*/
    /*    width: 100%;*/
    /*}*/
}
@media (max-width: 650px)
{
    .page-contact div[class*="col-"]
    {
        width: 100%;
    }

    .page-contact .col-form
    {
        margin-top: 30px;
    }
}

/* bottom
***********************************************************************************************************************/

.bottom-bar
{
    width: 100%;
    float: right;
    padding-top: 75px;
    margin-bottom: 15px;
    position: relative;
}

/* *** */

.bottom-bar .col-certificate
{
	text-align: center;
	margin-bottom: 50px;
}
.bottom-bar .col-certificate img
{
	width: 36px;
	margin: 7px;
}

/* *** */

.bottom-bar .link-tel .col-menu ul
{
    float: left;
    margin: 0;
    padding: 0;
}
.bottom-bar .link-tel .col-menu ul li
{
    width: auto;
    font-size: 10pt;
    text-align: left;
    float: left;
}
.bottom-bar .link-tel .col-menu ul li a, .bottom-bar .link-tel .col-menu ul li a:visited
{
    height: 100%;
    color: #444444;
    float: left;
    margin: 0 14px 0 0;
}
.bottom-bar .link-tel .col-menu ul li a:hover
{
    color: #f15a29;
}

.bottom-bar .link-tel .col-tel
{
    color: #444444;
    text-align: right;
}

/* *** */

.bottom-bar .divider-bar
{
    background-color: #e8e8e8;
    width: 100%;
    height: 1px;
    float: right;
    margin: 15px 0;
}

/* *** */

.bottom-bar .copy-right-social
{
    text-align: left;
}
.bottom-bar .copy-right-social .col-copy-right
{
    color: #888888;
    font-size: 9pt;
}
.bottom-bar .copy-right-social .col-copy-right a, .bottom-bar .copy-right-social .col-copy-right a:visited
{
    color: #888888;
}
.bottom-bar .copy-right-social .col-copy-right a:hover
{
    color: #f15a29;
}

/* *** */

@media screen and (max-width: 767px)
{
	.bottom-bar .col-certificate img
	{
		width: 24px;
	}

	.bottom-bar .link-tel .col-menu ul
	{
		width: 100%;
		text-align: center;
	}
	.bottom-bar .link-tel .col-menu ul li
	{
		display: inline-block;
		float: none;
	}

	.bottom-bar .link-tel .col-tel
	{
		text-align: center;
		margin-top: 15px;
	}

	.bottom-bar .copy-right-social
	{
		text-align: center;
	}
	.bottom-bar .copy-right-social .social-box
	{
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
	.bottom-bar .copy-right-social .social-box li
	{
		display: inline-block;
		float: none;
	}
}

/*
***********************************************************************************************************************/

.social-box
{
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.social-box li
{
    float: right;
    margin: 0 2px;
}
.social-box li a, .social-box li a:visited
{
    width: 35px;
    height: 35px;
    color: #888888;
    font-size: 14pt;
    float: right;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.social-box li a:hover
{
    color: #f15a29;
}
.social-box li a i
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* page-explanatory-page-view
***********************************************************************************************************************/

.page-explanatory-page-view .des
{
    width: 100%;
    color: #444444;
}

.page-explanatory-page-view .des .page-des-container
{
    margin: 0 -15px;
}
.page-explanatory-page-view .des .page-des-container .col
{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
}
.page-explanatory-page-view .des .page-des-container .col img
{
    width: 100% !important;
}
.page-explanatory-page-view .des p
{
    clear: both;
}

.page-explanatory-page-view .col-image-album
{
    margin-top: 30px;
}
.page-explanatory-page-view .col-image-album .image-box
{
    width: 100%;
    height: 100%;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
    position: relative;
}
.page-explanatory-page-view .col-image-album .image-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-explanatory-page-view .col-image-album .image-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.page-explanatory-page-view .col-image-slide .swiper-slide .image-box
{
    max-width: 400px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.page-explanatory-page-view .col-image-slide .swiper-slide .image-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-explanatory-page-view .col-image-slide .swiper-slide .image-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.page-explanatory-page-view .col-image-slide .swiper-pagination
{
    width: auto;
    height: 10px;
    line-height: 1.5em;
    top: auto;
    bottom: 15px;
    right: 50%;
    left: auto;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.page-explanatory-page-view .col-image-slide .swiper-pagination .swiper-pagination-bullet
{
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    float: right;
    margin: 0 2px 0 2px;
    border-radius: 100%;
    opacity: 0.6;
    -moz-opacity: 0.6;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-explanatory-page-view .col-image-slide .swiper-pagination .swiper-pagination-bullet-active
{
    background-color: #f5f5f5;
    height: 10px;
    margin: 0 2px;
    opacity: 0.9;
    -moz-opacity: 0.9;
}

/* *** */

@media screen and (max-width: 767px)
{
    .page-explanatory-page-view .col-image-slide
    {
        margin-top: 50px;
    }

    .page-explanatory-page-view .des .page-des-container .col
    {
        width: 100%;
    }
}

/* product
***********************************************************************************************************************/

.page-product .product-bar .product-box
{
    width: 100%;
    text-align: center;
    float: right;
    margin-bottom: 30px;
    position: relative;
}
.page-product .product-bar .product-box .img-box
{
    width: 100%;
    height: 43.75%;
    float: right;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.page-product .product-bar .product-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 43.75%;
}
.page-product .product-bar .product-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
}
.page-product .product-bar .product-box .title
{
    width: 100%;
    color: #444444;
    font-size: 11pt;
    text-align: center;
    line-height: 2em;
    float: right;
    margin: 20px 0 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.page-product .product-bar .product-box:hover .title
{
    color: #f15a29;
}

/* *** */

@media (max-width: 350px)
{
    .page-product .product-bar div[class*="col-"]
    {
        width: 100%;
    }
}

/* product-view
***********************************************************************************************************************/

.page-product-view .col-image .img-box
{
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
    position: relative;
}
.page-product-view .col-image .img-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-product-view .col-image .img-box img
{
    width: 100%;
    height: 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

/* *** */

.page-product-view .product-other-bar
{
    margin-top: 100px;
}

.page-product-view .product-other-bar .title-main
{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.page-product-view .product-other-bar .product-box
{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    float: right;
    /*padding: 15px;*/
    position: relative;
}
.page-product-view .product-other-bar .product-box .img-box
{
    width: 100%;
    height: 43.75%;
    float: right;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.page-product-view .product-other-bar .product-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 43.75%;
}
.page-product-view .product-other-bar .product-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.page-product-view .product-other-bar .product-box .title
{
    width: 100%;
    color: #444444;
    font-size: 11pt;
    text-align: center;
    line-height: 2em;
    float: right;
    margin: 20px 0 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.page-product-view .product-other-bar .product-box:hover .title
{
    color: #f1592a;
}

.page-product-view .product-other-bar .swiper-button-box
{
    text-align: center;
    margin-top: 50px;
    direction: rtl;
}
.page-product-view .product-other-bar .swiper-button-next, .page-product-view .product-other-bar .swiper-button-prev
{
    background-image: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    color: #999999;
    font-size: 20pt;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    display: inline-block;
    opacity: 1;
    -moz-opacity: 1;
    position: relative;
    right: 0;
    left: auto;
}
.page-product-view .product-other-bar .swiper-button-next
{
    right: auto;
    left: 0;
}
.page-product-view .product-other-bar .swiper-button-next:hover, .page-product-view .product-other-bar .swiper-button-prev:hover
{
    color: #f1592a;
}
.page-product-view .product-other-bar .swiper-button-disabled
{
    color: rgba(153, 153, 153, 0.4) !important;
    pointer-events: auto;
}
.page-product-view .product-other-bar .swiper-button-next .icon, .page-product-view .product-other-bar .swiper-button-prev .icon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* *** */

@media (max-width: 767px)
{
    .page-product-view
    {
        background-size: 1000px;
        background-position: top right;
    }

    .page-product-view .col-image .img-box
    {
        text-align: center;
        margin-bottom: 30px;
    }
    .page-product-view .col-image .img-box:before
    {
        content: unset;
    }
    .page-product-view .col-image .img-box img
    {
        max-width: 300px;
        float: none;
        position: relative;
    }
}

/* news
***********************************************************************************************************************/

.page-news .news-bar .news-box
{
    width: 100%;
    text-align: center;
    float: right;
    margin-bottom: 30px;
    position: relative;
}
.page-news .news-bar .news-box .img-box
{
    width: 100%;
    height: 43.75%;
    float: right;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.page-news .news-bar .news-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 43.75%;
}
.page-news .news-bar .news-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
}
.page-news .news-bar .news-box .title
{
    width: 100%;
    color: #444444;
    font-size: 11pt;
    text-align: center;
    line-height: 2em;
    float: right;
    margin: 20px 0 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.page-news .news-bar .news-box:hover .title
{
    color: #f15a29;
}

/* *** */

@media (max-width: 350px)
{
    .page-news .news-bar div[class*="col-"]
    {
        width: 100%;
    }
}

/* news-view
***********************************************************************************************************************/

.page-news-view .col-image .img-box
{
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
    position: relative;
}
.page-news-view .col-image .img-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-news-view .col-image .img-box img
{
    width: 100%;
    height: 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

/* *** */

.page-news-view .news-other-bar
{
    margin-top: 100px;
}

.page-news-view .news-other-bar .title-main
{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.page-news-view .news-other-bar .news-box
{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    float: right;
    padding: 15px;
    position: relative;
}
.page-news-view .news-other-bar .news-box .img-box
{
    width: 100%;
    height: 43.75%;
    float: right;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.page-news-view .news-other-bar .news-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 43.75%;
}
.page-news-view .news-other-bar .news-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.page-news-view .news-other-bar .news-box .title
{
    width: 100%;
    color: #444444;
    font-size: 11pt;
    text-align: center;
    line-height: 2em;
    float: right;
    margin: 20px 0 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.page-news-view .news-other-bar .news-box:hover .title
{
    color: #f1592a;
}

.page-news-view .news-other-bar .swiper-button-box
{
    text-align: center;
    margin-top: 50px;
    direction: rtl;
}
.page-news-view .news-other-bar .swiper-button-next, .page-news-view .news-other-bar .swiper-button-prev
{
    background-image: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    color: #999999;
    font-size: 20pt;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    display: inline-block;
    opacity: 1;
    -moz-opacity: 1;
    position: relative;
    right: 0;
    left: auto;
}
.page-news-view .news-other-bar .swiper-button-next
{
    right: auto;
    left: 0;
}
.page-news-view .news-other-bar .swiper-button-next:hover, .page-news-view .news-other-bar .swiper-button-prev:hover
{
    color: #f1592a;
}
.page-news-view .news-other-bar .swiper-button-disabled
{
    color: rgba(153, 153, 153, 0.4) !important;
    pointer-events: auto;
}
.page-news-view .news-other-bar .swiper-button-next .icon, .page-news-view .news-other-bar .swiper-button-prev .icon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* *** */

@media (max-width: 767px)
{
    .page-news-view
    {
        background-size: 1000px;
        background-position: top right;
    }

    .page-news-view .col-image .img-box
    {
        text-align: center;
        margin-bottom: 30px;
    }
    .page-news-view .col-image .img-box:before
    {
        content: unset;
    }
    .page-news-view .col-image .img-box img
    {
        max-width: 300px;
        float: none;
        position: relative;
    }
}

/*
***********************************************************************************************************************/

.page-404
{
    height: 100%;
    padding: 0;
    position: relative;
    margin-top: 52px;
}

.page-404 img
{
    width: 100%;
    max-width: 400px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
}

/*
***********************************************************************************************************************/
