.AdvertMask {
    position: fixed !important;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000007a;
    z-index: 100;
    height: 100%!important;
}
.AdvertisementCenter{
	position: fixed;
	z-index:1000;
}
/**************************************************************/
.phonebar {
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phonebar a.fone {
    padding: 0 15px;
    background: #ed1c24;
    font-size: 17px;
    color: #fff;
    height: 38px;
    z-index: 1;
    line-height: 35px;
    border-radius: 5px;
    border: solid 1px transparent;
    display: inline-block;
    width: 100%;
}
/**************************************************************/
.top-bar .row .col ul.ul-top-bar {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
.top-bar a {
    color: #d80000;
    font-size: 13px;
    line-height: 35px;
    margin-right: 25px;
}
.top-bar {
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}
.top-bar .container {
    width: 1100px;
    margin:0 auto;
    text-align:left;
}
.top-bar span.icon.fa {
    padding-right: 5px;
}

/*-------------------------------------------------------------------------------------------------------*/
*{
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   scroll-behavior: smooth;

}

/**************************************************/
section.detail {
    background-image: url(Images/d.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 180px 0;
    background-attachment: fixed;
    background-position: center center;
}
section.detail .over {
    background-color: #204465;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
section.detail .wrap {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
section.detail em.fa.fa-diamond {
    font-size: 65px;
    color: #fff;
}
section.detail .title {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0;
}
/*-------------------------------------------------------------------------------------------------------*/

.section_about .card-body img {
    width: 100%;
    border: 1px solid #eee;
    padding: 2px;
    margin-left: -30px;
}
.section_about .col-about-2 .left .title h2:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: initial;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(90deg, #f5f5f5 0%, #e1e1e1 10%, #e1e1e1 10%, #e1e1e1 90%, #e1e1e1 90%, #f5f5f5 100%);
}
.section_about .col-about-2 .left .title h2 {
    padding: 20px 0 6px 0;
    margin-top: 0px;
    font-family: 'Roboto', Arial;
    text-transform: uppercase;
    color: #444444;
    font-weight: 400;
    width: 80%;
    position: relative;
}
.section_about .col-about-2 .left .title h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 125px;
    height: 7px;
    top: initial;
    bottom: -5px;
    left: 0px;
    margin: 0 auto;
    background: transparent url(../Images/bg.png) left no-repeat;
}
.section_about .contentpage {
    font-size: 1.2em;
    line-height: 2;
    text-align: justify;
    font-family: Roboto, Arial;
    color: rgb(51, 51, 51);
}
.section_about .btn-readmore a:hover {
    color: rgb(255, 255, 255);
    background: rgb(24, 81, 165);
}
.section_about .btn-readmore a {
    line-height: 28px;
    text-align: center;
    color: rgb(24, 81, 165);
    width: 20%;
    font-size: 1rem;
    display: inline-block;
    padding: 0px;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(24, 81, 165);
    border-image: initial;
    background: rgb(255, 255, 255);
}
.section_about .btn-readmore {
    margin-top: 20px;
}

/*------------Home-------------*/

.Home {
    margin: 10px 0 20px;
}
.Home .Container {
}
.Home .Container .Link {
    display: block;
    overflow: hidden;
    position: relative;
}
.Home .Container .Link > .h2 {
    border-left: 8px solid #007099;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-shadow: 0 0 4px #222222;
    transition: opacity 0.8s ease 0s;
}
.Home .Container .Link:hover > .h2 {
    opacity: 0;
    transition: opacity 0.8s ease 0s;
}
.Home .Container .Link .Roll {
    background-color: rgba(0, 112, 153, 0.7);
    bottom: -100%;
    height: 100%;
    left: -100%;
    position: absolute;
    transition: all 1s ease-in-out 0s;
    width: 100%;
}
.Home .Container .Link:hover > div.Roll {
    bottom: 0;
    left: 0;
    transition: all 1s ease-in-out 0s;
}
.Home .Container .Link .Roll .h2 {
    margin: 10px 10px 15px;
    padding: 10px 0;
}
.Home .Container .Link .Roll .paragraph {
    color: #fff;
    font: 16px arial;
    margin: 10px;
}
.Home .h2 {
    border-bottom: 1px solid #dddddd;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}

/*----------online--------*/
.wpb_wrapper {
    margin:30px 0;
}
.wpb_wrapper .wpforms-container {
    width:800px;
    margin:0 auto;
}
.wpb_wrapper .title {
    font-size: 20px;
    line-height: 40px;
    color: #ff2f00;
    font-weight: bold;
    text-align:center;
}
.wpb_wrapper .wpforms-field {
    padding: 10px 0;
    clear: both;
}
.wpb_wrapper .wpforms-field-label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    color: #083496;
}
.wpb_wrapper textarea.wpforms-field-required {
    height: 120px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    width: 100%;
    line-height: 1.3;
}
.wpb_wrapper .wpforms-required-label {
    color: #ff0000;
    font-weight: 400;
}
.wpb_wrapper .wpforms-field-text input {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}
.wpforms-field-description {
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0 0 0;
}
.wpb_wrapper .wpforms-field-radio input {
    background-color: #fff;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 16px;
    border: 1px solid #ccc;
    width: 100%;
}
.wpb_wrapper .wpforms-field-radio ul {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpb_wrapper .wpforms-field-radio ul li {
    width: 50%;
    display: block;
    padding-right: 26px !important;
}
.wpb_wrapper .wpforms-field-radio ul li input[type=radio] {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 3px;
    display: inline-block;
    vertical-align: baseline;
}
.wpb_wrapper .wpforms-field-radio .wpforms-field-label-inline {
    display: inline;
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}
.wpforms-submit {
    display: block;
    padding:10px 30px;
    font-size:16px;
    font-weight:bold;
    background: #0e93d2;
    background-image: linear-gradient(225deg,#ff0000 0%,#ff4444 100%);
    color: #fff;
    text-transform: uppercase;
    border: honeydew;
    margin: 20px auto;
    cursor: pointer;
}
.wpforms-submit:hover{
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
}

/*----------babox---------*/
/**************************************************************/
@-webkit-keyframes spinAround{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}
@-moz-keyframes spinAround{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}
@keyframes spinAround{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.toRightFromLeft:hover img{-webkit-animation:toRightFromLeft .3s forwards;-moz-animation:toRightFromLeft .3s forwards;animation:toRightFromLeft .3s forwards}
@-webkit-keyframes toRightFromLeft{49%{-webkit-transform:translate(100%)}50%{opacity:0;-webkit-transform:translate(-100%)}51%{opacity:1}}
@-moz-keyframes toRightFromLeft{49%{-moz-transform:translate(100%)}50%{opacity:0;-moz-transform:translate(-100%)}51%{opacity:1}}
@keyframes toRightFromLeft{49%{transform:translate(100%)}50%{opacity:0;transform:translate(-100%)}51%{opacity:1}}.product-index{float:left;width:100%}

/**************************************************************/
.babox.container.py-2 {
    padding: 50px 0!important;
}
.babox .card{
    margin: 0 10px;
}
.babox .title {
    padding: 5px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.babox.container.py-2 .title h2 {
    margin: 0 0 0.2em 0;
    font-size: 1.6em;
}
.babox.container.py-2 .title h4 {
    font-size: 1.2em;
    font-weight: 400;
    color: #ffffffbf;
    line-height: 1.5;
}
.babox .sum {
    text-align: center;
    font-family: 'Roboto', Arial;
    font-size: 15px;
    font-style: italic;
    line-height: 1.5;
}
.babox .line img {
    float: left;
    margin: 0 15px 0 0;
    clear: both;
}
.babox .col-12 .col-lg-12 img {
    float: left;
    margin: 5px 15px 0 0;
    clear: both;
}
.babox .col-lg-12 {
}
.babox .line.two {margin: 0 0 5px 0;text-align: left;}
.babox .line.one {margin: 10px 0 20px 0;text-align: left;}
.babox .text {
    font-size: 1em;
    line-height: 1.5;
    padding: 0 15px;
}
.babox .text1 a {
    font-size: 1.3em;
    color: #905324;
    display: block;
    padding-bottom: 5px;
    font-weight: 500;
    font-family: 'Roboto', Arial;
    text-transform: uppercase;
}
.babox .text2 {
    font-size: 1.2em;
    font-weight: 400;
    color: #545454;
    line-height: 1.5;
}
.babox .text strong {
    color: #d50f0f;
    font-weight: bold;
    font-size: 20px;
    margin-left: 6px;
    text-shadow: 2px 1px 1px #fff;
    height: 32px;
    vertical-align: middle;
}
.babox .card-body {
    padding: 1rem 0;
    text-align: center;
}
.babox .card-body .col-lg-12 span.icon {
    color: #faa21a;
    font-size: 3.5em;
    text-align: center;
    border: none;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 0 20px 0;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.babox .card-body .col-lg-12 span.icon i {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    height: 43px;
}
.babox em.fa {

}
.babox span.icon em:hover::before {
    -webkit-animation: toRightFromLeft .9s forwards;
    -moz-animation: toRightFromLeft .9s forwards;
    animation: toRightFromLeft .9s forwards;
}
.babox span.icon em.fa-diamond:hover::before {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
.babox svg.safe, svg.compass {
    fill: #faa21a;
    width: 48px;
    height: 48px;
}
.babox svg.star {
    fill: #faa21a;
    width: 60px;
    height: 60px;
}
.babox svg.star:hover::before {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
/***********************************/
.ngonngu {
    float: right;
}
.ngonngu ul {
    padding:0;
    margin:0;
    list-style: none;
}
.ngonngu ul li {
    float:left;
    margin: 2px 3px;
}
