.titleServer{
    margin-bottom: 10px;
    text-align: center;
}
.titleServer h2{
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
    text-transform: uppercase;
}
.titleServerNoUp h2{
    text-transform: unset;
}
.vhdecssv{
    max-width: 970px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
}
.itemserver{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    position: relative;
    margin-bottom: 40px;
    background-color: #f6f6f6;
}
.itemserver:last-child{
    margin-bottom: 0;
}
.itemserver .thumb{
    width: 50%;
}
.itemserver .thumb a{
    display: block;
    overflow: hidden;
}
.itemserver .thumb a img{
    width: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itemserver .thumb a:hover img{
    transform: scale(1.05);
}
.itemserver .decs{
    width: 50%;
    padding: 20px 40px;
}
.itemserver:nth-child(odd) .thumb{
    order: 2;
}

.itemserver .decs .titleS{
    margin-bottom: 15px;
}
.itemserver .decs .titleS h3{
    font-size: 28px;
    line-height: 37px;
}
.itemserver .decs .tend{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    overflow: hidden;
    color: #555555;
}
/* server lv 2 */
.vhtaball{
    position: relative;
    z-index: 2;
}

.titleSerAll{
    padding: 12px 0;
    background-color: rgba(12, 89, 143, 0.8);
    text-align: center;
    position: relative;
    z-index: 2;
}
.titleSerAll h2{
    font-size: 25px;
    line-height: 37px;
    font-weight: 500;
    font-family: 'Oswald';
    color: #ffffff;
    text-transform: uppercase;
}
.contserall{
    padding: 45px 0 50px;
}
/* box 1 */
.gripSerOne{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 0 -10px;
}
.gripSerOne .colT{
    order: 2;
}
.gripSerOne > div{
    padding: 0 10px;
    width: 50%;
}
.gripSerOne .thumb img{
    width: 100%;
}
.gripSerOne .decs{
    font-size: 15px;
    line-height: 23px;
}
/* box 2 */
.boxServerTwo{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.boxServerTwo::before{
    content: '';
    position: absolute;
    bottom: -50%;
    left: 0;
    right: 0;
    height: 150%;
    background-image: url('../images/service/bgtwo.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
    pointer-events: none;
}
.gripSerTwo{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.gripSerTwo > div{
    padding: 0 10px;
    width: 25%;
}
.itemSerTwo .icon{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 8px;
    background-color: #c88845;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    color: #fff;
    border-radius: 100%;
} 
.itemSerTwo{
    text-align: center;
}
.itemSerTwo .icon img{
    max-width: 70%;
    max-height: 70%;
}
.itemSerTwo p{
    padding: 2px 0;
}
/* box 3 */
.gripSerThree{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.gripSerThree > div{
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.itemSerThree{
    text-align: center;
}
.itemSerThree .icon{
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.itemSerThree .txt .t1{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px;
    font-weight: bold;
}
/* box 4 */
.boxServerFor{
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.boxServerFor::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    pointer-events: none;
}
.boxServerFor .vnttitle{
    color: #fff;
}
.boxServerFor .vnttitle::before{
    background-color: #fff;
}
.lstStyFor{
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.lstStyFor .itemStyFor{
    margin-bottom: 10px;
    padding: 15px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}
.itemStyFor .icon{
    width: 40px;
    height: 40px;
    padding: 8px;
    background-color: #c88845;
    border-radius: 100%;
    padding-top: 6px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.itemStyFor .txt{
    width: calc(100% - 40px);
    padding-left: 15px;
    font-size: 17px;
    line-height: 26px;

}
/* box 5 */
.grservicecc{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.grservicecc > div{
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.itemConFive{
    height: 100%;
    background-color: #fff;
}
.itemConFive .thumb a{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 65.56%;
}
.itemConFive .thumb a img{
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.itemConFive .thumb a:hover img{
    transform: scale(1.05);
}

.itemConFive .decs{
    padding: 15px 20px 30px;
}
.itemConFive .decs .titleF{
    margin-bottom: 5px;
}
.itemConFive .decs .titleF h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
.itemConFive .decs .titleF h3 a{
    display: inline-block;
}
.itemConFive .decs .titleF h3 a::after{
    font-family: FontAwesome;
    margin-left: 8px;
    content: "\f105";
    display: inline-block;
    color: #0e4e91;
}
.itemConFive .decs .tendF{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-bottom: 15px;
    max-height: 88px;
    overflow: hidden;
}
/* box 6 */
.testimonialhome{
	padding: 40px 0 50px;
}
.thetesti{
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 24px;
}
.thetesti strong{
	font-size: 20px;
	line-height: 30px;
	color: #c88845;
}
.itemtesti{
	padding: 30px;
	position: relative;
	margin-top: 50px;
	background: rgb(247,247,247);
	background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(247,247,247,0) 100%);
}
.itemtesti .img{
	width: 70px;
	height: 70px;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    	border-radius: 100%;
}
.itemtesti .img img{
	display: none;
}
.itemtesti .cont{
	margin-bottom: 20px;
	color: #555555;
	font-size: 15px;
	line-height: 23px;
	color: #555555;
	max-height: 207px;
	overflow: hidden;
}
.itemtesti .info .t1{
	color: #c88845;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.itemtesti .info .t2{
	color: #999999;
	font-size: 13px;
	line-height: 21px;	
}
.sltestimo .slick-dots li button{
	border-color: rgba(0, 0, 0, 0.1);
}
.sltestimo .slick-dots{
	margin-top: 0;
}
/* box df */

.formTvSer .popupLoginTv{
    margin-bottom: 20px;
}
.shareAlPage{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.shareAlPage > span{
    margin-right: 10px;
}
.shareAlPage ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.shareAlPage ul li{
    margin-right: 10px;
}
.shareAlPage ul li:last-child{
    margin-right: 0;
}
.shareAlPage ul li .icon {
    font-weight: bold;
}
/* box server page 3 */

.tableworllv{
    position: relative;
    z-index: 3;
}
.tableworllv .wraptable{
    max-width: 970px;
    margin: 0 auto;
}
.tableworllv .bgworllv{
    padding: 15px 30px 40px;
    background-color: #f6f6f6;
    border-radius: 5px;
}
.tableworllv .tableLv{
    margin-bottom: 30px;
}
.tableworllv .thead .tr, .tableworllv .tbody .tr{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} 
.tableworllv .tbody .tr .td{
    padding: 12px 0;
}
.tableworllv .thead .tr .td{
    padding: 10px 0;
}
.tableworllv .thead .tr .td, .tableworllv .tbody .tr .td{
    width: 30%;
}
.tableworllv .thead .tr .td:nth-child(1), .tableworllv .tbody .tr .td:nth-child(1){
    width: 50%;
}
.tableworllv .thead .tr .td:nth-child(3), .tableworllv .tbody .tr .td:nth-child(3){
    width: 20%;
}
.tableworllv .thead{
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    color: #c88845;
}
.tableworllv .tbody .td:nth-child(1){
    font-size: 14px;
    line-height: 22px;
}
.tableworllv .tbody .td:nth-child(2){
    color: #985628;
}
/* page server B */
.infoDetailOne{

}
.titleDetail{
    margin-bottom: 15px;
    text-align: center;
}
.titleDetail h1, .titleDetail h2{
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
.mapDetail{
    text-align: center;
    color: #999999;
    margin-bottom: 20px;
}
.mapDetail span{
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.mapDetail span::before{
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.btnDetailUt{
    text-align: center;
    position: relative;
    margin-bottom: -22px;
}
.btnDetailUt a{
    display: inline-block;
    padding: 10px 35px;
    text-align: center;
    border: 1px solid #c88845;
    background-color: #c88845;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
}
.btnDetailUt a:hover{
    background-color: #fff;
    color: #c88845;
}
.infoDetailTow{
    padding: 40px 0 20px;
    background-color: #f6f6f6;
}
.lstInfoDetail .itemTwo{
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.lstInfoDetail .itemTwo:first-child{
    border-top: none;
}
.lstInfoDetail .itemTwo .icon{
    width: 40px;
}
.lstInfoDetail .itemTwo .txt{
    width: calc(100% - 40px);
    padding-left: 15px;
    font-size: 15px;
    line-height: 23px;
}
.lstInfoDetail .itemTwo .txt .t1{
    font-weight: bold;
}
.infoDetailThree{
    padding: 30px 0 40px;
}

.infoMtWorlk{

}
.infoMtWorlk .itemMtWorl{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
}
.itemMtWorl .titleMt{
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.itemMtWorl .titleMt h3{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}
.itemMtWorl .titleMt h3 span{
    display: inline-block;
    position: relative;
}
.conactMtWorlk{
    padding: 30px 20px;
    background-color: #f6f6f6;
    text-align: center;
    margin-bottom: 30px;
}
.conactMtWorlk .titleCt{
    margin-bottom: 5px;
}
.conactMtWorlk .titleCt h3{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

/* page server 4 */
.boxserveroneRes .gripSerOne{
    margin-bottom: 30px;
}
.boxserveroneRes .decsOne{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
}
.gripThumbOne{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
} 
.gripThumbOne > div{
    padding: 0 2px;
    width: 50%;
}

/* page detail c */
.titleLineDt{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fed136;
}
.titleLineDt h1{
    font-size: 30px;
    line-height: 45px;
}
.infoDetailCC {
    margin-bottom: 30px;
}
.infoDetailCC .itemDetaiCc{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
}
.infoDetailCC .itemDetaiCc .tt1{
    font-weight: bold;
    text-transform: uppercase;
}
.titleCtTrain{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.titleCtTrain h3{
    color: #c88845;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}
.lstItemTrain .itemCtTrain{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
    background-color: #f6f6f6;
}
.itemCtTrain > div{
    width: 50%;
}
.itemCtTrain:nth-child(even) .colT{
    order: 2;
}
.itemCtTrain .thumb img{
    width: 100%;
}
.itemCtTrain .decs{
    padding: 15px 20px 20px;
    font-size: 15px;
    line-height: 23px;

}
.itemCtTrain .decs p{
    padding: 2px 0;
}
.itemCtTrain .decs .titleCt{
    position: relative;   
}
.itemCtTrain .decs h3{
    font-size: 17px;
    line-height: 25px;
    color: #c88845;
    text-transform: uppercase;
}
.infoCtTrain{
    margin-bottom: 30px;
}
.lstLinkTrain li{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 23px;
} 
.lstLinkTrain li a{
    color: #c88845;
    text-decoration: underline;
}
@media all and (max-width: 1200px){
    .itemserver .decs{
        padding: 20px 15px;
    }
}
@media all and (max-width: 991px){
    .titleSerAll h2{
        font-size: 18px;
        line-height: 27px;
    }
    .titleServer h2{
        font-size: 25px;
        line-height: 37px;
    }
    .vhdecssv{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .itemserver .decs .titleS h3{
        font-size: 20px;
        line-height: 30px;
    }
    .itemserver .decs .tend{
        font-size: 14px;
        line-height: 22px;
    }
    .itemserver .decs .titleS{
        margin-bottom: 10px;
    }
    /* box 1 */
    .contserall{
        padding: 30px 0 40px;
    }
    .gripSerOne > div{
        width: 100%;
    }
    .gripSerOne .colT{
        order: unset;
    }
    .gripSerOne .thumb{
        margin-bottom: 20px;
    }
    .gripSerOne .decs{
        font-size: 14px;
        line-height: 22px;
    }
    /* box 2 */

    .itemSerTwo .icon{
        width: 70px;
        height: 70px;
    }
    .itemSerTwo .txt{
        font-size: 13px;
        line-height: 21px;
    }
    /* box 3 */
    .itemSerThree .icon{
        max-width: 60px;

    }
    .itemSerThree .txt .t1{
        font-size: 14px;
        line-height: 22px;
    }
    .itemSerThree .txt .t2{
        font-size: 13px;
        line-height: 21px;
    }
    /* box 4 */
    .itemStyFor .txt{
        font-size: 14px;
        line-height: 22px;
    }
    /* box 5 */
    .grservicecc{
    }
    .grservicecc > div{
        width: 50%;
    }
    /* box 6 */
    .itemTesSix .desc{
        padding: 50px 15px 20px;
    }
    .itemTesSix .avar{
        width: 80px;
        height: 80px;
        margin-bottom: -40px;
    }
    .itemTesSix .desc .txtDecs{
        font-size: 14px;
        line-height: 22px;
    }
    /*  */
    .titleLineDt h1{
        font-size: 22px;
        line-height: 34px;
    }
    .infoDetailCC .itemDetaiCc{
        font-size: 14px;
        line-height: 22px;
    }
    .titleCtTrain{
        margin-bottom: 20px;
    }
    .titleCtTrain h3{
        font-size: 18px;
        line-height: 27px;
    }
}
@media all and (max-width: 767px){
    .lstInfoDetail .itemTwo .txt .t2{
        display: block;
        width: 100%;
    }
    .itemserver{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .itemserver .decs{
        padding: 15px;
        padding-bottom: 30px;
    }
    .itemserver .decs, .itemserver .thumb{
        width: 100%;
    }
    .itemserver:nth-child(odd) .thumb{
        order: unset;
    }
    .itemserver:nth-child(odd) .decs{
        text-align: left;
    }
    .itemserver .decs .viewMore{
        text-align: center;
    }
     /* box 2 */
     .boxServerTwo::before{
        background-size: cover;
        height: 120%;
     }
    .gripSerTwo > div{
        width: 50%;
        margin-bottom: 20px;
    }
    /* box 3 */
    .gripSerThree > div{
        width: 50%;

    }
    /* box 5 */
    .grservicecc > div{
        width: 100%;
    }
    .itemConFive .decs .viewMore{
        text-align: center;
    }
    /* box page lever 3 */
    .tableworllv .bgworllv{
        padding: 10px 20px;
        padding-bottom: 30px;
    }
    .tableworllv .thead .tr .td:nth-child(1), .tableworllv .thead .tr .td:nth-child(2),.tableworllv .thead .tr .td:nth-child(3){
        display: none;
    }
    .tableworllv .thead .tr .td:nth-child(1), .tableworllv .tbody .tr .td:nth-child(1), .tableworllv .thead .tr .td, .tableworllv .tbody .tr .td{
        width: 100%;
    }
    .tableworllv .thead .tr .td:nth-child(3), .tableworllv .tbody .tr .td:nth-child(3){
        width: 100%;
    }
    .tableworllv .thead .tr{
        border-bottom: none;
    }
    .tableworllv .tbody .tr{
        padding: 10px 0;
    }
    .tableworllv .tbody .tr .td{
        padding: 2px 0;
    }
    .tableworllv .tbody .tr .td::before{
        content: attr( data-title);
        font-size: 14px;
    }
    /* page server B */
    .titleDetail h1, .titleDetail h2{
        font-size: 22px;
        line-height: 34px;
    }
    .lstInfoDetail .itemTwo .txt{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .itemMtWorl .titleMt h3, .conactMtWorlk .titleCt h3{
        font-size: 18px;
        line-height: 27px;
    }
    .infoMtWorlk .itemMtWorl{  
        font-size: 14px;
        line-height: 22px;
    }
    .conactMtWorlk{
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .infoDetailThree{
        padding: 25px 0 30px;
    }
    /* page server 4 */
    .boxserveroneRes .decsOne{
        font-size: 14px;
        line-height: 22px;
    }
    .gripThumbOne > div{
        width: 100%;
        margin-bottom: 10px;
    }
    /*  */
    .itemCtTrain > div{
        width: 100%;
    }

    .itemCtTrain .decs h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itemCtTrain .decs{
        font-size: 14px;
        line-height: 22px;
    }
    .itemCtTrain:nth-child(even) .colT{
        order: unset;
    }
    .conactMtWorlk .bl{
        display: block;
    }
}