/* 
    Created on : 2021/10/19, 9:19:45
    Author     : p-duc
*/
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap');

@import 'open-iconic-bootstrap.min.css';
@import 'animate.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
@import 'magnific-popup.css';
@import 'aos.css';
@import 'ionicons.min.css';
@import 'bootstrap-datepicker.css';
@import 'jquery.timepicker.css';
@import 'flaticon.css';
@import 'icomoon.css';
@import 'style.css';
@import 'style_2.css';
@import 'index.css';

body{
    color: #0d1e3d;
    font-family: dnp-shuei-mincho-pr6,sans-serif;
}
.left_txt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
}


.sg_banner{    
    margin-top: 10px;
    font-size: 13px;
}
.banner_fix1{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: space-around;
    padding-right: 0;
}
.banner_fix2{
    text-align: center;
}
.banner_fix2 img{
    max-height: 120px;
}
.gs_sm_logo{
    display: none;
}
.banner_fix3{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-content: space-around;
    padding-left: 0;
}
.banner_fix3 a{
    padding-left: 20px;     
}

.ftco-navbar-light{
    z-index: 999;
}
.navbar-expand-lg .navbar-nav{
    margin: 0 auto;
}
.navbar-expand-lg .navbar-nav li{
    text-align: center;
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link{
    font-size: 15px;
    padding: 20px 0 0 0;
    margin-left: 14px;
    margin-right: 14px;    
    font-weight: 500;
    color: #0d1e3d;
    letter-spacing: 1px;        
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link:after{
    position: absolute;
    content: '';
    height: 1px;
    bottom: 17px;
    visibility: hidden;
    left: 0;
    width: 0;
    transform: scaleX(0);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ftco-navbar-light.scrolled .nav-item .nav-link:after{
    bottom: 33px;
}
.navbar-expand-lg .navbar-nav li:hover .nav-link:after{
    width: 100%;
    background: #0d1e3d;
    visibility: visible;
    transform: scaleX(1);
}
.nav-link p{    
    font-family: "Lora", Georgia, serif;
    font-size: 11px;
    letter-spacing: 0px;
    margin-bottom: 0;
    margin-top: -2px;
}

#home-section{    
    padding: 0;
    opacity: 0;
    transition: 0.2s;
    overflow: hidden;   
    width: 100%;
    position: relative;
}
.slider-img{
    position: relative;
}
.slider-img p{
    position: absolute;
    z-index: 10;
    font-size: 28px;
    color: #fff;
    height: 600px;
    opacity: 0; 
    letter-spacing: 2px;    
    margin: 5% 0 0 0;  
    text-shadow: -4px -4px 4px black;  
}
.slider-img p span{
    margin-top: -15px;
    margin-bottom: 5px;
}
.slider-img .hide_img1{
    left: 75%;
}
.slider-img .hide_img2{
    left: 65%; 
}
.slider-img .hide_img3{
    left: 55%;
}
.slider-img .hide_img4{
    left: 45%;
}
.slider-img .hide_img5{
    left: 35%;
}
.slider-img .hide_img6{
    left: 25%;
}
.slider-img .hide_img7{
    top: 0;
    margin-top: 345px;
    height: 255px;
    left: 7%;
    background-color: #0d1e3d;
    color: #fff;
    font-size: 20px;
    padding: 15px 2px 10px;
    border:1px #fff inset;
    /*cursor: pointer;*/
}
.slider-img .hide_img7 i{
    position: relative;
    margin-top: 2px;
}
.slider-img .hide_img7 i{
    -webkit-animation: 2s ease infinite scoll_up;
    -moz-animation: 2s ease infinite scoll_up;
    animation: 2s ease infinite scoll_up;
}
@-webkit-keyframes scoll_up {
    100% {
        margin-top: 18px;
        opacity: 1; }
    30% {
        opacity: 1; }
    0% {
        margin-top: 2px;
        opacity: 0; 
    } 
}
.slider-img .hide_img7 i strong{
    position: absolute;
    top: 6px;
    right: 9px;
    font-size: 12px;
    transform: rotate(180deg);
    color: #fff;
}
.slider-img .hide_img7 i:before {
    content: '';
    position: absolute;
    right: 8px;
    top: 58px;
    transform: rotate(50deg);
    width: 11px;
    height: 1px;
    background-color: #fff;
}
.slider-img .hide_img7 i:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 9px;
    width: 1px;
    height: 58px;
    background-color: #fff;
}

#home-section,.owl-carousel.home-slider .slider-item,
.owl-carousel.home-slider .slider-item .slider-text{
    height: 700px;
}
.owl-carousel .owl-stage-outer{
    border-radius: 0px;
}
.owl-carousel.home-slider{
    height: unset;
}
.owl-carousel.home-slider .owl-dots{
    display: block;
}
.owl-carousel.home-slider .owl-dots{
    bottom: 10px;
}
.owl-carousel.home-slider .owl-dots .owl-dot.active{
    background: #0d1e3d;
}
.owl-carousel.home-slider .owl-item .slider-item{
    transition: transform 8s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: scale(1, 1);
    width: 100%;
}
.owl-carousel.home-slider .owl-item.active .slider-item{
    transform: scale(1.08, 1.08);
}
.owl-carousel .owl-item{
   opacity: 0;
}
.gs_nav-items{
    display: none;
}
.ftco-navbar-light.scrolled .gs_sm_logo{
    display: block;
}
.gs_sm_logo img{
    max-height:60px;
}

/** NEWS **/
.ss_news {
    max-width: 768px;
    margin: 60px auto 100px;
}
.ss_news .div_row {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ss_news .news_col1 {
    width: 40px;
    margin-left: 10px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #0d1e3d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ss_news .news_col1 .news_name {
    padding-top: 10px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: 600;
    color: #0d1e3d;
    letter-spacing: 3px;
    padding: 0;
}
.ss_news .news_col1 strong {
    position: absolute;
    right: 30px;
    bottom: -35px;
    color: #0d1e3d;
}
.arrow_right2 {
    position: relative;
}
.arrow_right2:after {
    position: absolute;
    top: 9px;
    left: 7px;
    opacity: 1;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 4.5px 5px;
    border-color: transparent transparent transparent #0d1e3d;
    transform: rotate(0deg);
    transition: 0.5s;
}
.news_col1 strong:hover .arrow_right2:after{
    left: 15px;
}
.ss_news .news_col2 {
    max-width: 83%;
    padding-right: 10px;
}

ul.home_news_list {
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0;
    margin-bottom: 0;
}
.comment-section:hover::-webkit-scrollbar-track{
    display: none;
}
.comment-section::-webkit-scrollbar{
    width: 5px;
    background-color: #ccc;
}
.comment-section::-webkit-scrollbar-thumb{
    background-color: #9a5a51;
    border: 1px solid #9a5a51;
}
.comment-section:hover::-webkit-scrollbar{
    width: 8px;
}
ul.home_news_list li {
    list-style-type: none;
    padding-left: 20px;
    cursor: pointer;
}
ul.home_news_list li a {   
    padding: 0 0 7px 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ededed;
}
ul.home_news_list li a:hover {
    text-decoration: none;
     display: flex;
}
.comment-section a:not([href]):not([tabindex]){
     display: -webkit-box;
}
ul.home_news_list li a span.date {
    width: 120px;
    font-size: 14px;
    color: #3e3a39;
    display: block;     
    position: relative;    
    transition: 0.5s;
}
ul.home_news_list li a span.date::after {
    position: absolute;
    top: 5px;
    left: -30px;
    opacity: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 4.5px 5px;
    border-color: transparent transparent transparent #0d1e3d;
    transform: rotate(0deg);
    transition: 0.5s;
}
ul.home_news_list li.news_check span.date:before{
    position: absolute;
    right: -27px;
    top: -4px;
    font-size: 12px;
    line-height: 30px;
    color: #9a5a51;
    font-weight: bold;
    content: "NEW";
}
ul.home_news_list li:hover span.date::after {
    left: -15px;
    opacity: 1;
}
ul.home_news_list li a span.text {
    font-size: 15px;
    color: #000;
    padding-left: 50px;
    padding-right: 5px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    position: relative;
}
ul.home_news_list li a span.news_max_text {
    color: rgba(0, 0, 0, 0.7);
}
/** NEWS **/

/** product **/
.ftco-category .category-wrap,
.ftco-category .category-wrap-2{
    box-shadow: -2px 4px 9px 0px rgb(13 30 61 / 25%);
}

.ftco-category .category-wrap-2 .text h2{
    margin-top: 15px;
}
.ftco-category .category-wrap .text h2{
    font-family: dnp-shuei-mincho-pr6,sans-serif;
}
.sg-fix-title {
    font-size: 20px;
}
.product .img-prod{
    border-bottom: 0.5px solid rgba(13,30,61,0.25);
}
.product .text{
    box-shadow: -2px 4px 9px 0px rgba(13,30,61,0.25);
}
.ftco-category .category-wrap-2 .text p .btn-primary{
    box-shadow: 6px 8px 36px -11px rgba(0,0,0,0.5);
    padding: 5px 15px 10px;
}
.heading-section .gs_title_fix{
    font-family:dnp-shuei-mincho-pr6,sans-serif;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.product .img-prod span.status{
    right: 0;
    padding: 2px 7px 5px;
}
.product .text .bottom-area a span{
    padding-bottom: 5px;
}
.product .text .bottom-area a i{
    font-size: 20px;
}
.product .text h3 a{
    font-weight: 600;
}

.gs_spad{
    padding: 50px 0;   
}
.heading-section div{  
    margin: 0 auto;
    font-size: 27px;
}
.heading-section .icon{
    -webkit-animation: 2s ease infinite wheel-big;
    -moz-animation: 2s ease infinite wheel-big;
    animation: 2s ease infinite wheel-big;
}
@-webkit-keyframes wheel-big {
  100% {
    font-size: 27px;
    opacity: 1; 
  }
  30% {
    font-size: 23px;
  }
  0% {
    font-size: 27px;
    opacity: 0; 
  } 
}
.slider_scroll .simply-scroll{
    width: 100%;
    margin: 0 auto;
    height: 200px;   
}
.slider_scroll .simply-scroll .simply-scroll-clip{
    width: 100%;
    height: 200px;
    border-radius: 10px;
}
#ss_scroller li{
    width: 250px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
} 
#ss_scroller li a{
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #fff;
    border:1px solid #0d1e3d;
    background: #0d1e3d;
    width: 36px;
    height:36px;
    padding: 4px 4px 10px 10px;
    border-radius: 50%;
}
#ss_scroller li span{
    position: absolute;
    bottom: 5px;
    left: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #2b2c2c;
    padding: 0 5px 2px;
    color: #fff;
    border-radius: 5px;
    background-color: rgba(13,30,61,0.7);
}
#ss_scroller li a i{    
    font-size: 20px;
    transition: 0.3s;
}
#ss_scroller li a:hover{    
    background: #fff;
}
#ss_scroller li a:hover i{    
    color: #0d1e3d;
}

.con_text h2{
    margin-bottom: 0;
    font-size: 25px;
    font-family: "Lora", Georgia, serif;
}
.con_text span{
    font-size: 22px;
}
.con_submit{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.con_submit p{
    margin-bottom: 0;
}
.con_submit a{
    background: #0d1e3d;
    border: 1px solid #0d1e3d;
    color: #fff;
    cursor: pointer;
    box-shadow: 6px 8px 36px -11px rgba(0,0,0,0.5);
    padding: 5px 15px 10px;
}
.con_submit a:hover{
    background: #fff;
    border: 1px solid #0d1e3d;
    color: #0d1e3d;
}
.ftco-footer{
    padding: 7em 0 0 0;
}
.ftco-footer .ftco-footer-widget h2{
    font-size: 18px;
}
.ftco-footer .ftco-footer-widget .footer_h2_add{
    font-family: "Lora", Georgia, serif; 
    font-size: 30px;
    margin-bottom: 10px;
}
@media(min-width:992px){
    .ftco-navbar-light.scrolled .gs_nav-items{
        padding-left: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .ftco-navbar-light.scrolled .gs_nav-items .nav-link-fix a:nth-child(1),
    .ftco-navbar-light.scrolled .gs_nav-items .nav-link-fix a:nth-child(2){
         display: none;
    }
}
@media(min-width:1200px){
    img.mfp-img{
        max-width: 700px;
    }
}
.sg_container{
    max-width:100%;
}
@media(min-width:1400px){    
    .ss_news {
        max-width: 1000px;
        margin: 80px auto 100px;
    }
    .ss_news .news_col2{
        max-width: 88%;
    }
    .ss_news .news_col1 strong {
        bottom: -40px;
    }
}
@media(max-width:1199px) and (min-width:992px){
    .banner_fix2 img {
        max-height: 80px;
    }
    .sg_banner{
        margin-top: 0;
    }
    .banner_fix1{
        font-size: 12px;
    }
    #home-section{
        margin-top: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-item .nav-link{
        padding: 0;
    }
    #home-section, .owl-carousel.home-slider .slider-item, 
    .owl-carousel.home-slider .slider-item .slider-text {
        height: 550px;
    }
    .slider-img .hide_img7{
        margin-top:295px;
    }
    .slider-img p {
        font-size: 26px;
        height: 550px;
    }
}
@media (max-width: 991.98px) {
    #home-section, .owl-carousel.home-slider .slider-item, 
    .owl-carousel.home-slider .slider-item .slider-text {
        height: 500px;
    }
    .slider-img .hide_img7{
        margin-top: 275px;
        font-size: 16px;
        padding-top: 7px;
        height: 225px;
    }
    #home-section{
        margin-top: 10px;
    }
    .sg_banner{
        background-color: #0d1e3d;
        margin-top: 0;
    }
    .banner_fix1 a,.banner_fix3 a{
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .ftco-navbar-light {
        background-color: #fff!important;        
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);    
        padding: 0 3px;
    }
    .ftco-navbar-light .navbar-toggler{
        color: rgba(13,30,61,1) !important;
    }
    .ftco-navbar-light.scrolled .navbar-toggler{
        color: rgba(13,30,61, 1) !important;
        border-color: rgba(13,30,61,1) !important;
    }
    .gs_sm_logo{
        display: block;
    }    
    .banner_fix1{
        justify-content:center;
    }
    .banner_fix2{
       display: none;
    }
    .navbar-expand-lg .navbar-nav .nav-item .nav-link{
        padding: 0!important;
        position: unset;
    }
    .navbar.navbar-expand-lg .sg_container{
        padding: 5px;
    } 
    .ftco-navbar-light.scrolled .gs_nav-items{
        margin-top: 30px;
        display: block;
        background-color: #0d1e3d;
    }
    .nav-link-fix{
        padding: 5px 0;
    }
    .nav-link-fix a{
        padding: 0 10px;
        color: #fff;
    }
    .slider-img p {
        font-size: 20px;
        height: 500px;
    }
    .con_text span{
        font-size: 18px;
    }
    .con_submit{
        align-items: end;
    }
}
@media(max-width:767px){        
    .gs_sm_logo img{
        max-height: 50px;
    }
    .ftco-category .order-md-last.col-md-6{
        margin-bottom: 30px;
        min-height: 300px;
    }
    .ftco-category .col-md-8{
        margin-bottom: 30px;
    }
    
    /*/-----  NEWS ------/*/
    ul.home_news_list{
        min-height: 300px;
    }
    .ss_news .news_col1 {
        margin-left: 5px;
        width: 40px;
        max-height: 150px;
    }
    .ss_news .news_col1 strong {
        right: 30px;
        bottom: -40px;
    }
    .ss_news .news_col2{
        max-width: 85%;
        padding-right: 0;
    }
    ul.home_news_list li a{
        padding: 35px 0 15px;
        position: relative;      
    }
    ul.home_news_list li a span.date{
        position: absolute;
        top: 8px;
        font-size: 12px;
        width: 200px;
    }
    ul.home_news_list li a span.date::after{
        display: none;
    }
    ul.home_news_list li a span.text{
        position: relative;
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }    
    ul.home_news_list li.news_check a:after{
        bottom: unset;
        left: unset;
        top: 0;
        right: 10px;
        font-size: 15px;
    }
    ul.home_news_list li a span.text::after{
        position: absolute;
        top: -23px;
        left: -30px;
        opacity: 0;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 4.5px 5px;
        border-color: transparent transparent transparent #b68616;
        transform: rotate(0deg);
        transition: 0.5s;
    }
    ul.home_news_list li:hover a span.text::after{
        left: -15px;
        opacity: 1;
    }
    ul.home_news_list li a span.text::before {
        position: absolute;
        top: -12px;
        content: '';
        width: 0%;
        height: 1px;
        background: #000;
        transition: 0.5s;
        z-index: 10;
    }
    ul.home_news_list li:hover a span.text::before {
        width:80px;
    }   
    .con_submit {
        margin-top:20px;
        justify-content: center;
    }
    .footer-md-sm{
        width: 40%;
        padding-right: 0;
    }
    .footer-md-sm2{
        width: 60%;
        padding-left: 0;
    }
}
@media(max-width:600px){    
    .banner_fix1 a{
        font-size: 14px;
    }
    .owl-carousel.home-slider,.owl-carousel.home-slider .slider-item,
    .owl-carousel.home-slider .slider-item .slider-text{    
        height: 500px;
    }
    .slider-img .hide_img7{
        margin-top: 290px;
        font-size: 15px;
        left: 10px;
        height: 210px;
        padding-top: 10px;
    }
    .slider-img .hide_img7 i strong {
        right: 7px;
        font-size: 11px;
    }
    .slider-img .hide_img7 i:after {
        right: 5px;
        height: 55px;
    }
    .slider-img .hide_img7 i:before {
        right: 4px;
        top: 55px;
    }    
    .slider-img p {
        margin-top: 25%;
        font-size: 18px;
    }
    .slider-img .hide_img1{
        left: 87%;
    }
    .slider-img .hide_img2{
        left: 72%; 
    }
    .slider-img .hide_img3{
        left: 57%;
    }
    .slider-img .hide_img4{
        left: 42%;
    }
    .slider-img .hide_img5{
        left: 27%;
    }
    .slider-img .hide_img6{
        left: 12%;
    }
    .ftco-section .col-md-8 .row{
       margin-left: 0;
       margin-right: 0;
    }
    .ftco-section .col-md-8 .row .col-md-6{
       padding: 0;
    }
    .ftco-section .col-md-8,
    .ftco-section .col-md-4,    
    .ftco-section .col-md-6.col-lg-3{
        padding-left: 7px;
        padding-right: 7px;
    }    
    .ftco-footer .row .col-md{
        padding-left: 7px;
        padding-right: 7px;
    }
    .product .pricing{
        opacity: 1;
    }
    .product .text .bottom-area {
        opacity: 1;
    }
    .product .text .bottom-area a{
        margin-right: 100px;
    }
}
@media(max-width:374px){    
    .banner_fix1 a{
        font-size: 12px;
    }
    .slider-img .hide_img7{
        left: 0;
    }
}