body .container{
    max-width: 1240px;
}
body{
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}
body *{
    outline: none;
}
a:hover{
    text-decoration: unset
}
img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,strong{
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
}
.topbar {
    font-size: 13px;
    background-color: #103960;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    position: relative;
    z-index: 100;
}
.topbar a{
    color: #ffffff;
    text-decoration: unset;
}
.topbar i{
    color: #fbb040;
    margin-right: 5px;
}
.topbar_right ul{
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
.topbar_right ul li{
    display: inline-block;
}
.topbar_right ul li a{
    padding: 0 15px;
}
.topbar_right ul li:first-child a{
    padding-left: 0;
}
.topbar_right ul li:last-child a{
    padding-right: 0;
}
.topbar_right ul li:not(:last-child){
    border-right: 1px solid rgba(7, 34, 59, 0.51);
}
.main_menu{
    position: relative;
    display: flex;
    align-items: center;
    height: 90px;
    z-index: 99;
    position: fixed;
    width: 100%;
    background: white;
    transform: translateY(0);
    transition: .3s;
    box-shadow: 0 0 24px rgba(16, 57, 96, 0.05);
}
.main_menu.sticky{
    transform: translateY(-31px);
    transition: .3s;
}
.main_menu>.container{
    display: flex;
}
.search_form{
    position: relative;
    margin-left: 30px;
}
.search_form .form-control{
    width: 185px;
    height: 30px;
    border-radius: 14px;
    background-color: #f2f2f2;
    border: none;
    line-height: 30px;
}
.search_form input[type="submit"]{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: transparent;
    right: 5px;
    cursor: pointer;
    outline: none !important;
}
.search_form .form-control::placeholder{
    color: #666666;
    font-size: 12px;
}
a.cart{
    margin-left: 10px;
    display: inline-block;
    position: relative;
}
a.cart span{
    width: 20px;
    height: 20px;
    background-color: #fbb040;
    border-radius: 50%;
    display: inline-block;
    color: #333333;
    font-size: 10px;
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: center;
    line-height: 20px;
    font-family: 'Mulish', sans-serif;


}
.search_form i{
    color: #333333;
    font-size: 12px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.main_menu ul{
    margin: 0;
    list-style: none;
    padding-left: 0;
}
.main_menu ul li{
    display: inline-block;
}
.main_menu .container>ul>li:first-child{
    padding-left: 0;
}

.main_menu li{
    padding: 0 24px;
    position: relative;
}
.main_menu li ul.sub_menu{
    position: absolute;
    background-color: rgba(7, 34, 59, 0.8);
    min-width: 150px;
    left: 50%;
    transform: translate(-50%,20px);
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}
.main_menu ul li.parent_item>a{
    position: relative;
}
.main_menu ul li.parent_item>a:before{
    content: '\f0d7';
    font-size: 10px;
    position: absolute;
    right: -10px;
    color: #333333;
    Font-family: "FontAwesome";
    top: 50%;
    transform: translateY(-50%);
}
.main_menu ul li.parent_item>a:hover:before{
    color: #fbb040;
}
.main_menu ul li.parent_item:hover>ul.sub_menu{
    transform: translate(-50%,0px);
    opacity: 1;
    transition: .3s;
    pointer-events: unset;

}
.main_menu li ul.sub_menu li{
    display: block;
    padding: 0;
}
.main_menu li ul.sub_menu li a{
    color: white;
    padding: 10px;
    display: block;
    transition: .3s;
    background: transparent;
    font-size: 14px;
}
.main_menu li ul.sub_menu li a:hover{
    background: #ec981a;
    transition: .3s;

}
.logo_head{
    width: 180px;
}
.main_menu li a{
    color: #333333;
    font-size: 16px;
}
.main_menu li a:hover{
    color: #fbb040;
}
.site_logo{
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
}
.site_logo::before{
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: '';
}

.banner_slider{
    position: relative;
}
.banner_slider img{
    width: 100%;
    height: auto;
    float: left;
}
.content_slider{
    position: absolute;
    max-width: 1240px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    /*overflow: hidden;*/
}

.content_slider h1{
    color: white;
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 1.2;
}
.content_slider h1 span{
    font-size: 22px;
}
.content_slider h1::before {
    position: absolute;
    width: 150%;
    height: 150%;
    background: black;
    opacity: 0.4;
    filter: blur(90px);
    content: '';
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 40%;
    min-height: 500px;
    pointer-events: none;
}
.banner_slider::before{
    background-image: url(../images/before_top.png);
    width: 504px;
    height: 51px;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
h3.sub_title{
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 400;
}
h3.sub_title.text_white{
    color: white;
}
.heading_h2{
    color: #333333;
    font-size: 45px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 35px;
}
.heading_h2.text_red{
    color: #b90000;
}
.heading_h2.text_white{
    color: white;
}
.heading_h2.text_white::before{
    filter: brightness(0) invert(1);
}
.text_white{
    color: white;

}
.heading_h2::before{
    background-image: url(../images/before_heading.png);
    width: 135px;
    height: 17px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding-bottom: 27px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
}
.banner_slider .banner{
    /*display: flex;*/
    overflow: hidden;
}

.banner_slider .slick-slide img{
    transform: scale(1.3);
    transition: 3s;
}
.banner_slider .banner.slick-slide.slick-current.slick-active img{
    transform: scale(1);
    transition: 3s;
}
.banner_slider .banner.slick-slide .content_slider h1{
    transform: translateX(-200px);
    opacity: 0;
    transition-delay: 1s;
}
.banner_slider .banner.slick-slide.slick-current.slick-active .content_slider h1{
    transform: translateX(0px);
    transition: 1s;
    opacity: 1;
    transition-delay: 1s;

}
.text_center{
    text-align: center;
}
section.product_home{
    position: relative;
    z-index: 5;
}
section.product_home .left_img{
    position: absolute;
    left: 0;
    top: 50px;
    z-index: -1;
    max-width: 100%;
}
section.product_home .right_img{
    position: absolute;
    top: 50%;
    right: 70px;
    z-index: -1;
}
.logo_top{
    transform: translateY(-35px);
}
.box_sec_2{
    padding: 30px 0 60px 0;
}

.buttton_group{
    display: inline-block;
    margin-bottom: 40px;
}
.buttton_group a{
    color: #999999;
    font-size: 15px;
    height: 40px;
    border-radius: 20px;
    background-color: #f2f2f2;
    min-width: 215px;
    display: inline-block;
    margin: 0 10px;
    line-height: 40px;
    text-decoration: unset;
}
.buttton_group a.active{
    background-color: #07223b;
    color: white;
}
.star {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;}
.item_product,
.item_product.change_color{
    position: relative;
    padding: 25px 30px 55px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /* overflow: hidden; */
    background: white;
    transition: .3s;
}
.item_product.change_color{
    background: white !important;

}

.item_product:hover{
    background-color: #07223b;
    transition: .3s;
}
.item_product>a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.item_product .box_img{
    height: 185px;
    width: 100%;
    margin-bottom: 23px;
}
.item_product .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.star li{
    display: inline-block;
    color: #ffc107;
}
.item_product .box_content span,
.item_product.change_color .box_content span{
    display: inline-block;
    font-size: 14px;
    color: #666666;
    transition: .3s;
}
.item_product .box_content h3,
.item_product.change_color .box_content h3{
    margin-bottom: 25px;
    font-size: 17px;

}
.item_product .box_content h3 a,
.item_product.change_color .box_content h3 a{
    color: #333333;
    font-size: 17px;
    font-family: 'Mulish', sans-serif;
    transition: .3s;
    font-weight: 700;


}
.item_product .box_content h4,
.item_product.change_color .box_content h4{
    color: #ec981a;
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    margin: 0;
    transition: .3s;

}.item_product:hover h3 a,
 .item_product:hover span{
     color: white;
     transition: .3s;

 }
a.add_to_cart {
    width: 54px;
    height: 54px;
    line-height: 45px;
    border: 1px solid #07223b;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    z-index: 5;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
}
a.add_to_cart:hover{
    transition: .3s;
    background-color: #ec981a;
    border-color: #ec981a;
}
a.add_to_cart img{
    transition: .3s;
    filter: brightness(1) invert(0);

}
a.add_to_cart:hover img{
    filter: brightness(0) invert(1);
}
.item_product{
    margin-bottom: 60px;
}
.view_more{
    height: 45px;
    border-radius: 23px;
    background-color: #ec981a;
    line-height: 43px;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 15px;
    min-width: 200px;
    font-family: "Muli - Regular";
    display: inline-block;
    text-decoration: none;
    transition: .5s;
    text-align: center;
}
.view_more:hover{
    color: white;
    text-decoration: none;
    background-color: #07223b;
    transition: .5s;
}

.btn{
    height: 45px;
    border-radius: 23px;
    background-color: #ec981a;
    line-height: 43px;
    color: #ffffff;
    font-size: 15px;
    padding: 0 15px;
    min-width: 200px;
    font-family: "Muli - Regular";
    display: inline-block;
    text-decoration: none;
    transition: .5s;

}

.btn:hover{
    color: white;
    text-decoration: none;
    background-color: #07223b;
    transition: .5s;
}

.promotion_home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 0 0 0;
    position: relative;
}
.promotion_home .item_product{
    width: calc(100% - 30px);
    margin: 0 15px;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.1);
}
.promotion_home h2{
    margin-bottom: 0;
}
.promotion_home .slick-list{
    padding: 25px 0 30px 0;
}
.promotion_home a.view_more{
    margin-top: 40px;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 68px;
    height: 68px;
    border: 1px solid #999999;
    line-height: 68px;
    text-align: center;
    color: #999999;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
}
.slick-arrow.color_hover:hover{
    transition: .3s;
    background: #ec981a;
    color: white;
    border-color: transparent;

}
.slick-arrow.prev{
    left: -120px;
}
.slick-arrow.next{
    right: -120px;
}
.box_promotion_bottom{
    margin-top: 100px;
}
.box_promotion{
    display: flex;
    margin-top: 30px;

}
.box_promotion .item{
    width: calc(100% / 3);
    position: relative;
    overflow: hidden;
}
.box_promotion .item img{
    width: 100%;
    float: left;
    height: auto;
    transition: 2s;
    transform: scale(1);
}
.box_promotion .item:hover img{
    transform: scale(1.4);
    transition: 5s;

}
/*.box_promotion .item:nth-child(2){*/
/*    margin: 0 6px;*/
/*}*/
.box_promotion .item .box_content{
    position: absolute;
    bottom: 37px;
    text-align: center;
    width: calc(100% - 40px);
    left: 20px;
    z-index: 2;
    right: 20px;
}
.box_promotion .item a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.box_promotion .item::before{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to top, #07223b 0%, rgba(7, 34, 60, 0) 100%);
    content: '';
    left: 0;
    z-index: 1;
}
.box_promotion .item h3{
    font-size: 25px;
    margin-bottom: 5px;
}
.box_promotion .item span{
    font-size: 20px;
}
.video_galley{
    padding-top: 100px;
    padding-bottom: 350px;
}
.video_galley .view_more_about{
    margin-top: 40px;
}
/* .video_galley .slider .item{
    height: 335px;
} */
.video_galley .slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.customer_home{
    padding-bottom: 110px;
    background-size: cover;
    background-repeat: no-repeat;
}.item_customer .box_video {
     height: 250px;
     border-radius: 10px;
     overflow: hidden;
     position: relative;
     margin-bottom: 28px;
 }
.item_customer .box_video::after{
    background-image: url(../images/play_videos.png);
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.item_customer .box_video::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: .1;
    content: '';
}
.item_customer .box_video a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.item_customer .box_video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.customer_home .content_section {
    margin-top: -270px;
}
.item_customer{
    margin: 0 10px;
    padding: 7px;
    padding-bottom: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: #ffffff;
}
.warning_accuracy .top_info{
    margin-bottom: 45px;
}
.item_customer .top_info h3{
    color: #3d3d3d;
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
}
.item_customer .top_info span{
    color: #999999;
    font-size: 18px;
}
.item_customer .top_info {
    padding-bottom: 0;
    border-bottom: 1px solid rgba(160, 159, 159, 0);
    margin-bottom: 0px;
    position: relative;
    padding-right: 50px;
    transition: .1s;


}
.item_customer .box_content.toggle .top_info{
    border-bottom: 1px solid rgba(160, 159, 159, 0.2);
    padding-bottom: 15px;
    margin-bottom: 20px;
    transition: .3s;

}
.item_customer .top_info .dropdown_content{
    height: 40px;
    background-color: #ec981a;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: white;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.item_customer .box_content{
    padding: 0 13px;
}
.item_customer .box_content .content{
    text-align: justify;
    max-height: 0;
    overflow: hidden;
    transition: .1s;
}
.item_customer .box_content.toggle .content{
    max-height: 1000px;
    transition: .3s;

}
.dropdown_content.toggle i:before{
    content: '\f077';
}
.customer_home .slick-arrow{
    top: 118px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    border: none;
}
.certification{
    padding-top: 75px;
}
.certification .slick-arrow{
    top: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
}
.about_home{
    padding: 100px 0 130px;
    position: relative;
    overflow: hidden;
}
.bf_top_about{
    position: absolute;
    left: 0;
    bottom: 0;
}
.about_home .heading_h2::before{
    left: 0;
    transform: unset;
}
.view_more_about{
    /*text-transform: uppercase;*/
    color: #203429;
    font-size: 17px;
    display: flex;
    align-items: center;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    margin-top: 70px;
    transition: .3s;
}

.view_more_about i{
    width: 46px;
    height: 46px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #203429;
    color: #203429;
    font-size: 15px;
    text-align: center;
    line-height: 42px;
    margin-right: 20px;
    transition: .3s;
}
.view_more_about:hover{
    color: #ec981a;
    transition: .3s;
    text-decoration: unset;
}
.view_more_about:hover i{
    border: 1px solid #ec981a;
    color: #ec981a;
    transition: .3s;

}
.news_home{
    padding: 95px 0 90px 0;
}
.item_news{
    width: calc(25% - 30px);
    margin: 0 10px;
    padding: 7px 10px 50px;
    box-shadow: 0 1px 27px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    float: left;
    position: relative;
}

.item_news>a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.item_news .box_img{
    height: 180px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 12px;
}
.item_news .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .3s;
}
.item_news:hover .box_img img{
    transform: scale(1.2);
    transition: .3s;
}
.date_post{
    color: #999999;
    font-size: 12px;
    display: block;
    margin-bottom: 12px;
}
.date_post i{
    margin-right: 10px;
}
.item_news h3 a,
.item_news h3{
    color: #333333;
    font-size: 14px;
    /*font-family: "Muli - Bold";*/
    margin-bottom: 0;
    transition: .3s;
}
.item_news:hover h3 a,
.item_news:hover h3,
.item_news:nth-child(1):hover h3 a, .item_news:nth-child(1):hover h3{
    color: #ec981a;
    transition: .3s;
}
.item_news .box_content{
    position: relative;
    padding: 0 10px;
}
.item_news h3 a{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 33px;
}
.item_news .view_details_post{
    font-size: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    background-color: #fbb040;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    transform: translateY(calc(-50% - 10px));
    top: 0;
}
.item_news .view_details_post::before{
    Font-family: "FontAwesome";
    font-size: 12px;
    content: '\f061';
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.item_news .view_details_post i{
    display: none;
}
.item_news:nth-child(2),
.item_news:nth-child(3){
    margin-bottom: 20px;
}
.item_news:nth-child(1){
    width: 50%;
}
.item_news:nth-child(1) .box_content{
    padding: 0 30px;
}
.item_news:nth-child(1) .box_img{
    height: 380px;
    margin-bottom: 30px;
}
.item_news:nth-child(1) h3 a,
.item_news:nth-child(1) h3{
    color: #333333;
    margin-bottom: 56px;
    font-size: 24px;

}
.item_news:nth-child(1) .box_content .view_details_post{
    font-size: 20px;
    color: #022a55;
    float: right;
    position: unset;
    transform: unset;
    width: unset;
    height: unset;
    background: transparent;
    font-family: 'Mulish', sans-serif;
    border: none;

}
.item_news:nth-child(1) .box_content .view_details_post::before{
    display: none;
}
.item_news:nth-child(1) .box_content h3 a{
    height: 60px;
}
.item_news:nth-child(1) .box_content .view_details_post i{
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
}
footer{
    position: relative;
    padding-top: 70px;
}
.bg_footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    object-fit: cover;
}
.logo_footer{
    margin-bottom: 30px;
}
.info_contact li:not(:first-child){
    display: inline-block;
}
.info_contact{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    opacity: .8;
}
.info_contact a{
    color: white;
}
.info_contact li{
    margin-bottom: 20px;
}
.info_contact li i{
    margin-right: 10px;
}
.info_contact li,
.info_contact li a{
    font-size: 15px;
    color: #ffffff;
}
.list_logo_footer{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px;
}
.list_logo_footer li{
    display: inline-block;
    margin: 0 15px;
}
.list_menu_footer{
    list-style: none;
    margin: 0;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom:  1px solid rgba(255, 255, 255, 0.2);

}.list_menu_footer li{
     display: inline-block;
     margin: 0 35px;
 }
.list_menu_footer li a{
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}
.footer_bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 ;
}
.footer_bar .content{
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    opacity: .2;
}
.link_social{
    margin: 0;
    list-style: none;
    padding: 0;
}
.link_social li{
    display: inline-block;
    margin-left: 20px;
}
.news_home .view_more_about{
    margin-top: 40px;
}
.site_logo::before {
    width: 130px;
    height: 125px;
    background: white;
    border-radius: 50%;
    position: absolute;
    left: 50%;

    bottom: -30px;
    content: '';
    z-index: -1;
}
.video_galley .slick-list{
    padding: 0 250px !important;
}
.video_galley .slick-list {
    padding: 70px 250px !important;
}

.video_galley .slick-slide,
.video_galley .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(1);
    transition: transform 1s;
    position: relative;
    z-index: 1;

}
.video_galley .slick-center,
.video_galley .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"]{
    transform: scale(1.3);
    transition: transform 1s;
    position: relative;z-index: 2;

}

.video_galley .item::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
}
.video_galley .item a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}
.video_galley .item a::before{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    background-size: 100% 100%;
    background-image: url(../images/play_video.png);
    content: '';
    transform: translate(-50%,-50%);

}
.video_galley .slick-slide::before,
.video_galley .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"]::before{
    transition: 1s;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.video_galley .slick-center::before,
.video_galley .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"]::before{
    transition: 1s;
    height: 50%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}


.video_galley .slick-slide .box_content,
.video_galley .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] .box_content{
    opacity: 0;
    transition: 1s;

}
.video_galley .slick-center .box_content,
.video_galley .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .box_content{
    opacity: 1;
    transition: 1s;
}
.video_galley .item{
    position: relative;
}
.video_galley .item .box_content{
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 35px;
}
.video_galley .item .box_content span{
    color: #fbb040;
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.video_galley .item .box_content h3{
    font-size: 20px;
    margin-bottom: 0;
    color: #ffffff;
    font-family: "Muli - Semi Bold";

}
a.promotion {
    position: absolute;
    right: 20px;
    top: 0;
    width: 40px;
    height: 50px;
    border-radius: 0 0 20px 20px;
    background-color: #ec981a;
    background-image: linear-gradient(8deg, #ca7c03 0%, #f09b16 100%);
    left: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.content_promotion{
    display: inline-block;
    width: max-content;
    position: absolute;
    bottom: 0;
    transform: translateY(calc(100% + 10px));
    font-size: 13px;
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    background-color: #07223c;
    height: 32px;
    line-height: 32px;
    padding: 0 30px;
    right: -30px;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}
a.promotion:hover .content_promotion{
    opacity: 1;
    transition: .3s;
}
.video_galley .slick-arrow{
    background-color: #031628;
    opacity: 0.8;
    color: #ffffff;
    border: none;
    z-index: 9;
}
.video_galley .slick-arrow.prev {
    left: 30px;
}
.video_galley .slick-arrow.next {
    right: 30px;
}
.main{
    margin-top: 89px;
}
ul.menu_side_bar {
    margin: 0;
    padding: 0;
    list-style: none;
    position: fixed;
    right: 0;
    z-index: 9;
    top: 50%;
    transform: translateX(calc(100% - 58px));
}
ul.menu_side_bar li {
    display: flex;
    align-items: center;
    background-color: #ec981a;
    border-radius: 10px 0 0 10px;
    height: 60px;
    margin-bottom: 2px;
    padding-right: 20px;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    transform: unset;
    transition: .3s;
}
ul.menu_side_bar li:hover{
    transition: .3s;
    transform: translateX(calc(-100% + 58px));
    background-color: #07223b;
}
ul.menu_side_bar li a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
ul.menu_side_bar li .box_img {
    width: 60px;
    text-align: center;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    border-right: 2px solid white;
    margin-right: 20px;
}
.bf_promotion_home{
    position: absolute;
    top: 120px;
    left: 132px;
    z-index: 0;

}
.af_promotion_home{
    position: absolute;
    top: 50%;
    right: 105px;
    z-index: 0;
}
.certification .box_img{
    padding: 0 20px;
    height: 370px;
}
.certification .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
ul.slick-dots {
    list-style: none;
    margin: 0;
    display: flex;
    padding-left: 0;
    justify-content: center;
    margin-top: 20px;
}
ul.slick-dots li {
    display: inline-block;
    font-size: 0;
    padding: 0;
    border: none;
}
ul.slick-dots li button {
    padding: 0;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background: #07223b;
}
ul.slick-dots li.slick-active button{
    background: #ec981a !important;
}
#pencet{
    display:flex;
    align-items:center;
    flex-direction:column;
    cursor:pointer;
    transform: scale(.8);
}

#pencet span{
    background-color:#103960;
    width:2em;
    height:.2em;
    margin:0.26em 0;
    display:block;
    transition: all .4s ease;
    transform-origin:0 0;
}

.Diam span:nth-child(1) {
    transform: rotate(45deg) translate(1px, -1px);
}

.Diam span:nth-child(2) {
    Transform: scaleX(0);
}

.Diam span:nth-child(3) {
    transform: rotate(-45deg) translate(1px, 0);
}
a.back_to_top {
    position: fixed;
    /*top: 50px;*/
    right: 12px;
    z-index: 99999;
    background-color: #fbb040;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    line-height: 30px;
    bottom: 50px;
    opacity: 0;
    transition: .3s;
}
a.back_to_top.active{
    opacity: 1;
    transition: .3s;
}
.footer_nav_bar,
.mobile_product{
    display: none;
}
.dots_white ul.slick-dots li button{
    background: white;
}
.box_follow {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 20px);
}
.box_follow ul {
    font-size: 13px;
    list-style: none;
    padding: 0;
    display: flex;
    color: #666666;
    justify-content: space-between;
    padding: 0 10px;
    margin: 0;
    width: 100%;
}
.box_follow ul i{
    margin-right: 5px;
}
.item_news:nth-child(1) .box_follow{
    width: auto;
    bottom: 50px;
    left: 30px;
}
.item_news:nth-child(1) .box_follow ul{
    font-size: 18px;
    justify-content: flex-start;
}
.item_news:nth-child(1) .box_follow ul li:not(:last-child){
    margin-right: 30px;
}
.css_bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.history{
    padding: 70px 0 190px 0;
}
.history .box{
    align-items: center;
    margin: 70px 0;
}
.history .box .box_img img{
    max-width: 100%;
}
.content{
    font-size: 15px;
    color: #333333
}
.history .box_content>h3{
    color: #333333;
    font-size: 30px;
    margin-bottom: 35px;
    /*text-transform: uppercase;*/
}
.history .box_content{
    padding: 0 105px 0 70px;
}
.why_choose_box .item h3{
    font-size: 20px;
    margin: 30px 0 15px 0;
    text-transform: uppercase;
}
.vision_mission .box{
    display: flex;
    flex-wrap: wrap;
}
.vision_mission .box .item{
    width: calc(33.33333% - 20px);
    margin: 0 10px;
    padding: 105px 60px 60px 60px;
    box-shadow: 0 2px 32px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    background: white;
}
.vision_mission .box .item img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.vision_mission .box .item>h3{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.vision_mission .box .item>h3:before{
    width: 86px;
    height: 11px;
}
.vision_mission h2.heading_h2{
    margin-bottom: 130px;
}
.about_page .certification{
    padding-top: 356px;
}
.about_page .customer_home{
    margin-top: -230px;
}
.technology .box_video .item{
    height: 226px;
    width: calc(33.33333% - 5px);
    margin-left: 5px;
    float: left;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;

}
.technology .box_video .item:nth-child(3n+1){
    width: calc(66.66667% - 10px);
    height: 467px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.technology .box_video .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.technology .box_video .item:nth-child(3n+2){
    margin-bottom: 15px;
}
.technology .box_video .item .box_content{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 25px;
}
.technology .box_video .item .box_content span{
    text-transform: uppercase;
    color: #fbb040;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}
.technology .box_video .item .box_content h3{
    font-size: 15px;
    color: #ffffff;
    margin: 0;
}
.technology .box_video .item:nth-child(3n+1) h3{
    font-size: 20px;
}
.technology .box_video .item a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.technology .box_video .item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.technology .box_video .item:after{
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: contain;
    background-image: url(../images/play_video.png);
    background-repeat: no-repeat;
    width: 62px;
    height: 62px;
    content: '';
    transform: translate(-50%,-50%);
    pointer-events: none;
}
.technology .box_video .item:nth-child(3n+1):after{
    width: 89px;
    height: 89px;
}
.technology{
    padding: 90px 0 105px 0;
}
.technology .slick-arrow{
    width: 60px;
    height: 60px;
    background-color: #000000;
    opacity: 0.7;
    color: white;
    line-height: 60px;
}
.nav_link_about {
    padding: 15px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
}
.nav_link_about ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0;
    list-style: none;
    margin: 0;
}
.nav_link_about ul a{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding: 0 40px;
}
.nav_link_about ul li:not(:last-child) a{
    border-right: 1px solid rgba(153, 153, 153, 0.2);
}
section.nav_link_about.active {
    position: fixed;
    top: 89px;
    width: 100%;
    z-index: 9;
}
section.banner_group img{
    width: 100%;
    height: auto;
}
.nav_link_about ul a.active{
    color: #fbb040;
}
.list_post .item{
    padding: 0;
    margin: 0 0 20px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
}
.list_post .item img{
    width: calc(100% + 20px);
}
section.list_post .box{
    display: flex;
    flex-wrap: wrap;
}
section.list_post .item{
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}
section.list_post .item span{
    color: #103960;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
section.list_post .item .box_content{
    padding: 40px;
}
section.list_post .item .box_content h3{
    font-size: 26px;
    color: #333333;
    margin-bottom: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 65px;
}
section.list_post .item .box_content .content{
    padding-top: 20px;
    font-size: 14px;
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 80px;
}
section.list_post .item .box_content .content:before{
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #e1e1e1;
    top: 0;
    left: 0;
    content: '';
}
section.list_post{
    margin-top: -230px;
    padding-bottom: 80px;
}
section.list_post .item img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: .5s;
}
section.list_post .item:hover img{
    transform: scale(1.3);
    transition: .5s;
}
section.list_post .item .box_img{
    overflow: hidden;
}
.view_post{
    color: #fbb040;
    font-size: 16px;
    text-transform: uppercase;
}
section.list_post .item>a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.view_post {
    color: #fbb040 !important;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}
a.view_post i {
    font-size: 12px;
    margin-left: 5px;
}
.post_details .content_inner{
    box-shadow: -1px -3px 50px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    background-color: #ffffff;
    padding: 60px 45px 20px;
}
.post_details .content_inner>span{
    color: #103960;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
}
.post_details .content_inner>h2{
    font-size: 40px;
    margin-bottom: 45px;
}
.share_post{
    margin: 0 -45px;
    padding: 20px 50px;
    margin-top: 40px;
    border-top: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
}
.share_post h3{
    margin: 0 22px 0 0;
    font-size: 15px;
    color: #333333;
}
.share_post ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.share_post ul li{
    display: inline-block;
}
.share_post ul li:not(:last-child){
    margin-right: 7px;
}
section.post_details{
    margin-top: -270px;
    padding-bottom: 100px;
}
.post_details .item{
    box-shadow: -1px -3px 50px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}
.post_details .item:not(:last-child){
    margin-bottom: 20px;
}
.post_details .item img{
    width: 100%;
    height: auto;
}
.post_details .item .box_content {
    padding: 30px;
}
.post_details .item .box_content span{
    color: #103960;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}
.post_details .item .box_content h3{
    margin-bottom: 0px;
    font-size: 20px;
}
.post_details .item a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.post_details .item .box_img{
    overflow: hidden;
}
.post_details .item .box_img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: .5s;
}
.post_details .item:hover .box_img img{

    transform: scale(1.5);
    transition: .5s;
}
.product_page .product_home{
    padding: 50px 0 100px 0;
}
section.breadcrumbs{
    padding: 15px 0;
}
section.breadcrumbs ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    color: #333333;
    font-size: 15px;
    margin: 0 -15px;
}
section.breadcrumbs ul *{
    color: #333333;

}
section.breadcrumbs ul li{
    padding: 0 13px;
}
section.product_cat{
    padding: 75px 0 130px 0;
}
.list_category_product .item{
    display: inline-block;
    position: relative;
}
.list_category_product .item img{
    width: 100%;
    height: auto;
}
.list_category_product .item .box_content{
    position: absolute;
    left: 0;
    top: 0;
    width: calc(calc(100% / 3) - 50px);
    padding-left: 50px;
    display: flex;
    align-items: center;
    height: 100%;
}
.list_category_product .item:nth-child(odd) .box_content{
    left: unset;
    right: 0;
    padding-left: 0;
    padding-right: 50px;
}
.list_category_product .item .box_content .content{
    margin-bottom: 45px;
}
.list_category_product .item h4{
    font-size: 30px;
}
.list_category_product .item h4:before{
    transform: unset;
    left: 0;
}
.list_category_product .item:not(:last-child){
    margin-bottom: 40px;
}
.info_general_product{
    padding-left: 80px;
}
.title_product{
    font-size: 25px;
}
.price_product{
    margin-bottom: 30px;
}
.info_general_product .content{
    margin-bottom: 30px;
}
.add_to_cart_product {
    background-color: #0b2b48;

}
.add_to_cart_product:hover{
    background-color: #ec981a;
}
.info_general_product ul.list_info {
    padding: 0;
    list-style: none;
    margin-bottom: 35px;
}
.info_general_product ul.list_info strong{
    min-width: 110px;
    margin-right: 15px;
    display: inline-block;
}
.info_general_product ul.list_info li{
    margin-bottom: 15px;
}
.info_general_product .order{
    color: #666666;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.order_number span{
    display: inline-block;
    width: 40px;
    height: 35px;
    text-align: center;
    border: 1px solid #999999;
    line-height: 31px;
    cursor:pointer;
}
.order_number span.minus{
    border-right: none;
    border-radius: 18px 0 0 18px !important;
}
.order_number span.plus{
    border-left: none;
    border-radius: 0 18px 18px 0!important;
}
.order_number input {
    height: 35px;
    text-align: center;
    width: 72px;
    border: 1px solid #999999;
}
.order_number {
    display: flex;
    margin-right: 20px;
}
.like_product img {
    margin-right: 10px;
    cursor: pointer;
}
.detail_img_items{
    margin: 0 8px;
    padding: 20px 30px;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    cursor: pointer;
}
.detail_slider-for img{
    margin: auto;
    margin-bottom: 90px;
}
.detail_img_items:not(.slick-current){
    opacity: .5;
}
.sec_content_detail{
    padding-top: 70px;
}
.box_content_detail .content{
    text-align: justify;
    padding: 0 100px;
}
.box_content_detail>a{
    color: #333333;
    font-size: 18px;
    font-family: "Muli - Bold";
    text-decoration: underline;
}


/****** Style Star Rating Widget *****/

.rating {
    border: none;
    float: left;
}

.rating > input {
    display: none;
}
.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #ffd700;
} /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #ffed85;
}

.slider_nav_danhgia .item{
    width: auto !important;
    margin: 0 5px;
}
.slider_nav_danhgia .slick-track{
    transform: unset !important;
    display: flex;
    justify-content: center;
}

.slider_nav_danhgia .item {
    width: auto !important;
    margin: 0 5px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #e1e1e1;
    padding: 0 30px;
    color: #666666;
    font-size: 15px;
    line-height: 36px;
    font-weight: 700;
    cursor: pointer;
}

.slider_nav_danhgia .item:hover,
.slider_nav_danhgia .item.slick-slide.slick-current.slick-active{
    background-color: #fbb040;
    transition: .3s;
    border: 1px solid #fbb040;
    color: white;
}
.slider_for_danhgia .content_inner {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: #fffefe;
    margin: 40px 100px;
    display: block;
    padding: 45px 85px;
}
.slider_for_danhgia .content_inner textarea{
    width: 100%;
}
.slider_for_danhgia .content_inner form *{
    display: block;
    width: 100%;
}
.slider_for_danhgia .content_inner h2{
    font-size: 30px;
    margin-bottom: 35px;
}
.slider_for_danhgia .content_inner label{
    font-size: 14px;
}
.slider_for_danhgia .content_inner form input{
    margin-bottom: 35px;
    border: none ;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
}
.slider_for_danhgia .content_inner textarea{
    border: 1px solid rgba(51, 51, 51, 0.2);
    font-size: 14px;
}
button.view_more{
    border: none;
    cursor: pointer;
    margin-top: 50px;
}
.tab_cam_nhan .box_content {
    padding: 40px 100px;
}
.common_sense {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 35px 0px;
    display: flex;
}
.common_sense .point{
    width: 28%;
    text-align: center;
    border-right: 1px solid #bcbcbc;
}
.common_sense .point h4{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}
.common_sense .point h3{
    font-size: 28px;
    margin-bottom: 12px;
}
.common_sense  .filter_star{
    width: 72%;
}
.common_sense  .filter_star .inner{
    padding: 0 60px 0 45px;
}
.common_sense .point span{
    color: #333333;
    font-size: 10px;
}
.common_sense .filter_star h3{
    color: #333333;
    font-size: 15px;
    min-width: 100px;
}
.common_sense .filter_star ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.common_sense .filter_star .inner {
    padding: 0 60px 0 45px;
    display: flex;
}
.common_sense .filter_star .inner a{
    height: 36px;
    width: calc(100% - 10px);
    margin: 0 5px 10px 5px;
    border-radius: 18px;
    background-color: #f2f2f2;
    line-height: 36px;
    color: #666666;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    transition: .3s all;
}
.common_sense .filter_star .inner a:hover{
    background-color: #fbb040;
    color: white;
}
.common_sense .filter_star ul li {
    width: calc(100% / 4);
    text-align: center;
}
.common_sense .filter_star h3{
    padding-top: 7px;
}
.list_cmt {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 60px 90px;
    margin-top: 30px;
}
.list_cmt .item{
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid rgba(188, 188, 188, 0.5);
}
.list_cmt .item:first-child{
    padding-top: 0;
}
.list_cmt .item .avatar {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    overflow: hidden;
}
.list_cmt .item .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list_cmt .item h3{
    color: #333333;
    font-size: 18px;
    margin-bottom: 5px;
}
.list_cmt .item .star{
    line-height: 0;
}
.list_cmt .item .star i{
    font-size: 10px;
}
.list_cmt .item .content{
    font-size: 19px;
    color: #666666;
    margin-bottom: 15px;
}
a.feedback{
    height: 15px;
    color: #005ddb;
    text-decoration: underline;
}
ul.pagination{
    margin: 0;
    margin-top: 45px;
    display: flex;
    justify-content: flex-end;
}
ul.pagination a {
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    border-radius: 50%;
}
ul.pagination li.active a{
    background-color: #ec981a;
    color: white;
}
.info_cmt {
    width: calc(100% - 79px);
    margin-left: 20px;
}
.infor_shop_text h3{
    margin: 0;
}
.infor_shop_text span{
    display: block;
    margin-bottom: 12px;
}
.infor_shop {
    box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #ffffff;
    padding: 60px 80px;
}
.infor_shop .box_img {
    display: inline-block;
    float: left;
    margin-right: 80px;
}
.certifications .row {
    justify-content: space-between;
    text-align: center;
}
.certifications .row img{
    margin-bottom: 12px;
}
.infor_shop_text p{
    margin-bottom: 25px;
}
.product_ctv section.sec_list_box_news_slider{
    background-color: #f9f9f9;
    padding: 90px 0 300px 0;
    margin-bottom: -180px;
}
.product_ctv footer{
    z-index: 9;
}
.sec_list_box_news_slider .slick-list{
    padding: 20px 0;
}
.search_result_page .box_sec_2{
    padding: 40px 0 100px 0;
}
.filter_news{
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
}

.filter_news li{
    padding: 0 40px;
    border-left: 1px solid #666666;
    line-height: 20px;
}

.filter_news li:first-child{
    padding-left: 0;
    border-left: none;
}
.filter_news li a{
    color: #666666;
    font-size: 17px;
    transition: .3s;
}
.filter_news li a:hover,
.filter_news li.active a{
    color: #fbb040;
    transition: .3s;
}
ul.pagination.news {
    justify-content: center;
}
ul.pagination.news a{
    width: 40px;
    height: 40px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    line-height: 40px;
    transition: .3s all;
}
ul.pagination.news li.active a,
ul.pagination.news li a:hover{
    border: 1px solid #fbb040;
    color: #fbb040;
    background: transparent;
}
ul.pagination.news li a i{
    font-size: 20px;
}
.news-page section.news{
    padding: 80px 0 90px 0;
}
.detail_news{
    padding: 40px 0 100px 0;
}
.detail_news .date_post{
    font-size: 14px;
    color: #333333;
    display: block;
    margin-bottom: 8px;
}
.detail_news h1.title_post{
    color: #103960;
    font-size: 26px;
    margin-bottom: 45px;
    text-transform: uppercase;
    line-height: 1.5;
}
.detail_news_content .info_bottom .col-md-6{
    display: flex;
    align-items: center;
}
.detail_news_content .info_bottom h3{
    color: #333333;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 0;
}
.tags_post ul{
    list-style: none;padding: 0;
    margin: 0;
}
.tags_post ul li{
    height: 26px;
    border-radius: 13px;
    background-color: #f5f5f5;
    padding: 0 15px;
    line-height: 26px;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
}
.tags_post{
    justify-content: flex-end;
}
.sidebar_post{
    margin-left: 40px;
    background-color: #f9f9f9;
    padding: 35px 40px;
}
.sidebar_post .title_cat{
    color: #103960;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;

}
.sidebar_post .title_cat i{
    margin-right: 20px;
}
.sidebar_post ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.list_categories a{
    color: #333333;
    font-size: 15px;
    font-weight: 700;
}
ul.list_categories a i{
    margin-right: 15px;
    font-size: 18px;
}
ul.list_categories li{
    display: block;
}
ul.list_categories li:not(:last-child){
    margin-bottom: 20px;
}
.new_post{
    margin-top: 35px;
}
.new_post .item h4{
    color: #333333;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
    transition: .3s;
}
.new_post .item:hover h4{
    color: #fbb143;
    transition: .3s;

}
.new_post .item{
    padding: 20px 0;
}
.new_post .item:not(:last-child){
    border-bottom: 1px solid rgba(102, 102, 102, 0.21);
}
.new_post .item:first-child{
    padding-top: 0;
}.new_post .item:last-child{
     padding-bottom: 0;
 }
.list_year{
    margin-top: 28px;
}
.list_year h3{
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;

}
.list_year h3 i{
    margin-right: 15px;
}
.list_year .item.active h3 i{
    transform: rotate(180deg);
}
.list_year a{
    color: #333333;
    font-size: 15px;
    padding-left: 23px;
}
.list_year li:not(:last-child){
    margin-bottom: 20px;
}
.list_year .item{
    margin-bottom: 20px;
}
.list_year .item.active h3{
    color: #fbb143;
}
.list_year .item .process {
    max-height: 0;
    overflow: hidden;
    transition: .1s;
}
.list_year .item.active .process{
    max-height: 1000px;
    transition: .1s;
}
.news_orther{
    padding-top: 60px;
}
.news_orther .box{
    display: inline-block;
}
.news_orther h2.title{
    color: #103960;
    font-size: 26px;
    text-transform: uppercase;
}
.form_dang_ky input:not([type="radio"]){
    width: 100%;
    height: 46px;
    border-radius: 23px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    padding: 0 20px;
    margin-bottom: 20px;

}
.form_dang_ky input{
    outline: none !important;
}
form#form_dk,
.box_form_dk{
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #ffffff;
}
form#form_dk img{
    height: 100%;
    width: auto;
}
form#form_dk>.row>.col-md-5{
    padding: 0;
}
form#form_dk h4{
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
form#form_dk h4 span{
    color: #ec2129;}
.box_radio{
    display: flex;
    font-size: 16px;
    color: #333333;
    height: 50px;
    align-items: center;
}
.box_radio .left{
    margin-right: 30px;
}
.box_radio input{
    margin-right: 10px;
}
.toggle-password {
    position: absolute;
    right: 30px;
    top: 45px;
}
form#form_dk>.row>.col-md-7{
    padding: 60px 50px;
}
form#form_dk .info{
    margin-bottom: 30px;
}
form#form_dk .info a,
.form_dk .info a{
    color: #666666;
    font-size: 14px;
    font-weight: 700;

}
form#form_dk .info h2,
.form_dk .info h2,
.form_quenmatkhau_bg h2{
    text-transform: uppercase;
}
form#form_dk .info a.vang,
.info a.vang{
    color: #fbb040;
    font-weight: 700;
}
.form_dang_ky input[type="checkbox"]{
    width: 20px;
    height: 20px;
    border: 1px solid #999999;
    margin-right: 5px;
    margin-bottom: 0;
}
.check_enter{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 14px;}

.form_dang_ky button[type="submit"]{
    min-width: 387px;
}
.form_dang_ky{
    padding: 80px 0;
}
.box_form_dk img{
    height: 100%;
    width: auto;
}
.box_form_dk>.row>.col-md-6:last-child{
    padding: 80px 160px 90px 60px;
}
.box_pass .toggle-password{
    top: 70px;
}
.form_quenmatkhau_bg p{
    color: #666666;
    font-size: 14px;
    font-weight: 700;
}
.info_account .content_inner{
    padding: 45px 0;
    box-shadow: 0 0 51px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #103960;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 690px;
}

.info_account .content_inner .top_info{
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.info_account .content_inner .top_info h2{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.info_account .content_inner .top_info h3{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
}
.info_account .content_inner .bottom_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.info_account .content_inner .bottom_info ul li{
    display: block;
}
.info_account .content_inner .bottom_info ul li:not(:last-child){
    margin-bottom: 15px;
}
.info_account .content_inner .bottom_info ul a{
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    height: 46px;
    border-radius: 23px;
    border: 1px solid #ffffff;
    display: inline-block;
    line-height: 46px;
    width: 100%;
    transition: .5s;
}
.info_account .content_inner .bottom_info ul li.active a,
.info_account .content_inner .bottom_info ul a:hover{
    background-color: #fbb040;
    border-color: #fbb040;
    transition: .5s;
}
.info_account .content_inner .bottom_info {
    padding: 40px 70px 0;
}
.info_form_ac .content_inner{
    box-shadow: 0 0 51px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 60px 150px;
}
.info_form_ac .content_inner .col-md-7{
    padding: 0;
}
.info_form_ac h2{
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
}
.info_form_ac h3{
    font-size: 15px;
    color: #333333;
    margin-bottom: 0;
}
.info_form_ac h4{
    color: #333333;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
}
.info_form_ac h4 span{
    color: #e21a22;
    display: inline-block;
    margin-left: 5px;
}
.info_form_ac .row{
    margin-bottom: 20px;
    align-items: center;
}
.info_form_ac input:not([type="checkbox"]){
    width: 100%;
    height: 35px;
    border-radius: 18px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    outline: none;
    padding: 0 20px;
    color: #666666;
    font-size: 13px;
}
.info_form_ac input.input_color{
    background-color: #f5f5f5;
}
.info_form_ac textarea{
    width: 100%;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    color: #666666;
    font-size: 13px;
    padding: 15px;
}
.info_form_ac input.place_bold{
    font-weight: 700;
    color: #333333;
}
.info_form_ac input[type="checkbox"]{
    width: 20px;
    height: 20px;
}
.col-md-12.checkbox_field {
    display: flex;
    align-items: center;

    color: #666666;
    font-size: 13px;
}
.col-md-12.checkbox_field input{
    margin-right: 10px;
}
.info_form_ac button.view_more{
    width: 100%;
    background-color: #fbb040;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline: none;
    margin-top: 20px;
    text-transform: unset;
}
.sec_infor_account {
    padding: 70px 0 120px 0;
}
.info_form_ac ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.info_form_ac ul.title_col{
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding: 30px 40px;
}
.info_form_ac ul.info_col{
    color: #666666;
    font-size: 14px;
    padding: 20px 40px;
}
.info_form_ac ul.info_col{
    border-top: 1px solid rgba(225, 225, 225, 0.51);
}
.info_form_ac ul li:nth-child(1),
.info_form_ac ul li:nth-child(2),
.info_form_ac ul li:nth-child(4),
.info_form_ac ul li:nth-child(5){
    width: calc(17.5% - 10px);
    margin: 0 5px;
}
.info_form_ac ul li:nth-child(4){
    width: calc(12.5% - 10px);
}
.info_form_ac ul li:nth-child(5){
    width: calc(22.5% - 10px);
    text-align: right;
}
.info_form_ac ul li:nth-child(3){
    width: calc(30% - 10px);
    margin: 0 5px;
}
.info_form_ac .table_info{
    box-shadow: 0 0 51px rgba(0, 0, 0, 0.1), 0 0 7px rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    background-color: #ffffff;
}
.info_form_ac ul li i{
    margin-right: 5px;
}
.info_form_ac ul.info_col li:last-child{
    text-align: right;
}
li.success i{
    color: #03b034;
}
li.shipping i{
    color: #103960;
}
li.cancel i{
    color: #e51c1c;

}
.add_new_address {
    height: auto;
    display: inline-block;
    color: #666666 !important;
    font-size: 16px;
    border-radius: 23px;
    border: 1px solid #e1e1e1;
    padding: 5px 30px 5px 5px;
    transition: .5s;
    margin-bottom: 30px;

}
.add_new_address:hover{
    transition: .5s;
    background: #103960;
    color: white !important;
}
.add_new_address span{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    border: 1px dotted #103960;
    background-color: #ffffff;
    color: #103960;
    margin-right: 10px;
}
.list_address .item {
    display: flex;
}
.list_address .item h3{
    color: #333333;
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.list_address .item h3 span{
    color: #fbb040;
    font-size: 14px;
    display: inline-block;
    margin-left: 30px;
    font-weight: 400;
}
.list_address .item .content{
    font-size: 14px;
}
.list_address .item .content ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.list_address .item .info {
    width: calc(70% - 40px);
    margin-right: 40px;
}
.list_address .item .edit{
    width: 30%;
    text-align: right;
}
a.edit_address {
    height: 46px;
    border-radius: 23px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    line-height: 46px;
    color: #666666;
    /* font-family: Muli; */
    font-size: 16px;
    transition: .5s;

    padding: 0 30px;
}
a.edit_address i {
    color: #103960;
    margin-right: 8px;
    transition: .5s;

}
a.trash {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    color: #e1e1e1;
    transition: .5s;
}
.list_address .item .edit a:hover,
a.trash:hover,
a.edit_address:hover{
    background: #103960;
    color: white;
    transition: .5s;
}
.list_address .item .edit a:hover i,
a.edit_address:hover i{
    color: white;
    transition: .5s;
}

.list_address .item {
    display: flex;
    padding: 30px 20px;
    box-shadow: 0 0 51px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 15px;
    align-items: center;
}
.info_form_ac select{
    height: 35px;
    border-radius: 18px;
    border: 1px solid #e1e1e1;
    background-color: #f5f5f5;
    line-height: 35px;
    padding: 0 15px;
    width: 100%;
    color: #666666;
    font-size: 13px;
}
.col-md-7.radio_check {
    display: flex;
    color: #333333;
    font-weight: 700;
    font-size: 13px;
}
.col-md-7.radio_check input{
    width: 19px;
    height: 19px;
    margin-right: 5px;
}
.col-md-7.radio_check label{
    margin-bottom: 0;
}
.col-md-7.radio_check > div{
    display: flex;
    align-items: center;
}
.col-md-7.radio_check .last{
    margin-left: 20px;
}
.col-md-7.checkbox_field{
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 13px;
}
.col-md-7.checkbox_field input{
    margin-right: 10px;
}
.list_favorite_product .item {
    display: flex;
    align-items: center;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
}
.list_favorite_product .box_img {
    width: 90px;
    height: 70px;
}
.list_favorite_product .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list_favorite_product .info {
    width: calc(100% - 156px);
    margin: 0 10px;
}
.list_favorite_product .info h3{
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;

}
.list_favorite_product .info h4{
    color: #ec981a;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.list_favorite_product{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.cart_page h1{
    color: #000000;
    font-size: 26px;
    margin-bottom: 45px;

}
.cart_page h1 span{
    color: #fbb040;
}
.cart_page .list_favorite_product .item{
    width: 100%;
    margin: 0 0 20px 0;
}
.cart_page .list_favorite_product .info h3 span{
    font-weight: 400;
    color: #666666;
}

.cart_page .order_number input{
    width: 45px;
}
.cart_page .order_number{
    margin-right: 10px;
}
.cart_page .order_number *{
    border-color: #e1e1e1;
}
.cart_page a.trash{
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.cart_page .order{
    display: flex;
}
.return_shop.view_more{
    color: #666666;
    padding: 0 50px;
    background: transparent;
    border: 1px solid #e1e1e1;
    text-transform: unset;
    margin-top: 93px;
    transition: .5s;

}
.return_shop.view_more:hover{
    transition: .5s;
    background: #fbb040;
    color: white;
    border: 1px solid #fbb040;

}
.sidebar_cart .item{
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.title_sidebar_cart{
    color: #103960;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.title_sidebar_cart i{
    color: #fbb040;
    margin-right: 10px;
}
.sidebar_cart form{
    display: flex;
}
.sidebar_cart input {
    border-radius: 20px 0 0 20px;
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 0 15px;
    width: calc(100% - 90px);
}
.sidebar_cart input::placeholder{
    color: #999999;
    font-size: 14px;
}
.sidebar_cart form button[type="submit"]{
    border-radius: 0 20px 20px 0;
    background-color: #103960;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border: none;
    width: 90px;
}
.total_price ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    color: #333333;
    font-size: 16px;
}
.total_price .price{
    color: #333333;
    font-size: 16px;
    font-weight: 700;
}
.total_price .total .price{
    color: #fbb040;
}
.total_price ul {
    list-style: none;
    margin: 0 -30px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total_price ul li:first-child{
    padding-right: 10px;
}
ul.provisional{
    margin-bottom: 20px;
}
ul.total{
    padding-top: 35px;
    border-top: 1px solid #e1e1e1;
}
a.view_more.submit_order {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-weight: 700;
    text-transform: unset;
    font-size: 16px;
    margin-top: 10px;
}
.info-order .list_address .item{
    flex-wrap: wrap;
}
.info-order .list_address .item .info{
    width: 100%;
}
.info-order .list_address .item .edit{
    width: auto;
    margin-top: 20px;
}
.info-order .list_address .return_shop.view_more{
    margin-top: 0;
}
.info-order .list_address .return_shop.view_more{
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #333333;
}
.info-order .list_address .item .edit a:hover{
    background-color: #fbb040;
    color: white;
    text-decoration: none;
}
.info-order .list_address{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.info-order .list_address .item {
    flex-wrap: wrap;
    width: calc(calc(100% / 2) - 20px);
    margin: 0 10px 20px 10px;
}
.item.add_new_address {
    box-shadow: none !important;
    border: none;
    background: transparent;
}
.item.add_new_address a{
    margin-bottom: 0;
}
.form_info_order .row{
    align-items: unset;
}
.form_info_order.info_form_ac h4{
    margin-top: 7px;
}
.select_input{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.select_input select{
    width: calc(50% - 10px);
    margin-top: 20px;
}
.info_form_ac.form_info_order .info_checkbox b{
    /*font-style: italic;*/
    font-size: 15px;
    margin-left: 20px;
}
.info_form_ac.form_info_order .info_checkbox .col-md-9,
.info_form_ac.form_info_order .info_checkbox .col-md-12{
    display: flex;
}
.info_form_ac.form_info_order .content b{
    font-style: italic;
}
.intend_time .inner_content{
    height: 58px;
    border-radius: 29px;
    background-color: #103960;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: white;
    margin-top: 30px;
}
.intend_time h3{
    color: white;
    font-size: 15px;
    margin-bottom: 0;
    width: 60%;
}
.intend_time .content{
    color: white;
}
.intend_time .inner_content{
    display: flex;
    align-items: center;
    padding: 0 80px;
    width: 100%;
}
.intend_time b{
    font-size: 15px;
    /*font-style: italic;*/
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 30px;
}

.form_info_order.info_form_ac button.view_more{
    width: auto;
    margin-left: 60px;
}
.form_info_order.info_form_ac textarea{
    border-radius: 20px;
}
.process_order ul {
    list-style: none;
    margin: 0;
    display: inline-flex;
    padding: 0;
    justify-content: center;
    text-align: center;
    width: 500px;
}
.process_order ul li {
    position: relative;
    width: calc(100% / 3);
}
.process_order ul .dot {
    height: 26px;
    width: 26px;
    border: 1px solid #e1e1e1;
    color: #999999;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin: auto;
}
/*.process_order ul li:not(:last-child){*/
/*    margin-right: 120px;*/
/*}*/
.process_order h3 {
    font-size: 12px;
    color: #666666;
    margin: 0;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.process_order{
    text-align: center;
    margin: 0px 0 100px 0;
}
.process_order ul li:not(:last-child):before {
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    transform: translate(50%,-50%);
    z-index: -1;
}
.process_order ul li.active .dot{
    border: 1px solid #fbb040;
    background-color: #fbb040;
    color: #ffffff;
}
.process_order ul li.active:before{
    background-color: #fbb040;

}
.process_order ul li.current .dot {
    transform: scale(1.5);
    border: 1px solid #fbb040;
    color: #fbb040;
}
.process_order ul li.current h3{
    color: #103960;
}
.payment .list_favorite_product .item h3{
    color: #103960;
    font-size: 15px;
    margin-bottom: 0;
}
.payment .list_favorite_product .item .box_img{
    display: flex;
}
.payment .list_favorite_product .item .box_img img{
    object-fit: contain;
    width: auto;
    height: auto;
    margin: 0 13px;

}
.payment h1{
    color: #000000;
    font-size: 26px;
    margin-bottom: 20px;
}
.payment .list_favorite_product .box_img{
    width: auto;
    height: auto;
}
.payment .list_favorite_product .item:first-child img,
.payment .list_favorite_product .item:last-child img{
    margin-left: 0;
}
.payment .list_favorite_product .item input{
    margin-right: 30px;
    width: 20px;
    height: 20px;
}
.info_pay ul {
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    padding-left: 40px;
}
.order_product.view_more{
    background-color: #fbb040;
    text-transform: unset;
    padding: 0 35px;
    margin-top: 40px;
    transition: .5s;
}
.order_product.view_more:hover{
    background: #103960;
    color: white;
    transition: .5s;

}
.box_sp {
    display: flex;
    flex-wrap: wrap;
}
.item_sp {
    width: calc(calc(100% / 3) - 20px);
    margin: 0 10px 20px 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
}
.item_sp .box_img{
    height: 250px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
section.list_post .item .box_img{
    position: relative;
}
section.list_post .item .box_img:before{
    position: absolute;
    left: 40px;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    content: '';
    background: white;
    top: -12px;
    z-index: 2;
}
.item_sp .box_img:before{
    position: absolute;
    left: 40px;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    content: '';
    background: white;
    bottom: -12px;
    z-index: 2;
}
.item_sp .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .3s;
}
.item_sp:hover .box_img img{
    transform: scale(1.2);
    transition: .3s;
}
.item_sp .box_content{
    padding: 20px 20px 30px 20px;
}
.item_sp .box_content h3{
    margin-bottom: 0;
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
}
.support_customer{
    padding: 40px 0 80px 0;
}
.detail_support{
    padding: 60px 0 100px 0;
}
.detail_support ul{
    margin: 0;
    padding: 0;
}
.menu_support{
    list-style: none;

}
.menu_support a{
    color: #333333;
    font-size: 18px;
}
.menu_support a i{
    margin-right: 15px;
}
.menu_support li:not(:last-child){
    margin-bottom: 25px;
}
.menu_support li.current_item a,
.menu_support li a:hover{
    color: #fbb040;
    transition: .3s;
}
.detail_support .list_ht h2 {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 45px;
}
.detail_support .list_ht h2 span{
    color: #103960;
    font-weight: 700;
}
.list_ht{
    box-shadow: 0 0 59px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 40px;
}
.info_support{
    padding-left: 65px;
}
.info_support>h1{
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}
.info_support .content{
    line-height: 1.5;
    font-weight: 700;
}
.info_support .content li{
    margin-bottom: 15px;
}
.info_support .content*:last-child{
    margin-bottom: 0;
}
.title_sidebar_cart a.edit_address{
    float: right;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 14px;
    margin-top: -6px;
}

.payment_product ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
/*.payment_product .info_user h3{*/
/*    font-size: 14px;*/
/*    color: #333333;*/
/*}*/
.payment_product .info_user{
    font-size: 14px;
    color: #333333;

}
.payment_product .info_user h3{
    font-size: 14px;
}
.payment_product .info_user li:not(:last-child){
    margin-bottom: 15px;
}
.total_price_product{
    font-size: 14px;
}
.total_price_product .price{
    font-size: 16px;
}
.total_price_product ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total_price_product ul li:first-child {
    width: 60%;
}
.total_price_product ul li:last-child {
    width: 40%;
    text-align: right;
}
.total_price_product ul {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}
.shipping_price{
    margin-top: 20px;
}
.shipping_price ul{
    border: none;
    padding: 0;
}
.sum_price {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
.sum_price ul{
    padding: 0;
    border: none;
}
.sum_price li{
    color: #103960;}
 .sum_price .price{
     color: #fbb040;
 }
.total_price_product span{
    font-size: 13px;
    color: #999999;
    font-style: italic;
    float: right;
    margin-top: 5px;
}
.item.item_sale.total_price_product{
    padding-bottom: 50px;
}
section.section.detail_support.faq_page .list_ht{
    padding: 0;
    box-shadow: unset;
}
section.section.detail_support.faq_page .box {
    display: flex;
    flex-wrap: wrap;
}
section.section.detail_support.faq_page .box .item {
    width: calc(calc(100% / 2) - 20px);
    margin: 0 10px 20px 10px;
}
section.section.detail_support.faq_page .box .item h3{
    color: #000000;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 400;
    text-align: center;
}
section.section.detail_support.faq_page .list_ht h2{
    line-height: 1.2;
    margin-bottom: 30px;
}
section.section.detail_support.faq_page .row{
    align-items: center;
}
section.section.detail_support.faq_page .list_ht h2 span,.single_faq .detail_support .list_ht h2 span{
    color: #000000;
}
.single_faq .detail_support .list_ht h2{
    margin-bottom: 25px;
}
.list_ht input{
    height: 44px;
    border-radius: 6px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    outline: none;
    margin-bottom: 10px;
    width: 100%;
}
.list_ht input::placeholder,
.list_ht textarea::placeholder{
    color: #333333;
    font-size: 14px;
    padding: 0 15px;
}
.list_ht textarea{
    border-radius: 6px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    outline: none;
    margin-bottom: 25px;
    width: 100%;


}
.list_ht .box_submit button,
.list_ht .box_submit a{
    height: 35px;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    color: #010101;
    font-size: 13px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    background: transparent;
    text-align: center;
    transition: .3s;

}
.list_ht .box_submit .col-md-5{
    padding-right: 5px;
}
.list_ht .box_submit .col-md-7{
    padding-left: 5px;
}
.list_ht .box_submit button:hover,
.list_ht .box_submit a:hover{
    border: 1px solid #fbb040;
    transition: .3s;
    cursor: pointer;
}
.single_faq .detail_support .list_ht .content{
    margin-bottom: 30px;
}
.box_faq h3 {
     font-size: 18px;
     color: #000000;
     box-shadow: 0 0 29px rgba(0, 0, 0, 0.06);
     border-radius: 5px;
     background-color: #ffffff;
     padding: 20px 30px;
     margin-bottom: 10px;
    cursor: pointer;
 }
.box_faq .hide_content {
    max-height: 0;
    overflow: hidden;
    transition: .1s;
}
.box_faq .hide_content .content {
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    padding: 30px;
}
.box_faq .item.active .hide_content {
    max-height: 1000px;
    transition: .1s;
}
.box_faq .item.active h3{
    border: 1px solid #fbb040;
}
div#countdown ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    height: 50px;
    border-radius: 25px;
    background-color: #fbb040;
    line-height: 50px;
    text-align: center;
    padding: 0 60px;
    color: white;
    font-weight: 700;
}
div#countdown ul li {
    margin: 0 10px;
}
.nav_type_sales ul a.active{
    position: relative;
}
.nav_type_sales ul a.active:before{
    position: absolute;
    left: 25px;
    font-size: 15px;
    color: #fbb040;
    Font-family: "FontAwesome";
    content: '\f0e7';
    top: 50%;
    transform: translateY(-50%);
}
.single-sale .detail_news h1.title_post{
    margin-bottom: 30px;
}
.single-sale .detail_news .date_post{
    margin-top: 30px;
}
.single-sale .news_orther h2.title{
    margin-bottom: 40px;
}

.single-sale .detail_news .list_post_single .date_post{
    margin-top: 0;
}
.devvn_local_adrress{
    display: flex;
    flex-wrap: wrap;
    /*border: 1px solid #e1e1e1;*/
    background-color: #e1e1e1;
    border-radius: 10px;
    overflow: hidden;
}
.devvn_local_adrress .left_info{
    width: 33.3333%;
    background-color: #f8f8f8;
}
.devvn_local_adrress .right_info{
    width: 66.6667%;
}
.devvn_local_adrress iframe{
    width: 100%;
    height: 100%;
    display: block;
}
.devvn_local_adrress .top_info {
    background-color: #103960;
    color: white;
    padding: 20px;
}
.devvn_local_adrress .top_info h2{
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
}
.devvn_local_adrress .top_info select{
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    opacity: 0.5;
    overflow: hidden;
    background: transparent;
    color: white;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 20px;
    text-transform: uppercase;
}
.list_shop {
    background-color: #f8f8f8;
    padding: 0px 30px 30px 30px;
    max-height: 430px;
    overflow: auto;
    color: #666666;
    font-size: 14px;
    margin: 20px 10px 0 0;
}
.list_shop h3{
    color: #333333;
    font-size: 15px;
    margin-bottom: 10px;
}
.list_shop ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.list_shop i{
    color: #fbb040;
    margin-right: 5px;
}
.list_shop ul li:not(:last-child){
    margin-bottom: 10px;
}
.list_shop .item{
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
    cursor: pointer;
}
.list_shop .item:first-child{
    padding-top: 0;
}
.list_shop .item.active h3,
.list_shop .item:hover h3{
    color: #fbb040;
}

#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: #fbb040;
}
.shop_system,
.warning_accuracy{
    padding: 90px 0;
}
.warning_accuracy .top_info h3{
    color: #333333;
    font-size: 25px;
}
.warning_accuracy .top_info .box{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    align-items: center;
}
.warning_accuracy .top_info .box img{
    margin-right: 30px;
}
.warning_accuracy .top_info .box b{
    font-size: 20px;
}
.warning_accuracy .top_info .col-md-6:first-child{
    text-align: center;
}
.warning_accuracy h2.heading_h2{
    margin-bottom: 80px;
}
.warning_accuracy .center_info .content_inner{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    background-color: #ffffff;
    height: 100%;
    overflow: hidden;
    padding: 70px 180px 60px 80px;    position: relative;
}
.warning_accuracy .center_info .col-md-6:first-child h3{
    font-size: 25px;
}
.warning_accuracy .center_info .content_inner img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.warning_accuracy .center_info .col-md-6:last-child h3,
.warning_accuracy .bottom_info h3{
    color: #333333;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.warning_accuracy .center_info .col-md-6:last-child ul,
.warning_accuracy .bottom_info ul{
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    font-size: 15px;
}
.warning_accuracy .center_info .col-md-6:last-child ul li,
.warning_accuracy .bottom_info ul li{
    width: 50%;
}
.warning_accuracy .center_info .col-md-6:last-child ul:not(:last-child),
.warning_accuracy .bottom_info ul{
    margin-bottom: 30px;
}
.warning_accuracy .bottom_info{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    margin: 0;
    padding: 60px 0 70px 0;
    margin-top: 30px;
}
.warning_accuracy .bottom_info .content_inner{
    padding: 0 120px 0 80px;
}
.warning_accuracy .bottom_info .col-md-6:first-child {
    border-right: 1px solid rgba(153, 153, 153, 0.5);
}
.warning_accuracy .last_info{
    margin-top: 50px;
}
.warning_accuracy .last_info h3{
    font-size: 25px;
    color: #333333;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.warning_accuracy .last_info ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.warning_accuracy .last_info ul li{
    margin-right: 10px;
}
.warning_accuracy .last_info ul li img{
    width: 43px;
}
img.voucher{
    max-width: unset;
}
.win_the_prize a.view_more{
    font-size: 15px;
    font-weight: 700;
    padding: 0 60px;
    text-transform: unset;
}
form#form_tt input {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: #f7f7f7;
    border: none;
    outline: none;
    font-size: 15px;
    color: #333333;
    padding: 0 20px;
    margin-bottom: 20px;
}
form#form_tt{
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 70px 100px;
    width: 1000px;
    margin: auto;
    margin-top: 40px;
}
form#form_tt h2{
    color: #333333;
    font-size: 25px;
    margin-bottom: 45px;
    text-transform: uppercase;
}
form#form_tt h4{
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 5px;
}
form#form_tt .submit_button{
    height: 40px;
    border-radius: 20px;
    background-color: #ec981a;
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
    padding: 0 70px;
    line-height: 40px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    transition: .3s;
}
form#form_tt .submit_button:hover{
    background: #103960;
    transition: .3s;
}
.win_the_prize .box_all{
    padding-bottom: 90px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.win_the_prize{
    padding-top: 70px;
}
.irs--flat .irs-line{
    background-color: #dddddd;
    height: 4px;
}
.irs--flat .irs-bar{
    height: 4px;
    background-color: #103960;
}
.irs--flat .irs-handle>i:first-child{
    width: 17px;
    height: 17px;
    background-color: #103960;
    border-radius: 50%;
    top: -4px;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single,
.irs--flat .irs-min, .irs--flat .irs-max{
    background: transparent;
    color: #333333;
    font-size: 12px;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before{
    display: none;
}
.filter_product{
    margin-bottom: 30px;
    position: relative;
}
.filter_product select:last-child{
    position: absolute;
    right: 0;
}
.filter_product select{
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    height: 40px;
    color: #666666;
    font-size: 15px;
    padding: 0 30px;
}
.filter_product{
    display: flex;
}
.filter_product select{
    margin: 0 5px;
    cursor: pointer;
}
.filter_product h4{
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}
.irs--flat{
    width: 160px;
    margin-top: 20px;
    position: absolute;
    /*display: none;*/
    opacity: 0;
    transition: .3s;
}
.irs--flat:before{
    width: 200px;
    height: 100px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    border-radius: 19px;
    background-color: #ffffff;
    top: -3%;
    left: 43%;
    transform: translate(-50%,-50%);
    content: '';
    position: absolute;
}
.filter_product .price,
.filter_product .mass{
    margin: 0 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    border-radius: 19px;
    background-color: #ffffff;
    padding: 11px 30px;    min-width: 200px;
    border: 1px solid #e0e0e0;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.filter_product .price i,
.filter_product .mass i{
    position: absolute;
    right: 15px;
    font-size: 20px;
    z-index: 6;
    transition: .3s;
    transform: rotate(0);
}
.irs--flat .irs-handle{
    width: auto;
}
.filter_product h3 {
    color: #333333;
    font-size: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-right: 20px;
    margin-top: 10px;
    min-width: 70px;
    position: relative;
    z-index: 3;
}
.filter_product .price:hover .irs--flat,
.filter_product .mass:hover .irs--flat{
    opacity: 1;
    transition: .3s;
}
.filter_product .price:hover i,
.filter_product .mass:hover i{
    transform: rotate(-180deg);
    transition: .3s;

}
.vision_mission .box .item i{
    font-style: italic;
}
a.btn.text_center.mr-1.buy_now {
    margin-right: 15px !important;
}
.like_product span {
    margin-right: 5px;
}



/* ========== Select Option ========== */
select.select_option {
    display: none;
}
.select, .target-running .select{
    position: relative;
}
.select {
    display: inline-block;
    margin-left: 5px;
}
.select:first-child{
    margin-right: 10px;
}
.select-options{
    /* border: solid 1px #dddddd; */
    border-top: none;
    position: absolute;
    display: none;
    z-index: 999;
    /* width: 180px; */
    background: rgba(0, 0, 0, 0.5);
    overflow: -moz-scrollbars-none;
    margin: 0;
    /* border-radius: 20px; */
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 19px;
    background: white;
    margin-top: -45px;
    overflow: hidden;
}
.group-hader .select-options{
    width: 100%;
}

ul.select-options li, .select-styled{
    cursor: pointer;
    list-style: none;
    padding: 5px 30px;
    /*border-bottom: solid 1px #dddddd;*/
    /*font-family: "SegoeUI";*/
    margin: 0;
    text-align: left;
    transition: .3s;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    background: transparent;
    /*border-radius: 19px;*/

}
.select-options li:first-child:hover{
    background: white;
    color: #666666;
}
ul.select-options li:hover{
    background-color: #ec981a;
    color: white;
}
ul.select-options li{
    padding: 10px 30px;
}
/*ul.select-options li:hover{*/
/*    background: #c89924;*/
/*    transition: .3s;*/
/*}*/
.select-styled {
    /* background-image: url(/images/arrow-down.svg)!important; */
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    /*padding: 0 30px 5px 0;*/

    position: relative;

    width: 200px;
    height: 45px;
    border-radius: 23px;
    line-height: 45px;
    font-size: 15px;
    text-align: left;
    padding: 0 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
}
.select-styled:before{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #666666;
    content: '\f107';
    Font-family: "FontAwesome";

}
/*.select-options li.active, .select-options li:hover  {*/
/*    background-color: #f3f3f3;*/
/*}*/


.filter_product>*:last-child{
    position: absolute;
    right: 0;
}
img.img_box{
    margin-right: 10px;
}
.devvn_local_adrress .top_info .select{
    width: 100%;
    margin-left: 0;
}
.devvn_local_adrress .top_info .select:last-child{
    margin-top: 10px;
}
.devvn_local_adrress .top_info .select-styled {
    width: 100%;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    line-height: 40px;
    color: white;
    opacity: .5;
}
.devvn_local_adrress .top_info .select-styled:before{
    color: white;
}
.devvn_local_adrress .top_info .select-options{
    margin-top: 0;
    border-radius: 0;
}
.devvn_local_adrress .top_info ul.select-options li {
    padding: 7px 30px;
}
.devvn_local_adrress .top_info ul.select-options li:first-child{
    display: none;
}
.info_support .content ul{
    padding-left: 20px;
}