@CHARSET "ISO-8859-1";
*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 13px;
}
a:hover{
	text-decoration: none;
	color: #0071BC;
}

/**  Style for ul,li  **/
.ul5{
	display: block;
}
.ul5 li{
	list-style: none;
	float: left;
}
.ul5 li{
	width: 20%;
}
.ul5 li a{
	display: block;
}
/** --------------------------- **/

.item{
	display: block;
	margin-bottom: 15px;
}

.img{
	position: relative;
}


hr.clear{
	border: 0;
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;
}
/* --------------------------------- */
.row.sml{
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 25%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 25%;
        float: left;
    }
}

.col-xs-110,
.col-sm-110,
.col-md-110,
.col-lg-110 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-110 {
    width: 10%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-110 {
        width: 10%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-110 {
        width: 10%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-110 {
        width: 10%;
        float: left;
    }
}

/* ------------------------------------------------ */
.relative{
	position: relative;
}


#ContactPage .info-item{
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 250px;
    height: 120px;
    border: 1px #dedede solid;
    padding: 20px 10px 20px 50px;
}

#ContactPage .info-item i{
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 25px;
    color: #c2d645;
}
#ContactPage .info-item span{
    font-size: 12px;
    color: #989596;
}
.error{
    font-size: 12px;
    font-weight: 400;
    color: #f40;
}


.contact-form .form-group{
    background: #f8f8f8;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
}

.contact-form .form-group label{
    position: absolute;
    top: 22px;
    left: 60px;
    
}

.contact-form .form-group input{
    display: block;
    background: none;
    border: 0px;
    width: 100%;
    height: 40px;
    outline: none;
    
}

.contact-form button{
    background: none;
    border: 0px;
    outline: none;
    font-weight: 600;
    font-size: 18px;
    border: 1px #dedede solid;
    padding: 5px 10px;
}

.contact-form button[type=submit]{
    color: #3d98e8;
    margin-right: 20px;
}

.contact-form .btn_send{
    margin-top: 20px !important;
    margin-bottom: 80px;
}

.contact-form .form-group textarea{
    width: 100%;
    outline: none;
    background: none;
    color: #000;
    border: 0px;
}

.contact-form .form-group textarea::-webkit-input-placeholder {
color: #000 !important;
font-weight: 600;
}
.contact-form .form-group textarea:-moz-placeholder { /* Firefox 18- */
color: #000 !important;
font-weight: 600;
}
.contact-form .form-group textarea::-moz-placeholder {  /* Firefox 19+ */
color: #000 !important;
font-weight: 600;
}
.contact-form .form-group textarea::-ms-input-placeholder {  
color: #000 !important;
font-weight: 600;
}

.contact-form .form-group input::-webkit-input-placeholder {
color: #000 !important;
font-weight: 600;
}
.contact-form .form-group input:-moz-placeholder { /* Firefox 18- */
color: #000 !important;
font-weight: 600;
}
.contact-form .form-group input::-moz-placeholder {  /* Firefox 19+ */
color: #000 !important;
font-weight: 600;
}
.contact-form .form-group input::-ms-input-placeholder {  
color: #000 !important;
font-weight: 600;
}

.count_online{
    display: block;
}
.count_online h3{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #fff;
}

@media(min-width: 768px){
    .show-xs{
        display: none;
    }
}





.flexslider{
    overflow: hidden;
}
#index_carousel{
    width: 100%;
    height: 500px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

#index_carousel .carousel-inner{
    height: 500px;
}

#index_carousel .carousel_img{
    height: 500px;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;
}

#index_carousel .carousel-control{
    width: 50px;
}

#index_carousel .carousel-control .glyphicon{
    color: #fff;
}

@media (max-width:768px){
    #index_carousel{
        height: 200px;
    }
    
    #index_carousel .carousel-inner{
        height: 200px;
    }
    
    #index_carousel .carousel_img{
        height: 200px;

    }
}

.title1{
    text-align: center;
    margin: 10px auto 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.title1 hr{
    width: 300px;
    display: inline-block;
    margin: 8px 20px;

}

.title2{
    text-align: center;
    color: #777;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.gems_box>div>*{
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gems_box>div>img{
    margin: 20px auto;
    width: 120px;
    display: inherit;
}

.gems_box>div>p{
    /* color: #777; */
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.gems_box>div>span{
    color: #777;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}


.swiper-container{
    /*--swiper-theme-color: #ff6600;/* è®¾ç½®Swiperé£æ ¼ */
    /*--swiper-navigation-color: #00ff33;/* å•ç‹¬è®¾ç½®æŒ‰é’®é¢œè‰² */
    --swiper-navigation-size: 30px;/* è®¾ç½®æŒ‰é’®å¤§å° */
}


.search_box{
    margin: 20px auto 30px;
}

#search_btn{
    background-color: #111;
    
}

#search_btn>.fa{
    color: #fff;
    
}

.explanation{
    margin: 30px 0;
}

.explanation p{
    font-size: 16px;
}

.gem_info{
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    padding-top: 15px;
}

.gem_info caption{
    font-weight: bold;
    font-size: 18px;
    color: rgb(140, 118, 46);
}

.gem_info th{
    width: 50%;
}

.gem_info td{
    width: 50%;
}

.cert_bg{
    background-image: url('/assets/img/cert_bg_web.png');
    width: 1170px;
    height: 854px;
    background-size: cover;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    position: relative;
}

.cert_bg>*{
    position: absolute;
}

.cert_bg>*{
    color: red;
    font-family: "å®‹ä½“","arial","tahoma","sans-serif";
    font-size: 12px;
}

.cert_bg>.val>span{
    color: red;
}

.cert_bg>.val1{top: 7%;left: 0;width: 100%;text-align: center;font-size: 140%;}
.cert_bg>.val2{top: 30%;right: 69%;font-size: 80%;}
.cert_bg>.val3{top: 32.5%;right: 69%;font-size: 80%;}
.cert_bg>.val4{top: 34.5%;right: 69%;font-size: 80%;}
.cert_bg>.val5{top: 43.9%;right: 69%;font-size: 80%;}
.cert_bg>.val6{top: 46.1%;right: 69%;font-size: 80%;}
.cert_bg>.val7{top: 48.5%;right: 69%;font-size: 80%;}
.cert_bg>.val8{top: 50.8%;right: 69%;font-size: 80%;}
.cert_bg>.val9{top: 59%;right: 69%;font-size: 80%;}
.cert_bg>.val10{top: 61.5%;right: 69%;font-size: 80%;}
.cert_bg>.val11{top: 63.7%;right: 69%;font-size: 80%;}
.cert_bg>.val12{top: 68%;left: 14%;font-size: 80%;}
.cert_bg>.val13{top: 71%;left: 4%;font-size: 80%;}

.cert_bg>.a_img{top: 19%;left: 38.5%; width: 23%; height: 28%; background-size: contain; background-repeat: no-repeat;     background-position: center;}

.cert_bg>.b_img{top: 57%;left: 38.5%; width: 23%; height: 28%; background-size: contain; background-repeat: no-repeat;     background-position: center;}


.top_banner{
    height: 243px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 100px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.left_logo{
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/assets/img/logo2.png');
    margin-bottom: 3em;
}

.right_about{
    /* font-size: 14px; */
    padding: 0 50px;
    border-left: 1px solid #bbbbbb;
}

.right_about>h2{
    color: rgb(140, 118, 46);
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.right_about>p{
    font-size: 14px;
    text-indent:2em;
    line-height: 1.8em;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.right_contact{
    /* font-size: 14px; */
    padding: 0 50px;
    border-left: 1px solid #bbbbbb;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.right_contact>h2{
    color: rgb(140, 118, 46);
    margin: 0 0 20px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.right_contact>p{
    font-size: 18px;
    line-height: 1.8em;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.cert_back_bg>img{
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}